- May 26, 2017
- 837
- 2,805
Yes, it is.Is it compatible with 0.6.4?
Yes, it is.Is it compatible with 0.6.4?
Thanks.Thanks buddy for both Mod and WalkThrough. It's unbelievably good and illustrative.
Good job
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Menus_Override.rpy", line 42, in script
$ forcereset("JDMOD/Database/gallery_bonuses.tsv")
File "game/Menus_Override.rpy", line 42, in <module>
$ forcereset("JDMOD/Database/gallery_bonuses.tsv")
File "game/Menus_Override.rpy", line 8, in forcereset
with renpy.file(filename) as sceneslist:
IOError: Couldn't find file 'JDMOD/Database/gallery_bonuses.tsv'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Menus_Override.rpy", line 42, in script
$ forcereset("JDMOD/Database/gallery_bonuses.tsv")
File "C:\Users\flash\Downloads\1\new\2d\kod\Kingdom_of_Deception-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\flash\Downloads\1\new\2d\kod\Kingdom_of_Deception-pc\renpy\python.py", line 1888, in py_exec_bytecode
exec bytecode in globals, locals
File "game/Menus_Override.rpy", line 42, in <module>
$ forcereset("JDMOD/Database/gallery_bonuses.tsv")
File "game/Menus_Override.rpy", line 8, in forcereset
with renpy.file(filename) as sceneslist:
File "C:\Users\flash\Downloads\1\new\2d\kod\Kingdom_of_Deception-pc\renpy\exports.py", line 2046, in file
return renpy.loader.load(fn)
File "C:\Users\flash\Downloads\1\new\2d\kod\Kingdom_of_Deception-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'JDMOD/Database/gallery_bonuses.tsv'.
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Thu Sep 27 20:17:16 2018
Installation:Any help with this? Happens when I try to use gallery.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Menus_Override.rpy", line 42, in script $ forcereset("JDMOD/Database/gallery_bonuses.tsv") File "game/Menus_Override.rpy", line 42, in <module> $ forcereset("JDMOD/Database/gallery_bonuses.tsv") File "game/Menus_Override.rpy", line 8, in forcereset with renpy.file(filename) as sceneslist: IOError: Couldn't find file 'JDMOD/Database/gallery_bonuses.tsv'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Menus_Override.rpy", line 42, in script $ forcereset("JDMOD/Database/gallery_bonuses.tsv") File "C:\Users\flash\Downloads\1\new\2d\kod\Kingdom_of_Deception-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\flash\Downloads\1\new\2d\kod\Kingdom_of_Deception-pc\renpy\python.py", line 1888, in py_exec_bytecode exec bytecode in globals, locals File "game/Menus_Override.rpy", line 42, in <module> $ forcereset("JDMOD/Database/gallery_bonuses.tsv") File "game/Menus_Override.rpy", line 8, in forcereset with renpy.file(filename) as sceneslist: File "C:\Users\flash\Downloads\1\new\2d\kod\Kingdom_of_Deception-pc\renpy\exports.py", line 2046, in file return renpy.loader.load(fn) File "C:\Users\flash\Downloads\1\new\2d\kod\Kingdom_of_Deception-pc\renpy\loader.py", line 555, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'JDMOD/Database/gallery_bonuses.tsv'. Windows-8-6.2.9200 Ren'Py 6.99.14.3.3347 Kingdom of Deception 0.6.0 Thu Sep 27 20:17:16 2018
Only in the gallery. The only scenes I could see added to the game are the ones from the old prologue.@JohnDupont at one point will you include the scenes in the game or will it only be available in the gallery?
In my experience, "00start.rpy" errors are due to a bad installation.I can't get this to work, keep getting the 00start.rpy. line 222 error.
Send me a screenshot of both the "game" folder and the ren'py error your getting please.So does mine. I'm still getting the error though.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 222, in script call
call _splashscreen from _call_splashscreen_1
Exception: Invalid key specifier image_load_log
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 222, in script call
call _splashscreen from _call_splashscreen_1
File "game/script.rpyc", line 1250, in script
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\ast.py", line 1337, in execute
renpy.exports.with_statement(trans, paired)
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\exports.py", line 1413, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\display\core.py", line 2193, in do_with
clear=clear)
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\display\core.py", line 2635, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\display\core.py", line 3437, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\display\behavior.py", line 435, in event
if map_event(ev, name):
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\display\behavior.py", line 221, in map_event
check_code = eval("lambda ev : " + compile_event(keysym, True), globals())
File "E:\Downloads\Vids\Games\Kingdom of Deception\test\Kingdom_of_Deception-pc\renpy\display\behavior.py", line 140, in compile_event
raise Exception("Invalid key specifier %s" % key)
Exception: Invalid key specifier image_load_log
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Kingdom of Deception 0.6.0
Fri Oct 05 11:33:18 2018
So the game has a problem while loading the splashscreen. Does it happen too if you uninstall the mod by deleting the "JDMOD" folder?
Sorry, but I don't have a clue. I can't replicate your problem.Without the mod, it works fine.