Multipoke error

Started by perfectedidiot2, July 27, 2009, 09:35:20 PM

Previous topic - Next topic

perfectedidiot2

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.

James0x57

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.


Link

#2
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
Please note: this version also contains an attempt to use the XP Manifest which broke labels again.. this time however, labels should work!

James0x57

thanks man! I'll let you know when I try it out. :)