The Confines Of The Crown

The Confines Of The Crown

View Stats:
This topic has been locked
Viewing unlocked endings doesn't work
When I try to view the unlocked endings from the main menu, I get this error dump:
I'm sorry, but an uncaught exception occurred. While running game code: File "game/epilogue.rpy", line 1537, in script File "renpy/common/000statements.rpy", line 457, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/epilogue.rpy", line 1517, in execute File "game/epilogue.rpy", line 1517, in execute File "game/epilogue.rpy", line 1518, in execute File "game/epilogue.rpy", line 1519, in execute File "game/epilogue.rpy", line 1499, in isProcessElevatedOnWindows WindowsError: [Error 126] The specified module could not be found -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/epilogue.rpy", line 1537, in script File "F:\Steam\steamapps\common\The Royal Trap\renpy\ast.py", line 1696, in execute self.call("execute") File "F:\Steam\steamapps\common\The Royal Trap\renpy\ast.py", line 1714, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "F:\Steam\steamapps\common\The Royal Trap\renpy\statements.py", line 144, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 457, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "F:\Steam\steamapps\common\The Royal Trap\renpy\exports.py", line 2461, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "F:\Steam\steamapps\common\The Royal Trap\renpy\ui.py", line 277, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Steam\steamapps\common\The Royal Trap\renpy\display\core.py", line 2439, in interact scene_lists.replace_transient() File "F:\Steam\steamapps\common\The Royal Trap\renpy\display\core.py", line 727, in replace_transient self.remove(layer, tag) File "F:\Steam\steamapps\common\The Royal Trap\renpy\display\core.py", line 1014, in remove self.hide_or_replace(layer, remove_index, "hide") File "F:\Steam\steamapps\common\The Royal Trap\renpy\display\core.py", line 938, in hide_or_replace d = oldsle.displayable._hide(now - st, now - at, prefix) File "F:\Steam\steamapps\common\The Royal Trap\renpy\display\screen.py", line 430, in _hide self.update() File "F:\Steam\steamapps\common\The Royal Trap\renpy\display\screen.py", line 565, in update self.screen.function(**self.scope) File "game/epilogue.rpy", line 1517, in execute File "game/epilogue.rpy", line 1517, in execute File "game/epilogue.rpy", line 1518, in execute File "game/epilogue.rpy", line 1519, in execute File "<screen language>", line 1519, in <module> File "game/epilogue.rpy", line 1499, in isProcessElevatedOnWindows File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/ctypes/__init__.py", line 440, in __getitem__ File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/ctypes/__init__.py", line 435, in __getattr__ File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/ctypes/__init__.py", line 365, in __init__ WindowsError: [Error 126] The specified module could not be found Windows-8-6.2.9200 Ren'Py 6.99.8.959+SPIKY by Hanako Games 1.2
I validated game files and deleted the cache folder as recommended in an earlier thread
< >
Showing 1-6 of 6 comments
spikycaterpillar  [developer] 18 Jun, 2017 @ 6:42am 
Questions:
What version of Windows are you using? 32 or 64 bit?
Were you running the game as Administrator/elevated? (If yes, does it work when run without administrator rights?)

I have a candidate workaround:

Create a file named 'workaround.rpy' and put it in F:\Steam\steamapps\common\The Royal Trap\game\

Put the following code in the file:
init 4096 python: def isProcessElevatedOnWindows(): if platform.system() != 'Windows': return False try: return ctypes.windll['isadmin'].IsUserAdmin() except: return False

and then start the game.

Let me know if it works or not. If the workaround doesn't work, you can remove it by deleting workaround.rpy and workaround.rpyc from F:\Steam\steamapps\common\The Royal Trap\game\ . Make sure the file is a .rpy file, not a .rpy.txt file.
DunkmasterKyouko 18 Jun, 2017 @ 7:44am 
I'm on Windows 8.1 64bit. As far as I know I'm not running the game as admin, I'm just using Steam's default launch settings. The workaround appears to work, though, thanks!
john doe 8 Oct, 2017 @ 3:02pm 
i also have that same problem i cant view the endings i got i dont know what to do.
Hanako Games  [developer] 8 Oct, 2017 @ 3:59pm 
Does the workaround shown above help?

We are planning an update for this game in the near future, so hopefully we can get this issue fixed.
Hanako Games  [developer] 18 Oct, 2017 @ 6:22am 
Originally posted by remco.schaeks:
i also have that same problem i cant view the endings i got i dont know what to do.

There is a general update currently in beta which should hopefully solve this for all users. See

https://steamhost.cn/steamcommunity_com/app/356530/discussions/0/1483233503861681176/

for more information.
john doe 18 Oct, 2017 @ 7:34am 
Originally posted by Hanako Games:
Originally posted by remco.schaeks:
i also have that same problem i cant view the endings i got i dont know what to do.

There is a general update currently in beta which should hopefully solve this for all users. See

https://steamhost.cn/steamcommunity_com/app/356530/discussions/0/1483233503861681176/

for more information.
yes it worked thank you i can finally see the endings i got.
< >
Showing 1-6 of 6 comments
Per page: 1530 50