Sunrider: Mask of Arcadius

Sunrider: Mask of Arcadius

Game Keeps Crashing After I Keep Loading from My Saved File
It Needs Another Update, I Keep Trying to Continue Where I Left Off, Game Keeps Crashing, Seriously, I Would Love to Continue This Game, Especially With the 2nd Episode You People Made
< >
Showing 1-15 of 28 comments
Vaendryl Oct 3, 2014 @ 1:38am 
regrettably many older saves have turned out to be unloadable in the newest code. during testing only a few didn't load, but it turns out many people are having issues. you should try a few of your auto-saves and if those don't work I fear the only option is to start a new game at the 2nd campaign.
Da Killah Genius Oct 3, 2014 @ 1:57am 
Originally posted by Vaendryl.NL:
regrettably many older saves have turned out to be unloadable in the newest code. during testing only a few didn't load, but it turns out many people are having issues. you should try a few of your auto-saves and if those don't work I fear the only option is to start a new game at the 2nd campaign.

might as well, smfh
Dustcan Oct 3, 2014 @ 10:19am 
I'm having problems too. First is when I load a mid-battle save and get this.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 12490, in script
$BM.battle() #continue the battle
File "game/script.rpy", line 12490, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 941, in battle
self.result = ui.interact()
Exception: ui.interact called with non-empty widget/layer stack. Did you forget a ui.close() somewhere?

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

Full traceback:
File "game/script.rpy", line 12490, in script
$BM.battle() #continue the battle
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ast.py", line 778, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 12490, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 941, in battle
self.result = ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ui.py", line 241, in interact
raise Exception("ui.interact called with non-empty widget/layer stack. Did you forget a ui.close() somewhere?")
Exception: ui.interact called with non-empty widget/layer stack. Did you forget a ui.close() somewhere?

Windows-7-6.1.7601-SP1
Ren'Py 6.18.1.670
Sunrider Mask of Arcadius Beta 7.0


If I press Ignore I can play, but then whenever I try to Skip I get another error message reading:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 12517, in script
fon "My leader. The enemy fleet has ambushed Cullen's command group."
File "renpy/common/00library.rpy", line 143, in skip_indicator
ui.text(_(u"Skip Mode"), style='skip_indicator')
AttributeError: 'NoneType' object has no attribute 'get'

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

Full traceback:
File "game/script.rpy", line 12517, in script
fon "My leader. The enemy fleet has ambushed Cullen's command group."
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ast.py", line 586, in execute
renpy.exports.say(who, what, interact=self.interact)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\exports.py", line 995, in say
who(what, interact=interact)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\character.py", line 826, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\character.py", line 688, in do_display
**display_args)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\character.py", line 491, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ui.py", line 247, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2145, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2274, in interact_core
self.compute_overlay()
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 1915, in compute_overlay
i()
File "renpy/common/00library.rpy", line 143, in skip_indicator
ui.text(_(u"Skip Mode"), style='skip_indicator')
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ui.py", line 441, in __call__
w = screen.old_widgets.get(id, None)
AttributeError: 'NoneType' object has no attribute 'get'

Windows-7-6.1.7601-SP1
Ren'Py 6.18.1.670
Sunrider Mask of Arcadius Beta 7.0

After that choosing Ignore just brings up a new error message stating that the next line of dialogue is also producing erros. Rollback doesn't work at all.
Da Killah Genius Oct 3, 2014 @ 10:32am 
Originally posted by Dustcan:
I'm having problems too. First is when I load a mid-battle save and get this.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 12490, in script
$BM.battle() #continue the battle
File "game/script.rpy", line 12490, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 941, in battle
self.result = ui.interact()
Exception: ui.interact called with non-empty widget/layer stack. Did you forget a ui.close() somewhere?

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

Full traceback:
File "game/script.rpy", line 12490, in script
$BM.battle() #continue the battle
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ast.py", line 778, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 12490, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 941, in battle
self.result = ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ui.py", line 241, in interact
raise Exception("ui.interact called with non-empty widget/layer stack. Did you forget a ui.close() somewhere?")
Exception: ui.interact called with non-empty widget/layer stack. Did you forget a ui.close() somewhere?

Windows-7-6.1.7601-SP1
Ren'Py 6.18.1.670
Sunrider Mask of Arcadius Beta 7.0


If I press Ignore I can play, but then whenever I try to Skip I get another error message reading:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 12517, in script
fon "My leader. The enemy fleet has ambushed Cullen's command group."
File "renpy/common/00library.rpy", line 143, in skip_indicator
ui.text(_(u"Skip Mode"), style='skip_indicator')
AttributeError: 'NoneType' object has no attribute 'get'

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

Full traceback:
File "game/script.rpy", line 12517, in script
fon "My leader. The enemy fleet has ambushed Cullen's command group."
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ast.py", line 586, in execute
renpy.exports.say(who, what, interact=self.interact)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\exports.py", line 995, in say
who(what, interact=interact)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\character.py", line 826, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\character.py", line 688, in do_display
**display_args)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\character.py", line 491, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ui.py", line 247, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2145, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2274, in interact_core
self.compute_overlay()
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 1915, in compute_overlay
i()
File "renpy/common/00library.rpy", line 143, in skip_indicator
ui.text(_(u"Skip Mode"), style='skip_indicator')
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ui.py", line 441, in __call__
w = screen.old_widgets.get(id, None)
AttributeError: 'NoneType' object has no attribute 'get'

Windows-7-6.1.7601-SP1
Ren'Py 6.18.1.670
Sunrider Mask of Arcadius Beta 7.0

After that choosing Ignore just brings up a new error message stating that the next line of dialogue is also producing erros. Rollback doesn't work at all.

Yup, Thats The Same S!%@ I Keep Getting, Smfh
Saint Sea Hat Oct 3, 2014 @ 12:27pm 
I loaded up the second-to-last save that I made and it worked just fine.
Giraffe Oct 4, 2014 @ 4:31am 
Same here, hoping developer could fix this bug soon. Is there anyone know how to report this to dev?
JCQuiinn Oct 4, 2014 @ 7:45am 
Originally posted by <!--vector-->:
Same here, hoping developer could fix this bug soon. Is there anyone know how to report this to dev?
Bro, read the message from Vaendyl (the guy with the developer tag) that was posted in this very topic. It will most likely not be able to be fixed.
Nems Oct 6, 2014 @ 7:30am 
well.....everytime I try to load my save it puts me back to menu after it reinitialized. When I try to load an older file is says this: I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 328, 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 29, in script
$ ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ast.py", line 778, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 29, in <module>
$ ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ui.py", line 247, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2145, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2746, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\layout.py", line 846, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\transition.py", line 45, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\layout.py", line 846, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\layout.py", line 846, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\screen.py", line 623, in event
rv = self.child.event(ev, x, y, st)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\layout.py", line 846, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\layout.py", line 846, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\layout.py", line 846, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\layout.py", line 183, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\layout.py", line 846, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\behavior.py", line 763, in event
return handle_click(self.clicked)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\behavior.py", line 706, in handle_click
rv = run(action)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\display\behavior.py", line 274, in run
return var(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 328, in __call__
renpy.load(fn)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\loadsave.py", line 574, in load
log.unfreeze(roots, label="_after_load")
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\python.py", line 1366, in unfreeze
self.rollback(0, force=True, label=label, greedy=False, on_load=True)
File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\python.py", line 1224, in rollback
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-7-6.1.7601-SP1
Ren'Py 6.18.1.670
Sunrider Mask of Arcadius Beta 7.1a

I hope that you plan to fix it, because many players have those issues and I don't want to play another 12 hours+ to get back to where I was.
oddinoshka Oct 6, 2014 @ 4:48pm 
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 21238, in script
$BM.battle() #continue the battle
File "game/script.rpy", line 21238, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 955, in battle
self.result = ui.interact()
File "game/screens custom.rpy", line 98, in execute
screen battle_screen:
File "game/screens custom.rpy", line 130, in execute
viewport id "grid":
File "game/screens custom.rpy", line 709, in execute
if BM.moving and BM.selected != None:
File "game/screens custom.rpy", line 710, in execute
if BM.selected.current_location != None and BM.selected.next_location != None:
AttributeError: 'AllianceBattleship' object has no attribute 'current_location'

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

Full traceback:
File "game/script.rpy", line 21238, in script
$BM.battle() #continue the battle
File "D:\Steam\steamapps\common\Sunrider\renpy\ast.py", line 778, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Steam\steamapps\common\Sunrider\renpy\python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 21238, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 955, in battle
self.result = ui.interact()
File "D:\Steam\steamapps\common\Sunrider\renpy\ui.py", line 247, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2145, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "D:\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2393, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 335, in visit_all
d.visit_all(callback)
File "D:\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 335, in visit_all
d.visit_all(callback)
File "D:\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 335, in visit_all
d.visit_all(callback)
File "D:\Steam\steamapps\common\Sunrider\renpy\display\screen.py", line 382, in visit_all
callback(self)
File "D:\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2393, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Steam\steamapps\common\Sunrider\renpy\display\screen.py", line 394, in per_interact
self.update()
File "D:\Steam\steamapps\common\Sunrider\renpy\display\screen.py", line 553, in update
self.screen.function(**self.scope)
File "game/screens custom.rpy", line 98, in execute
screen battle_screen:
File "game/screens custom.rpy", line 130, in execute
viewport id "grid":
File "game/screens custom.rpy", line 709, in execute
if BM.moving and BM.selected != None:
File "game/screens custom.rpy", line 710, in execute
if BM.selected.current_location != None and BM.selected.next_location != None:
File "<screen language>", line 710, in <module>
AttributeError: 'AllianceBattleship' object has no attribute 'current_location'

Windows-7-6.1.7601-SP1
Ren'Py 6.18.1.670
Sunrider Mask of Arcadius Beta 7.1a
dward127 Oct 21, 2014 @ 11:16pm 
anyone getting a black screen with music playing after the battle with the pirate base in truda? i think that the name of the system it's the one you got to after cera. i just started the game.
Vaendryl Oct 22, 2014 @ 1:19am 
Originally posted by ravenfire:
anyone getting a black screen with music playing after the battle with the pirate base in truda? i think that the name of the system it's the one you got to after cera. i just started the game.
I've never heard of that before. you should try restarting steam and verifying the game cache.
dward127 Oct 22, 2014 @ 10:52am 
Originally posted by Vaendryl.NL:
Originally posted by ravenfire:
anyone getting a black screen with music playing after the battle with the pirate base in truda? i think that the name of the system it's the one you got to after cera. i just started the game.
I've never heard of that before. you should try restarting steam and verifying the game cache.
i verfied the game cache it found 85 files it couldn't verfy and redownloaded them.
Comrade Phoenix Nov 22, 2014 @ 11:43pm 
I keep getting this one right after I finish placing my units in Ongess part 2:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 18291, in script
$BM.battle() #continue the battle
File "game/script.rpy", line 18291, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 955, in battle
self.result = ui.interact()
Exception: Could not set video mode.

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

Full traceback:
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\bootstrap.py", line 289, in bootstrap
renpy.main.main()
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\main.py", line 357, in main
run(restart)
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\main.py", line 77, in run
renpy.execution.run_context(True)
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\execution.py", line 531, in run_context
context.run()
File "game/script.rpy", line 18291, in script
$BM.battle() #continue the battle
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\ast.py", line 778, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 18291, in <module>
$BM.battle() #continue the battle
File "game/classes.rpy", line 955, in battle
self.result = ui.interact()
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\ui.py", line 247, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2145, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2712, in interact_core
self.restored()
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 2081, in restored
self.set_mode(self.last_resize)
File "C:\Program Files\Steam\steamapps\common\Sunrider\renpy\display\core.py", line 1642, in set_mode
raise Exception("Could not set video mode.")
Exception: Could not set video mode.

Windows-7-6.1.7601-SP1
Ren'Py 6.18.1.670
Sunrider Mask of Arcadius Beta 7.1a
Isidonis Nov 24, 2014 @ 7:10am 
I can't play after I saved my game. When I run the game I can't skip the intro, there is no mouse, game completly doesn't respond to any of my action. I can't deleted it from HDD because is still running(although I don;t see it's process in manager) I need to restart my computer. Just WTH?? Everything was fine until I saved the game...
JCQuiinn Nov 24, 2014 @ 9:55pm 
Originally posted by Piter:
I can't play after I saved my game. When I run the game I can't skip the intro, there is no mouse, game completly doesn't respond to any of my action. I can't deleted it from HDD because is still running(although I don;t see it's process in manager) I need to restart my computer. Just WTH?? Everything was fine until I saved the game...

Did you verify the game installed correctly? Also, check your antivirus software and make sure it isn't being sandboxed. Also, if that fails make sure the folder is not marked read only.
< >
Showing 1-15 of 28 comments
Per page: 1530 50