broly19882004

New Member
Mar 11, 2018
2
3
199
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'

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

Full traceback:
File "script/flat.rpyc", line 121, in script call
File "script/flat.rpyc", line 121, in script call
File "script/college.rpyc", line 388, in script
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\ast.py", line 2560, in execute
Say.execute(self)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\exports.py", line 1494, in say
who(what, *args, **kwargs)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 1045, in do_display
display_say(who,
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 519, in display_say
c("begin", interact=interact, type=type, **cb_args)
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Corrupted Kingdoms v0.22.3 0.22.3
Fri Jan 24 20:14:12 2025

Just got to the college and basically every interaction with Veronica throws this error. Any ideas on a cause or a fix?
 

Soulpuppet

Active Member
Sep 10, 2020
814
3,201
399
read his update. Huge in a way that he has to change the game engine and all the graphics for STEAM, since Patreon kicked him off. Its either that or never doing it anymore. He doesnt want to do Subscribestar
He isn't going to steam. Everyone went and joined substar so he wouldn't. This was over a year ago I believe. He said if he didn't get enough people he would have to change for steam.
 
  • Like
Reactions: Logan3000x

iyapo

New Member
Oct 28, 2020
3
12
13
If you want to fix the Veronica madness, download unren into the folder. Just download the unren at the bottom of that post. Unren should be in the Corrupted Kingdoms folder. Run it. Select 8 to unren everything.

Go into the game/script folder. Open the variables.rpy file with notepad. If you want you can do a search for ## Veronica where you'll see:
Code:
default cmVeronicaWarStance = "neutral" ## Character's stance/pose
default cmVeronicaWarOutfit = "normal" ## Character's outfit
You want to add a line after that which says:
Code:
default cmVeronicaStance = "neutral"
However, if you want you can actually add that line anywhere in the variables file and it'll be fine. Close and save the changes (not as a text file!) and voila.
 

broly19882004

New Member
Mar 11, 2018
2
3
199
If you want to fix the Veronica madness, download unren into the folder. Just download the unren at the bottom of that post. Unren should be in the Corrupted Kingdoms folder. Run it. Select 8 to unren everything.

Go into the game/script folder. Open the variables.rpy file with notepad. If you want you can do a search for ## Veronica where you'll see:
Code:
default cmVeronicaWarStance = "neutral" ## Character's stance/pose
default cmVeronicaWarOutfit = "normal" ## Character's outfit
You want to add a line after that which says:
Code:
default cmVeronicaStance = "neutral"
However, if you want you can actually add that line anywhere in the variables file and it'll be fine. Close and save the changes (not as a text file!) and voila.
That did the trick. Thanks friendo!
 

lobesod

Member
Mar 14, 2018
234
216
247
Just got to the college and basically every interaction with Veronica throws this error. Any ideas on a cause or a fix?
I have just testet all steps with Veronica in the college and i don't get any errors. I have not played the update yet only opened the game, made a new save and closed it again. I always make a save before playing the updates.
I have D/L the update from page 1 as i normally do! I
I only use fonttweak of the extras - maybee its something with the saves?

May you all have a nice weekend :coffee: :giggle:
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,851
4,030
436
CorruptedKingdoms-0.22.3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

jahall

Well-Known Member
Feb 20, 2019
1,843
1,219
340
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'

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

Full traceback:
File "script/flat.rpyc", line 121, in script call
File "script/flat.rpyc", line 121, in script call
File "script/college.rpyc", line 388, in script
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\ast.py", line 2560, in execute
Say.execute(self)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\exports.py", line 1494, in say
who(what, *args, **kwargs)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 1045, in do_display
display_say(who,
File "E:\H-Documents\Games\Arc Games\Corrupted Kingdoms\renpy\character.py", line 519, in display_say
c("begin", interact=interact, type=type, **cb_args)
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Corrupted Kingdoms v0.22.3 0.22.3
Fri Jan 24 20:14:12 2025

Just got to the college and basically every interaction with Veronica throws this error. Any ideas on a cause or a fix?
If you look at his latest public post on Subscribestar, you'll see that it's a bug that some people have reported and that the dev has now fixed. If I read what he wrote correctly, the fixed version is downloadable from the same file location as before, so if you just download it again you should be good.
 
  • Like
Reactions: lobesod

herrderr75

Member
Aug 5, 2019
267
549
209
ArcGames I just read about your troubles. The Steam/Koikatsu issue is entirely over my head, but I know Patreon's mission is to bring as much cowardice, stupidity, ignorance, assholery, and suffering to the world as humanly possible. At least they're good at what they do. I actually read their extensive content policies recently, and they were already mind-bogglingly ridiculous before they made this crap about non-sexualized minors an issue.

If sorry to say I can't contribute anything right now. However, though it may be of little consolation, I can promise to take delight in your wonderful work as long as you're able to continue putting it out in the world. I discovered CK sometime last year, and though I loved it, I've forgotten enough that I can start from the beginning and enjoy it all over again. Thank you for your efforts.
 

theillusionxo

Member
Jan 24, 2021
108
95
95
If either of you had bothered to read the last day or two's posts before posting, you'd have found the answer.
Yeah download the update and get this now on android
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/script/speak.rpy", line 11, in <module>
ModuleNotFoundError: No module named 'game.pydub'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "script/speak.rpyc", line 8, in script
  File "renpy/ast.py", line 827, in execute
  File "renpy/python.py", line 1178, in py_exec_bytecode
  File "game/script/speak.rpy", line 11, in <module>
  File "renpy/loader.py", line 892, in load_module
  File "pydub/__init__.py", line 1, in <module>
  File "renpy/loader.py", line 892, in load_module
  File "pydub/audio_segment.py", line 10, in <module>
ModuleNotFoundError: No module named 'game.pydub'
 

Anarae

Member
May 25, 2018
146
217
196
Yeah download the update and get this now on android
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/script/speak.rpy", line 11, in <module>
ModuleNotFoundError: No module named 'game.pydub'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "script/speak.rpyc", line 8, in script
  File "renpy/ast.py", line 827, in execute
  File "renpy/python.py", line 1178, in py_exec_bytecode
  File "game/script/speak.rpy", line 11, in <module>
  File "renpy/loader.py", line 892, in load_module
  File "pydub/__init__.py", line 1, in <module>
  File "renpy/loader.py", line 892, in load_module
  File "pydub/audio_segment.py", line 10, in <module>
ModuleNotFoundError: No module named 'game.pydub'
I have same issue
 

vilewe7570

Active Member
Oct 5, 2021
804
1,218
276
My GUI is out of screen in Fullscreen and Windowed mode no matter what i do. Any way to fix this?
I can only see half the choice texts all the time
Nope, the dev messed the UI up and didn't bother testing the new version. Best thing would be go on discord or any of the dev's other official sites and complain.
 

lobesod

Member
Mar 14, 2018
234
216
247
Nope, the dev messed the UI up and didn't bother testing the new version. Best thing would be go on discord or any of the dev's other official sites and complain.
Well, maybee he make faults and errors so he can continue scimming the cream a year more, while he make more and more errors - the game in nearly unplayable - glad i stopped paying on patron.
 
4.30 star(s) 253 Votes