Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

[Bug] Blank Starting Screen

A topic by Notcaligula created Jul 30, 2019 Views: 315 Replies: 3
Viewing posts 1 to 3
(1 edit)

On the most recent version (24c) when the game is started, the cmd prompt and game open up as normal, however the games screen is just blank white and cannot be interacted with. Tried both versions for Windows 10 (the OS) and it does not seem to help in the slightest. Also tried various methods of installation and re-downloading, as well as the updating of all graphics drivers. Seems like nothing improved or fixed it.

Even more curiously it doesn't seem to display anything on the cmd either, rather it just seems to be frozen, though the music that plays might counteract that assumption.

Graphics card is Intel integrated graphics if that might possibly be a problem.

Intel integrated graphics cards seem to be a bad match with Godot.  In 0.5.24, the game shifted from openGL 3.0 to openGL 2.0.  I'm assuming that you verified that your card supports at least openGL 2.0, not that it seems to matter for Intel integrated cards.

You state "the cmd prompt and game open up as normal", does this mean that prior versions of the game have worked for you?  Otherwise a new idea, if you haven't tried 0.5.23c (uses openGL 3.0), then it might be worth a shot, not sure if that makes a difference.  Probably a few unofficial sites that still share the older versions.

The most interesting part of this is that you get sound but the cmd terminal doesn't show an error.  This means that the game started executing game code before the error.  Sounds like a hung program, probably due to a critical graphics function call that never returns a value (based on the graphics card).  Unfortunately, debugging that would probably be something for Godot.

ah I'll try looking for an older version then.

Are you using any mods? I know I had a similar problem until I noticed that AricsExpansion needed an older version of the game.