DrDerpington

Active Member
Oct 6, 2017
694
1,600
Helllo,
I encountered bug right at the start of new game. After your talk with Dryad this happened. I am playing newest version 0.6.2

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

While running game code:
  File "game/script/time.rpy", line 43, in <module>
NameError: name 'Time' is not defined

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

Full traceback:
  File "script/prologue.rpyc", line 1597, in script call
  File "script/time.rpyc", line 43, in script
  File "G:\Master\Western Games 2\2020 Download\Corrupted Kingdoms 0.6.2\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Master\Western Games 2\2020 Download\Corrupted Kingdoms 0.6.2\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script/time.rpy", line 43, in <module>
NameError: name 'Time' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Corrupted Kingdoms 0.6.2
Thu Jul 16 21:16:18 2020
 

Evil Earthworm Jim

Well-Known Member
Dec 21, 2019
1,032
1,153
Helllo,
I encountered bug right at the start of new game. After your talk with Dryad this happened. I am playing newest version 0.6.2

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

While running game code:
  File "game/script/time.rpy", line 43, in <module>
NameError: name 'Time' is not defined

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

Full traceback:
  File "script/prologue.rpyc", line 1597, in script call
  File "script/time.rpyc", line 43, in script
  File "G:\Master\Western Games 2\2020 Download\Corrupted Kingdoms 0.6.2\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Master\Western Games 2\2020 Download\Corrupted Kingdoms 0.6.2\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script/time.rpy", line 43, in <module>
NameError: name 'Time' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Corrupted Kingdoms 0.6.2
Thu Jul 16 21:16:18 2020
I've seen this issue (or a similar issue) crop up since the most recent release, it might be a fault with this release.
 

Laehl

Member
Jun 6, 2018
162
75
That can be caused by a few things. The most common are hardware problems, outdated firmware, corrupt drivers and software related issues (eg Microsoft Office not updating properly).
Run an error check on your HDD to rule out problems with that. You could also try updating your computer OS.
And while your at it get something like Malwarebytes and run a deep virus scan as some types of malware are also able to cause that by corrupting your OS.
It can also be caused by Windows failing to update properly.
Thank you for answering, and tried what you have said here. The issue about the update bit though is this had happened before even windows updated so that wouldnt be my issue. And I have ran a check on all my drives (my computers C drive and my external which is where everything is stored on) and nothing came up as corrupted or bad. So I am just wondering if it may be something not interacting properly. Since the external is an exFAT. But this hasnt happened at all in the previous updates. I am probably just going to just need to bring it to my desktop and run it there maybe.
 
  • Like
Reactions: Evil Earthworm Jim

DrDerpington

Active Member
Oct 6, 2017
694
1,600
Anyone know why I am getting BSOD when trying to run the new update? Happened before and after updating my pc as well. hoping it isnt something conflicting with the new set up. Getting an exFAT.exe error it seems like.
Asking for solution on BSOD on porn game forum. LOL

If its exFAT error message then its probably an issue of your external harddrive. Reinstall external hardrive drivers. Posibly formate whole thing and try to set formating to NTFS. (NTFS is usually bug-free).

You can also avoid the problem by unplugging external hardrive and saving game on your internal hardrive and playing it from there.

You can also try to take a pen and paper and write down the message with error numbers when you see BSOD. The Google those error numbers.
From that error number you should be able to find out what is causing issues.
 
Last edited:

Evil Earthworm Jim

Well-Known Member
Dec 21, 2019
1,032
1,153
Asking for solution on BSOD on porn game forum. LOL

If its exFAT then its probably your external harddrive. Reinstall external hardrive drivers. Posibly formate whole thing and try to set formating to NTFS. (NTFS is usually bug-free).

You can also try to take a pen and paper and write down the message with error numbers when you see BSOD. The Google those error numbers.
From that error number you should be able to find out what is causing issues.
Or check the dump :)
 
Dec 12, 2018
4
0
Tried to load my save after updating and it immediately crashed

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

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\loadsave.py", line 770, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\python.py", line 1983, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\python.py", line 1815, in rollback
    self.load_failed()
  File "D:\Free RPG Maker Games\CorruptedKingdoms-0.6.2-pc\renpy\python.py", line 1733, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Corrupted Kingdoms 0.6.2
Thu Jul 16 17:58:02 2020
 

Evil Earthworm Jim

Well-Known Member
Dec 21, 2019
1,032
1,153
Yeah, that could also work. But judging his "mad" computer skillz it would be much easier for him to simply use pen and paper then to learn how to find and analyze BSOD crash dump :cool:
I'll show you a pen and paper.. :sneaky: I don't know what that means but consider yourself told :oops:
 
Nov 11, 2019
133
224
Maybe it's just me but I don't find Morgana attractive at all. I thought it was due to her personality but I'm starting to think it's the actual model. Also not sure about the new GUI the old one was bright and cheerful and the new one has a darker tone all around.
 

Evil Earthworm Jim

Well-Known Member
Dec 21, 2019
1,032
1,153
Maybe it's just me but I don't find Morgana attractive at all. I thought it was due to her personality but I'm starting to think it's the actual model. Also not sure about the new GUI the old one was bright and cheerful and the new one has a darker tone all around.
Might be a little from column A and a little from column B. Speaking for myself, if a person has a truly repugnant personality it's like penis repellent.
 

DocPorny

Member
Feb 23, 2018
107
186
Over the last days i did a full replay of the current state of the game and like to say a few words.

You don't have permission to view the spoiler content. Log in or register now.

Anyways, the long and short of it: Big thumbs up on the storytelling. (That the renders and scenes are great and sexy goes without saying - especially everything pixie related, so cute!)

PS: I also really enjoyed the more wholesome Alice scenes like on the beach or the festival (especially that one, just adorable). Like giving you a little break and just making you feel good and wholesome for a few minutes.
 
  • Like
Reactions: syh653

wolf3020

Newbie
Jun 2, 2020
74
32
guys if you are getting a traceback error its your file system that is either fat32 or exfat move all files to a drive thats has NTFS and it should correct the error and the drive that has the fat32\exfat should be redone to NTFS format just got redoing the usb drive. just a heads up on this just realized it lol
 
  • Thinking Face
Reactions: Evil Earthworm Jim

Laehl

Member
Jun 6, 2018
162
75
guys if you are getting a traceback error its your file system that is either fat32 or exfat move all files to a drive thats has NTFS and it should correct the error and the drive that has the fat32\exfat should be redone to NTFS format just got redoing the usb drive. just a heads up on this just realized it lol
Just making sure, all file in the drive or all files of the game. Other than that thanks!
 
  • Like
Reactions: wolf3020

DocPorny

Member
Feb 23, 2018
107
186
Uhm ... who said there was any?

Just because Incest might be best (totally is!) that doesn't mean it is a requirement for every game ;)
 
4.40 star(s) 232 Votes