cis-ash / TEXTREME

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot project doesn't run

nezvers opened this issue · comments

Capture
Windows 10, i7-6700k, GTX1060, 16GB RAM.
EXE from itch.io works.
I'm new to Godot and wanted to learn from the project.

I'm having this same issue, running on Linux 64-bit (Ubuntu 18.04). The only thing I could think of that's causing this is running the project in a newer version of Godot (v3.1.1) than it was written in and it introducing some breaking changes.

If you comment out loadsyntax() in base.gd it will load. Probably a linux issue as I am also running ubuntu. If I have time I will try to trouble shoot it more when I get home.

Ah! Thank you, doing that helped me debug the issue properly, will open a PR as soon as I can (Update: #12)