Skip to main content

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

My computer has an intel q9400 2.66ghz, 6 gb ram ddr2, amd hd 5850.

I can use godot games, I played five nights at fuzzboobs

powershell says

 Godot Engine v4.1.2.rc1.official.58f0cae4a - https://godotengine.org

OpenGL API 3.3.13417 Core Profile Forward-Compatible Context 15.301.1901.0 - Compatibility - Using Device: ATI Technologies Inc. - AMD Radeon HD 5800 Series

ERROR: Condition "slot >= slot_max" is true. Returning: nullptr

   at: get_instance (./core/object/object.h:989)

ERROR: Condition "slot >= slot_max" is true. Returning: nullptr

   at: get_instance (./core/object/object.h:989)

It may be a VRAM issue on your card. Feraline weirdly requires a few gigs of VRAM due to how Godot compresses textures, and the textures (characters, background, etc) are very high resolution.


Are these the only errors you receive before the game crashes? Neither of those are problematic errors.

(+1)

I thought  it was a RAM issue reading the log, actually my GPU only has 1GB of vram so it's probably that the reason why it just stop working, the graphics card can handle the "static" image but when an animation starts it just overload the vram, Luckily I was able to try the game out on my phone so it's not a big problem 

I'm glad you were able to get it working. I may be able to make a low VRAM build for the game (would have a much higher file size), but I'm still not sure if it would be lower than 1GB.