My glider version is up to date
Simple Error:
buttons/start_auction_up.png: No such file or directory.
Everytime I get to this scene or add in new image files, it says its missing the specified image files.
When I used Gideros Studio IDE, it works fine , I normally have to add the file in manually to the folder within the GIderos Studio as it does not automatically read the directory “root/buttons/some_image.png”.
In Glider IDE it seems to read the files and show them in the projects/files tabs but does not detect them within the scripts(it only detects some of them and there is no pattern).
What I’ve tried so far:
-Deleted the GliderGenerated.gproj, as well as added the PNG image in manually only for it to be overwritten. Anytime the GliderGenerated is newly generated, it does not include the file missing above along with tons of other PNG files.
-Ive deleted the .tmp folder etc and this has not fixed it.
-Ive reinstalled, updated then ran the project and it does not detect these new files.
-Ive added the files in the Gideros Studio IDE .gproj and it works in Gideros Studio IDE however does not generate in the LUA Glider IDE but shows in the projects/files tabs.
This is extremely frustrating as I cannot add new images and cannot continue to develop my game.
This seems like a basic thing… Heres to hoping for a basic fix.
EDIT Other things Ive tried but still same problem persists:
-In tools >> options >> miscellaneous >> files (enable auto scanning is on)
-ive tried source >> scan for external changes as well.
-In tools >> options >> Glider Options >> editor (Ive tried Scan Entire Project, scan Main+required files and so on)
All of these Ive tried restarting glider, closing/opening project etc. No results.