Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nes144

4
Posts
A member registered May 16, 2022

Recent community posts

Update: I just rebought the game. Also, I found an error when trying to open Ymir's scenes.

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scenario/loop.rpy", line 11, in <module>

  File "game/screen/other.rpy", line 65, in execute

  File "game/screen/other.rpy", line 65, in execute

  File "game/screen/other.rpy", line 159, in execute

  File "game/screen/other.rpy", line 161, in execute

  File "game/screen/other.rpy", line 162, in execute

  File "game/screen/other.rpy", line 215, in execute

  File "game/screen/other.rpy", line 269, in execute

  File "game/screen/other.rpy", line 276, in execute

  File "game/screen/other.rpy", line 278, in execute

  File "game/screen/other.rpy", line 279, in execute

  File "game/screen/other.rpy", line 279, in <module>

KeyError: 'training_ground_lake_ymir_event1'

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

Full traceback:

  File "scenario/loop.rpyc", line 166, in script call

  File "scenario/loop.rpyc", line 134, in script call

  File "scenario/loop.rpyc", line 11, in script

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\ast.py", line 817, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\python.py", line 1170, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/scenario/loop.rpy", line 11, in <module>

  File "game/modules/location.rpym", line 160, in __call__

  File "game/modules/location.rpym", line 202, in turn_on

  File "game/modules/location.rpym", line 74, in __call__

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\ui.py", line 301, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\core.py", line 2147, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\core.py", line 2633, in interact_core

    root_widget.visit_all(lambda d : d.per_interact())

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\displayable.py", line 431, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\displayable.py", line 431, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\displayable.py", line 431, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\screen.py", line 480, in visit_all

    callback(self)

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\core.py", line 2633, in <lambda>

    root_widget.visit_all(lambda d : d.per_interact())

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\screen.py", line 491, in per_interact

    self.update()

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\display\screen.py", line 694, in update

    self.screen.function(**self.scope)

  File "game/screen/other.rpy", line 65, in execute

  File "game/screen/other.rpy", line 65, in execute

  File "game/screen/other.rpy", line 159, in execute

  File "game/screen/other.rpy", line 161, in execute

  File "game/screen/other.rpy", line 162, in execute

  File "game/screen/other.rpy", line 215, in execute

  File "game/screen/other.rpy", line 269, in execute

  File "game/screen/other.rpy", line 276, in execute

  File "game/screen/other.rpy", line 278, in execute

  File "game/screen/other.rpy", line 279, in execute

  File "game/screen/other.rpy", line 279, in <module>

  File "game/modules/gallery.rpym", line 40, in caption

  File "game/modules/gallery.rpym", line 74, in is_available

  File "game/modules/utils/evaluate.rpym", line 18, in store_eval

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\python.py", line 1209, in store_eval

    return py_eval(code, globals, locals)

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\python.py", line 1201, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\HP\Downloads\AttackOnSurveyCorps-0-15-0-pc\AttackOnSurveyCorps-0-15-1-pc\renpy\python.py", line 1194, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/define/gallery/ymir/logic.rpym", line 23, in <module>

KeyError: 'training_ground_lake_ymir_event1'

Windows-10-10.0.22621 AMD64

Ren'Py 8.2.0.23120804+nightly

Attack on Survey Corps 0.15.1

Mon Dec 11 19:27:58 2023

```

Does anyone know how to fix this? I brought the previous beta for 14 but don't have access to this one, I remember someone telling me it would transfer over to the next beta, but it isn't working. 

So if I pay for this beta will I have access to all later betas?

How do I get rid of the meat parasites?