- Nov 25, 2017
- 427
- 174
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/core/main_interface.rpy", line 877, in <module>
AttributeError: module 'renpy.display.core' has no attribute 'scene_lists'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/core/main_interface.rpyc", line 875, in script
File "/Users/XXXXXX/XXXXXX/Extras/renpy-8.3.0-sdk/renpy/ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/XXXXXX/XXXXXX/Extras/renpy-8.3.0-sdk/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/core/main_interface.rpy", line 877, in <module>
AttributeError: module 'renpy.display.core' has no attribute 'scene_lists'
macOS-10.14.6-x86_64-i386-64bit x86_64
Ren'Py 8.3.0.24082114
MilfsPlaza steam_14b
Tue Aug 27 13:19:39 2024
bro you have to dowloand the version sdk renpy 7.5.3 and dowloand the plugin live2d for run the game propreliWas anybody able to play the Mac version?
I tried running the regular Mac version, the compressed Mac version, tried also downloading the PC version both regular and compressed and ran them through Renpy SDK (version 8.2.1 and latest 8.3), and even tried compiling the Mac versions, but I get an error on launch (below).
If anybody knows how to fix this, please I am all eyes.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/core/main_interface.rpy", line 877, in <module> AttributeError: module 'renpy.display.core' has no attribute 'scene_lists' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/core/main_interface.rpyc", line 875, in script File "/Users/XXXXXX/XXXXXX/Extras/renpy-8.3.0-sdk/renpy/ast.py", line 821, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Users/XXXXXX/XXXXXX/Extras/renpy-8.3.0-sdk/renpy/python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/core/main_interface.rpy", line 877, in <module> AttributeError: module 'renpy.display.core' has no attribute 'scene_lists' macOS-10.14.6-x86_64-i386-64bit x86_64 Ren'Py 8.3.0.24082114 MilfsPlaza steam_14b Tue Aug 27 13:19:39 2024
is the update on steam version aswell?Update!
- New route;
- 10 animations+ Nancy;
- New mini-game;
- 3 NEW animation for Mary (end scene in route Mary).
- More bugs!
Thanks, I got the 7.5.3 but it wants the Cubism for Native version 4, and I could only find the version 5 online.bro you have to dowloand the version sdk renpy 7.5.3 and dowloand the plugin live2d for run the game propreli
rename the file zip in exact cubism5 to cubism4Thanks, I got the 7.5.3 but it wants the Cubism for Native version 4, and I could only find the version 5 online.
I installed the version 5 in the Renpy sdk 8.0.3 (which strangely took a second only to show that it got installed), but the same thing happened.
What I dont get is why I can't play the Mac version right out of the box downladed from here, as I assume it was built using the live2d or any other thing it requires.
Maybe there is something going on with my machine that prevents this game from running, as it seems I am the only Mac user facing this issue in the forum. Never happened before as I was always able to run every RenPy game I downloaded or built from the sdk.
Tried that as well, but still errors.rename the file zip in exact cubism5 to cubism4
send screenshort of the error in version 8.0.3Tried that as well, but still errors.
No worries; I will try loading the Windows version through Wine, and if not, then I might have to skip this game.
Thanks for your help and suggestions
Thanks for the help.send screenshort of the error in version 8.0.3
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/test_label.rpy", line 98, in <module>
File "game/test_label.rpy", line 65, in __init__
Exception: Could not load Live2D. b'/Users/Kondorito/renpy-8.0.3-sdk/lib/py3-mac-x86_64/libLive2DCubismCore.dylib' was not found.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "game/test_label.rpyc", line 57, 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 "game/test_label.rpyc", line 57, in script
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/test_label.rpy", line 98, in <module>
File "game/test_label.rpy", line 65, in __init__
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/gl2/live2d.py", line 555, in __init__
common = self.create_common(default_fade)
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/gl2/live2d.py", line 499, in create_common
rv = Live2DCommon(self.filename, default_fade)
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/gl2/live2d.py", line 175, in __init__
init()
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/gl2/live2d.py", line 90, in init
onetime_init()
File "/Users/Kondorito/renpy-8.0.3-sdk/renpy/gl2/live2d.py", line 66, in onetime_init
raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D. b'/Users/Kondorito/renpy-8.0.3-sdk/lib/py3-mac-x86_64/libLive2DCubismCore.dylib' was not found.
macOS-10.14.6-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
MilfsPlaza steam_14b
Wed Sep 4 21:38:37 2024
How can i open the cheat mode? the one that appears on the phone says only subscribersMod updated to the last public version.