-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm sorry, but an uncaught exception occurred. #66
Comments
I have more and more games where developers have upgraded to renpy 8.0.3 that have this same error :( |
the file that translates games on this engine is now available on version 7.5 (I have the same problem, the game I wanted to play on version 7.5.3....) |
I have the same problem
|
I'm sorry, but an uncaught exception occurred. While running game code: -- Full Traceback ------------------------------------------------------------ Full traceback: Windows-10-10.0.22000 AMD64 |
Hello,
I get this error as soon as I launch the game.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Translator3000Data/ingame_gui/imports.rpy", line 7, in
NameError: name 'unicode' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Renpy\LeapofFaith-1 0c-pc\LeapofFaith-1.0c-pc\renpy\bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "D:\Renpy\LeapofFaith-1 0c-pc\LeapofFaith-1.0c-pc\renpy\main.py", line 558, in main
renpy.game.context().run(node)
File "Translator3000GUIScripts/imports.rpyc", line 2, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/init.py", line 441, in raise_
File "Translator3000GUIScripts/imports.rpyc", line 2, in script
File "D:\Renpy\LeapofFaith-1 0c-pc\LeapofFaith-1.0c-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Renpy\LeapofFaith-1 0c-pc\LeapofFaith-1.0c-pc\renpy\python.py", line 1052, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Translator3000Data/ingame_gui/imports.rpy", line 7, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 664, in _load_unlocked
File "", line 627, in _load_backward_compatible
File "D:\Renpy\LeapofFaith-1 0c-pc\LeapofFaith-1.0c-pc\renpy\loader.py", line 1007, in load_module
exec(code, mod.dict) # type: ignore
File "_translator3000/init.py", line 21, in
File "_translator3000/utils.py", line 86, in remove_dir
NameError: name 'unicode' is not defined
Windows-10-10.0.22000 AMD64
Ren'Py 8.0.2.22081402
Leap of Faith 1.0c
Wed Sep 14 16:58:32 2022
Thx.
The text was updated successfully, but these errors were encountered: