Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Garden of Divinity - Jam VersionView game page

The version made for Seven Day Goodbye Summer Jam
Submitted by Jumper — 2 days, 15 hours before the deadline
Add to collection

Play game

Garden of Divinity - Jam Version's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

first choice i made crashed the game 10/10

Developer

Can you tell me which specifically you chose? I am having issues with figuring out where the bug is

Submitted

I cant remember the words but it was the very top option, unfortunately i dint save the bug report I can try again and see if it happens again lets see

looks like you lucked out. the text was "Look Back" and here is the error:

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object ('…/images/hedgerow.png') at 0x0000000005671fa0>:

  File "game/script.rpy", line 87, in script

    show hedges with fade

OSError: Couldn't find file 'D:/Garden of Divinity/game/images/hedgerow.png'.

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

Full traceback:

  File "game/script.rpy", line 87, in script

    show hedges with fade

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\ast.py", line 1459, in execute

    renpy.exports.with_statement(trans, paired)

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\exports.py", line 1690, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\core.py", line 2780, in do_with

    return self.interact(trans_pause=True,

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\core.py", line 3342, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\core.py", line 3856, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\core.py", line 2584, in draw_screen

    surftree = renpy.display.render.render_screen(

  File "render.pyx", line 492, in renpy.display.render.render_screen

  File "render.pyx", line 263, in renpy.display.render.render

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\layout.py", line 841, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\transition.py", line 185, in render

    renpy.display.render.render(self.transitions[-1], width, height, 0, 0)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\transition.py", line 372, in render

    top = render(self.new_widget, width, height, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\layout.py", line 841, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\layout.py", line 841, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\transform.py", line 739, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render

  File "render.pyx", line 263, in renpy.display.render.render

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\image.py", line 504, in render

    return wrap_render(self.target, width, height, st, at)

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\image.py", line 307, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 263, in renpy.display.render.render

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\im.py", line 618, in render

    return cache.get(self, render=True)

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\im.py", line 286, in get

    surf = image.load()

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\im.py", line 714, in load

    raise e

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\display\im.py", line 679, in load

    filelike = renpy.loader.load(self.filename)

  File "C:\Users\A_Bra\Downloads\GardenofDivinity-1.0-pc\GardenofDivinity-1.0-pc\renpy\loader.py", line 804, in load

    raise IOError("Couldn't find file '%s'." % name)

OSError: Couldn't find file 'D:/Garden of Divinity/game/images/hedgerow.png'.

Windows-10-10.0.22621

Ren'Py 8.0.0.22021903n

Garden of Divinity 1.0

Tue Aug 29 16:07:13 2023

Developer

Alright I'll work on it thank you

Developer

I think I got it fixed finally,  here's hoping ^-^

dont working

Developer

should be working now ^-^