Seeds of Chaos
Ce hub de la communauté est réservé aux adultes. Vous le voyez car vous avez autorisé ce genre de contenu depuis vos préférences.

Seeds of Chaos

 Ce sujet a été épinglé, cela doit être important
tina 20 janv. 2022 à 9h27
Bug Reports [Revised]
Good day players!

First of all, thank you very much for enjoying Seeds of Chaos!

We understand that no game is perfect, and game bugs/issues occur from time to time.
This revised thread will be the place for you to post all of the bug reports you have encountered in the game here!

I will be relaying all of these bug reports to the developers promptly whenever one is submitted, and we'll work on fixing the issue.

We're taking note of all the feedback and constructive criticism on the discussion board, but do stick to posting only bug reports here! If anything unrelated is posted here, we will not be responding to it.

Once again, thank you very much for your patience and we hope that you'll continue to enjoy our games in the present as well as the future!

Cheers!~
< >
Affichage des commentaires 121 à 135 sur 202
( For context I have been doing a monogamous rowan x alexia playthrough)

I have been having an issue after completing the Liurial arc. I have rejected having the relationship with Liurial and yet for some reason while having Alexia work in the forge the scene that features Liurial visiting Greyhide and then ends up with Alexia flirting with Liurial as if I had done the poly-am route triggers. Even more strange it is Liurials sprite that pops up and says the lines for both her and Alexia. The scene triggers even if it is before rastadel's fall so I don't think it is me progressing too far. Has anyone else had this problem or is it just me? If it's everyone do the devs know/ said that they will fix it? If its me is there a way to fix this? any advice or info would be appreciated.

Still an issue as of december update
Dernière modification de bulldogbandit171; 30 déc. 2023 à 23h23
I was playing through the game just fine and suddenly my STEAM version no longer loads! What do I do? I already tried a verify and uninstall/reinstall but every time I launch it drops to my desktop!
Encountered a error after the latest patch and I can't go past week 4 because of this. Below is the code

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/main_loop.rpy", line 73, in script call
call rowans_chambers from _call_rowans_chambers
File "game/locations/rowans_chambers.rpy", line 60, in script
call screen room_screen('bg9', "alexia room",
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screens/room_screen.rpy", line 6, in execute
screen room_screen(bg, actor, items, operator_uid=None, back_action=None):
File "game/screens/room_screen.rpy", line 6, in execute
screen room_screen(bg, actor, items, operator_uid=None, back_action=None):
File "game/screens/room_screen.rpy", line 9, in execute
default room_events = event_manager.get_all_room_events(bg)
File "game/screens/room_screen.rpy", line 9, in <module>
default room_events = event_manager.get_all_room_events(bg)
File "game/core/event_manager.rpy", line 329, in get_all_room_events
self.choose_events("week_end", room, True)
File "game/core/event_manager.rpy", line 189, in choose_events
if not self._check_dependencies(ev):
File "game/core/event_manager.rpy", line 337, in _check_dependencies
if not self._check_dependency(dep_ev_name):
File "game/core/event_manager.rpy", line 351, in _check_dependency
elif not ev_happened(dep_string):
File "game/core/utils.rpy", line 417, in ev_happened
return all_events_data[ev_name]['run_count'] >= count
KeyError: u'journey_to_the_stars'

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

Full traceback:
File "game/main_loop.rpy", line 73, in script call
call rowans_chambers from _call_rowans_chambers
File "game/locations/rowans_chambers.rpy", line 60, in script
call screen room_screen('bg9', "alexia room",
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/screens/room_screen.rpy", line 6, in execute
screen room_screen(bg, actor, items, operator_uid=None, back_action=None):
File "game/screens/room_screen.rpy", line 6, in execute
screen room_screen(bg, actor, items, operator_uid=None, back_action=None):
File "game/screens/room_screen.rpy", line 9, in execute
default room_events = event_manager.get_all_room_events(bg)
File "game/screens/room_screen.rpy", line 9, in <module>
default room_events = event_manager.get_all_room_events(bg)
File "game/core/event_manager.rpy", line 329, in get_all_room_events
self.choose_events("week_end", room, True)
File "game/core/event_manager.rpy", line 189, in choose_events
if not self._check_dependencies(ev):
File "game/core/event_manager.rpy", line 337, in _check_dependencies
if not self._check_dependency(dep_ev_name):
File "game/core/event_manager.rpy", line 351, in _check_dependency
elif not ev_happened(dep_string):
File "game/core/utils.rpy", line 417, in ev_happened
return all_events_data[ev_name]['run_count'] >= count
KeyError: u'journey_to_the_stars'

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Seeds of Chaos 0.3.09steam
Tue Aug 8 04:24:13 2023
```
Throwing my hat in the ring for 'steam cloud saves still borked'.
I'm sorry, but an uncaught exception occurred. While running game code: TypeError: 'bool' object is not callable -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/rowan intro.rpyc", line 2077, in script �~��#K�.U<v��<��P$3��Ś!�� �k��ؒ�ƬN�=Vp��D��u����ҧ�5Q�cr#��%�g��j��"��2�6!�Y����5<��bCm}��[h��@����D�Ni�x��1s�r�[f�,��́~qF�H�Q���>s�"�l?� Ya''{8$�x��r �4�0���L�L1h�t� File "renpy/ast.py", line 1688, in execute choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments) File "renpy/exports.py", line 1060, in menu rv = renpy.store.menu(new_items) File "renpy/exports.py", line 1296, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3814, in interact_core if renpy.display.draw.update(force=self.display_reset): TypeError: 'bool' object is not callable Windows-10-10.0.19041 Ren'Py 7.4.11.2266 Seeds of Chaos 0.0.05 Thu Aug 24 10:22:37 2023
WaywordOne a écrit :
if renpy.display.draw.update(force=self.display_reset):
TypeError: 'bool' object is not callable
Whatever the hell this is, literally every Ren'Py game throws this in my case. Internet is no help.
Dernière modification de lordgizka; 7 sept. 2023 à 11h42
Mezner a écrit :
Yeah I now have a +11 per week recruitment and the number of orcs is capped at 30. It won't increase no matter how much time has past. Also equipping the orcs increases equipped to a max of 34 of 30. Not sure if I simply did something wrong or if I am not understanding the army rules. Perhaps I need to increase their moral to increase their numbers?

I've got the exact same issue. 30/120 orcs, 6/week, 34/30 equipped, just finished the orc camp with no change.
cloud saves still dont seem to work
Ooof... new update has a pretty serious issue. After week 4 I'm getting the Orc Barrack Report scene as the background for all event scenes, Castle or Exploration. It treats clicks on the current event as it's own clicks and cycles through the Barracks Orc's dialogs for the reports... sometimes on it's own without any input at all. You don't get the normal event background images while this is bugged.

It's hard to post images here to show the problem. I uploaded it to my profile. Here's the link:
https://steamcommunity.com/sharedfiles/filedetails/?id=3121235189

UPDATE: I started a new run and AVOIDED looking at the Orc Barracks reports directly. If you just hover over the Orc on the lower level it will give you your troop levels without details but you can see them. I have not gotten the background lock out detailed above since doing this.
Dernière modification de MasterFool; 26 déc. 2023 à 12h25
i get this error at week 9

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screens/castle_map.rpy", line 122, in execute
File "game/screens/castle_map.rpy", line 122, in execute
File "game/screens/castle_map.rpy", line 130, in execute
File "game/screens/castle_map.rpy", line 131, in execute
File "game/screens/castle_map.rpy", line 213, in execute
File "game/screens/castle_map.rpy", line 213, in execute
File "game/screens/castle_map.rpy", line 217, in execute
File "game/screens/castle_map.rpy", line 220, in execute
File "game/screens/castle_map.rpy", line 227, in execute
File "game/screens/castle_map.rpy", line 421, in execute
File "game/screens/castle_map.rpy", line 421, in keywords
File "game/screens/castle_map.rpy", line 425, in <module>
AttributeError: 'CastleHall' object has no attribute 'tooltip'

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

Full traceback:
File "game/main_loop.rpyc", line 73, in script call
File "game/locations/rowans_chambers.rpyc", line 103, in script
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/ast.py", line 2259, in execute
self.call("execute")
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/core.py", line 3587, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/core.py", line 4060, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/screen.py", line 476, in visit_all
callback(self)
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/core.py", line 4060, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/screen.py", line 487, in per_interact
self.update()
File "/media/bladela/nvme500GB/SteamLibrary/steamapps/common/Seeds of Chaos/renpy/display/screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/screens/castle_map.rpy", line 122, in execute
File "game/screens/castle_map.rpy", line 122, in execute
File "game/screens/castle_map.rpy", line 130, in execute
File "game/screens/castle_map.rpy", line 131, in execute
File "game/screens/castle_map.rpy", line 213, in execute
File "game/screens/castle_map.rpy", line 213, in execute
File "game/screens/castle_map.rpy", line 217, in execute
File "game/screens/castle_map.rpy", line 220, in execute
File "game/screens/castle_map.rpy", line 227, in execute
File "game/screens/castle_map.rpy", line 421, in execute
File "game/screens/castle_map.rpy", line 421, in keywords
File "game/screens/castle_map.rpy", line 425, in <module>
AttributeError: 'CastleHall' object has no attribute 'tooltip'

Linux-6.5.0-5-amd64-x86_64-with-glibc2.37 x86_64
Ren'Py 8.1.2.23090503
Seeds of Chaos 0.4.02
Sun Dec 24 13:49:19 2023
ken 24 déc. 2023 à 7h20 
Immediately after the start of the game:

I'm sorry, but an uncaught exception occurred. While running game code: File "game/core/avatar.rpy", line 1, in script init python: File "game/core/avatar.rpy", line 705, in <module> for wound_id, data in wound_json.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/core/avatar.rpy", line 1, in script init python: File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/core/avatar.rpy", line 705, in <module> for wound_id, data in wound_json.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' Windows-10-10.0.22621 AMD64 Ren'Py 8.1.2.23090503 Seeds of Chaos 0.3.11 Sun Dec 24 17:16:52 2023
Dernière modification de ken; 24 déc. 2023 à 7h23
♥♥♥♥

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/gallery.rpy", line 511, in <module>
Exception: Expected an image, but got a general displayable.

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

Full traceback:
File "game/gallery.rpyc", line 508, in script
File "E:\SteamLibrary\steamapps\common\Seeds of Chaos\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\SteamLibrary\steamapps\common\Seeds of Chaos\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/gallery.rpy", line 511, in <module>
File "E:\SteamLibrary\steamapps\common\Seeds of Chaos\renpy\display\im.py", line 1819, in Sepia
return MatrixColor(im, matrix.saturation(0.0, desat) * matrix.tint(tint[0], tint[1], tint[2]), **properties)
File "E:\SteamLibrary\steamapps\common\Seeds of Chaos\renpy\display\im.py", line 1434, in __init__
im = image(im)
File "E:\SteamLibrary\steamapps\common\Seeds of Chaos\renpy\display\im.py", line 1993, in image
return image(arg.target, loose=loose, **properties)
File "E:\SteamLibrary\steamapps\common\Seeds of Chaos\renpy\display\im.py", line 2008, in image
raise Exception("Expected an image, but got a general displayable.")
Exception: Expected an image, but got a general displayable.

Windows-10-10.0.19041 AMD64
Ren'Py 8.1.2.23090503
Seeds of Chaos 0.4.02
Mon Dec 25 18:36:35 2023
Can't open game. It crashes on start

I'm sorry, but an uncaught exception occurred. While running game code: File "game/core/avatar.rpy", line 1, in script init python: File "game/core/avatar.rpy", line 705, in <module> for wound_id, data in wound_json.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/core/avatar.rpy", line 1, in script init python: File "C:\Games\Steam\steamapps\common\Seeds of Chaos\renpy\ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Games\Steam\steamapps\common\Seeds of Chaos\renpy\python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/core/avatar.rpy", line 705, in <module> for wound_id, data in wound_json.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems' Windows-10-10.0.19045 AMD64 Ren'Py 8.1.2.23090503 Seeds of Chaos 0.3.05 Tue Dec 26 14:35:21 2023
The latest update appears to have caused a general problem with all movement around the map :-(

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/mapExploration.rpy", line 188, in <module>
NameError: name 'quest_book' is not defined

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

Full traceback:
File "game/rowan intro.rpyc", line 4643, in script call
File "game/mapExploration.rpyc", line 187, in script
File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/mapExploration.rpy", line 188, in <module>
NameError: name 'quest_book' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.2.23090503
Seeds of Chaos 0.4.02
Tue Dec 26 10:47:01 2023
Buying a ploy causes the ploys screen in the goblin caravan to return error on subsequent openings.

I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/screens/shop_screen.rpy", line 1, in execute File "game/screens/shop_screen.rpy", line 1, in execute File "game/screens/shop_screen.rpy", line 236, in execute File "game/screens/shop_screen.rpy", line 237, in execute File "game/screens/shop_screen.rpy", line 243, in execute File "game/screens/shop_screen.rpy", line 245, in execute File "game/screens/shop_screen.rpy", line 262, in execute File "game/screens/shop_screen.rpy", line 262, in <module> NameError: name 'week_no' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/main_loop.rpyc", line 73, in script call File "game/locations/rowans_chambers.rpyc", line 103, in script call File "game/locations/caravan.rpyc", line 43, in script File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\ast.py", line 2259, in execute self.call("execute") File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\ast.py", line 2241, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\statements.py", line 342, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 670, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\exports.py", line 3347, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\core.py", line 3587, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\core.py", line 4060, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\screen.py", line 476, in visit_all callback(self) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\core.py", line 4060, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\screen.py", line 487, in per_interact self.update() File "C:\Program Files (x86)\Steam\steamapps\common\Seeds of Chaos\renpy\display\screen.py", line 680, in update self.screen.function(**self.scope) File "game/screens/shop_screen.rpy", line 1, in execute File "game/screens/shop_screen.rpy", line 1, in execute File "game/screens/shop_screen.rpy", line 236, in execute File "game/screens/shop_screen.rpy", line 237, in execute File "game/screens/shop_screen.rpy", line 243, in execute File "game/screens/shop_screen.rpy", line 245, in execute File "game/screens/shop_screen.rpy", line 262, in execute File "game/screens/shop_screen.rpy", line 262, in <module> NameError: name 'week_no' is not defined Windows-10-10.0.22621 AMD64 Ren'Py 8.1.2.23090503 Seeds of Chaos 0.4.02 Wed Dec 27 12:09:42 2023
< >
Affichage des commentaires 121 à 135 sur 202
Par page : 1530 50