- Sep 3, 2022
- 24,333
- 206,540
It's the public build...that's why I told him the new one is out.KoGa might not update as the build is marked as "early" vs full build, but we'll see
I guess it doesn't matter, but after extraction it still says early, guess just forgot to change the folder name
There were no changes, this time the public version is the same as the Early version.
Hi. The i-patch is already included, I added that info now also on my page.Just curious if S02-05 for pc, has the i=Patch or do I need to download it seperately like S01-ep14?
Thank you so much!Hi. The i-patch is already included, I added that info now also on my page.
I'm sorry, but an uncaught exception occurred.
While loading the script.
ScriptError: Name ('game/chapter201.rpy', 1660769100, 1) is defined twice, at game/chapter201.rpy:3 and game/mod/chapter201.rpyc:3.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\main.py", line 492, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 310, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 888, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 525, in finish_load
check_name(node)
File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 501, in check_name
raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." %
ScriptError: Name ('game/chapter201.rpy', 1660769100, 1) is defined twice, at game/chapter201.rpy:3 and game/mod/chapter201.rpyc:3.
Hi. According your error log it seems you have my Mod files installed twice in different folders (in .../game/ and in .../game/mod/). They must be installed only once in the folder .../game/I can't get the mod to work. It gives me this error:
Code:I'm sorry, but an uncaught exception occurred. While loading the script. ScriptError: Name ('game/chapter201.rpy', 1660769100, 1) is defined twice, at game/chapter201.rpy:3 and game/mod/chapter201.rpyc:3. -- Full Traceback ------------------------------------------------------------ Full traceback: File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\bootstrap.py", line 275, in bootstrap renpy.main.main() File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\main.py", line 492, in main renpy.game.script.load_script() # sets renpy.game.script. File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 310, in load_script self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode) File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 888, in load_appropriate_file self.finish_load(stmts, initcode, filename=lastfn) # type: ignore File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 525, in finish_load check_name(node) File "X:\F95\Young_Again_s02.c05_Public-pc-compressed\renpy\script.py", line 501, in check_name raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." % ScriptError: Name ('game/chapter201.rpy', 1660769100, 1) is defined twice, at game/chapter201.rpy:3 and game/mod/chapter201.rpyc:3.
I can't believe that was it. Thanks. I was following your instructions ofHi. According your error log it seems you have my Mod files installed twice in different folders (in .../game/ and in .../game/mod/). They must be installed only once in the folder .../game/
According his post I assume on the weekend when the public game version is available:Hi KoGa3, when is the mod udapte ?
Awesome KoGa3 ! (im)patiently waiting for your update...June 5, 2024
Seems the the early/beta version got leaked
(don't know why that was necessary...)
I probably wait for my Mod update for the
in a few days anyway available public game release
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'gallery/unlock102.png'>:
IOError: Couldn't find file 'gallery/unlock102.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 360, in render
return render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/screen.py", line 688, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 493, in render
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/behavior.py", line 795, in render
rv = super(Button, self).render(width, height, st, at)
File "renpy/display/layout.py", line 1264, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'gallery/unlock102.png'.
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Young Again
Sat Jun 8 10:41:21 2024
Hi. For me it seems there is something wrong with your game or Mod installation. Since your traceback is showing an older RenPy version I assume you probably are using the game Season 1. But there doesn't exist a "unlock102.png" according your log file. Only in the newer season 2 game version. Did you maybe mixed up the old game season 1 and my new Mod for season 2?hi, I have a problem with the current mod version.
Code:I'm sorry, but an uncaught exception occurred. While loading <'Image' u'gallery/unlock102.png'>: IOError: Couldn't find file 'gallery/unlock102.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3839, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2565, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 826, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/transition.py", line 360, in render return render(self.new_widget, width, height, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 826, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 826, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/screen.py", line 688, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 826, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 493, in render renders = [ render(i, renwidth, renheight, st, at) for i in children ] File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/behavior.py", line 795, in render rv = super(Button, self).render(width, height, st, at) File "renpy/display/layout.py", line 1264, in render st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/im.py", line 625, in render return cache.get(self, render=True) File "renpy/display/im.py", line 287, in get surf = image.load() File "renpy/display/im.py", line 706, in load raise e IOError: Couldn't find file 'gallery/unlock102.png'. Windows-10-10.0.22621 Ren'Py 7.4.11.2266 Young Again Sat Jun 8 10:41:21 2024
Yes, I realized I mixed up the versions.Hi. For me it seems there is something wrong with your game or Mod installation. Since your traceback is showing an older RenPy version I assume you probably are using the game Season 1. But there doesn't exist a "unlock102.png" according your log file. Only in the newer season 2 game version. Did you maybe mixed up the old game season 1 and my new Mod for season 2?
TY!Updated my Mod and port for the now available public game release of Season 2 Chapter 6.
Info: with installing the Mod you also "upgrade" the still linked early game release in the game thread to the public version, too.