konabwo

Engaged Member
Sep 19, 2020
2,480
715
chapter 13.
what variable to prevent last icon turning red (thus to have no deadline to avoid gameover)
or better, what to type in console.
is it somehow fixed in 1.60?
 
Last edited:

ElJosh781

Member
Jan 31, 2018
109
53
I got this:

'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1232, in script call
File "game/11_proj/loc_main.rpy", line 18, in script call
File "game/11_proj/loc_main.rpy", line 68, in script call
File "game/11_proj/loc_main.rpy", line 105, in script call
File "game/11_proj/act_evns.rpy", line 38, in script call
File "game/11_proj/act_evns.rpy", line 7153, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 208, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 188, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 294, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 391, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 834, in script
IOError: [Errno 9] Bad file descriptor

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

Full traceback:
File "C:\Users\Josh\Downloads\BM-163-all\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "C:\Users\Josh\Downloads\BM-163-all\renpy\main.py", line 472, in main
run(restart)
File "C:\Users\Josh\Downloads\BM-163-all\renpy\main.py", line 141, in run
renpy.execution.run_context(True)
File "C:\Users\Josh\Downloads\BM-163-all\renpy\execution.py", line 734, in run_context
context.run()
File "game/script.rpy", line 1232, in script call
File "game/11_proj/loc_main.rpy", line 18, in script call
File "game/11_proj/loc_main.rpy", line 68, in script call
File "game/11_proj/loc_main.rpy", line 105, in script call
File "game/11_proj/act_evns.rpy", line 38, in script call
File "game/11_proj/act_evns.rpy", line 7153, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 208, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 188, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 294, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 391, in script call
File "game/07_ex_scripts/u_Trans.rpy", line 834, in script
File "C:\Users\Josh\Downloads\BM-163-all\renpy\error.py", line 205, in report_exception
sys.stdout.write(simple.getvalue())
IOError: [Errno 9] Bad file descriptor
 
Jun 2, 2017
16
36
It is the 55th day since the release of 1.63, the release of 1.70 is coming soon, and the hero has not appeared. The castle is already covered with cracks, the army is dying in the hope of its savior. But the savior will not come, he got drunk and died
 

Rambo99

Member
Apr 1, 2018
148
54
Version 1.70beta for . If anyone has the opportunity, please post it to the public. ;)
 

konabwo

Engaged Member
Sep 19, 2020
2,480
715
do u know what i want? ill tell yall anyway.
ch13 rework. i failed to follow the guide...and to cheat.
do anyone know how to reset/tweak that red deadline bubble at least?
 
  • Like
Reactions: Bakkis15

zerodead

Engaged Member
Jan 18, 2018
2,192
2,013
I tried to make a translation for this game, but when creating the translation, it keeps giving error in 3 different places


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 67, in script
python:
File "game/script.rpy", line 67, in script
python:
File "game/script.rpy", line 446, in <module>
constVals={"color":"#007f00", "what_color":"#e0ffe0", "flipShift":-400, "defface":"_oc__def"} )
File "game/07_ex_scripts/class_Person.rpy", line 62, in __init__
self.Items=ItemCollection("items"+Name)
File "game/07_ex_scripts/class_ItemCollection.rpy", line 23, in __init__
super(ItemCollection, self).__init__(Name=Name, Type="ItemCollection")
TypeError: object() takes no parameters.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 550, in main
renpy.game.context().run(node)
File "game/script.rpy", line 67, in script
python:
File "game/script.rpy", line 67, in script
python:
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 "game/script.rpy", line 446, in <module>
constVals={"color":"#007f00", "what_color":"#e0ffe0", "flipShift":-400, "defface":"_oc__def"} )
File "game/07_ex_scripts/class_Person.rpy", line 62, in __init__
self.Items=ItemCollection("items"+Name)
File "game/07_ex_scripts/class_ItemCollection.rpy", line 23, in __init__
super(ItemCollection, self).__init__(Name=Name, Type="ItemCollection")
File "renpy/python.py", line 1207, in __init__
raise TypeError("object() takes no parameters.")
TypeError: object() takes no parameters.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
BM 1.05.1
Wed Mar 9 16:41:10 2022
 

Rambo99

Member
Apr 1, 2018
148
54
Version 1.70beta for . If anyone has the opportunity, please post it to the public. ;)
 
3.20 star(s) 33 Votes