- Apr 24, 2022
- 261
- 401
Here is the fixed version of the mod, this should fix the problem with automatic language detection.Code:ÔªøI'm sorry, but an uncaught exception occurred. While running game code: File "game/options.rpy", line 476, in <module> File "game/options.rpy", line 309, in __init__ File "game/options.rpy", line 343, in start File "game/options.rpy", line 449, in get_system_lang AttributeError: 'NoneType' object has no attribute 'split' -- Full Traceback ------------------------------------------------------------ Full traceback: File "/Users/david/Games/Bright_Past-0.99.2.app/Contents/Resources/autorun/renpy/bootstrap.py", line 359, in bootstrap renpy.main.main() File "/Users/david/Games/Bright_Past-0.99.2.app/Contents/Resources/autorun/renpy/main.py", line 526, in main renpy.game.context().run(node) File "game/options.rpyc", line 4, in script ’.Íç∂tgwö]Â∂bò€ä·Ò¡ÖSZjëC|GÇ&ü›ôX[K£©Ï.≥{Á[‚>PÓ:kÙÄrÉb∂Ü#"*ôZB∆vt§#㧢Ȉl8>(>88∆n)óœ+;ÇJ”flıùSπºïŒgGÇZQ¯ˇ8˙∂ÏUÔ∑Ω"ÎÅK¸{c{tëmĬçµÒm‚_¿∞PfiÃh*ge«Ä≠Ω ≠±Pp\m`ä& File "game/options.rpyc", line 4, in script ’.Íç∂tgwö]Â∂bò€ä·Ò¡ÖSZjëC|GÇ&ü›ôX[K£©Ï.≥{Á[‚>PÓ:kÙÄrÉb∂Ü#"*ôZB∆vt§#㧢Ȉl8>(>88∆n)óœ+;ÇJ”flıùSπºïŒgGÇZQ¯ˇ8˙∂ÏUÔ∑Ω"ÎÅK¸{c{tëmĬçµÒm‚_¿∞PfiÃh*ge«Ä≠Ω ≠±Pp\m`ä& File "/Users/david/Games/Bright_Past-0.99.2.app/Contents/Resources/autorun/renpy/ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Users/david/Games/Bright_Past-0.99.2.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/options.rpy", line 476, in <module> File "game/options.rpy", line 309, in __init__ File "game/options.rpy", line 343, in start File "game/options.rpy", line 449, in get_system_lang AttributeError: 'NoneType' object has no attribute 'split' Darwin-21.6.0-x86_64-i386-64bit x86_64 Ren'Py 7.7.0.24012702 Bright Past 0.99.2 Sun Jun 16 20:52:10 2024
You're the first person to have any problems with the locale, so I hadn't encountered this exception before and didn't know it could occur.
You must be registered to see the links
Last edited: