b12moguj

Member
May 2, 2017
222
183
When searchin Samarra's tent I get error:
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/inventory/inventory_12.png'>:
IOError: Couldn't find file 'gui/inventory/inventory_12.png'.

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

Full traceback:
  File "script.rpyc", line 139, in script call
  File "progression_scripts.rpyc", line 191, in script call
  File "samarra_and_nell.rpyc", line 17875, in script
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\exports.py", line 1336, in say
    who(what, *args, **kwargs)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\character.py", line 1139, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/inventory/inventory_12.png'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Long Live the Princess 0.25.0
Fri Nov 01 17:15:18 2019
 

Belle

Developer of Long Live the Princess
Game Developer
Sep 25, 2017
3,091
10,277
When searchin Samarra's tent I get error:
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'gui/inventory/inventory_12.png'>:
IOError: Couldn't find file 'gui/inventory/inventory_12.png'.

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

Full traceback:
  File "script.rpyc", line 139, in script call
  File "progression_scripts.rpyc", line 191, in script call
  File "samarra_and_nell.rpyc", line 17875, in script
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\ast.py", line 706, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\exports.py", line 1336, in say
    who(what, *args, **kwargs)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\character.py", line 1139, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\character.py", line 842, in do_display
    **display_args)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\core.py", line 3191, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\core.py", line 2091, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 546, in renpy.display.render.render_screen
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 154, in renpy.display.render.render
  File "render.pyx", line 247, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 247, in renpy.display.render.render
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\im.py", line 584, in render
    return cache.get(self, render=True)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\display\im.py", line 629, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\Jesus\Desktop\LongLiveThePrincess-0.25.0-market\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/inventory/inventory_12.png'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Long Live the Princess 0.25.0
Fri Nov 01 17:15:18 2019
You're likely using an unofficial release, such as the compressed version posted in this thread. It's buggy as hell. Get the official release instead.
 

b12moguj

Member
May 2, 2017
222
183
I don't get the option to ask Samarra about Nell origin, despite defeating her for the second time and gaining the 6th charisma point.
 

Freezer14

Member
Dec 10, 2017
288
740
I don't get the option to ask Samarra about Nell origin, despite defeating her for the second time and gaining the 6th charisma point.
Sounds like the problem I had. I can't guarantee this as a solution, because I'm not certain that this is what fixed it, but I had to go back to a save made before I used the buggy compressed version and play from there.
 

Classic Krieger

Active Member
Aug 1, 2017
507
575
Well, It's been a couple of months since I was here. I don't see much change in content... or any change. Last I heard you had a pretty awesome scene with the redhead lesbian and your sister. But who's that nun in the discussion banner? i don't remember her
 

NuttySquirrel

New Member
Jul 25, 2019
3
0
Just picked this up, and unfortunately, it seems that one cannot access Primrose's home until the church is unlocked, something that older players may not have noticed, since it was accessible in older updates when nighttime prowling was in menu form rather than map form. Now, it's no longer a problem, but it frustrated me a bunch when I was trying desperately to see if I was missing something, trying to use the arrow keys to land on that middle spot, but to no avail.

Excellent game though :)
 

Belle

Developer of Long Live the Princess
Game Developer
Sep 25, 2017
3,091
10,277
Just picked this up, and unfortunately, it seems that one cannot access Primrose's home until the church is unlocked, something that older players may not have noticed, since it was accessible in older updates when nighttime prowling was in menu form rather than map form. Now, it's no longer a problem, but it frustrated me a bunch when I was trying desperately to see if I was missing something, trying to use the arrow keys to land on that middle spot, but to no avail.

Excellent game though :)
Arrow keys? What are you talking about? Which version are you playing?
 

Frue

Newbie
Feb 5, 2019
89
34
Hmmm... Guys, mayby i just not rememba, but current version have any fap-fap content with this NPC? O_O

View attachment 447797
Ehmm, 3 from left is girl in library, Primrose.. All sex content already exist nothing news one for now, do you think primrose is not same like that girl in banner? 0.0"
And the nun is temporary unavailable for a while till dev give her role again in next update..
 
4.60 star(s) 376 Votes