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

Operating system, windows 10 version 22H2

GPU: Intel(R) UHD Graphics 620 (3.9 GB)

CPU: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz 

Ram: 7.8 GB (most of it is usually in use though.)

When it comes to the issue itself the background appears, the dialogue text appears, the bars on the side and the 3 top buttons including the setting buttons, but the cat and the penis simply aren't there.

Your specs are almost identical to my laptop's specs, and it runs on there. So luckily your PC shouldn't be the issue.

If you can, run the game through the console, start the game and when you don't see the character, screenshot the output in the console (before closing the game).

To do this, shift+right click on the folder where the game is stored, and open in command prompt (or open powershell window here). Enter "./Feraline.exe" into the console. This should open the game with all of the game's output going to the console.

Another thing to try if there are no related errors there, would be to update your Intel video drivers. But it's possible (albeit unlikely) to cause problems from that.

Got a lot of errors.

ERROR: 1 RID allocations of type 'N5GLES312RenderTargetE' were leaked at exit.

ERROR: 23 RID allocations of type 'N5GLES37TextureE' were leaked at exit.

ERROR: Texture with GL ID of 18: leaked 1364 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 26: leaked 1364 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 34: leaked 348 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 39: leaked 760 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 43: leaked 684 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 44: leaked 684 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 45: leaked 1364 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 47: leaked 1364 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 56: leaked 1364 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 57: leaked 1364 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 58: leaked 1364 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 65: leaked 2732 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 66: leaked 2732 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 67: leaked 2732 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 68: leaked 2732 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 69: leaked 2732 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 70: leaked 2732 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 71: leaked 2732 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 72: leaked 2732 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 73: leaked 1364 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: Texture with GL ID of 103: leaked 131072 bytes.

   at: ~Utilities (drivers/gles3/storage/utilities.cpp:77)

ERROR: 17 RID allocations of type 'N18RendererCanvasCull4ItemE' were leaked at exit.

ERROR: 1 RID allocations of type 'N18RendererCanvasCull6CanvasE' were leaked at exit.

ERROR: 1 RID allocations of type 'N16RendererViewport8ViewportE' were leaked at exit.

ERROR: 8 RID allocations of type 'PN18TextServerAdvanced22ShapedTextDataAdvancedE' were leaked at exit.

ERROR: 1 RID allocations of type 'PN18TextServerAdvanced12FontAdvancedE' were leaked at exit.

WARNING: ObjectDB instances leaked at exit (run with --verbose for details).

     at: cleanup (core/object/object.cpp:2047)

These are after you close the game, that's why I mentioned that the logs should be checked before closing. All of these are unrelated and are just assets not being fulled unloaded on game close, it shouldn't affect anything. Is this the entire log that was output to the console?

PS C:\EsriPress\Feraline> ./Feraline.exe

PS C:\EsriPress\Feraline> Godot Engine v4.1.2.rc1.official.58f0cae4a - https://godotengine.org

OpenGL API 3.3.0 - Build 25.20.100.6617 - Compatibility - Using Device: Intel - Intel(R) UHD Graphics 620

just this

Did that help at all?

Unfortunately not.. there are no errors there. Have you downloaded the latest build? Another person with the same issue no longer has the issue after updating.

(+1)

Huh, that worked, must have been something with the version. Coding sure can be finicky. 

(+1)

Thanks for the help by the way excited to try it out.

No problem, I'm glad it's working for you now ^^