Mod Ren'Py Kingdom of Deception JDMOD [0.14.0] [JohnDupont]

5.00 star(s) 1 Vote

Heliophorus

Member
Jan 6, 2018
344
420
167
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
Any help with this? Happens when I try to use gallery.
 

JohnDupont

Active Member
Modder
May 26, 2017
882
3,049
478
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
Any help with this? Happens when I try to use gallery.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Heliophorus

Atlan

Active Member
May 18, 2018
595
277
280
I can't get this to work, keep getting the 00start.rpy. line 222 error.
 

Atlan

Active Member
May 18, 2018
595
277
280
Don't really think so. I've tried and tried. No matter how I do it. Still doesn't work. Maybe I'm just retarded..
 

JohnDupont

Active Member
Modder
May 26, 2017
882
3,049
478
Maybe I'm just retarded..
In my experience, probably :D

I did a clean install to see if there were any problem. It's working fine on my end (I'm using a PC).
The "Kingdom_of_Deception-pc" folder should look like this:
Capture.PNG

The "game" folder should look like this:
Capture2.PNG
 

Atlan

Active Member
May 18, 2018
595
277
280
Code:
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
 
5.00 star(s) 1 Vote