-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VLC exits after flashing a title with Privacy and Network Access Policy in Ubuntu 16.04 32-bit #6
Comments
I can't reproduce this; the very first time the app starts up, I can see that window but it does not flash and when I close it, the app is running fine. Are there any other messages on the terminal after the application exits? |
@cosimoc thank you for responding. I am on Ubuntu 16.04 32 bit platform.
|
@kensully I wonder if this is an issue for 32-bit platforms, or perhaps the real issue is that locales don't seem to be installed? Can you try to install |
@cosimoc I tried to install it like |
I cloned this repo and built it via |
I switched architecture to x86_64 and |
I wonder why it complains about |
Some configuration on the host is probably leaking through with the canberra module. As a user there is nothing to do and I don't think we should bundle the module here because it doesn't provide anything useful so its just a harmless warning. |
@TingPing Thank you for responding, do you know any way to manually install a package into flatpak environment? |
If I wasn't clear; There is no reason to have that module its not useful. |
This might be related core dumped error I tried the following :
it launches the |
You can try |
Ok nothing helpful.
Then it should segfaults, do a |
oh and install org.videolan.VLC.Debug before doing all of that or the backtrace will be a lot less useful ;) |
@MatMaul here it is vlc debug gist |
I think you didn't do the |
Did you do the bt right after the crash ? You should see the last line of
the first log (xcb_send_request_with_fds64) in the backtrace.
|
Yes, I did. I reran the steps above but only posted |
Probably not, looks unrelated. no idea for now this backtrace makes no sense, those python errors are weird and seem to have been generated by gdb itself when printing the trace. You did install the Sdk and Debug packages as I mentioned right ? |
Yes, I installed them. |
You are right about it by saying
|
Please reopen if still not working. |
First of all thank you for developing flatpak environment and adding
vlc
to repo.I installed vlc with
flatpak install --user flathub org.videolan.VLC
command.When I tried to run it like
flatpak run org.videolan.VLC
, it exits immediately after a gui flashes a title with "Privacy and Network Access Policy" then it disappears. I searched for it on the net, some say that it's a bug related to vlc when you launch it first time, and suggested a workaround by launching it likeThat way suppresses the dialog, however
vlc
still keeps exiting.I hope you help me.
Regards.
Kenn.
The text was updated successfully, but these errors were encountered: