Hi guys.
I am working on small game - “Nanogram”.
Currently I am trying to create level editor for it and it works fine when I lunch it from menu “Project -> Build”. No errors, no warnings…
But after creating a bundle for windows (Architecture - 64 bit)( Variant - release), it doesnt want to work, and silently closes right after launch.
I tried a debug build (on windows, 64bit) and ran it from the command line so I got the output, and I got this:
ERROR:SCRIPT: main/tile/TileController.script:2: module 'main.tile.TileVO' not found:
no file 'main.tile.TileVO'
stack traceback:
[C]: in function 'require'
main/tile/TileController.script:2: in main chunk
…But that doesn’t make me understand it any better. ‘main.tile.TileVO’ is definitely there, and it runs from the editor. Maybe someone else has ideas.