Emulator Issues #6919
closedCrash due to incorrect HLE_BS2 value in Dolphin.ini
0%
Description
Game Name?
N/A
Game ID?
N/A
What's the problem? Describe what went wrong in few words.
When I start dolphin and change my configuration, I can play games. When I stop dolphin and start again, dolphin crashes when I try to start a game.
What did you expect to happen instead?
I can play the game.
What steps will reproduce the problem?
- remove .Dolphin-emu in your homedir
- start dolphin-emu
- change a random config setting
- play a game
- quit the game
- quit dolphin-emu
- start dolphin-emu
- start a game
- dolphin crashes
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-590
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
yes, not sure which revision. Need to test. I think this bug is there for about 2-3-4 weeks now.
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
gentoo linux on an intel i5 cpu and nvidia gtx660 gpu
Are you using the 32 or the 64 bit version of Dolphin?
64-bit
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
I found out that the only way to be able to play games again is by removing Config/Dolphin.ini and make my config settings again.
Next, I compared the initial Dolphin.ini with a saved one. I found out that under [Core] the HLE_BS2 setting is different. I don't know what it does, but I guess that it isn't changed with my configuration change.
When I have a config file that does not work, the HLE_BS2 value is True. To fix it, I change it (in my text editor) to False and then dolphin works again.
The console shows this error message:
54:25:378 /usr/src/dolphin-emu/Source/Core/Core/Boot/Boot.cpp:196 N[BOOT]: Booting /home/htpc/Media/consoles/wii/Super Mario Kart.iso
54:25:380 /usr/src/dolphin-emu/Source/Core/Core/HLE/HLE_OS.cpp:43 N[OSREPORT]: 812003d8->81300000|
Apploader Initialized.
54:25:380 /usr/src/dolphin-emu/Source/Core/Core/HLE/HLE_OS.cpp:43 N[OSREPORT]: 812003f4->81300000| This Apploader built Dec 6 2007 12:45:59 for RVL
13085 Segmentation fault /usr/local/bin/dolphin-emu
Updated by martin.herrman almost 11 years ago
I can't reproduce with the latest git commit.
HLE_BS2 is still True in the config file, but dolphin just works as expected.
Issue can be closed!