cxx

Message Maestro
Nov 14, 2017
61,348
30,805
seems that 1.31 saves aren't compatible with 1.33.

also very bugged, alot renpy script errors when has fun with luna and hermione (sex or blowjob).

also few days after ministry letter and talking to snape still no tonks et co so I got bugged big times.
 

Rubbishcoder

Well-Known Member
Feb 7, 2018
1,513
6,802
Someone with skill do something like this with the new arms.

the clothes are washed out in the original but i'm not competent enough to recolour them, or able to draw a new gripped item like a towel or something so i butchered the existing shirt and part of Snapes robe sleeve in to that green cloth mess.
 

seljuk

New Member
Jul 27, 2017
6
3
I seem to be getting a crash whenever I try to start the luna storyline. Are there any known fixes?
 

Obsidion69

Member
Jun 16, 2018
349
295
thanks it did fix that but now this come out
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'characters/luna/body/face/mouth/frown.png'>:
  File "game/__Renpy__/shop/_store_.rpy", line 117, in script call
    call thx_4_shoping2 #Massage that says "Thank you for shopping here!".
  File "game/__Renpy__/shop/_store_.rpy", line 117, in script call
    call thx_4_shoping2 #Massage that says "Thank you for shopping here!".
  File "game/__Renpy__/potions/polyjuice_potion.rpy", line 327, in script
    $ changeLuna("seductive", "default", "raised", "frown")
  File "game/__Renpy__/potions/polyjuice_potion.rpy", line 327, in <module>
    $ changeLuna("seductive", "default", "raised", "frown")
  File "game/__Renpy__/_luna_/_luna_layering_.rpy", line 178, in changeLuna
    renpy.with_statement(Dissolve(0.3))
IOError: Couldn't find file 'characters/luna/body/face/mouth/frown.png'.

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

Full traceback:
  File "game/__Renpy__/shop/_store_.rpy", line 117, in script call
    call thx_4_shoping2 #Massage that says "Thank you for shopping here!".
  File "game/__Renpy__/shop/_store_.rpy", line 117, in script call
    call thx_4_shoping2 #Massage that says "Thank you for shopping here!".
  File "game/__Renpy__/potions/polyjuice_potion.rpy", line 327, in script
    $ changeLuna("seductive", "default", "raised", "frown")
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/__Renpy__/potions/polyjuice_potion.rpy", line 327, in <module>
    $ changeLuna("seductive", "default", "raised", "frown")
  File "game/__Renpy__/_luna_/_luna_layering_.rpy", line 178, in changeLuna
    renpy.with_statement(Dissolve(0.3))
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\exports.py", line 1452, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\core.py", line 2207, in do_with
    clear=clear)
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\transition.py", line 359, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\pc\Desktop\gamee\new\WT_Silver_1.33-pc\renpy\loader.py", line 555, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'characters/luna/body/face/mouth/frown.png'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
WT Silver 1.33
Tue Aug 28 07:01:39 2018
Ya, I would have updated my original fix to reflect that but I haven't had net for the last 2 days. Simple fix though just go into "game/characters/luna/body/face/mouth/", make a copy of "disgust.png", then rename the copy to "frown.png". Do that and the scene plays fine. Speaking of which another way to fix the original problem is to go into the same directory, make a copy of the "smile_wide.png" and rename the copy to just "wide.png" but I still prefer to fix the code whenever possible.

On an extra note for everyone there is a potential out of range error in the stats screen which I'm guessing I triggered through the use of potions. If Hermione's mad value goes below zero it will throw errors so to fix it insert the lines below into "game/__Renpy__/Stat_Menu/_Stat_Screen_.rpy" at line 207.

elif mad < 0:
$ madValue = 0
$ moodWord = madWords[0]
 
  • Like
Reactions: SinisterSix08

TTemmie

New Member
Aug 7, 2017
4
0
Has anyone else encountered this line of code within an error report?

 

cxx

Message Maestro
Nov 14, 2017
61,348
30,805
it was same in 1.31 and no fix for it then i think.

i just used cheats to get max imagination and fast writing.
 
  • Like
Reactions: Wade Wilson

cxx

Message Maestro
Nov 14, 2017
61,348
30,805
i got duplicate books too and sent to main menu after i sent hermione on public request after cho had banged (seems to do it at least weekly, maybe twice a week) in to report how well ravenclaw performs in quidditch. after reloading from save and not sending hermione on public missiion after cho's visit no problems.
 

KrissiChing

Newbie
May 24, 2017
48
60
Uh, I'm getting a Cho loop on the quidditch clothing scene thing where they talk about the skirt and the shirt.

It just goes on an infinite loop.
 

StaticPG

Newbie
Sep 4, 2017
63
21
Anybody know how I can fix this ?

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

While running game code:
  File "game/__Renpy__/shop/_store_items_.rpy", line 162, in script
    python:
  File "game/__Renpy__/shop/_store_items_.rpy", line 164, in <module>
    if i.id in cs_existing_stock:
NameError: name 'cs_existing_stock' is not defined

It's preventing me from starting a new game
 

Roboticidiot

New Member
Jun 11, 2017
3
1
Anybody know how I can fix this ?

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

While running game code:
  File "game/__Renpy__/shop/_store_items_.rpy", line 162, in script
    python:
  File "game/__Renpy__/shop/_store_items_.rpy", line 164, in <module>
    if i.id in cs_existing_stock:
NameError: name 'cs_existing_stock' is not defined

It's preventing me from starting a new game
same thing is happening to me please fix
 

RichterQ87

Member
Donor
Dec 4, 2016
238
223
Anybody know how I can fix this ?

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

While running game code:
  File "game/__Renpy__/shop/_store_items_.rpy", line 162, in script
    python:
  File "game/__Renpy__/shop/_store_items_.rpy", line 164, in <module>
    if i.id in cs_existing_stock:
NameError: name 'cs_existing_stock' is not defined

It's preventing me from starting a new game
Same here.
 
4.10 star(s) 77 Votes