4.90 star(s) 7 Votes

Quentin159

Newbie
Jul 17, 2023
52
7

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "game/JokerMod/JokerCheats.rpy", line 74, in execute
screen cheatmenu2():
File "game/JokerMod/JokerCheats.rpy", line 74, in execute
screen cheatmenu2():
File "game/JokerMod/JokerCheats.rpy", line 78, in execute
vpgrid:
File "game/JokerMod/JokerCheats.rpy", line 148, in execute
vbox:
File "game/JokerMod/JokerCheats.rpy", line 151, in execute
fixed:
File "game/JokerMod/JokerCheats.rpy", line 153, in execute
bar value VariableValue("rsjack", 100)
File "renpy/common/00barvalues.rpy", line 283, in get_adjustment
value = getattr(self.object, self.field)
AttributeError: 'StoreModule' object has no attribute 'rsjack'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/JokerMod/JokerCheats.rpy", line 74, in execute
screen cheatmenu2():
File "game/JokerMod/JokerCheats.rpy", line 74, in execute
screen cheatmenu2():
File "game/JokerMod/JokerCheats.rpy", line 78, in execute
vpgrid:
File "game/JokerMod/JokerCheats.rpy", line 148, in execute
vbox:
File "game/JokerMod/JokerCheats.rpy", line 151, in execute
fixed:
File "game/JokerMod/JokerCheats.rpy", line 153, in execute
bar value VariableValue("rsjack", 100)
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\sl2\sldisplayables.py", line 261, in sl2bar
return renpy.display.behavior.Bar(range, value, width, height, vertical=False, **properties)
File "C:\Users\NewtLlewellyn\Downloads\JustBros-1.30-pc\renpy\display\behavior.py", line 1955, in __init__
adjustment = value.get_adjustment()
File "renpy/common/00barvalues.rpy", line 283, in get_adjustment
value = getattr(self.object, self.field)
AttributeError: 'StoreModule' object has no attribute 'rsjack'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Just Bros 1.30
Sat Dec 28 03:32:51 2024


sorry, I don't know how to make this foldable
 

IrishTHC

New Member
Aug 15, 2023
5
25
Hey, can anyone help me with a problem? I've been playing this game and you reach a point at Monday Night week 10. When you finish this scene it just goes back to week 4 and begins all over again. I tried it a second time and it went back to week 3. Has anyone else experienced this issue? Is that the end of the content and its just giving me the option to go back and make different choices or what is it?
 

pastadudde

New Member
Jan 22, 2024
7
1
Hey, can anyone help me with a problem? I've been playing this game and you reach a point at Monday Night week 10. When you finish this scene it just goes back to week 4 and begins all over again. I tried it a second time and it went back to week 3. Has anyone else experienced this issue? Is that the end of the content and its just giving me the option to go back and make different choices or what is it?
I have the same issue
 
4.90 star(s) 7 Votes