You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The super common error we keep seeing from mainmenu.lua is an error where Olympus fails to retrieve the given file from a string path containing nonUTF-8 characters. I'm not 100% sure how to fix this but this should be an easy thing to resolve, i think.
Error comes from this point, and has been mentioned fairly frequently in modding help over about a year
Error appears as:
Error
threader.lua:544: thread#3<scenes/mainmenu.lua:246 not running!
Traceback
[C]: in function 'error'
threader.lua:37: in function 'update'
threader.lua:544: in function 'update'
main.lua:625: in function 'update'
main.lua:76: in function main.lua:73
The text was updated successfully, but these errors were encountered:
Viv-0
changed the title
Nonstandard characters from folder path error the file searcher
Nonstandard characters from folder path breaks the file searcher
Mar 12, 2022
The super common error we keep seeing from mainmenu.lua is an error where Olympus fails to retrieve the given file from a string path containing nonUTF-8 characters. I'm not 100% sure how to fix this but this should be an easy thing to resolve, i think.
Error comes from this point, and has been mentioned fairly frequently in modding help over about a year
Error appears as:
Error
threader.lua:544: thread#3<scenes/mainmenu.lua:246 not running!
Traceback
[C]: in function 'error'
threader.lua:37: in function 'update'
threader.lua:544: in function 'update'
main.lua:625: in function 'update'
main.lua:76: in function main.lua:73
The text was updated successfully, but these errors were encountered: