crwn1337 / wine_injector

an injector that works with wine
16 stars 5 forks source link

"CreateProcessA failed." on launch #6

Closed heavennborn closed 2 days ago

heavennborn commented 1 month ago

image Trying to inject 3dmigoto into zenlezz zone zero..

crwn1337 commented 1 month ago

CreateProcessA failing would usually indicate it cant find the executable, when i wrote this small project, i didnt read about the windows api at all, so there are massive issues that I cant really solve since i dont have wine installed and i dont cheat anymore

you can try running with quotes and using windows paths for the files:

wine "wine_injector.exe" "C:/Program Files/PROGS/ZenlessZoneZeroGame/ZenlessZoneZero.exe" "C:/Program Files/PROGS/3Dmigoto-ZZZ-Dev/3dmigoto.dll"

(written out by hand so make sure the paths are correct)