I'm following this guide to run my project on a Ubuntu instance through my Windows IDE.
I'm using Ubuntu 20.04x64 and IDE v2023.11.1.129, Runtime v2023.11.1.160.
The connection test works, but when I try to run the project on the device I created, the compiling stops at :
Can't run project on Ubuntu through Windows IDE
I'm using Ubuntu 20.04x64 and IDE v2023.11.1.129, Runtime v2023.11.1.160.
The connection test works, but when I try to run the project on the device I created, the compiling stops at :
Code:
...
Create Window
cd /root/GameMakerStudio2/vm/Proj && DISPLAY=$(ps e -u root | perl -e 'while(<>) { $x{$1}++...