Exception encountered: 0x80070057 : Failed to launch the application.
Closed this issue · 3 comments
toastmod commented
toastmod commented
0x80070057 looks to be a storage related exception? I have a 5gb dev space though. I wouldn't think I'd need more right?
Kudayasu commented
0x80070057 The parameter is incorrect
- initial guess is that this is another PATH issue.
For yours in particular, the exact source is most likely this line
With that in mind, some things you can try:
- Extracting the publish folder from the zip directly to your Desktop and running it from there.
- Extracting the publish folder to similar locations mentioned in the previous issue
- Ensure
XboxWDPDriver.exe
is being ran (Task Manager) - Ensure you're able to invoke the exe directly outside of Artifice, i.e.
\publish\Scratch\WDP\XboxWDPDriver.exe
XboxWdpDriver.exe /X:XBOXONE
toastmod commented
Totally missed that there was a pre-built zip in released. My bad.
Everything is working, thanks!