Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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!