Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

beary_2009

3
Posts
12
Following
A member registered Oct 12, 2021

Recent community posts

Yes i would like to see i

specifying what it says is this :

A exception has occurred

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 41, in script call

    call start1 from _call_start1 #start1 is the label.

  File "game/Goodroute1.rpy", line 3, in script

    if vampire == True:

  File "game/Goodroute1.rpy", line 3, in <module>

    if vampire == True:

NameError: name 'vampire' is not defined

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

Full traceback:

  File "game/script.rpy", line 41, in script call

    call start1 from _call_start1 #start1 is the label.

  File "game/Goodroute1.rpy", line 3, in script

    if vampire == True:

  File "D:\P\Downloads\ADateWithYourSerialKiller-pc\ADateWithYourSerialKiller-pc\renpy\ast.py", line 1656, in execute

    if renpy.python.py_eval(condition):

  File "D:\P\Downloads\ADateWithYourSerialKiller-pc\ADateWithYourSerialKiller-pc\renpy\python.py", line 1749, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "D:\P\Downloads\ADateWithYourSerialKiller-pc\ADateWithYourSerialKiller-pc\renpy\python.py", line 1743, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/Goodroute1.rpy", line 3, in <module>

    if vampire == True:

NameError: name 'vampire' is not defined

Windows-8-6.2.9200

Ren'Py 6.99.12.4.2187

A Date With Your Serial Killer 

[/code] 

I have a problem when I want to load the game and choose any of the options then I have a problem that tells me: A exception has occurred I hope they fix it.