Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

darkturk103

1
Posts
11
Following
A member registered Nov 21, 2020

Recent community posts

Im running in an error after an error every 5 minutes

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00start.rpy", line 234, in script call

    call _splashscreen from _call_splashscreen_1

NameError: global name 'name' is not defined

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

Full traceback:

  File "renpy/common/00start.rpy", line 234, in script call

    call _splashscreen from _call_splashscreen_1

  File "script/script.rpyc", line 28, in script

  File "renpy/ast.py", line 1397, in execute

    renpy.exports.with_statement(trans, paired)

  File "renpy/exports.py", line 1646, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "renpy/display/core.py", line 2610, in do_with

    clear=clear)

  File "renpy/display/core.py", line 3101, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 3897, in interact_core

    renpy.display.behavior.skipping(ev)

  File "renpy/display/behavior.py", line 272, in skipping

    if map_keyup(ev, "skip") or map_event(ev, "stop_skipping"):

  File "renpy/display/behavior.py", line 242, in map_keyup

    if (name in ev.eventnames) and ev.up:

NameError: global name 'name' is not defined

Windows-10-10.0.19041

Ren'Py 7.4.3.1414

Champion of Realms 0.48

Sun Apr 18 22:35:06 2021

[/code]