Project

General

Profile

Actions

Emulator Issues #343

closed

Dolphin Crash if no game selected

Added by olejl77 over 15 years ago.

Status:
Invalid
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 steps will reproduce the problem?

  1. 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

Actions #1

Updated by slink_3_ over 15 years ago

strange, windows version loads the latest used ISO.

Actions #2

Updated by Anonymous over 15 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

Actions #3

Updated by nakeee over 15 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?

Actions #4

Updated by olejl77 over 15 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.

Actions #5

Updated by TTnickTT over 15 years ago

i can't confirm this when i press play nothing happenes no freeze or anything at all

Actions #6

Updated by XTra.KrazzY over 15 years ago

  • Status changed from Questionable to Invalid
Actions

Also available in: Atom PDF