Skip to content
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

Unable to start pcsx2 on Ubuntu 15.10: Segfault (version from package repository) #949

Closed
blha303 opened this issue Nov 2, 2015 · 3 comments

Comments

@blha303
Copy link

blha303 commented Nov 2, 2015

Hi, I got a segfault when trying to start pcsx2. Output:

$ pcsx2
Gtk-Message: Failed to load module "overlay-scrollbar"
Segmentation fault (core dumped)

I couldn't find where ubuntu stores core dumps, but I got the debug symbols and tried it again.

$ gdb pcsx2
(gdb) run
Starting program: /usr/games/pcsx2
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Gtk-Message: Failed to load module "overlay-scrollbar"
Program received signal SIGSEGV, Segmentation fault.
0x0834ce54 in Console_SetActiveHandler (writer=..., flushfp=flushfp@entry=0x0) at /build/pcsx2-EYUSU_/pcsx2-1.3.1+dfsg/common/src/Utilities/Console.cpp:58
58      /build/pcsx2-EYUSU_/pcsx2-1.3.1+dfsg/common/src/Utilities/Console.cpp: No such file or directory.

(gdb) bt
#0  0x0834ce54 in Console_SetActiveHandler (writer=..., flushfp=flushfp@entry=0x0) at /build/pcsx2-EYUSU_/pcsx2-1.3.1+dfsg/common/src/Utilities/Console.cpp:58
#1  0x081d2f54 in Pcsx2App::EnableAllLogging (this=this@entry=0xa033998) at /build/pcsx2-EYUSU_/pcsx2-1.3.1+dfsg/pcsx2/gui/ConsoleLogger.cpp:1200
#2  0x081be482 in Pcsx2App::OnInit (this=0xa033998) at /build/pcsx2-EYUSU_/pcsx2-1.3.1+dfsg/pcsx2/gui/AppInit.cpp:401
#3  0xf7e00416 in wxEntry(int&, wchar_t**) () from /usr/lib/i386-linux-gnu/libwx_baseu-3.0.so.0
#4  0xf7e004b3 in wxEntry(int&, char**) () from /usr/lib/i386-linux-gnu/libwx_baseu-3.0.so.0
#5  0x081c148d in main (argc=1, argv=0xffffcda4) at /build/pcsx2-EYUSU_/pcsx2-1.3.1+dfsg/pcsx2/gui/AppMain.cpp:53

Link for convenience: https://github.com/PCSX2/pcsx2/blob/master/common/src/Utilities/Console.cpp#L58

I'm going to try building the version from this git repo installing pcsx2-unstable, see if that works. I know nothing about C++, so I don't know what that error means :)

@blha303
Copy link
Author

blha303 commented Nov 2, 2015

Confirmed working in pcsx2-unstable:i386 (3:1.3.1~git20151022.123400-3), guess this issue isn't relevant to this repo and I should post it to launchpad?

@micove
Copy link
Contributor

micove commented Nov 2, 2015

I don't have upload rights in Ubuntu and I reported the issue more than a month ago. Feel free to bump the bug report.

https://bugs.launchpad.net/ubuntu/+source/pcsx2/+bug/1496254

The one from xenial should work.

@micove micove closed this as completed Nov 2, 2015
@blha303
Copy link
Author

blha303 commented Nov 2, 2015

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants