Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

A traceback error happened, done when Celica first joins. I guess sometimes it pays to start anew, it didn't happen in the earlier version... I ignored it and things went on, so not game breaking, but still annoying. 

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/dawncode/post_lost_temple_shenanigans.rpy", line 2258, in script

    $ addNPC("Ashley")

  File "game/dawncode/post_lost_temple_shenanigans.rpy", line 2258, in <module>

    $ addNPC("Ashley")

  File "game/dawncode/functions.rpy", line 1155, in addNPC

    updateActorPos(targetList=npcList)

  File "game/dawncode/functions.rpy", line 1268, in updateActorPos

    alterArt(targetList[0].art, position="middle")

  File "game/dawncode/functions.rpy", line 1302, in alterArt

    renpy.show(tags, at_list=[getattr(store, position)])

AttributeError: 'StoreModule' object has no attribute 'middle'

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

Full traceback:

  File "game/dawncode/post_lost_temple_shenanigans.rpy", line 2258, in script

    $ addNPC("Ashley")

  File "renpy/ast.py", line 928, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2245, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/dawncode/post_lost_temple_shenanigans.rpy", line 2258, in <module>

    $ addNPC("Ashley")

  File "game/dawncode/functions.rpy", line 1155, in addNPC

    updateActorPos(targetList=npcList)

  File "game/dawncode/functions.rpy", line 1268, in updateActorPos

    alterArt(targetList[0].art, position="middle")

  File "game/dawncode/functions.rpy", line 1302, in alterArt

    renpy.show(tags, at_list=[getattr(store, position)])

AttributeError: 'StoreModule' object has no attribute 'middle'

Windows-7-6.1.7601-SP1

Ren'Py 7.4.11.2266

Divine Dawn 0.20c

Fri May 27 21:44:04 2022

(+2)

Ah, had that reported recently. Fixed in 20e, which I'll upload tomorrow if no other issues arise, tho you can go to the discord/patreon pages and check the download folder to find 20e there.

(+1)

This is a new traceback, from 20e. Gallery mode though, so doesn't affect anything (I think). Would you rather the errors here, discord, or does it matter?

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/dawncode/gallery/sam_gallery.rpy", line 6, in script

    $ sam.description = "Light blonde hair as long as it is messy cascades down Sam's back, vaguely reminiscent of a lion's mane. Bright green eyes shimmer with mischief, and a slight snaggletooth helps define her freckled face. Her skin is lightly tanned.\n\nShe is currently wearing a nondescript short-sleeved brown shirt and pants to cover her wiry frame, though the shirt isn't doing a great job with her large breasts. Sam seems a bit less comfortable without her armor."

  File "game/dawncode/gallery/sam_gallery.rpy", line 6, in <module>

    $ sam.description = "Light blonde hair as long as it is messy cascades down Sam's back, vaguely reminiscent of a lion's mane. Bright green eyes shimmer with mischief, and a slight snaggletooth helps define her freckled face. Her skin is lightly tanned.\n\nShe is currently wearing a nondescript short-sleeved brown shirt and pants to cover her wiry frame, though the shirt isn't doing a great job with her large breasts. Sam seems a bit less comfortable without her armor."

AttributeError: 'NoneType' object has no attribute 'description'

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

Full traceback:

  File "game/dawncode/gallery/sam_gallery.rpy", line 6, in script

    $ sam.description = "Light blonde hair as long as it is messy cascades down Sam's back, vaguely reminiscent of a lion's mane. Bright green eyes shimmer with mischief, and a slight snaggletooth helps define her freckled face. Her skin is lightly tanned.\n\nShe is currently wearing a nondescript short-sleeved brown shirt and pants to cover her wiry frame, though the shirt isn't doing a great job with her large breasts. Sam seems a bit less comfortable without her armor."

  File "renpy/ast.py", line 928, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2245, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/dawncode/gallery/sam_gallery.rpy", line 6, in <module>

    $ sam.description = "Light blonde hair as long as it is messy cascades down Sam's back, vaguely reminiscent of a lion's mane. Bright green eyes shimmer with mischief, and a slight snaggletooth helps define her freckled face. Her skin is lightly tanned.\n\nShe is currently wearing a nondescript short-sleeved brown shirt and pants to cover her wiry frame, though the shirt isn't doing a great job with her large breasts. Sam seems a bit less comfortable without her armor."

AttributeError: 'NoneType' object has no attribute 'description'

Windows-7-6.1.7601-SP1

Ren'Py 7.4.11.2266

Divine Dawn 0.20e

Sat May 28 12:44:32 2022

Discord is the fastest, since I only check here when I get an email notification, but I do get email notifications so I won't miss stuff here.

Gallery is probably gonna get ripped out next update and the content put into a 'dreams' section in camp that lets you see how any of those scenes might have gone - which should fix the issue. Thank you for reporting though, I forget things easily so that's a helpful reminder!