burned01

Newbie
Jun 3, 2024
15
7
I have a bug on Mac during Chloe being attacked by assassin, here is the error:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Sayer 'pixie_cs' is not defined.

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

Full traceback:
File "script/lily.rpyc", line 1338, in script call
File "script/flat.rpyc", line 124, in script call
File "script/flat.rpyc", line 124, in script call
File "script/flat.rpyc", line 124, in script call
File "script/time.rpyc", line 564, in script call
File "script/myroom.rpyc", line 162, in script call
File "script/myroom.rpyc", line 162, in script call
File "script/myroom.rpyc", line 162, in script call
[Previous line repeated 2 more times]
File "script/chloe.rpyc", line 1679, in script
File "/Users/igor/Downloads/Large/CorruptedKingdoms.app/Contents/Resources/autorun/renpy/ast.py", line 890, in execute
who = eval_who(self.who, self.who_fast)
File "/Users/igor/Downloads/Large/CorruptedKingdoms.app/Contents/Resources/autorun/renpy/ast.py", line 783, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'pixie_cs' is not defined.

macOS-14.5-arm64-arm-64bit arm64
Ren'Py 8.1.1.23060707
Corrupted Kingdoms 0.21.7
Wed Jul 24 23:29:43 2024
```
I saw this too. Pretty straightforward -- pixie_cs is not defined. Should be easy to fix.
 

CluckPover

Member
Dec 5, 2022
246
394
Been while since I played this game. Last time Chapter 3 was still very new and barely had any content. Is it worth downloading again or does chapter 3 still lack substance?
It DID get new content..like...a good amount..I'd love to elaborate but I'd be spoiling it....

You're welcome!

if anyone is able to tell me the name of the music used in this game I'd be much obliged, I love it
1722166154657.png

They're listed in the Credits.


You're welcome!
 
  • Red Heart
Reactions: enelprinceofthemoon

22ndgentlemen

Newbie
Apr 11, 2022
89
41
Found a bug:
Impact: Minor, able to move past with "Ignore".
Type: Dialogue

Scene: Just after the assassin breaks in and fights with Chloe. While Chloe is laying on the bed and Pixie, Jessica, Gwen and MC are creating a plan to get Lyx.

Pixie attempts to say something just after the MC's line of "I don't know... but she's the best chance we've got." causing the error. Ignore skips this line and moves onto the MC's next line of "Right! Jessica, Gwen, take care of Chloe while we're gone."


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

While running game code:
Exception: Sayer 'pixie_cs' is not defined.

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

Full traceback:
  File "script/lily.rpyc", line 1338, in script call
  File "script/flat.rpyc", line 124, in script call
  File "script/flat.rpyc", line 124, in script call
  File "script/flat.rpyc", line 124, in script call
  File "script/time.rpyc", line 564, in script call
  File "script/myroom.rpyc", line 162, in script call
  File "script/chloe.rpyc", line 1679, in script
  File "E:\Anime\Good Stuff\Games\Corrupted Kingdoms\CorruptedKingdoms-0.21.7-pc\renpy\ast.py", line 890, in execute
    who = eval_who(self.who, self.who_fast)
  File "E:\Anime\Good Stuff\Games\Corrupted Kingdoms\CorruptedKingdoms-0.21.7-pc\renpy\ast.py", line 783, in eval_who
    raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'pixie_cs' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Corrupted Kingdoms 0.21.7
Sun Jul 28 08:07:32 2024
 
4.40 star(s) 235 Votes