Jump to content

[SOLVED] launch_debug.bat (and probably others) fail to launch


photo

Recommended Posts

Posted (edited)

I suspect these lines are not working as expected.

 

setlocal EnableDelayedExpansion
set app=bin\My Game_x64d.dll

Simply changing this to:

set app="bin\My Game_x64d.dll"

Fixed the issue.

Edited by Phil_T
Posted

Thanks for bug report! It looks like that issue hasn't been fixed for the C# projects.

I've created a ticket in our internal bug tracker regarding this behavior.

UPD: Will be fixed with the upcoming 2.13 update (for newly created projects).

  • Thanks 1

How to submit a good bug report
---
FTP server for test scenes and user uploads:

  • Phil_T changed the title to [SOLVED] launch_debug.bat (and probably others) fail to launch
×
×
  • Create New...