Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

hey i just ran into a bug it keeps crashing saying

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Chapter12.rpy", line 1199, in script
  File "game/Chapter12.rpy", line 1199, in <module>
NameError: name 'breed_with_alien_queen' is not defined

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

Full traceback:
  File "game/Chapter12.rpy", line 1199, in script
  File "C:\Users\ctina\AppData\Roaming\itch\apps\forgotten-paradise\Forgotten_Paradise-0.12-pc\renpy\ast.py", line 1656, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\ctina\AppData\Roaming\itch\apps\forgotten-paradise\Forgotten_Paradise-0.12-pc\renpy\python.py", line 1749, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\ctina\AppData\Roaming\itch\apps\forgotten-paradise\Forgotten_Paradise-0.12-pc\renpy\python.py", line 1743, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Chapter12.rpy", line 1199, in <module>
NameError: name 'breed_with_alien_queen' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Forgotten Paradise 0.12
[/code]

(+1)

Oh! Thank you so much for reporting this bug. I try and test the game myself, but sometimes I miss things and this is what happens.
This bug seems to happen because I forgot to add a certain code after you choose the "Push him away" choice back when the Aliens invade your ship.

I will get it fixed in the upcoming 0.13 version! Thank you again.