..:: PCSX2 Forums ::..

Full Version: PSCX2 crashing on Ubuntu 13.10
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Seem to be good. Could you get the 1.2 GSdx release. If I remember correctly I didn't strip the symbol. Then you will be able to run it any debugger. Just open the configuration panel that make the emulator crash. And generate a backtrace.
gdb ./pcsx2
#run
=> open the bad dialog
# thread apply all bt
=> copy past the output.
(03-08-2014, 10:55 AM)gregory Wrote: [ -> ]Seem to be good. Could you get the 1.2 GSdx release. If I remember correctly I didn't strip the symbol. Then you will be able to run it any debugger. Just open the configuration panel that make the emulator crash. And generate a backtrace.
gdb ./pcsx2
#run
=> open the bad dialog
# thread apply all bt
=> copy past the output.

I cannot locate version 1.2 of the plugin here or anywhere. Do you have a link?
pcsx2.net linux download section Wink
(03-10-2014, 11:37 PM)gregory Wrote: [ -> ]pcsx2.net linux download section Wink

I have tried the full 1.2.2 (as stated in my initial post) which is the only available download option on the front page here under Linux. The GSDX verions that comes bundled with that is:

Code:
libGSdx-0.1.16.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=0xbf8b8cf9292d7b062e0f47417dc986bc08d1dfa3, not stripped

I've also installed from the PPA, but it appears to be identical. So if that libGSdx-0.1.16.so is actually a mislabled 1.2, it has the same issue. If I misunderstood, please let me know.
Use this version to get a stack trace. All debugging symbols are still here.
Quote:libGSdx-0.1.16.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=0xbf8b8cf9292d7b062e0f47417dc986bc08d1dfa3, not stripped
Pages: 1 2