Hi!
I'm trying to run a Hello World LÖVE script directly via NppExec by executing the following command:
love "$(CURRENT_DIRECTORY)"
With Love being in my PATH.
But NPPExec console never goes past "Process started >>>", nor it show any window (using the hello world of Love's wiki page for reference) and i need to do Ctrl+C to end the process
Launching it normally using the same exact command line option works just fine.
Strangely, running indirectly using cmd...
cmd /c love "$(CURRENT_DIRECTORY)"
...is fine, but i i think its a dirty workaround, and i didnt get any console logs even using --console attribute.
Well, seems like this is a very long issue, see my links below:
https://love2d.org/forums/viewtopic.php?t=77946
https://love2d.org/forums/viewtopic.php?t=82588
https://love2d.org/forums/viewtopic.php?t=76823
Technical information:
OS: Windows 10 Fall Creators Update x64 (build 1709)
Notepad++ 7.5.1 x64
NppExec 0.5.9.9 (dev)