| Author
|
Thread |
 |
|
falc0n24
Joined: 20 Jun 2011
Posts: 3
|
ScummVM Wii 1.3.0 problems
Hello.
I have problem starting up the ScummVM Wii port official build 1.3.0. When I try to load it from my USB HDD it crashes with messages:
BEGIN
startup as 'usb:/apps/scummvm/boot.elf'
fatInitDefault failed
WARNING: FSNode::createReadStream: 'scummvm.ini' does not exist!
Default configuration file missing, creating a new one
assertion "_heapSize" failed: file "home/andre/devel/scummvm/scummvm/backend/plugins/elf/memory-manager.cpp", line 84, function: void ELFMemoryManager::allocateHeap()
Abort called.
ScummVM exited abnormally (-127)
Press any key to continue.
END
I don't have problem running any other homebrew apps on my wii. As I understand there is a problem with detecting the HDD and its FAT filesystem. WiiMC had some similar problems before in older versions 1.1.1 (http://www.wiimc.org/2010/12/25/usb-problems/). It was successfully fixed in versions 1.1.2 and 1.1.3. Would it be possible to implement that also in ScummVM?
Best regards
Falc0n24
|
Mon Jun 20, 2011 8:57 am |
|
|
MajinChibi

Joined: 03 Sep 2007
Posts: 71
Location: Berlin, Germany |
does the actual nightly build also crash?
does it recognize the hdd when you start scummvm from the sd card?
|
Wed Jul 06, 2011 5:14 pm |
|
|
falc0n24
Joined: 20 Jun 2011
Posts: 3
|
quote: Originally posted by MajinChibi does the actual nightly build also crash?
does it recognize the hdd when you start scummvm from the sd card?
Scummvm 1.4.git (7/7/2011) crashes exactly in the same way as official 1.3.0 build.
When Scummvm is started from the sd card it does recognize my usb hdd without any problems.
I think that problems with Wii build is related to old version of libogc. Current version has many fixes for USB hdds. http://devkitpro.org/viewtopic.php?f=13&t=2770
|
Thu Jul 07, 2011 10:27 am |
|
|
MajinChibi

Joined: 03 Sep 2007
Posts: 71
Location: Berlin, Germany |
i added it to the bug tracker (hope thats ok)
|
Fri Jul 08, 2011 2:01 pm |
|
|
obcd
Joined: 09 Nov 2010
Posts: 19
|
I remember I had such issues as well.
If I launched the program from within Wiixplorer, it recognised the usb disk fine. If I placed an IOS Reload(58) at the start of the program, it worked fine from the hbc as well.
The problem is related to the fact that the program tries to ininialise the harddisk, while it's already initialised by the HBC. Reloading the IOS resets the wii usb ports forcing a harddisk reset as well. After that, the scummvm disk initialisation works.
The reason it works when launched from wiixplorer is because wiixplorer originally runs on IOS 249 or 222. It wouldn't suprise me it switches to IOS 58 when it launches scummvm or other homebrew.
I hope this helps.
|
Sat Jul 09, 2011 8:13 am |
|
|
|
|
obcd
Joined: 09 Nov 2010
Posts: 19
|
Why wouldn't that be a clean solution? It simply runs the program on ios58 which is an official ios.
The wii and harddisk compatibility are a complex matter. You have the older ios with an usb 1.1 interface. IOS58 with the official nintendo usb 2.0 interface (the preferred method for homebrew) and 2 flavours of cios with their own usb 2.0 interface, that are regulary tweaked to improve comptability.
|
Tue Jul 12, 2011 8:24 am |
|
|
|
|