Emulator Issues #8402
closed4.0-5908 beyond does not work in ubuntu
0%
Description
[READ THIS: https://forums.dolphin-emu.org/showthread.php?pid=276132 <<<
Your answers are there!]
[Leave the questions as they are and answer them in the next line]
[Remove lines written inside brackets [], but nothing else]
Game Name? All
Game ID? N/A
What's the problem? Describe what went wrong in few words.
Starting with 4.0-5908 Dolphin is aborted on start for ubuntu 14.04 x64 lts
What did you expect to happen instead?
Dolphin to start
What steps will reproduce the problem?
[Don't assume we have ever played the game and know any level names. Be as
specific as possible.]
1.Be on ubuntu
2.Start Dolphin 4.0-5908
Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
4.0-5908
4.0-5930
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
4.0-5906
4.0-5901
4.0-5875
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
ubuntu 14.04 LTS
Intel Core i7-3770
GeForce GTX 760
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
[Upload big files to a hosting service and post links here!]
GNOME Terminal
linsertlon@sertlon:~$ dolphin-emu
Abandoned (core dumped)
GDB log
linsertlon@sertlon:~$ gdb dolphin-emu
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 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".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from dolphin-emu...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/games/dolphin-emu
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe1489700 (LWP 28163)]
[New Thread 0x7fffe0c88700 (LWP 28164)]
[New Thread 0x7fffdbfff700 (LWP 28165)]
[Thread 0x7fffdbfff700 (LWP 28165) exited]
[New Thread 0x7fffdbfff700 (LWP 28166)]
[New Thread 0x7fffdb186700 (LWP 28167)]
[New Thread 0x7fffda50a700 (LWP 28168)]
Program received signal SIGSEGV, Segmentation fault.
__strcmp_ssse3 () at ../sysdeps/x86_64/multiarch/../strcmp.S:209
209 ../sysdeps/x86_64/multiarch/../strcmp.S: No such file or directory
Updated by AHeinerm over 9 years ago
I'm on Ubuntu 14.04 LTS, Intel Core i7-2620M, Intel Sandybridge Mobile and Dolphin itself works fine.
Updated by skidau over 9 years ago
Which input plugin(s) are you using for the controller? e.g. xinput, xinput2, sdl etc.
Try clearing (making a backup of) the Dolphin Config folder. If that works, please provide a link to a zip file of the non-working Config folder so that I can inspect it.
Can you compile a debug build and paste a backtrace?
Updated by yxmline over 9 years ago
To find the source of the problem in the software version is too low sdl2
But sdl2 based software can not be used
Updated by skidau over 9 years ago
yxmline, does PR2246 fix this issue for you?
Updated by yxmline over 9 years ago
Use https://github.com/dolphin-emu/dolphin/pull/2246 patch
start-up is ok
But you can not modify the controller settings in the old version sdl2
Updated by yxmline over 9 years ago
ps
It is downloaded from https://dolphin-emu.org/download/ deb package
Run get crash file after installation
Updated by skidau over 9 years ago
yxmline, why do you not update sdl2 to the newest version?
Updated by yxmline over 9 years ago
Official sources in the libsdl2 package name is libsdl2-2.0-0
ppa third party source in the libsdl2 package name is libsdl2
kodi dependent libsdl2 package name is libsdl2-2.0-0
Two packages conflict
Updated by skidau over 9 years ago
I have updated PR2246 which should fix this issue.
Updated by wifomstaff over 9 years ago
I have also devised a work-around on the user side
you'll need to make your own deb for ease of use, and so its far easier to remove if you screw it up, but here are the steps I used, since I was having the same problem in mint.
first you'll need to download the zip for sdl 2.0.4 from here
https://www.libsdl.org/hg.php
sudo apt-get install checkinstall
then navigate to where you extracted the source for libsdl2.0.4
build it
then run
sudo checkinstall
and when it prompts you tell checkinstall the deb its going to make replaces libsdl2-2.0-0
Updated by skidau over 9 years ago
- Status changed from New to Fixed