Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Confused Lucario

3
Posts
A member registered Oct 22, 2023

Recent community posts

alright thank you!
ill keep posting any other bugs i find

(1 edit)

got another error while trying to view Kenneth's info in the info screenunsure if it is related to my previous issue but still going to report it

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/scripts/UI/myscreens.rpy", line 751, in execute

  File "game/scripts/UI/myscreens.rpy", line 751, in execute

  File "game/scripts/UI/myscreens.rpy", line 760, in execute

  File "game/scripts/UI/myscreens.rpy", line 769, in execute

  File "game/scripts/UI/myscreens.rpy", line 1427, in execute

  File "game/scripts/UI/myscreens.rpy", line 1427, in execute

  File "game/scripts/UI/myscreens.rpy", line 1431, in execute

  File "game/scripts/UI/myscreens.rpy", line 1432, in execute

  File "game/scripts/UI/myscreens.rpy", line 1454, in execute

  File "game/scripts/UI/myscreens.rpy", line 1455, in execute

  File "game/scripts/UI/myscreens.rpy", line 1455, in <module>

NameError: name 'kenneth1' is not defined

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

Full traceback:

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\bootstrap.py", line 275, in bootstrap

    renpy.main.main()

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\main.py", line 670, in main

    run(restart)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\main.py", line 144, in run

    renpy.execution.run_context(True)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\execution.py", line 955, in run_context

    context.run()

  File "scripts/General Scenes/Day01.rpyc", line 493, in script

  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_

  File "scripts/General Scenes/Day01.rpyc", line 493, in script

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\ast.py", line 930, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\exports.py", line 1474, in say

    who(what, *args, **kwargs)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\character.py", line 1352, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\character.py", line 1003, in do_display

    display_say(who,

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\character.py", line 693, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\ui.py", line 299, in interact

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

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\core.py", line 3582, 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\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\core.py", line 4055, in interact_core

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

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\core.py", line 684, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\core.py", line 684, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\core.py", line 684, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\screen.py", line 476, in visit_all

    callback(self)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\core.py", line 4055, in <lambda>

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

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\screen.py", line 487, in per_interact

    self.update()

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\display\screen.py", line 680, in update

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

  File "game/scripts/UI/myscreens.rpy", line 751, in execute

  File "game/scripts/UI/myscreens.rpy", line 751, in execute

  File "game/scripts/UI/myscreens.rpy", line 760, in execute

  File "game/scripts/UI/myscreens.rpy", line 769, in execute

  File "game/scripts/UI/myscreens.rpy", line 1427, in execute

  File "game/scripts/UI/myscreens.rpy", line 1427, in execute

  File "game/scripts/UI/myscreens.rpy", line 1431, in execute

  File "game/scripts/UI/myscreens.rpy", line 1432, in execute

  File "game/scripts/UI/myscreens.rpy", line 1454, in execute

  File "game/scripts/UI/myscreens.rpy", line 1455, in execute

  File "game/scripts/UI/myscreens.rpy", line 1455, in <module>

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\python.py", line 1153, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\techo\Downloads\KoboldFestival-0.0.3.163-pc\KoboldFestival-0.0.3.163-pc\renpy\python.py", line 1146, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "<none>", line 1, in <module>

NameError: name 'kenneth1' is not defined

(2 edits)

I'm having a glitch
in the scene i think on day 1 (its on the day that the festival starts) when I'm at the restaurant with Yon and Kenneth i get through all the dialog and chat options and Kenneth gives me the wooden fox statue, it says that a new idea is unlocked but when i check for the idea, it isn't there, and i can't find a way to continue the game. Because this is a important event I'm soft locked from it. and if i go through the dialog and hit the green check mark, Kenneth gives me another fox statue.

I'm on build 0.0.3.163-pc