Anon4321

Conversation Conqueror
Jun 24, 2017
6,715
5,263
I'll take a look. Most likely you have a problem that you used an old save where the code was different.

What's the problem? Upd. I saw what the problem was, now I will fix it and upload a new version.
0.1.32.1

I get this when I start Amilis's scenes

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

While running game code:
  File "renpy/common/000statements.rpy", line 588, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen s_int_33_1 is not known.


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

Full traceback:
  File "dialogues/amelia/d18.rpyc", line 32, in script
  File "C:\Users\*********\Desktop\WiZarD-0.1.32.1-pc\renpy\ast.py", line 2232, in execute
    self.call("execute")
  File "C:\Users\*********\Desktop\WiZarD-0.1.32.1-pc\renpy\ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\*********\Desktop\WiZarD-0.1.32.1-pc\renpy\statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 588, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "C:\Users\*********\Desktop\WiZarD-0.1.32.1-pc\renpy\display\screen.py", line 1185, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen s_int_33_1 is not known.


Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Wizard Adventures 0.1.32.1
Tue Jun 27 00:13:55 2023
 

gartal

Active Member
Feb 9, 2018
634
164
But this is really my flaw, it seemed to me that I had already added a hint for a long time. There you have to go through the story with Milena and Aunt Sarah, and then go back to Gwen.
Well i have aunt's story at 100% and Milena at 59.5% but still stuck at Gwen
here are pics::

Screenshot_15.jpg Screenshot_14.jpg Screenshot_13.jpg
 

RPDL

do torrent. go fast.
Donor
Dec 17, 2020
4,861
13,983
WizardsAdventures-0.1.32.2
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

DMC

Member
May 17, 2017
176
279
Hi,when i press Gwens gallery,i get this error

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/screens.rpy", line 2039, in execute
File "game/script/screens.rpy", line 2039, in execute
File "game/script/screens.rpy", line 2043, in execute
File "game/script/screens.rpy", line 548, in execute
File "game/script/screens.rpy", line 548, in execute
File "game/script/screens.rpy", line 557, in execute
File "game/script/screens.rpy", line 560, in execute
File "game/script/screens.rpy", line 566, in execute
File "game/script/screens.rpy", line 569, in execute
File "game/script/screens.rpy", line 571, in execute
File "game/script/screens.rpy", line 580, in execute
File "game/script/screens.rpy", line 581, in execute
File "game/script/screens.rpy", line 2043, in execute
File "game/script/screens.rpy", line 2045, in execute
File "game/script/screens.rpy", line 2048, in execute
Exception: VPGrid overfull.

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/script/screens.rpy", line 2039, in execute
File "game/script/screens.rpy", line 2039, in execute
File "game/script/screens.rpy", line 2043, in execute
File "game/script/screens.rpy", line 548, in execute
File "game/script/screens.rpy", line 548, in execute
File "game/script/screens.rpy", line 557, in execute
File "game/script/screens.rpy", line 560, in execute
File "game/script/screens.rpy", line 566, in execute
File "game/script/screens.rpy", line 569, in execute
File "game/script/screens.rpy", line 571, in execute
File "game/script/screens.rpy", line 580, in execute
File "game/script/screens.rpy", line 581, in execute
File "game/script/screens.rpy", line 2043, in execute
File "game/script/screens.rpy", line 2045, in execute
File "game/script/screens.rpy", line 2048, in execute
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\viewport.py", line 647, in add
raise Exception("VPGrid overfull.")
Exception: VPGrid overfull.
 
  • Like
Reactions: Zasdsdsffd

lancekro

Member
Dec 2, 2018
263
201
Hi,when i press Gwens gallery,i get this error

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/screens.rpy", line 2039, in execute
File "game/script/screens.rpy", line 2039, in execute
File "game/script/screens.rpy", line 2043, in execute
File "game/script/screens.rpy", line 548, in execute
File "game/script/screens.rpy", line 548, in execute
File "game/script/screens.rpy", line 557, in execute
File "game/script/screens.rpy", line 560, in execute
File "game/script/screens.rpy", line 566, in execute
File "game/script/screens.rpy", line 569, in execute
File "game/script/screens.rpy", line 571, in execute
File "game/script/screens.rpy", line 580, in execute
File "game/script/screens.rpy", line 581, in execute
File "game/script/screens.rpy", line 2043, in execute
File "game/script/screens.rpy", line 2045, in execute
File "game/script/screens.rpy", line 2048, in execute
Exception: VPGrid overfull.

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/script/screens.rpy", line 2039, in execute
File "game/script/screens.rpy", line 2039, in execute
File "game/script/screens.rpy", line 2043, in execute
File "game/script/screens.rpy", line 548, in execute
File "game/script/screens.rpy", line 548, in execute
File "game/script/screens.rpy", line 557, in execute
File "game/script/screens.rpy", line 560, in execute
File "game/script/screens.rpy", line 566, in execute
File "game/script/screens.rpy", line 569, in execute
File "game/script/screens.rpy", line 571, in execute
File "game/script/screens.rpy", line 580, in execute
File "game/script/screens.rpy", line 581, in execute
File "game/script/screens.rpy", line 2043, in execute
File "game/script/screens.rpy", line 2045, in execute
File "game/script/screens.rpy", line 2048, in execute
File "F:\Downloads\WiZarD-0.1.32-pc\WiZarD-0.1.32-pc\renpy\display\viewport.py", line 647, in add
raise Exception("VPGrid overfull.")
Exception: VPGrid overfull.
DMC, JasonParser This is fixed in V0.1.32.2
 

cooperdk

Engaged Member
Jul 23, 2017
3,375
4,911
Apparently, in Russia, you can get pregnant from anal sex.

1687909847510.png

1687909917670.png

1687909903662.png



What's fucking HILARIOUS is that after the enema/shibari (which she accepts) she ALSO accepts UNPROTECTED SEX...

1687910059542.png
 
  • Like
Reactions: libertypics

giqui

Conversation Conqueror
Game Compressor
Nov 9, 2019
6,233
43,270
Wizards Adventures [v0.1.32.2] [AdmiralPanda]

COMPRESSED

SIZE ~ 518 MB

PC/MAC: - WORKUPLOAD / - - ANONFILES /

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Thy4nd

Member
Apr 18, 2019
162
342
Wizards Adventures [v0.1.32.2] [AdmiralPanda]

COMPRESSED

SIZE ~ 518 MB

PC/MAC: - WORKUPLOAD PC / MAC - PIXELDRAIN - ANONFILES /

You don't have permission to view the spoiler content. Log in or register now.
can you make an android port for this too?
 
2.80 star(s) 49 Votes