MrXV

Member
Oct 3, 2017
336
202
So, I "failed" the timed event sort of, Primrose got arrested,dont really care, i dont find her all that anyway, i like the half fey better. But, when that happens theres no way of reading anything at the library to get your perversion stats up. Which is a bummer, not sure why you cant read at the library despite her being arrested. Is it ment to be like that or? Cause i assume the amulet information/conspiracy is found in the library.
 

thebest2598

Member
Jul 14, 2017
119
22
Is there a solution for this?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/primrose.rpy", line 4793, in <module>
NameError: name 'clue_35' is not defined

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

Full traceback:
File "script.rpyc", line 172, in script call
File "progression_scripts.rpyc", line 146, in script call
File "primrose.rpyc", line 4793, in script
File "C:\Users\DELL\Downloads\LongLiveThePrincess-0.9.0-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\DELL\Downloads\LongLiveThePrincess-0.9.0-pc\renpy\python.py", line 1764, in py_exec_bytecode
exec bytecode in globals, locals
File "game/primrose.rpy", line 4793, in <module>
NameError: name 'clue_35' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Long Live the Princess 0.9.0
 

Haremm lover

Well-Known Member
Sep 20, 2017
1,377
600
Any cheat/mod or console commands as choices in the walkthrough required specific amount of courage and agility and perversity and charisma and when I choose the option it says I dont have enough courage, so how to increase all these four things from the very beginning.
 

spam753

Member
Aug 6, 2017
312
320
I'm trying to convince Samarra regarding Primerose but I seem to be missing a clue.
The only clues on this topic i have left right now are:

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

But I'm getting nowhere with Samarra. What am I missing?
 

Ronoc19

Member
Mar 3, 2018
146
151
You don't have to share Evelyn. Just don't confess to her yet. The game explicitly warns you against doing this. You will get a way to seduce Evelyn properly in the future, but it's not possible in this version. Patience. :)
Meh, the thought of starting from scratch and grinding those stats again from scratch, going through all the early stuff again just to get back to where I am? I don't know thats a real pain in the ass. (Hate grinding of stats in games, so dull). Was gutted to lose Evelyn, only character in the game I found interesting at all. It made no sense either One minute she all "I'm a member of a secret society to save the queen, nothing is more important", then a day later, "Ah fuck the queen, let her die, I'm fucking my brother and running away".. Like what? Seriously?
 

Belle

Developer of Supermodel & Long Live the Princess
Game Developer
Sep 25, 2017
3,187
10,583
So, I "failed" the timed event sort of, Primrose got arrested,dont really care, i dont find her all that anyway, i like the half fey better. But, when that happens theres no way of reading anything at the library to get your perversion stats up. Which is a bummer, not sure why you cant read at the library despite her being arrested. Is it ment to be like that or? Cause i assume the amulet information/conspiracy is found in the library.
This is going to be fixed/added in 0.10 as long as everything goes according to plan. I didn't have time to deal with the consequences of 0.9's events, which is why you're stuck in such a weird state if Primrose gets arrested. The plan is to let you continue investigating the case after her arrest. You should also be able to read even if Primrose isn't present.

Is there a solution for this?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/primrose.rpy", line 4793, in <module>
NameError: name 'clue_35' is not defined
I've discovered, in the course of testing, that there's one way to trigger this kind of behavior. Normally this would happen if you were allowed to load an ancient save, but that has been fixed. The problem is that if you load a save and then rollback, the patches and fixes I've applied to your save get removed. I suspect that's what you did. You loaded an old save, did a quick rollback, then proceeded as normal. You're either going to have to dig up a save from before you started this version, or start over. Sorry. There's nothing I can really do about this except disable rollback, as far as I know.

I'm trying to convince Samarra regarding Primerose but I seem to be missing a clue.
Try using Invade Mind. Belle tells you about this when you start the investigation. Anything that can be used to surprise a girl should be saved for Invade Mind, generally speaking.
 

Thermophob

Well-Known Member
Apr 10, 2018
1,923
2,591
if we start from our old save do we just not get the timed event?
Don't worry, you will get information. In my case, when I wake up Evelyn popped up and informed MC about investigation. Only thing was Evelyn already left. But, as you can see, developer is aware of this minor bug, and fix for it is on schedule for next release.
 

MrXV

Member
Oct 3, 2017
336
202
I tried to load my save from last night to just play some for fun despite the Library/primrose bug and this popped up.

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

While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'Inventory'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\core.py", line 3204, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\transition.py", line 45, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\behavior.py", line 299, in run
    new_rv = run(i, *args, **kwargs)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\loadsave.py", line 593, in load
    roots, log = loads(location.load(filename))
  File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\loadsave.py", line 59, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'Inventory'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Long Live the Princess 0.15
Then the game restarts the story from scratch.
 

Belle

Developer of Supermodel & Long Live the Princess
Game Developer
Sep 25, 2017
3,187
10,583
I tried to load my save from last night to just play some for fun despite the Library/primrose bug and this popped up.
You're either loading an absolutely ancient version of the game (which I think the game should block) or used rollback immediately after loading. See my reply to a similar post above.
 

MrXV

Member
Oct 3, 2017
336
202
You're either loading an absolutely ancient version of the game (which I think the game should block) or used rollback immediately after loading. See my reply to a similar post above.
Actually, I'm an idiot. I messed up the version numbers on the folders i got and started up 0.15 instead of 0.9.0. No wonder it didnt work lol. My bad on that one. Was just an older game version i tried to load it in.
 
  • Like
Reactions: Belle

King Monkey Mon

The Perverted King of The Harem Masters
May 16, 2017
5,198
17,628
So, I "failed" the timed event sort of, Primrose got arrested,dont really care, i dont find her all that anyway, i like the half fey better. But, when that happens theres no way of reading anything at the library to get your perversion stats up. Which is a bummer, not sure why you cant read at the library despite her being arrested. Is it ment to be like that or? Cause i assume the amulet information/conspiracy is found in the library.
is the half fay your talking about is the asian girl at the stables? because besides from kinker bell shes my favorite as well :D
 
  • Like
Reactions: Seriosha
U

User_633486

Guest
Guest
kinda grindy and belle is a raging cunt but i'm diggin the other girls and the story so far

other than the weird tits the fairy queen was hot af too
 
  • Like
Reactions: HunterSeeker

Hoostevall

Member
Aug 15, 2017
181
111
You don't have to share Evelyn. Just don't confess to her yet. The game explicitly warns you against doing this. You will get a way to seduce Evelyn properly in the future, but it's not possible in this version. Patience. :)
I'll be honest, I was just following the walkthrough, I thought it would allow me to see most (if not all the scenes). Your answer has calmed me down. Sorry, I'm usually more patient, I was just an emotional wreck after finding out she left. My boner and heart thank you.;)

PS Love the game

PPS Keep up the good work, I'll try being more patient :happyblush
 

Ronoc19

Member
Mar 3, 2018
146
151
I'll be honest, I was just following the walkthrough, I thought it would allow me to see most (if not all the scenes). Your answer has calmed me down. Sorry, I'm usually more patient, I was just an emotional wreck after finding out she left. My boner and heart thank you.;)

PS Love the game

PPS Keep up the good work, I'll try being more patient :happyblush
I cancelled my patreon sub when Evelyn left. I'll see, if at any point she comes back I might sub and play again, but not if I have to start at the beginning to get her to stay. Waaaaaayyy to grindy to go through that again.
 
  • Like
Reactions: Hoostevall

voldybuff

Member
Jun 23, 2017
342
698
Sorry if this has been mentioned already but I encountered an exception just after MC is about to tell Belle about the book.

Running windows 10 if that's necessary.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/primrose.rpy", line 4718, in <module>
NameError: name 'clue_34' is not defined

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

Full traceback:
File "script.rpyc", line 172, in script call
File "progression_scripts.rpyc", line 146, in script call
File "primrose.rpyc", line 4718, in script
File "C:\Users\prana\Downloads\LongLiveThePrincess090\LongLiveThePrincess-0.9.0-pc\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\prana\Downloads\LongLiveThePrincess090\LongLiveThePrincess-0.9.0-pc\renpy\python.py", line 1764, in py_exec_bytecode
exec bytecode in globals, locals
File "game/primrose.rpy", line 4718, in <module>
NameError: name 'clue_34' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Long Live the Princess 0.9.0

Edit: Got another one soon after. Let me know if you need this one. Fairly similar except for a few different line numbers and such
 
4.60 star(s) 396 Votes