Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Gragglefost

22
Posts
2
Topics
3
Followers
66
Following
A member registered Apr 19, 2022

Recent community posts

Thanks

It's going to shit in my opinion, and the discord community is full of assholes, and gets away with it even though it violates multiple rules (includes but not limited to homophobia and hate speech). But I got a strike with no appeal for accidentally posting in the incorrect channel. and isni, if you read this, fix your god damn mods and tighten the rope.

(1 edit)

Press and hold "J". The canopy needs to open, then it takes 3 seconds to eject.

Couldn't find specified file.  Error Code:

[code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/sprites/haruki/pose1/casual_profile.png'>:

  File "renpy/common/00gamemenu.rpy", line 173, in script

    $ ui.interact()

  File "renpy/common/00gamemenu.rpy", line 173, in <module>

    $ ui.interact()

IOError: Couldn't find file 'images/sprites/haruki/pose1/casual_profile.png'.

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

Full traceback:

  File "renpy/common/00gamemenu.rpy", line 173, in script

    $ ui.interact()

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

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

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

    exec(bytecode, globals, locals)

  File "renpy/common/00gamemenu.rpy", line 173, in <module>

    $ ui.interact()

  File "renpy/ui.py", line 298, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "renpy/display/core.py", line 3276, in interact

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

  File "renpy/display/core.py", line 3793, in interact_core

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

  File "renpy/display/core.py", line 2521, in draw_screen

    renpy.config.screen_height,

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

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

  File "renpy/display/layout.py", line 814, 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 "renpy/display/transition.py", line 527, in render

    return 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 "renpy/display/layout.py", line 814, 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 "renpy/display/layout.py", line 814, 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 "renpy/display/screen.py", line 681, in render

    child = renpy.display.render.render(self.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 "renpy/display/layout.py", line 814, 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 "renpy/display/transform.py", line 715, in render

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

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

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

  File "renpy/display/im.py", line 607, in render

    return cache.get(self, render=True)

  File "renpy/display/im.py", line 271, in get

    surf = image.load()

  File "renpy/display/im.py", line 688, in load

    raise e

IOError: Couldn't find file 'images/sprites/haruki/pose1/casual_profile.png'.

Windows-7-6.1.7601-SP1

Ren'Py 7.4.8.1895

Tennis Ace 0.59P

Fri Nov 25 18:47:28 2022

[/code]

This game is fine and will not cause any harm. Windows is just over reactive about programs.

Alrighty, thank you!

(1 edit)

Is there an English one for Linux? I only see one for Russian...

Okay, I'll try to figure out what exactly happened.

idk what it is, but this is kinda.... offensive

ah, got it. would like to help, but i have no experience with android. srry.

Did you extract the zip file?

Thank ye!

Great VN. But I have a question. Was Julian based off of Gordon Freeman from Half-Life? I see very little differences in both...

I'll be willing to wait! If you need testers, I'll do my best to help! Also, what engine are you using for this? I see it being used for a lot of VN's.

Finished the game. Looks great so far. Can't wait till more comes out.

Please tell me, will there be more coming out for this? I think this is a great demo (or whatever this is to be considered). I hope you work on it more. It is great so far.

An error was triggered, and so I copied the error log stuff:(???????? are stuff that I didn't want seen).

[code]

I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'ending.png'>:

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

    "Thank you for playing my very first game! I'm hoping to improve so my next one will be even better!"

IOError: Couldn't find file 'ending.png'.

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

Full traceback:

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

    "Thank you for playing my very first game! I'm hoping to improve so my next one will be even better!"

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\ast.py", line 690, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\exports.py", line 1316, in say

    who(what, *args, **kwargs)

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\character.py", line 1131, in __call__

    self.do_display(who, what, cb_args=self.cb_args, **display_args)

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\character.py", line 842, in do_display

    **display_args)

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\character.py", line 591, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\ui.py", line 289, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\core.py", line 2687, in interact

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

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\core.py", line 3171, in interact_core

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

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\core.py", line 2083, in draw_screen

    renpy.config.screen_height,

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

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

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\layout.py", line 722, in render

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

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

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

  File "C:\Users\Timmy\Documents\AnthroAffection-pc\AnthroAffection-pc\renpy\display\layout.py", line 722, in render

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

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

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

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\layout.py", line 722, in render

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

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

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

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

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

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\image.py", line 500, in render

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

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\image.py", line 306, in wrap_render

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

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

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

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\im.py", line 580, in render

    return cache.get(self, render=True)

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\im.py", line 266, in get

    surf = image.load()

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\display\im.py", line 625, in load

    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)

  File "?????????\AnthroAffection-pc\AnthroAffection-pc\renpy\loader.py", line 576, in load

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

IOError: Couldn't find file 'ending.png'.

Windows-8-6.2.9200

Ren'Py 7.2.0.424

Thu Apr 21 01:06:13 2022

[/code]


I extracted the game directly without editing anything. I believe that is might be an error on your end, like maybe you didn't add the files or something... IDK. Anyway, there is the error log, for I'm sure you would want it.

by not thinking

Just like the person in the other comment, I am not sure. I think, though that this (I believe, but I am probably wrong) takes place during WWII, on the Eastern Front (Germany VS. Russia), and the pounding is German soldiers. They knew they were going to be killed. They heard the mortars, they knew the enemy was near. I suppose you must try to make the most of it with each other before the time sadly came.

(1 edit)

LOL, me to. I ended up pulling an all-nighter because of how good this is.

I was on a boat following a helicopter (it was going out of bounds, and a lot of bots do that after the team wins the game), and there were 2 helicopters going separate ways. After I went to far out, the game crashed.

Just like the other reply's, it can be your hard drive, but it may be others. I could try to pinpoint the root cause by answering these questions:

What OS are you using?

Do you have a HDD or a SSD?

How fast is your processor?

Is your OS and/or processor x86 or x64?

How much RAM do you have?

With info you give me to answer the questions above, I will (probably) be able to help you out with your problems. After all, I LIVE for computer hardware maintenance and repair.