LoafyLemon

Witch Trainer Silver
Game Developer
Jul 1, 2017
534
1,424
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'characters/cho/clothes/custom/characters/cho/clothes/bottoms/base/pants_yoga_long.png'>:
  File "game/__Renpy__/_cho_/_cho_.rpy", line 79, in <module>
  File "game/__Renpy__/___Init___.rpy", line 4, in missing_image_func
  File "renpy/common/00library.rpy", line 266, in say
Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.

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

Full traceback:
  File "__Renpy__/_cho_/quidditch.rpyc", line 17, in script call
  File "__Renpy__/_cho_/_cho_.rpyc", line 79, in script
  File "/data/user/0/wt.silver/files/renpy/ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/data/user/0/wt.silver/files/renpy/python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/__Renpy__/_cho_/_cho_.rpy", line 79, in <module>
  File "/data/user/0/wt.silver/files/renpy/exports.py", line 1229, in say
    who(what, *args, **kwargs)
  File "/data/user/0/wt.silver/files/renpy/character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "/data/user/0/wt.silver/files/renpy/character.py", line 823, in do_display
    **display_args)
  File "/data/user/0/wt.silver/files/renpy/character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "/data/user/0/wt.silver/files/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/data/user/0/wt.silver/files/renpy/display/im.py", line 580, in render
    return cache.get(self, render=True)
  File "/data/user/0/wt.silver/files/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/data/user/0/wt.silver/files/renpy/display/im.py", line 632, in load
    im = renpy.config.missing_image_callback(self.filename)
  File "game/__Renpy__/___Init___.rpy", line 4, in missing_image_func
  File "/data/user/0/wt.silver/files/renpy/exports.py", line 1227, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 266, in say
  File "/data/user/0/wt.silver/files/renpy/character.py", line 1031, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "/data/user/0/wt.silver/files/renpy/character.py", line 823, in do_display
    **display_args)
  File "/data/user/0/wt.silver/files/renpy/character.py", line 572, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "/data/user/0/wt.silver/files/renpy/ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2650, in interact
    raise Exception("Cannot start an interaction in the middle of an interaction, without creating a new context.")
Exception: Cannot start an interaction in the middle of an interaction, without creating a new context.
I'm completely stuck at day 30, as soon as I go from 29 to 30 it errors out, I tried ignoring but it just keeps giving me errors. This is on Android btw.
Wait for the update :)
 

Caspicious

Newbie
Dec 29, 2018
71
10
Can someone tell me if I miss anything? Is cho's faour only admiring her body? when can I see tonks and other characters? no hufflepuff character? I am already up the middle soo..
 

cxx

Message Maestro
Nov 14, 2017
56,922
28,120
Can someone tell me if I miss anything? Is cho's faour only admiring her body? when can I see tonks and other characters? no hufflepuff character? I am already up the middle soo..
not rly, yes that's cho atm, when genie get letter from ministry (not that to make reports) and ditch hermione to find them, luna appears once hat talks to genie about getting new girl and then he talks to hermione about it.
 

LoafyLemon

Witch Trainer Silver
Game Developer
Jul 1, 2017
534
1,424
Witch Trainer: Silver - Update 1.36



1.36 Changelog -
1.36.1 Patchlog -
1.36.2 Patchlog -

Downloads:
1.36.2 android (ARM & x86/x64):


1.36.2 PC&MAC:
 
Last edited:

Hollie

Newbie
Oct 12, 2018
54
367
Witch Trainer: Silver - Update 1.36



Changelog -


Downloads:
1.36 android (ARM) -

MD5: 5f2af406a49ccdbc06c5ab74b5f18775
SHA256: 75bdd6662ca6410f7bb0454931066b5fad0260eb8a5876dfca19ca64ae8f8042

1.36 android (x86/x64) -

MD5: 09627913ae12a3cf55dd088434db9b9d
SHA256: 475e7bced99682601a4d87e3e40019307b2b2ec0343eedf47277f3bd281fc28f


PC&MAC:
1.36 PC (Windows&Linux) -

MD5: 7cf6b34eab910b173dbb9c80d0f36794
SHA256: e2bbeedcbd8167123cfb86395c7a0401570f3094b7658f59543bd02924a67134

1.36 MAC -

MD5: 930626c75e2aeef4b07d7bf619399d71
SHA256: ad105d0d712a9fc2a33bf0dae4a724cf47b4e3e95e584284f2e140502ffd1c71







HOTFIX PATCH - If you happen to have an error while opening save/load menu apply patch located below.
 
  • Like
Reactions: Josh Spicer
Dec 10, 2018
36
30
Having a bit of trouble getting Cho to take her robe off. The first Personal and public favors are at full stars, with no others unlocked, and she's lost a handful of games after winning one with a skirt.

Edit:. Nevermind, just had to try a few different strategies when training her. There was an odd bug in the quidditch game where she shows up completely nude and with no hair when she wins, and I had a crash trying to pull up Tonks on the status menu.
 
Last edited:
  • Like
Reactions: alexruster

cxx

Message Maestro
Nov 14, 2017
56,922
28,120
sometimes even longer. i could dl via mega (letsupload gives too crappy speed) but it consumes my whole bandwith.
 
4.20 star(s) 75 Votes