Emulator Issues #1516
closedSegmentation fault 64bits in Jaunty Jackalope
0%
Description
What steps will reproduce the problem?
- Run Dolphin.
- Open iso: Mario Kart Double Dash (GameCube)
- After selecting the resolution of the TV, the application fails.
What is the expected output? What do you see instead?
alvarado@alvarado-desktop:~/.dolphin/Binary/Linux-x86_64$ ./Dolphin
25:59:369 N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
/home/alvarado/.themes/Darker theme/gtk-2.0/gtkrc:50: Clearlooks
configuration option "menuitemstyle" is not supported and will be ignored.
/home/alvarado/.themes/Darker theme/gtk-2.0/gtkrc:51: Clearlooks
configuration option "listviewitemstyle" is not supported and will be ignored.
/home/alvarado/.themes/Darker theme/gtk-2.0/gtkrc:52: Clearlooks
configuration option "progressbarstyle" is not supported and will be ignored.
25:59:440 N[BOOT]: Starting application
25:59:440 N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
(Dolphin:16871): Gtk-WARNING **: Theme directory 48x48/apps of theme
Boulevard-1.0 has no size field
25:59:785 W[COMMON]: IsDirectory: stat failed on
./User/Wii/title/00000001/00000002/content:
26:01:750 W[EXI]: No memory card found. Will create new.
26:01:834 W[EXI]: No memory card found. Will create new.
26:02:299 N[Video]: Got Doublebuffered Visual!
26:02:300 N[Video]: glX-Version 1.3
26:02:355 N[BOOT]: Booting /home/alvarado/ISO's/Rom's/MarioKartGC.iso
26:02:466 N[FileMon]: Opening '/home/alvarado/ISO's/Rom's/MarioKartGC.iso'
26:02:637 N[OSREPORT]: (PC=81200500) OSReport: Apploader Initialized.
$Revision: 32 $.
26:02:637 N[OSREPORT]: (PC=8120051c) OSReport: This Apploader built Apr 17
2003 12:46:20
26:04:308 N[Video]: GLWin Depth 24
26:04:308 N[Video]: detected direct rendering
26:04:820 N[PowerPC]: Flush Instruction Cache! ICE=0
26:04:879 N[PowerPC]: Instruction Cache Enable (HID0.ICE) = 1
26:05:631 W[CP]: write to PERF_SELECT: 0000
26:05:794 W[FileMon]: 371 kB AudioRes/GCKart.baa
26:05:857 W[FileMon]: 77 kB AudioRes/Waves/NintendoLogoMario_0.aw
26:05:919 W[FileMon]: 2,672 kB AudioRes/Waves/bgm_0.aw
26:06:166 W[FileMon]: 4,094 kB AudioRes/Waves/se00_0.aw
ALSA: underrun, at least 0ms.
26:06:356 W[FileMon]: 222 kB SceneData/Spanish/title.arc
26:06:358 W[FileMon]: 178 kB SceneData/Spanish/titleline.arc
26:06:359 W[FileMon]: 11 kB SceneData/back.arc
26:06:360 W[FileMon]: 25 kB SceneData/Spanish/battlename.arc
26:06:361 W[FileMon]: 326 kB SceneData/selectAnm.arc
26:06:363 W[FileMon]: 730 kB SceneData/Spanish/menu.arc
ALSA: underrun, at least 0ms.
ALSA: underrun, at least 0ms.
ALSA: underrun, at least 0ms.
26:06:758 W[EXI]: EXI MEMCARD: command 00 at position 0
26:06:795 W[EXI]: EXI MEMCARD: command 89 at position 0
26:06:796 W[EXI]: EXI MEMCARD: command 83 at position 0
26:06:797 W[EXI]: EXI MEMCARD: command 81 at position 0
26:06:797 W[EXI]: EXI MEMCARD: command 00 at position 0
ALSA: underrun, at least 0ms.
ALSA: underrun, at least 0ms.
26:12:728 W[FileMon]: 63,514 kB Movie/play1_50.thp
26:12:785 W[FileMon]: 175 kB Movie/Opening.arc
26:12:786 W[FileMon]: 63,514 kB Movie/play1_50.thp
26:12:786 W[FileMon]: 175 kB Movie/Opening.arc
26:12:787 W[FileMon]: 6,966 kB MRAM.arc
(0) : fatal error C9999: *** exception during compilation ***
Cg compiler terminated due to fatal error26:12:827 N[BOOT]: Saving Settings
to ./User/Config/Dolphin.ini
Fallo de segmentación
alvarado@alvarado-desktop:~/.dolphin/Binary/Linux-x86_64$
What version of the product are you using? On what operating system?
Dolphin SVN revision 4389-release
Please provide any additional information below.
Use the last SVN revision.
Updated by alvaradoangel57 about 15 years ago
Sorry, I forget, use ubuntu 9.04 AMD64. (a microprocessor)
Updated by siliconjoe about 15 years ago
dude use the search function. this is a bug in nvidia's Cg affecting ATI cards users,
you can work around it by launching dolphin with the following environment variable:
:~/$ LC_ALL=C ./Dolphin
Updated by alvaradoangel57 about 15 years ago
Again Sorry, I use Nvidia. I tried: :~/$ LC_ALL=C ./Dolphin and not works.
Updated by Sonicadvance1 about 15 years ago
What VIdeo card and what video drivers/version do you use?
Updated by alvaradoangel57 about 15 years ago
lspci: nVidia Corporation G72 [GeForce 7300 SE] (rev a1)
restricted drivers: 180 version.
Updated by Sonicadvance1 about 15 years ago
Strange, have you tried any other game?
Updated by alvaradoangel57 about 15 years ago
Probe with two more games and they worked, albeit slowly. Thanks for everything.
Updated by odarma about 15 years ago
armando@deimos:~/dolphin-emu-read-only/Binary/Linux-x86_64$ LC_ALL=C ./Dolphin
42:01:269 N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
42:01:320 N[BOOT]: Starting application
42:01:320 N[BOOT]: Loading Settings from ./User/Config/Dolphin.ini
42:01:501 W[COMMON]: IsDirectory: stat failed on
./User/Wii/title/00000001/00000002/content:
Fallo de segmentación
Updated by Sonicadvance1 about 15 years ago
Fun enough, I was able to reproduce this, seems to be maybe a GTK error. I haven't looked too deeply
in to it yet.
Updated by alvaradoangel57 almost 15 years ago
I think not. because even gives errors.
Updated by skidau over 14 years ago
Has this issue been fixed in the latest revisions?