Mod Ren'Py Completed Good Girl Gone Bad: JDMOD [1.2b] [JohnDupont]

2.90 star(s) 10 Votes

samkazk

Member
Apr 29, 2017
215
27
I'm on a mac and whenever I go to select any option before a scene I get an error like this

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'JDMOD/images/character/hovered_ash1\r.png'>:
  File "game/JDMOD/scripts/Scenes/V0.05 - partylat (Ashley, Wilson, Eva, Edgar).rpy", line 12, in script call
    call customization_character_eric
  File "game/JDMOD/scripts/Customization/Customization.rpy", line 503, in script call
    call customization_character
  File "game/JDMOD/scripts/Customization/Customization_Character.rpy", line 38, in script
    call screen SCREEN
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'JDMOD/images/character/hovered_ash1
.png'.

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

Full traceback:
  File "game/JDMOD/scripts/Scenes/V0.05 - partylat (Ashley, Wilson, Eva, Edgar).rpy", line 12, in script call
    call customization_character_eric
  File "game/JDMOD/scripts/Customization/Customization.rpy", line 503, in script call
    call customization_character
  File "game/JDMOD/scripts/Customization/Customization_Character.rpy", line 38, in script
    call screen SCREEN
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/ast.py", line 1775, in execute
    self.call("execute")
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/ast.py", line 1763, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/statements.py", line 163, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/exports.py", line 2612, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/core.py", line 2553, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/core.py", line 2916, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/core.py", line 1980, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen/renpy.display.render.c:6938)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/screen.py", line 625, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 862, in render
    surf = render(d, rw, height - y, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/behavior.py", line 715, in render
    rv = super(Button, self).render(width, height, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 1121, in render
    back = render(style.background, bw, bh, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/imagelike.py", line 254, in render
    crend = render(image, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/im.py", line 503, in render
    texture = cache.get(self, texture=True)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/im.py", line 212, in get
    surf = image.load()
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/im.py", line 553, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/loader.py", line 548, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'JDMOD/images/character/hovered_ash1
.png'.

Darwin-15.6.0-x86_64-i386-64bit
Ren'Py 6.99.13.2919
Good Girl Gone Bad 0.22Preview
 
  • Like
Reactions: JohnDupont

JohnDupont

Active Member
Modder
May 26, 2017
794
2,668
I'm on a mac and whenever I go to select any option before a scene I get an error like this

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'JDMOD/images/character/hovered_ash1\r.png'>:
  File "game/JDMOD/scripts/Scenes/V0.05 - partylat (Ashley, Wilson, Eva, Edgar).rpy", line 12, in script call
    call customization_character_eric
  File "game/JDMOD/scripts/Customization/Customization.rpy", line 503, in script call
    call customization_character
  File "game/JDMOD/scripts/Customization/Customization_Character.rpy", line 38, in script
    call screen SCREEN
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'JDMOD/images/character/hovered_ash1
.png'.

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

Full traceback:
  File "game/JDMOD/scripts/Scenes/V0.05 - partylat (Ashley, Wilson, Eva, Edgar).rpy", line 12, in script call
    call customization_character_eric
  File "game/JDMOD/scripts/Customization/Customization.rpy", line 503, in script call
    call customization_character
  File "game/JDMOD/scripts/Customization/Customization_Character.rpy", line 38, in script
    call screen SCREEN
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/ast.py", line 1775, in execute
    self.call("execute")
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/ast.py", line 1763, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/statements.py", line 163, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/exports.py", line 2612, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/core.py", line 2553, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/core.py", line 2916, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/core.py", line 1980, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen/renpy.display.render.c:6938)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/screen.py", line 625, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 702, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 862, in render
    surf = render(d, rw, height - y, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/behavior.py", line 715, in render
    rv = super(Button, self).render(width, height, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/layout.py", line 1121, in render
    back = render(style.background, bw, bh, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/imagelike.py", line 254, in render
    crend = render(image, width, height, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen/renpy.display.render.c:3445)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen/renpy.display.render.c:2983)
    rv = d.render(widtho, heighto, st, at)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/im.py", line 503, in render
    texture = cache.get(self, texture=True)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/im.py", line 212, in get
    surf = image.load()
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/display/im.py", line 553, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/Users/nafimaster/Desktop/Download List/renpy-6.99.13-sdk/renpy/loader.py", line 548, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'JDMOD/images/character/hovered_ash1
.png'.

Darwin-15.6.0-x86_64-i386-64bit
Ren'Py 6.99.13.2919
Good Girl Gone Bad 0.22Preview
Since I can't test the MAC version of the MOD, I can't solve your problem by myself. I'm getting in contact with other MAC users and I'll make a post if a solution is found.
 

joeca23

New Member
Dec 22, 2017
4
1
I'm on a mac and get this error for every scene. Know any way to fix it?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/JDMOD/scripts/Menu/GalleryMenu.rpy", line 101, in script
call screen gallery
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 375, in __call__
renpy.call_replay(self.label, self.scope)
File "game/JDMOD/scripts/Scenes/V0.19 - v19b (Ashley, Dad).rpy", line 12, in script call
call customization_character_ashley
File "game/JDMOD/scripts/Customization/Customization.rpy", line 490, in script
$ spreadsheet("JDMOD/Database/Characters/ashley.tsv")
File "game/JDMOD/scripts/Customization/Customization.rpy", line 490, in <module>
$ spreadsheet("JDMOD/Database/Characters/ashley.tsv")
File "game/JDMOD/scripts/Customization/Customization_Character.rpy", line 4, in spreadsheet
f = file(config.gamedir + "/" + filename)
IOError: [Errno 2] No such file or directory: u'/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/game/JDMOD/Database/Characters/ashley.tsv'

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

Full traceback:
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/main.py", line 487, in main
run(restart)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/main.py", line 147, in run
renpy.execution.run_context(True)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/execution.py", line 761, in run_context
context.run()
File "game/JDMOD/scripts/Menu/GalleryMenu.rpy", line 101, in script
call screen gallery
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/ast.py", line 1706, in execute
self.call("execute")
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/ast.py", line 1724, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/statements.py", line 145, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/exports.py", line 2526, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/transform.py", line 848, in event
rv = d.event(ev, cx, cy, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/viewport.py", line 303, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/behavior.py", line 889, in event
return handle_click(self.clicked)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/behavior.py", line 824, in handle_click
rv = run(action)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/behavior.py", line 299, in run
new_rv = run(i, *args, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 375, in __call__
renpy.call_replay(self.label, self.scope)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/game.py", line 380, in call_replay
renpy.execution.run_context(False)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/execution.py", line 761, in run_context
context.run()
File "game/JDMOD/scripts/Scenes/V0.19 - v19b (Ashley, Dad).rpy", line 12, in script call
call customization_character_ashley
File "game/JDMOD/scripts/Customization/Customization.rpy", line 490, in script
$ spreadsheet("JDMOD/Database/Characters/ashley.tsv")
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/JDMOD/scripts/Customization/Customization.rpy", line 490, in <module>
$ spreadsheet("JDMOD/Database/Characters/ashley.tsv")
File "game/JDMOD/scripts/Customization/Customization_Character.rpy", line 4, in spreadsheet
f = file(config.gamedir + "/" + filename)
IOError: [Errno 2] No such file or directory: u'/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/game/JDMOD/Database/Characters/ashley.tsv'

Darwin-16.7.0-x86_64-i386-64bit
Ren'Py 6.99.12.4.2187
Good Girl Gone Bad 0.22ALPHA
 

JohnDupont

Active Member
Modder
May 26, 2017
794
2,668
I'm on a mac and get this error for every scene. Know any way to fix it?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/JDMOD/scripts/Menu/GalleryMenu.rpy", line 101, in script
call screen gallery
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 375, in __call__
renpy.call_replay(self.label, self.scope)
File "game/JDMOD/scripts/Scenes/V0.19 - v19b (Ashley, Dad).rpy", line 12, in script call
call customization_character_ashley
File "game/JDMOD/scripts/Customization/Customization.rpy", line 490, in script
$ spreadsheet("JDMOD/Database/Characters/ashley.tsv")
File "game/JDMOD/scripts/Customization/Customization.rpy", line 490, in <module>
$ spreadsheet("JDMOD/Database/Characters/ashley.tsv")
File "game/JDMOD/scripts/Customization/Customization_Character.rpy", line 4, in spreadsheet
f = file(config.gamedir + "/" + filename)
IOError: [Errno 2] No such file or directory: u'/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/game/JDMOD/Database/Characters/ashley.tsv'

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

Full traceback:
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/main.py", line 487, in main
run(restart)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/main.py", line 147, in run
renpy.execution.run_context(True)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/execution.py", line 761, in run_context
context.run()
File "game/JDMOD/scripts/Menu/GalleryMenu.rpy", line 101, in script
call screen gallery
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/ast.py", line 1706, in execute
self.call("execute")
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/ast.py", line 1724, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/statements.py", line 145, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/exports.py", line 2526, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/transform.py", line 848, in event
rv = d.event(ev, cx, cy, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/viewport.py", line 303, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/behavior.py", line 889, in event
return handle_click(self.clicked)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/behavior.py", line 824, in handle_click
rv = run(action)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/behavior.py", line 299, in run
new_rv = run(i, *args, **kwargs)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/display/behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 375, in __call__
renpy.call_replay(self.label, self.scope)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/game.py", line 380, in call_replay
renpy.execution.run_context(False)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/execution.py", line 761, in run_context
context.run()
File "game/JDMOD/scripts/Scenes/V0.19 - v19b (Ashley, Dad).rpy", line 12, in script call
call customization_character_ashley
File "game/JDMOD/scripts/Customization/Customization.rpy", line 490, in script
$ spreadsheet("JDMOD/Database/Characters/ashley.tsv")
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/JDMOD/scripts/Customization/Customization.rpy", line 490, in <module>
$ spreadsheet("JDMOD/Database/Characters/ashley.tsv")
File "game/JDMOD/scripts/Customization/Customization_Character.rpy", line 4, in spreadsheet
f = file(config.gamedir + "/" + filename)
IOError: [Errno 2] No such file or directory: u'/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/game/JDMOD/Database/Characters/ashley.tsv'

Darwin-16.7.0-x86_64-i386-64bit
Ren'Py 6.99.12.4.2187
Good Girl Gone Bad 0.22ALPHA
The mod should be compatible with later versions.

Linux does have the same kind of error: Is there a tsv file "ashley" in u'/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/game/JDMOD/Database/Characters/'?
 

joeca23

New Member
Dec 22, 2017
4
1
The mod should be compatible with later versions.

Linux does have the same kind of error: Is there a tsv file "ashley" in u'/Volumes/Seagate Backup Plus Drive/NTI/setup/frost/Games/GGGB/GoodGirlGoneBad.app/Contents/Resources/autorun/game/JDMOD/Database/Characters/'?
yes, ashley.tsv is there
 

JohnDupont

Active Member
Modder
May 26, 2017
794
2,668
If you already installed the mod, do NOT update to this version.

I moved the unlock feature to a reward for Patrons. I have not yet decided if this will be the last Public version in terms of content.
This version of the JDMOD should stay compatible with later versions of the game, same thing for the 0.12 Beta. You'll still have access to the 99 existing scenes.
 
  • Like
Reactions: Eibon
2.90 star(s) 10 Votes