Project

General

Profile

Actions

Emulator Issues #4073

closed

Segfault on Linux (Fedora 14 x86_64) when loading game image

Added by Anonymous over 13 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What's the problem?
Dolphin-emu segfaults when loading any game image

Dolphin version with the problem (as it appears in the title bar, Ex.: "R
4779" or "R 6403M"):
r7095-Release

(optional) Dolphin version that does not have the problem:

Operating system and version:
32-bit or 64-bit:
Linux Fedora 14 x86_64

Game ID (as it appears in game properties, Ex.: "GZ2P01" or "RSBE01"):
Irrelevant (Not a game specific error - replicated on about 10 games, all working in KUbuntu Linux)

Was the ISO a plain dump from disc, compressed and/or scrubbed?
Irrelevant

Please provide any additional information below.
In case the build method has some bearing on this, I could not build with scons at all on Fedora Linux in the first place, but was able to use cmake after googling this:
su -c 'yum install subversion scons gcc-c++ wxBase wxGTK wxGTK-gl wxGTK-devel SDL-devel SDL-debuginfo Cg libCg libXxf86vm-devel libXxf86vm-debuginfo libXext-devel libXext-debuginfo glew-devel cairo-devel cairo-debuginfo libao libao-devel bluez-libs-devel && svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only && cd dolphin-emu-read-only && mkdir Build && cd Build && cmake .. && make && make install'

However, although dolphin functions fine at the menu level, opening an iso causes a segfault after the following dialog (it doesn't depend on the game selected):

[mythtv@media ~]$ /usr/local/bin/dolphin-emu
26:54:979 /home/mythtv/dolphin-emu-read-only/Source/Core/Common/Src/FileUtil.cpp:98 W[COMMON]: IsDirectory: stat failed on /home/mythtv/.dolphin-emu/Wii/title/00000001/00000002/content:
28:14:109 /home/mythtv/dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:475 N[Video]: glX-Version 1.4
28:14:110 /home/mythtv/dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:497 N[Video]: Got Doublebuffered Visual!
28:14:199 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/Boot/Boot.cpp:164 N[BOOT]: Booting /library/gamecube_roms/Pikmin.iso
28:14:848 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/HLE/HLE_OS.cpp:52 N[OSREPORT]: 81200308->81300000| Apploader Initialized. $Revision: 28 $.
28:14:848 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/HLE/HLE_OS.cpp:52 N[OSREPORT]: 81200324->81300000| This Apploader built Nov 30 2001 13:36:06
Segmentation fault (core dumped)

[mythtv@media ~]$ /usr/local/bin/dolphin-emu
28:34:730 /home/mythtv/dolphin-emu-read-only/Source/Core/Common/Src/FileUtil.cpp:98 W[COMMON]: IsDirectory: stat failed on /home/mythtv/.dolphin-emu/Wii/title/00000001/00000002/content:
30:19:499 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/ConfigManager.cpp:83 N[BOOT]: Saving settings to /home/mythtv/.dolphin-emu/Config/Dolphin.ini
30:37:345 /home/mythtv/dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:475 N[Video]: glX-Version 1.4
30:37:345 /home/mythtv/dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:497 N[Video]: Got Doublebuffered Visual!
30:37:383 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/Boot/Boot.cpp:164 N[BOOT]: Booting /library/gamecube_roms/Bleach.iso
30:37:429 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/HLE/HLE_OS.cpp:52 N[OSREPORT]: 81200508->81300000|
Apploader Initialized.
30:37:429 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/HLE/HLE_OS.cpp:52 N[OSREPORT]: 81200524->81300000| This Apploader built May 21 2004 10:12:56
Segmentation fault (core dumped)

[mythtv@media ~]$ /usr/local/bin/dolphin-emu
30:57:597 /home/mythtv/dolphin-emu-read-only/Source/Core/Common/Src/FileUtil.cpp:98 W[COMMON]: IsDirectory: stat failed on /home/mythtv/.dolphin-emu/Wii/title/00000001/00000002/content:
31:05:686 /home/mythtv/dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:475 N[Video]: glX-Version 1.4
31:05:686 /home/mythtv/dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp:497 N[Video]: Got Doublebuffered Visual!
31:05:725 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/Boot/Boot.cpp:164 N[BOOT]: Booting /library/gamecube_roms/Viewtiful_Joe_(USA).iso
31:05:774 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/HLE/HLE_OS.cpp:52 N[OSREPORT]: 81200500->81300000| Apploader Initialized. $Revision: 31 $.
31:05:774 /home/mythtv/dolphin-emu-read-only/Source/Core/Core/Src/HLE/HLE_OS.cpp:52 N[OSREPORT]: 8120051c->81300000| This Apploader built Sep 5 2002 05:58:53
Segmentation fault (core dumped)

I have dolphin working fine using Kubuntu Linux (10.10) on another partition, although I haven't tried this build, so I think it's another "Fedora specific problem" however, as Fedora is my preferred Linux OS I'd like to get to the bottom of this. I'm also posting the problem in Fedora forums. Any help would be gratefully received :)


Related issues 1 (0 open1 closed)

Is duplicate of Emulator - Emulator Issues #2097: Linux segfault with LoadStorePaired enabledFixed

Actions
Actions #1

Updated by skidau over 13 years ago

  • Status changed from New to Duplicate

I guess you forgot to search for "fedora" in the issues.

Actions #2

Updated by Anonymous over 13 years ago

Apologies, did not pick up on thread 2097 being same issue.

Actions

Also available in: Atom PDF