Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Version 0.7a Bugs and Stuff! Sticky

A topic by forview created Aug 01, 2022 Views: 233 Replies: 2
This topic is archived. It is unlisted and no new posts can be made.
Viewing posts 1 to 3
Developer

Let me know what you find in version 0.7a!

Ran into an exception while talking with Sera about her clothes and after I finished editing her video

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/morning.rpy", line 127, in script call

    call screen MorningResidence

  File "game/morning.rpy", line 1029, in script call

    call SeraFab1 from _call_SeraFab1

  File "game/storyscenes.rpy", line 1894, in script

    P "I have to change my shorts now, you know."

Exception: Sayer 'P' is not defined.

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

Full traceback:

  File "game/morning.rpy", line 127, in script call

    call screen MorningResidence

  File "game/morning.rpy", line 1029, in script call

    call SeraFab1 from _call_SeraFab1

  File "game/storyscenes.rpy", line 1894, in script

    P "I have to change my shorts now, you know."

  File "C:\Users\stick\Desktop\Desktop\New folder\FloatingFlowers-0.7a-pc\renpy\ast.py", line 881, in execute

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

  File "C:\Users\stick\Desktop\Desktop\New folder\FloatingFlowers-0.7a-pc\renpy\ast.py", line 774, in eval_who

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

Exception: Sayer 'P' is not defined.

Windows-10-10.0.19044 AMD64

Ren'Py 8.0.1.22070801

Floating Flowers 0.7a

Fri Aug  5 12:42:29 2022

```

Developer

Oh no, I misspelled p and P.


Strange that I didn't catch it, though. Huh. I'll fix it, but you can just ignore and move on, it should work fine.

Developer archived this topic