FiredemonX95

Newbie
Sep 15, 2017
16
0
After going out on a date with bree, my game crash with this. What should I do about it?

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

While running game code:
  File "game/start.rpy", line 230, in <module>
  File "game/cl/class_room.rpy", line 182, in enter
  File "game/cl/class_ui.rpy", line 97, in execute
  File "game/cl/class_ui.rpy", line 97, in execute
  File "game/cl/class_ui.rpy", line 172, in execute
  File "game/cl/class_ui.rpy", line 178, in execute
  File "game/cl/class_ui.rpy", line 182, in execute
  File "game/cl/class_ui.rpy", line 183, in execute
  File "game/cl/class_ui.rpy", line 184, in execute
  File "game/cl/class_ui.rpy", line 187, in execute
  File "game/cl/class_ui.rpy", line 199, in execute
  File "game/cl/class_ui.rpy", line 199, in keywords
  File "game/cl/class_room.rpy", line 53, in get_tooltip
NameError: global name 'e' is not defined

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

Full traceback:
  File "start.rpyc", line 228, in script
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/start.rpy", line 230, in <module>
  File "game/cl/class_room.rpy", line 182, in enter
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\exports.py", line 2710, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\FireD\Downloads\Adult games\LoSeSb-Patreon-18.08.1b-win\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/cl/class_ui.rpy", line 97, in execute
  File "game/cl/class_ui.rpy", line 97, in execute
  File "game/cl/class_ui.rpy", line 172, in execute
  File "game/cl/class_ui.rpy", line 178, in execute
  File "game/cl/class_ui.rpy", line 182, in execute
  File "game/cl/class_ui.rpy", line 183, in execute
  File "game/cl/class_ui.rpy", line 184, in execute
  File "game/cl/class_ui.rpy", line 187, in execute
  File "game/cl/class_ui.rpy", line 199, in execute
  File "game/cl/class_ui.rpy", line 199, in keywords
  File "<screen language>", line 203, in <module>
  File "game/cl/class_room.rpy", line 53, in get_tooltip
NameError: global name 'e' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Love & Sex : Second Base - Patreon Edition 18.08.1b
Wed Aug 29 20:19:43 2018
 

Ikariusrb

Member
Mar 21, 2018
123
79
Date with sasha, afterwards unskippable exception:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/start.rpy", line 230, in <module>
File "game/cl/class_room.rpy", line 182, in enter
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 172, in execute
File "game/cl/class_ui.rpy", line 178, in execute
File "game/cl/class_ui.rpy", line 182, in execute
File "game/cl/class_ui.rpy", line 183, in execute
File "game/cl/class_ui.rpy", line 184, in execute
File "game/cl/class_ui.rpy", line 187, in execute
File "game/cl/class_ui.rpy", line 199, in execute
File "game/cl/class_ui.rpy", line 199, in keywords
File "game/cl/class_room.rpy", line 53, in get_tooltip
NameError: global name 'e' is not defined

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

Full traceback:
File "start.rpyc", line 228, in script
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/start.rpy", line 230, in <module>
File "game/cl/class_room.rpy", line 182, in enter
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/exports.py", line 2710, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/core.py", line 3033, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
d.visit_all(callback)
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
d.visit_all(callback)
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/core.py", line 511, in visit_all
d.visit_all(callback)
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/screen.py", line 424, in visit_all
callback(self)
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/core.py", line 3033, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/screen.py", line 434, in per_interact
self.update()
File "/Applications/LoSeSb-Patreon.app/Contents/Resources/autorun/renpy/display/screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 97, in execute
File "game/cl/class_ui.rpy", line 172, in execute
File "game/cl/class_ui.rpy", line 178, in execute
File "game/cl/class_ui.rpy", line 182, in execute
File "game/cl/class_ui.rpy", line 183, in execute
File "game/cl/class_ui.rpy", line 184, in execute
File "game/cl/class_ui.rpy", line 187, in execute
File "game/cl/class_ui.rpy", line 199, in execute
File "game/cl/class_ui.rpy", line 199, in keywords
File "<screen language>", line 203, in <module>
File "game/cl/class_room.rpy", line 53, in get_tooltip
NameError: global name 'e' is not defined

Darwin-15.5.0-x86_64-i386-64bit
Ren'Py 7.0.0.196
Love & Sex : Second Base - Patreon Edition 18.08.1b
Wed Aug 29 18:17:03 2018
 

Ikariusrb

Member
Mar 21, 2018
123
79
Further bugs:

Saving, loading, and rollback are all unreliable. Rollbacks sometimes roll back time without restoring the presence of other characters. I also saved at the beginning of a date, and when I restored after an error, found myself moved from city to kitchen.... Waiting an hour then jumped me back to the date, but without the presence of the actual girl, leaving me unable to do anything.

Net take-away- game author is keeping track of state in ways that ren'py does not understand and thus cannot serialize/deserialize for it's builtin save/restore/rollback functions.

I've been completely unable to complete any dates- they either throw an error up front indicating that there's no place to take my date, or they throw an error at the end due to a missing attribute.

I don't think there's much else I can poke at for now- the current release of this game appears to be thoroughly broken.
 

Avaron1974

Resident Lesbian
Aug 22, 2018
25,261
86,539
This is a huge shame.

Art looks great and the girls are fantastic but it's like Starship Troopers. It's an ugly planet, it's a bug planet.
 
  • Like
Reactions: Daxs

weaselman

Active Member
Apr 6, 2018
656
615
How do you raise your strength stat?
either do push-ups in your bedroom or you buy either the sport clothes (which opens up the gym and running in the park) or the swimsuit (which opens up swimming in the pool (requires it to be either spring or summer)
 

jdunn17

New Member
Feb 16, 2018
5
3
Is there a particular date you have to go on to get a sex scene? Only one I could get to 100 is Sasha at the restaurant but got nothing after it am I missing something? She's maxed out except handcuffs stat
 

Rince556

Newbie
Jan 21, 2018
34
56
When I am talking with Bree at home the animations and text sometimes change to Samantha? Though she is not living with me there and I cannot raise her stats above 30. Anyone else having this problem?
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,063
3,961
Hi guys :)
Lot of bug reports here...
A few things :
- If you are playing the Android port please say so when you report a bug.
- If your game version is not the latest (18.08.1g) please don't report bugs.
- If your bug version is not the latest (18.08.1g) please don't say my game is a bug feast as all the bugs reported so far have been corrected except for the weird teleporting to the street bug.
The current version is pretty stable, or at least I think so, but previous versions where pretty buggy.
Anyway thanks for giving a shot at my game and I hope you have fun with it :)
 
  • Like
Reactions: Dixon Butz

Almighty

Engaged Member
Jan 27, 2017
2,550
2,971
I just hope somebody make a mod to never have to worry about eating, showing, mood, and tiredness.
 

Lord_b

Newbie
Jan 17, 2018
76
207
The street teleport bug is pretty annoying but not game breaking. Just waiting for the 18.08.01g version that hopefully takes care of the other bugs I am encountering (18.08.01b version).
Still a fun game with nice graphics. I'm curious how the next three women will interact with the game as I already feel like I am juggling a lot to keep everyones stats up at the moment. Doubling the needed interactions could make it so I have to focus on just a few and let others fade away.

All in all keep up the good work!
 

Ikariusrb

Member
Mar 21, 2018
123
79
@Andrealphus - Game posted here was updated yesterday to 18.08.1b, current links appear to remain 18.08.1b. Not an unreasonable guess to believe that 18.08.1b was the current version (frequently, games are posted here a few weeks after they've been available to patreon members). All the bug reports and descriptions are accurate about the version posted here.
 
  • Like
Reactions: -Yaros-

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,063
3,961
@Andrealphus - Game posted here was updated yesterday to 18.08.1b, current links appear to remain 18.08.1b. Not an unreasonable guess to believe that 18.08.1b was the current version (frequently, games are posted here a few weeks after they've been available to patreon members). All the bug reports and descriptions are accurate about the version posted here.
Sorry I was sure that this had been updated to the latest a while back...
My mistake, anyway most of the bugs reported here are solved on the latest, you can get the public version of the latest release on itch.io.
 

darakdan

New Member
Sep 24, 2017
8
0
Sorry I was sure that this had been updated to the latest a while back...
My mistake, anyway most of the bugs reported here are solved on the latest, you can get the public version of the latest release on itch.io.
Stuck with Bree on 50/50 and Samantha 30/30. What events should I find?
 
3.60 star(s) 286 Votes