Hello, additional to my NVIDIA driver question post I would like to ask about some other issue with my game. Namely I introduced the ability to run python scripts on certain code trigger. The scripts should be loaded to memory at startup from the directory ‘python’ … This feature seems to slow down the game startup, but only when working with snaps and the map which is supposed to read the python scirpts! How do I make certain that the permission are fine and the files could be touched from inside the sandbox ? I paste the link to my snapcraft.yaml here : https://github.com/tomluchowski/OpenDungeonsPlus/blob/shaders-improvement/snapcraft.yaml
(15:18:28) (Helper) [WARNING] (Helper.cpp:177) File not found=python/hello3.py (15:18:28) (MapHandler) [CRITICAL] (MapHandler.cpp:576) COULD NOT READ THE FILE python/hello3.py (15:18:28) (Helper) [WARNING] (Helper.cpp:177) File not found=python/hello4.py (15:18:28) (MapHandler) [CRITICAL] (MapHandler.cpp:576) COULD NOT READ THE FILE python/hello4.py Yeah so for sure something wrong with the file permission in here…