WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: perfectedidiot2 on July 27, 2009, 09:35:20 PM

Title: Multipoke error
Post by: perfectedidiot2 on July 27, 2009, 09:35:20 PM
Whenever I attempt to multipoke WiiRd freezes and the console keeps stating this error

C:(corresponding directory)/Multipok.bin
file not found
send fail

Anyways Wiird keeps attempting to find the file after every failure and it is never successful, effectively locking the GUI, weird thing is the file exists in the directory its looking for, but for some reason Wiird isnt reading it. Help would be appreciated.
Title: Re: Multipoke error
Post by: James0x57 on July 27, 2009, 09:37:54 PM
It does not work for me either. (it never has, actually)
I reported it with one of the very first versions but nothing happened.

It also does not work for Yamishira from ARC.


It is a very useful feature so hopefully it will be fixed sometime in the future.
Title: Re: Multipoke error
Post by: Link on August 01, 2009, 04:37:10 PM
I guess I found the issue.. it's simple: you probably have wiird in a directory containing spaces: like c:\this is the path to wiird\wiirdgui.exe

when WiiRd GUI performs a Multipoke it sends:

multipoke c:\this is the path to wiird\multipoke.bin

the console however splits commands by spaces so it ignores "is the path to wiird\multipoke.bin" and tries to read the file "c:\this"
I modified the GUI behavior now.. it will send:

multipoke "c:\this is the path to wiird\multipoke.bin"

This is the documented way to send spaces! I will upload that GUI test in a few mins!

http://l0nk.org/WiiRdGUI.zip (http://l0nk.org/WiiRdGUI.zip)
Please note: this version also contains an attempt to use the XP Manifest which broke labels again.. this time however, labels should work!
Title: Re: Multipoke error
Post by: James0x57 on August 01, 2009, 11:09:57 PM
thanks man! I'll let you know when I try it out. :)