HalfstarDev / matchanovel

A visual novel framework library for Defold.
MIT License
30 stars 2 forks source link

won't start scripts #2

Open 8o8b14Ka opened 1 week ago

8o8b14Ka commented 1 week ago

INFO:GRAPHICS: Installed graphics device 'ADAPTER_FAMILY_OPENGL' INFO:ENGINE: Defold Engine 1.8.1 (fd1ad4c) ERROR:DLIB: Failed to initialize profile library 9 INFO:ENGINE: Loading data from: build/default /dev/shm/jack_db-1000/__db.001: No such file or directory INFO:ENGINE: Initialised sound device 'default' DEBUG:SCRIPT: load_script error: Failed to load resource: /assets/scripts/scripts.txt (-3) INFO:DLIB: SSDP: Started on address 192.168.0.182 INFO:DLIB: SSDP: Done on address 192.168.0.182

options and main menu works ok. black screen on start

8o8b14Ka commented 1 week ago

just fixed this for myself by modifying matchascript.lua this line: local scripts_folder = "\\assets\\scripts\\" into: local scripts_folder = "/assets/scripts/"

maybe consider doing this less os dependent

HalfstarDev commented 1 week ago

Oh, yes, I should change that file access to be Unix compatible. Thanks.