• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 563 564 565 566 567 ... 1198 Next »

[SOLVED]Debian: Dolphin-emu Crashing (built from source)
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[SOLVED]Debian: Dolphin-emu Crashing (built from source)
05-30-2014, 12:05 PM (This post was last modified: 05-31-2014, 10:53 AM by random0munky.)
#1
random0munky Offline
Junior Member
**
Posts: 9
Threads: 3
Joined: May 2014
Tried searching and wasn't able to come up with anything that would pertain to my issue

I have dolphin-emu v4.0-1757 built from source

Running Linux Mint Debian Edition 201403

For some reason I'm getting this weird crashing behavior whenever I click on 'GCPad' to configure the controller or try and launch a game.

I'm not seeing anything in the ~.dolphin-emu/Logs directory or any entries in /var/log/messages

When I launch dolphin-emu from the command line, it just says: Aborted without any additional error messages.

I went in the Log configuration to increase the verbosity to warning and it still says: Aborted


Even went and purge-cache and still no dice.
Find
Reply
05-30-2014, 12:08 PM
#2
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,543
Threads: 29
Joined: Feb 2013
Try unplugging any non-essential USB devices; could be a bug in SDL.
Find
Reply
05-30-2014, 12:17 PM (This post was last modified: 05-30-2014, 01:49 PM by random0munky.)
#3
random0munky Offline
Junior Member
**
Posts: 9
Threads: 3
Joined: May 2014
(05-30-2014, 12:08 PM)JMC47 Wrote: Try unplugging any non-essential USB devices; could be a bug in SDL.

What's weird is that dolphin-emu was working just grand with libsdl2.0-dev. The only change I have done was do a git pull origin and roll backed my nvidia driver from v334.21 down to v331.79

Reinstalled libsdl2.0-dev. Rebuilt from source, removed usb gamepad, and still no luck.
Find
Reply
05-30-2014, 01:36 PM
#4
rokclimb15 Offline
Senior Member
****
Posts: 383
Threads: 4
Joined: Jul 2013
can you execute dolphin with gdb attached?

gdb dolphin-emu

then when it crashes, type bt and hit enter
paste the output here
Find
Reply
05-30-2014, 02:08 PM (This post was last modified: 05-30-2014, 02:08 PM by random0munky.)
#5
random0munky Offline
Junior Member
**
Posts: 9
Threads: 3
Joined: May 2014
(05-30-2014, 01:36 PM)rokclimb15 Wrote: can you execute dolphin with gdb attached?

gdb dolphin-emu

then when it crashes, type bt and hit enter
paste the output here

Hmm.

Entering gdb dolphin-emu brings me to this prompt:

Code:
random0munky@mintnas ~/Dolphin/dolphin-emu/build $ gdb dolphin-emu
gdb: warning: error finding working directory: No such file or directory
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/dolphin-emu...(no debugging symbols found)...done.
(gdb)

Not quite sure if this is what is the expected output with that command.
Find
Reply
05-30-2014, 06:05 PM
#6
410172 Offline
Member
***
Posts: 141
Threads: 15
Joined: Mar 2014
random0munky@mintnas ~/Dolphin/dolphin-emu/build $ gdb dolphin-emu
gdb: warning: error finding working directory: No such file or directory.

Check your directory; if it's there and if all necessary files are there.
[Image: hhMMMgO.png]
Find
Reply
05-30-2014, 10:09 PM (This post was last modified: 05-31-2014, 07:39 AM by random0munky.)
#7
random0munky Offline
Junior Member
**
Posts: 9
Threads: 3
Joined: May 2014
(05-30-2014, 06:05 PM)410172 Wrote: random0munky@mintnas ~/Dolphin/dolphin-emu/build $ gdb dolphin-emu
gdb: warning: error finding working directory: No such file or directory.

Check your directory; if it's there and if all necessary files are there.

Thank you,

I have so far this info when running: gdb dolphin-emu
Code:
random0munky@mintnas ~ $ gdb dolphin-emu
GNU gdb (GDB) 7.6.1 (Debian 7.6.1-1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/dolphin-emu...(no debugging symbols found)...done.
(gdb)

EDIT 1: Just wanted to put this out there that I'll be reverting back to the last revision that was committed on May 27, 2014. That build was the last known good build that worked for me. To be specific the SHA1: 3d21c6777eb78af05dac2a651dd591046a4852b4

I'll post an update / edit once I have reverted back to this build and compile.

EDIT 2: Seeing that there's new stable Nvidia Driver for Linux, I'll update my video card drivers first and test dolphin out. With dolphin-emu working before downgrading the Nvidia drivers, this might be a reasonable route to take before downgrading the dolphin-emu git revision

Thanks again for the great support you guys give
Find
Reply
05-31-2014, 10:52 AM
#8
random0munky Offline
Junior Member
**
Posts: 9
Threads: 3
Joined: May 2014
Well Solved the issue with dolphin-emu crashing on me. Turns out, Nvidia v331.79 was the culprit. Upgraded to the just release 337.25 and everything works perfectly. Thanks for the help everyone.
Find
Reply
05-31-2014, 11:02 AM
#9
rokclimb15 Offline
Senior Member
****
Posts: 383
Threads: 4
Joined: Jul 2013
As a follow up, you type "run" after entering gdb. Glad it is fixed.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode