Emulator Issues #343
closedDolphin Crash if no game selected
0%
Description
What steps will reproduce the problem?
- Click play without selecting a game.
What is the expected output?
Maybe a msg box telling no game selected.
What do you see instead?
Dolphin Crash
What version of the product are you using? On what operating system?
r1293, Fedora Core 9 64 bit
Please provide any additional information below.
./Dolphin
Symbol DllDebugger missing in Plugins/libPlugin_PadSimple.so (error:
Plugins/libPlugin_PadSimple.so: undefined symbol: DllDebugger)
Symbol DllDebugger missing in Plugins/libPlugin_nJoy_SDL.so (error:
Plugins/libPlugin_nJoy_SDL.so: undefined symbol: DllDebugger)
Symbol DllDebugger missing in Plugins/libPlugin_DSP_NULL.so (error:
Plugins/libPlugin_DSP_NULL.so: undefined symbol: DllDebugger)
Symbol DllDebugger missing in Plugins/libPlugin_Wiimote.so (error:
Plugins/libPlugin_Wiimote.so: undefined symbol: DllDebugger)
Could not read ./User/Config/SYSCONF
wiiuse v0.12 loaded.
By: Michael Laforest <thepara[at]gmail{dot}com>
http://wiiuse.net http://wiiuse.sf.net
hci_get_route: No such device
Open device file: Permission denied
CALL out of range (0x3b7000 calls 0x7f9b69f77dc0)
CALL out of range (0x3b7005 calls 0x7f9b69f75130)
(0) : fatal error C9999: *** exception during compilation ***
Cg compiler terminated due to fatal error
Updated by slink_3_ almost 16 years ago
strange, windows version loads the latest used ISO.
Updated by Anonymous almost 16 years ago
I don't see how this is an issue:
else if (!SConfig::GetInstance().m_LastFilename.empty() &&
wxFileExists(wxString(SConfig::GetInstance().m_LastFilename.c_str(), wxConvUTF8)))
{
BootManager::BootCore(SConfig::GetInstance().m_LastFilename);
}
it should do nothing if there is no or an invalid lastFilename...
very questionable issue
Updated by nakeee almost 16 years ago
- Status changed from New to Questionable
I agree, this sounds weird.
Can it be related to the 4.3 compiler bug?
which gcc do you use?
Updated by olejl77 almost 16 years ago
Well it might sound weired/questionable, but I'm experiencing it for real. No
kidding :)
I probably assumed to much in my initial report. I have no indication the
lastFilename is empty/invalid.
gcc --version
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Updated by TTnickTT almost 16 years ago
i can't confirm this when i press play nothing happenes no freeze or anything at all
Updated by XTra.KrazzY almost 16 years ago
- Status changed from Questionable to Invalid