Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bug Reports Sticky

A topic by bjo created Apr 01, 2023 Views: 454 Replies: 8
Viewing posts 1 to 4

Day 9 

Choices 

"Can I do it in a private place?" - this option just skips straight to nighttime

if you pick the other option then choose 

"I don't think it's a good idea" it will go...

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day9.rpy", line 144, in script

    scene black with disssolve

  File "game/day9.rpy", line 144, in <module>

    scene black with disssolve

NameError: name 'disssolve' is not defined

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

Full traceback:

  File "game/day9.rpy", line 144, in script

    scene black with disssolve

  File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\ast.py", line 1654, in execute

    paired = renpy.python.py_eval(self.paired)

  File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/day9.rpy", line 144, in <module>

    scene black with disssolve

NameError: name 'disssolve' is not defined

Windows-10-10.0.22621 AMD64

Ren'Py 8.0.3.22090809

The One Chapter 2 1.0

Sat Apr  1 17:39:00 2023

[/code] 


after a few lines of dialogue, then if you click ignore it does it again about two more times.

Day 10

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day10.rpy", line 27, in script

    scene black with disssolve

  File "game/day10.rpy", line 27, in <module>

    scene black with disssolve

NameError: name 'disssolve' is not defined

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

Full traceback:

  File "game/day10.rpy", line 27, in script

    scene black with disssolve

  File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\ast.py", line 1654, in execute

    paired = renpy.python.py_eval(self.paired)

  File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\python.py", line 1092, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\brian\Desktop\games\TheOneChapter2-1.0-pc\renpy\python.py", line 1085, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/day10.rpy", line 27, in <module>

    scene black with disssolve

NameError: name 'disssolve' is not defined

Windows-10-10.0.22621 AMD64

Ren'Py 8.0.3.22090809

The One Chapter 2 1.0

Sat Apr  1 17:42:20 2023

[/code]

Developer

Fixed^^

19days ends here to the Main Menu

Developer

Fixed, but you didn't make the right choice, haha.^^

Developer

Fixed!

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/day10.rpy", line 236, in script

    noari "So you wanna get fucked?"

Exception: Sayer 'noari' is not defined.

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

Full traceback:

  File "game/day10.rpy", line 236, in script

    noari "So you wanna get fucked?"

  File "F:\Itch\theone2\TheOneChapter2-1.0-pc\renpy\ast.py", line 881, in execute

    who = eval_who(self.who, self.who_fast)

  File "F:\Itch\theone2\TheOneChapter2-1.0-pc\renpy\ast.py", line 774, in eval_who

    raise Exception("Sayer '%s' is not defined." % who)

Exception: Sayer 'noari' is not defined.

Windows-10-10.0.22621 AMD64

Ren'Py 8.0.3.22090809

The One Chapter 2 1.0

Sun Apr  2 14:26:13 2023

[/code]