Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Errors I have run into

A topic by Wickedzombie117 created 95 days ago Views: 240 Replies: 14
Viewing posts 1 to 6

I can’t get past the festival/ fair part of the blonde huge girls story every click ends in an error message 

Are you playing the scene at the right size? (size 3) The outfit she is wearing in that scene is unique to size 3 so if it's trying to call the sprite with that outfit and it doesn't exist it will cause the type of error you are describing. 

It’s the only chapter available I think I’ll have to check when I get home

the available choices are wg041 , wg 014 silence can be heavy and mc012 gng . What’s the correct order to do them in from the beginning to the end?

The sizes can be changed in the debug menu, which can put them out of order from the usual game play. If you weren't tinkering with the sizes then you shouldn't get this error. 

Usually the optional scenes like WG014 can be played out of order a few scenes later, but it's probably an error that it is still showing up.  The MC scenes don't have a specific order they need to be played it, but they will eventually not be selectable after the story has progressed to a certain point. 

I'll try to look into this error more and see if we can reproduce it. 

if I don’t do the optional events would that cause a Problem?

It shouldn't. I wasn't able to reproduce the error.
Do you have a screenshot of the error message you can share?

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script_wg.rpy", line 9055, in script

    show WG doubt with dissolve

Exception: DynamicImage 'Graphics/WG/[globalsize]/[WGOutfit]/doubt.webp': could not find image. ('Graphics/WG/4/casual-2/doubt.webp')

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

Full traceback:

  File "game/script_wg.rpy", line 9055, in script

    show WG doubt with dissolve

  File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\ast.py", line 1113, in execute

    show_imspec(self.imspec, atl=getattr(self, "atl", None))

  File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\ast.py", line 1076, in show_imspec

    renpy.config.show(name,

  File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\exports.py", line 765, in show

    sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)

  File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\scenelists.py", line 463, in add

    thing.set_transform_event("show")

  File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\transform.py", line 743, in set_transform_event

    self.child.set_transform_event(event)

  File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\image.py", line 501, in set_transform_event

    return self.target.set_transform_event(event)

  File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\image.py", line 760, in set_transform_event

    self.find_target()

  File "C:\Users\jugga\AppData\Roaming\itch\apps\growth-academy\GrowthAcademy-2024.7.3-win\renpy\display\image.py", line 683, in find_target

    raise Exception(error)

Exception: DynamicImage 'Graphics/WG/[globalsize]/[WGOutfit]/doubt.webp': could not find image. ('Graphics/WG/4/casual-2/doubt.webp')

Windows-10-10.0.19045 AMD64

Ren'Py 8.2.2.24061201

Growth Academy (2024.7.3) 2024.7.3

Mon Aug  5 22:58:34 2024

[/code]

ok I don’t think I went in order I did have between a hard and soft place pop up 2 times

You should open Debug Menu on the main map and change Size from 4 to 3, then the scene will work as intended. This scene was intended to be played when characters are on size 3 not 4

ok. Question then should I not just focus on 1 character at a time?

Well, we are not penalising players if they want to try multiple routes at the same time, but when they will start dating one character, other routes won't be available

There are however optional events which are available regardless of the routelock status. MC scenes are sorts of like side stories with stories involving Kei's slice of life outside of route, including stories focused on the main protagonist, events with a main cast and exploring characters like his sister Tomo or faculty. They also adapt to players' playthrough and are aware of their routelock status, offering unique dialogue based on which route you're playing. So yeah, you can play them without being worried about anything. The scene you have listed (MC012) is also a size 3 event

how can you tell when it’s at size 3? Probably a dumb question lol

I'm one of the devs, I need to know this type of things lol

Seriously though, we don't have official guides with tables listing each of the sizes implemented in game yet (as the game is still WIP), but for main routes their sizes tends to follow this pattern:

001 - 009 is Size 1; 010 - 029 is Size 2; 030 - 049 is Size 3; 050 - 069 is Size 4; 070 - 089 is Size 5; 090 - 100 is Size 6

These numbers are arbitrary though and can differ between routes with plus / minus a few scenes as while 100 scenes is a minimum target for each main route, some of them will have more than 100 scenes. Optional events will have much smaller scene count, so their numbers for each of the sizes may differ

As for MC scene you listed, the unlock condition for MC012 is finishing global032 (a mandatory event informing players about current Naomi's predicament) and this one is very early size 3 scene. MC012 uses some story beats from this scene as a background for its story

Thank you for the info that helps me a lot