Hi,
I try to launch Street Fighter IV from Mala, so I'm using an AutoHotKey script I found here on BYOAC :
#NoEnv
SendMode Input
SetWorkingDir C:\Program Files\CAPCOM\STREETFIGHTERIV\
Blockinput on
SetBatchLines -1
Gui +AlwaysOnTop -Caption +ToolWindow
Gui Color, 0
;Gui Show, x0 y0 h%A_ScreenHeight% w%A_ScreenWidth%, HSHIDE
Run, SF4Launcher.exe, , Max
WinWait, STREET FIGHTER IV LAUNCHER
IfWinNotActive, STREET FIGHTER IV LAUNCHER
WinWaitActive, STREET FIGHTER IV LAUNCHER
Send, {enter}
Blockinput off
Process, WaitClose, StreetFighterIV.exe
return
ESC::
Process, Close, StreetFighterIV.exe
ExitAPP
return
This AHK script is located in my "d:\borne\windows\" folder.
But when I try to launch via Mala ... I get error 193 (see attachment "error")
My Windows "Other Emu" tab is set up as seen in the 2 other attachments ...
I've tried many tweaks : in the script, in Mala ... and I can't get it to work.
Thanks for any help you can come with ... it's been very frustrating since it's the last thing I need to finish ma cab ...