spikesagitta
Member
- Oct 18, 2020
- 165
- 180
- 228
Yeah I just did this, had the same error too.Found a bug when judging the ape king
You don't have permission to view the spoiler content. Log in or register now.
Yeah I just did this, had the same error too.Found a bug when judging the ape king
You don't have permission to view the spoiler content. Log in or register now.
Thanks. Will be fixed!Found a bug when judging the ape king
You don't have permission to view the spoiler content. Log in or register now.
Sometime girls sleep with the girls. I haven't seen it pesonally so many times, but I can prove it's true.I chose a female protagonist, but the starting background is the same as the male one. Shouldn't the story be different depending on gender? Sleeping with the general's daughter results in the same outcome regardless of gender—does that make sense?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 98, in execute
File "game/screens.rpy", line 98, in execute
File "game/screens.rpy", line 100, in execute
File "game/screens.rpy", line 104, in execute
File "game/screens.rpy", line 107, in execute
File "game/screens.rpy", line 109, in execute
File "game/screens.rpy", line 112, in execute
File "game/screens.rpy", line 169, in execute
File "game/screens.rpy", line 169, in <module>
AttributeError: 'StoreModule' object has no attribute 'name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "system_script/maps/village/POI/mystic_location.rpyc", line 33, in script call
File "system_script/maps/village/POI/hunter_location.rpyc", line 16, in script call
File "system_script/maps/village/POI/smith_location.rpyc", line 14, in script call
File "system_script/maps/village/POI/castle_location.rpyc", line 18, in script call
File "script/4.India/4.5.sadhika4.rpyc", line 99, in script
File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\ast.py", line 2579, in execute
Say.execute(self)
File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\ast.py", line 621, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 1455, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 1106, in do_display
display_say(who,
File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 749, in display_say
what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2])
File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\display\screen.py", line 1538, in get_displayable
screen.update()
File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 98, in execute
File "game/screens.rpy", line 98, in execute
File "game/screens.rpy", line 100, in execute
File "game/screens.rpy", line 104, in execute
File "game/screens.rpy", line 107, in execute
File "game/screens.rpy", line 109, in execute
File "game/screens.rpy", line 112, in execute
File "game/screens.rpy", line 169, in execute
File "game/screens.rpy", line 169, in <module>
AttributeError: 'StoreModule' object has no attribute 'name'
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
The_Book_of_Outcasts 11.20
Thu May 29 12:34:44 2025
the game is in development. saves from one version don't work with another version, sorry.Try to use a save and just get this:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 98, in execute File "game/screens.rpy", line 98, in execute File "game/screens.rpy", line 100, in execute File "game/screens.rpy", line 104, in execute File "game/screens.rpy", line 107, in execute File "game/screens.rpy", line 109, in execute File "game/screens.rpy", line 112, in execute File "game/screens.rpy", line 169, in execute File "game/screens.rpy", line 169, in <module> AttributeError: 'StoreModule' object has no attribute 'name' -- Full Traceback ------------------------------------------------------------ Full traceback: File "system_script/maps/village/POI/mystic_location.rpyc", line 33, in script call File "system_script/maps/village/POI/hunter_location.rpyc", line 16, in script call File "system_script/maps/village/POI/smith_location.rpyc", line 14, in script call File "system_script/maps/village/POI/castle_location.rpyc", line 18, in script call File "script/4.India/4.5.sadhika4.rpyc", line 99, in script File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\ast.py", line 2579, in execute Say.execute(self) File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\ast.py", line 621, in execute renpy.exports.say(who, what, *args, **kwargs) File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\exports\sayexports.py", line 132, in say who(what, *args, **kwargs) File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 1455, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 1106, in do_display display_say(who, File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\character.py", line 749, in display_say what_text = renpy.display.screen.get_widget(what_text[0], what_text[1], what_text[2]) File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\display\screen.py", line 1538, in get_displayable screen.update() File "D:\Games\The_Book_of_Outcasts-11.20-win\renpy\display\screen.py", line 697, in update self.screen.function(**self.scope) File "game/screens.rpy", line 98, in execute File "game/screens.rpy", line 98, in execute File "game/screens.rpy", line 100, in execute File "game/screens.rpy", line 104, in execute File "game/screens.rpy", line 107, in execute File "game/screens.rpy", line 109, in execute File "game/screens.rpy", line 112, in execute File "game/screens.rpy", line 169, in execute File "game/screens.rpy", line 169, in <module> AttributeError: 'StoreModule' object has no attribute 'name' Windows-10-10.0.26100 AMD64 Ren'Py 8.3.4.24120703 The_Book_of_Outcasts 11.20 Thu May 29 12:34:44 2025
A few days ago Steam and Itch.IO delisted thousands of NSFW games because of pressure from payment processors (Visa, Master Card, Paypal etc..) that could be a reason.Hello Kamti, I remembered that Steam indicated a release for august but i see that indication no longer.
Is there a delay for steam release ?
Work hard to deliver the game by the end of September.Hello Kamti, I remembered that Steam indicated a release for august but i see that indication no longer.
Is there a delay for steam release ?
I feel proud you posted your really first message since 2020 in this thread.A few days ago Steam and Itch.IO delisted thousands of NSFW games because of pressure from payment processors (Visa, Master Card, Paypal etc..) that could be a reason.
I'm guessing that content will be removed from the steam/itch versions, I hope it will remain in others?I feel proud you posted your really first message since 2020 in this thread.
Yeah, these events have impact on the whole industry, we are adapting to changes and it's one of the reason of the delay.
Exactly.I'm guessing that content will be removed from the steam/itch versions, I hope it will remain in others?
From their Discord:My understanding was that it's supposed to be released on GOG on the 15th, was that delayed?
They also had to make an uncensor patch, you'll find the links on their Discord as well.I think it's the 17th for GoG, Steam version has been approved and confirmed for release (phew!!), but not sure when. Not entirely sure how the patching is going to work (@kamti will know more), but patches should be available for all release versions