Mod Ren'Py Onhold Witch Trainer Silver: Extras pack [06.06.2022] [TheBigBg]

5.00 star(s) 3 Votes

hurry69

Member
May 28, 2018
149
72
But the game won't even open... it just crashes before I can even get to the title screen. When I don't have the extras pack it works just fine.
 
  • Like
Reactions: GebLib

devsxc

New Member
Dec 15, 2019
1
0
hi guys i encountered this error recently:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/_script_/rooms/Room_of_Requirement/events/a_christmas_tale2.rpy", line 58, in script
$ tonks.equip(ton_outfit_elf)
File "game/_script_/rooms/Room_of_Requirement/events/a_christmas_tale2.rpy", line 58, in <module>
$ tonks.equip(ton_outfit_elf)
NameError: name 'ton_outfit_elf' is not defined

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

Full traceback:
File "game/_script_/rooms/Room_of_Requirement/events/a_christmas_tale2.rpy", line 58, in script
$ tonks.equip(ton_outfit_elf)
File "D:\Gamus\Nueva carpeta (3)\IGG-WitchTrainer1.01\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Gamus\Nueva carpeta (3)\IGG-WitchTrainer1.01\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/_script_/rooms/Room_of_Requirement/events/a_christmas_tale2.rpy", line 58, in <module>
$ tonks.equip(ton_outfit_elf)
NameError: name 'ton_outfit_elf' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
WT Silver Preview 1.393
Fri Dec 18 21:28:26 2020
 

halo17

Member
Jun 5, 2017
125
224
Ah shit, that link's busted and I'm curious to see what that Ginny looked like. Any help?
I'm almost 100% sure that it was this:


Also the files behind that are here:


You might want to download it for keep it just for sure :)
You can always use the offline version, just open the index.html with one of you browsers.
 

Atomboomer

New Member
Oct 31, 2019
11
4
I'm almost 100% sure that it was this:


Also the files behind that are here:


You might want to download it for keep it just for sure :)
You can always use the offline version, just open the index.html with one of you browsers.
Thanks for the quick response, that was it!
 
  • Like
Reactions: halo17

horribleaura

Newbie
Dec 8, 2018
21
70
Hi, your mod is great but I'm getting errors today. If I run in Mac, I get:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 189, in script
    python:
  File "renpy/common/00start.rpy", line 189, in script
    python:
  File "renpy/common/00start.rpy", line 190, in <module>
    renpy.execute_default_statement(True)
  File "game/_script_/_astoria_/_wardrobe_.rpy", line 5, in set_default
    default astoria = Doll(name="astoria",
  File "game/_script_/_astoria_/_wardrobe_.rpy", line 5, in <module>
    default astoria = Doll(name="astoria",
NameError: name 'Doll' is not defined

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

Full traceback:
  File "/Applications/WT Silver.app/Contents/Resources/autorun/renpy/bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "/Applications/WT Silver.app/Contents/Resources/autorun/renpy/main.py", line 578, in main
    run(restart)
  File "/Applications/WT Silver.app/Contents/Resources/autorun/renpy/main.py", line 143, in run
    renpy.execution.run_context(True)
  File "/Applications/WT Silver.app/Contents/Resources/autorun/renpy/execution.py", line 908, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 189, in script
    python:
  File "renpy/common/00start.rpy", line 189, in script
    python:
  File "/Applications/WT Silver.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Applications/WT Silver.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00start.rpy", line 190, in <module>
    renpy.execute_default_statement(True)
  File "/Applications/WT Silver.app/Contents/Resources/autorun/renpy/exports.py", line 3495, in execute_default_statement
    i.set_default(start)
  File "game/_script_/_astoria_/_wardrobe_.rpy", line 5, in set_default
    default astoria = Doll(name="astoria",
  File "/Applications/WT Silver.app/Contents/Resources/autorun/renpy/python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/_script_/_astoria_/_wardrobe_.rpy", line 5, in <module>
    default astoria = Doll(name="astoria",
NameError: name 'Doll' is not defined

Darwin-15.0.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
 
Sun Feb 21 15:00:19 2021
And if I run in Windows it's different:

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

While running game code:
  File "game/modules/mods.rpy", line 1, in script
    init python:
  File "game/modules/mods.rpy", line 43, in <module>
    mods_module()
  File "game/modules/mods.rpy", line 16, in mods_module
    for dp, dn, fn in system.walk(config.basedir+"/game/mods/"):
NameError: global name 'system' is not defined

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

Full traceback:
  File "game/modules/mods.rpy", line 1, in script
    init python:
  File "Z:\Users\Kai\Downloads\WT_Silver_1.39.4-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "Z:\Users\Kai\Downloads\WT_Silver_1.39.4-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/modules/mods.rpy", line 43, in <module>
    mods_module()
  File "game/modules/mods.rpy", line 16, in mods_module
    for dp, dn, fn in system.walk(config.basedir+"/game/mods/"):
NameError: global name 'system' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
 
Sun Feb 21 15:11:58 2021
Your mod's been really great in the past, so thank you. Running WTS version 1.39.4 btw.
 
  • Like
Reactions: Darlov

cxx

Message Maestro
Nov 14, 2017
59,182
29,482
1. put errors in spoiler tag
2. tell us which version of wts and which version of mod are you using
 

Sssmalachy

New Member
Mar 14, 2021
1
0
Do you need the standard version of the game to apply the mod or how do you download it as if it were an app to play?
 

cxx

Message Maestro
Nov 14, 2017
59,182
29,482
good question, i'll guess WTS_ExtrasPack_060119 or later.
 
5.00 star(s) 3 Votes