tijger08

Newbie
May 6, 2018
80
50
I get this error message


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/characters.rpy", line 448, in <module>
NameError: name 'redUnder' is not defined

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

Full traceback:
File "game/intro.rpyc", line 354, in script
�=L���#���5�U0�#���?x���A0�R�<&��s��M���ͱ|��� g%X�鬌DžJ%dF##I)�6�ְ��kx�v
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\ast.py", line 1387, in execute
renpy.exports.with_statement(trans, paired)
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\exports.py", line 1592, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\core.py", line 2248, in do_with
clear=clear)
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\core.py", line 3191, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\core.py", line 2091, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 546, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 336, in render
surf = render(self.child, width, height, st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 1268, in render
self.update(st, at)
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 1255, in update
child, redraw = self.function(st, at, *self.args, **self.kwargs)
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 1326, in condition_switch_show
return condition_switch_pick(switch), None
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\display\layout.py", line 1319, in condition_switch_pick
if renpy.python.py_eval_bytecode(code):
File "C:\Users\Mark en Denise\Desktop\PaprikaTrainer-0.2.1-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/characters.rpy", line 448, in <module>
NameError: name 'redUnder' is not defined

Ren'Py 7.3.2.320
Paprika Trainer 0.2.1
Sat Aug 31 18:08:10 2019

is there a solution?
 

ie2adm

Newbie
Aug 9, 2019
29
18
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'gadgetButtons'.

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

Full traceback:
File "C:\Games\PaprikaTrainer-0.2.2-pc\PaprikaTrainer-0.2.2-pc\renpy\bootstrap.py", line 314, in bootstrap
renpy.main.main()
File "C:\Games\PaprikaTrainer-0.2.2-pc\PaprikaTrainer-0.2.2-pc\renpy\main.py", line 529, in main
run(restart)
File "C:\Games\PaprikaTrainer-0.2.2-pc\PaprikaTrainer-0.2.2-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Games\PaprikaTrainer-0.2.2-pc\PaprikaTrainer-0.2.2-pc\renpy\execution.py", line 892, in run_context
context.run()
File "game/base.rpyc", line 951, in script
File "C:\Games\PaprikaTrainer-0.2.2-pc\PaprikaTrainer-0.2.2-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'gadgetButtons'.

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Paprika Trainer 0.2.2
Mon Sep 02 00:15:15 2019
 

HiHoWolvo

Member
Aug 18, 2017
124
210
Clicking the cell Double Trouble also causes my game to crash out.

So instead, I let Mathias's counter reach 100% on its own. I got to craft the VIB that way, but afterwards I was given the following message:

"INACCESSIBLE, PLAYERS CAN'T SEE THIS.
STOP YOU'RE NOT SUPPOSED TO SEE THIS. IF YOU ARE READING THIS, PLEASE LET EXICOMING KNOW."

Trying to craft another of that equipment repeats the message.
 

want3dman

New Member
Jun 27, 2018
7
9
I understand the grind in 'Orange Trainer' was a bit much to some. However, that being said I really did enjoy that game. Unfortunately if this game is goes through the same process 'Orange Tranier', I'm gonna have to wait a bit til they give it a time til more solid updates are gonna be emplimented. Especially if the game takes a similar time as 'Orange Trainer' did.
 

Voilsh

Well-Known Member
Apr 30, 2017
1,133
1,457
I understand the grind in 'Orange Trainer' was a bit much to some. However, that being said I really did enjoy that game. Unfortunately if this game is goes through the same process 'Orange Tranier', I'm gonna have to wait a bit til they give it a time til more solid updates are gonna be emplimented. Especially if the game takes a similar time as 'Orange Trainer' did.
Like many trainer games, they need many versions (and thus many months) to actually feature enough content to be enjoyable.
So yeah, gonna wait at least the end of the year for that one to try it.
 

WalpurgisX

Newbie
Sep 11, 2017
28
89
Is it a bug or what, when i check the mall and try out the outfit(Well obviously i couldn't buy it but who cares) and when i exit and comeback to the mall to check the outfit again but this time Sam become bucket naked.

I mean, I'm not complaining since I could enjoy the art and all but just want to let you guys know.

You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: TNTed
3.70 star(s) 89 Votes