Lilith Rising - Season 2
This Community Hub is marked as 'Adult Only'. You are seeing this hub because you have set your preferences to allow this content.

Lilith Rising - Season 2

View Stats:
 This topic has been pinned, so it's probably important
murray243w Nov 30, 2024 @ 5:09pm
uncaught exception occurred... Error
I'm sorry, but an uncaught exception occurred.

While running game code:
AttributeError: 'StoreModule' object has no attribute '_history_list'

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

Full traceback:
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\main.py", line 635, in main
run(restart)
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\main.py", line 145, in run
renpy.execution.run_context(True)
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\execution.py", line 955, in run_context
context.run()
File "levels/level1/script/scene5_forge.rpyc", line 452, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "levels/level1/script/scene5_forge.rpyc", line 452, in script
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\exports.py", line 1493, in say
who(what, *args, **kwargs)
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\character.py", line 1392, in __call__
self.add_history("current", who, what, multiple=multiple)
File "G:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\character.py", line 1482, in add_history
history = renpy.store._history_list # type: ignore
AttributeError: 'StoreModule' object has no attribute '_history_list'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
2.0.13s
Sat Nov 30 19:59:45 2024
< >
Showing 1-12 of 12 comments
Hikari.ws Dec 1, 2024 @ 10:57am 
python being python
Algamy Dec 1, 2024 @ 1:34pm 
i have this same error when trying to save a game. then come back try to load from a saved game. hope it gets resolved soon.
I'm sorry, but an uncaught exception occurred.

While running game code:
AttributeError: 'StoreModule' object has no attribute '_history_list'
Hikari.ws Dec 1, 2024 @ 3:16pm 
Well there we go, I'm having it too

I'm sorry, but an uncaught exception occurred. While running game code: AttributeError: 'StoreModule' object has no attribute '_history_list' -- Full Traceback ------------------------------------------------------------ Full traceback: File "levels/level1/script/scene2_outpost.rpyc", line 669, in script File "E:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\ast.py", line 2557, in execute Say.execute(self) File "E:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\ast.py", line 615, in execute renpy.exports.say(who, what, *args, **kwargs) File "E:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\exports.py", line 1493, in say who(what, *args, **kwargs) File "E:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\character.py", line 1392, in __call__ self.add_history("current", who, what, multiple=multiple) File "E:\SteamLibrary\steamapps\common\Lilith Rising - Season 2\renpy\character.py", line 1482, in add_history history = renpy.store._history_list # type: ignore AttributeError: 'StoreModule' object has no attribute '_history_list' Windows-10-10.0.19045 AMD64 Ren'Py 8.2.1.24030407 2.0.13s Sun Dec 1 20:14:19 2024

It happens when I load the save. Rollback and ignore don't work, it shows next frame then another exception.

If u had created the game on Rust u'd have got these errors. Python is the 2nd worse language ever created, and the most useless one. I wonder if it'll be fixed and we'll be allowed to play the game.
Osmium Dec 2, 2024 @ 7:15am 
I get the error less often if I only save at decision points, like when you pick who to talk to first in the morning. If I save at a random other point, especially if there's a couple frames of animation that's going to happen afterwards, then the game locks up when loading. This whole game is clumsily slapped together and a drastic step down in quality from part 1. That's saying something because part 1 had a number of unaddressed issues that were left in because they were working on this.
Jubei  [developer] Dec 3, 2024 @ 3:46pm 
Hi Adventureres,

We're sorry for this error, we have discovered it as well,

This may accrue with incompatibility of the save files.
since we did an overhaul on the entire season 2 , you might need to start from the beginning, and skip the parts you've already seen.

ALTHOUGH we would highly recommend giving it a new read, as we did many fixes and changes to the dialogue and fixed many errors on the way.
I began the game on 16 Nov, and have the bug. Interestingly, it is not reproducible if I load a saved game from 16 Nov first, and then one of the more recent saves.
Last edited by computable squirrel; Dec 3, 2024 @ 7:55pm
Sambril Dec 6, 2024 @ 5:39am 
This happened to me with a new game today (Dec 6) - the game will be impossible to play without saves, needing to complete it in one session. Overall it seems less polished than Part 1 which I enjoyed and was looking forward to this. There are a lot of continuity errors with the conversations, especially with Ishi, if you do Val's quest first
Novaborne Dec 6, 2024 @ 10:58am 
Fresh install after your recent patch:

I'm sorry, but an uncaught exception occurred. While running game code: AttributeError: 'StoreModule' object has no attribute '_history_list' -- Full Traceback ------------------------------------------------------------ Full traceback: File "levels/level5/script/scene3_choice.rpyc", line 88, in script File "C:\Program Files (x86)\Steam\steamapps\common\Lilith Rising - Season 2\renpy\ast.py", line 2557, in execute Say.execute(self) File "C:\Program Files (x86)\Steam\steamapps\common\Lilith Rising - Season 2\renpy\ast.py", line 615, in execute renpy.exports.say(who, what, *args, **kwargs) File "C:\Program Files (x86)\Steam\steamapps\common\Lilith Rising - Season 2\renpy\exports.py", line 1493, in say who(what, *args, **kwargs) File "C:\Program Files (x86)\Steam\steamapps\common\Lilith Rising - Season 2\renpy\character.py", line 1392, in __call__ self.add_history("current", who, what, multiple=multiple) File "C:\Program Files (x86)\Steam\steamapps\common\Lilith Rising - Season 2\renpy\character.py", line 1482, in add_history history = renpy.store._history_list # type: ignore AttributeError: 'StoreModule' object has no attribute '_history_list' Windows-10-10.0.19045 AMD64 Ren'Py 8.2.1.24030407 2.0.13s Fri Dec 6 13:55:44 2024
Same here. Frustrating, I cannot load the entire Season 2 saves ...
I'm sorry, but an uncaught exception occurred. While running game code: AttributeError: 'StoreModule' object has no attribute '_history_list' -- Full Traceback ------------------------------------------------------------ Full traceback: File "levels/level1/script/scene5_forge.rpyc", line 454, in script File "/Users/marc/Library/Application Support/Steam/steamapps/common/Lilith Rising - Season 2/renpy/ast.py", line 2557, in execute Say.execute(self) File "/Users/marc/Library/Application Support/Steam/steamapps/common/Lilith Rising - Season 2/renpy/ast.py", line 615, in execute renpy.exports.say(who, what, *args, **kwargs) File "/Users/marc/Library/Application Support/Steam/steamapps/common/Lilith Rising - Season 2/renpy/exports.py", line 1493, in say who(what, *args, **kwargs) File "/Users/marc/Library/Application Support/Steam/steamapps/common/Lilith Rising - Season 2/renpy/character.py", line 1392, in __call__ self.add_history("current", who, what, multiple=multiple) File "/Users/marc/Library/Application Support/Steam/steamapps/common/Lilith Rising - Season 2/renpy/character.py", line 1482, in add_history history = renpy.store._history_list # type: ignore AttributeError: 'StoreModule' object has no attribute '_history_list' macOS-15.1.1-arm64-arm-64bit arm64 Ren'Py 8.2.1.24030407 2.0.13s Fri Dec 6 23:40:16 2024
Reformed Dec 8, 2024 @ 3:33pm 
Same with myself as well, ```
I'm sorry, but an uncaught exception occurred.

While running game code:
AttributeError: 'StoreModule' object has no attribute '_history_list'

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

Full traceback:
File "levels/level2/script/scene1_outpost.rpyc", line 808, in script
File "C:\Game Launchers\steamapps\common\Lilith Rising - Season 2\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "C:\Game Launchers\steamapps\common\Lilith Rising - Season 2\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Game Launchers\steamapps\common\Lilith Rising - Season 2\renpy\exports.py", line 1493, in say
who(what, *args, **kwargs)
File "C:\Game Launchers\steamapps\common\Lilith Rising - Season 2\renpy\character.py", line 1392, in __call__
self.add_history("current", who, what, multiple=multiple)
File "C:\Game Launchers\steamapps\common\Lilith Rising - Season 2\renpy\character.py", line 1482, in add_history
history = renpy.store._history_list # type: ignore
AttributeError: 'StoreModule' object has no attribute '_history_list'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
2.0.13s
Sun Dec 8 23:29:51 2024
```
Hikari.ws Dec 14, 2024 @ 5:50am 
has it been fixed?
It seems to be working for me now.
< >
Showing 1-12 of 12 comments
Per page: 1530 50