Ikemen-GO icon indicating copy to clipboard operation
Ikemen-GO copied to clipboard

BUG: Black Screen on startup

Open UserSniper opened this issue 3 years ago • 3 comments

Hey there! So I recently got a copy of this software to help develop characters for a game, and it works great on my main PC! however, it starts with a black screen on my laptop, which has Intel HD Graphics 3000 built in. i am unsure if it is possible to run the game with this specific graphics chipset, which is why i opened this issue. Thanks in advance!

UserSniper avatar Feb 19 '22 00:02 UserSniper

Sounds like a problem with you GPU drivers. The engine requires OpenGL 2.1 and the Intel HD Graphics 3000 supports up to OpenGL 3.1.

Windblade-GR01 avatar Feb 22 '22 01:02 Windblade-GR01

I'm currently playing on HD2000 and it works. Try changing "MSAA" option to false in save/config.json (or delete this file, which will reset everything to default values)

If you're compiling engine yourself make sure that you're using mingw compiler. Alternatives can lead to this error on this integrated GPU: unknown

K4thos avatar Feb 24 '22 07:02 K4thos

I'm currently playing on HD2000 and it works. Try changing "MSAA" option to false in save/config.json (or delete this file, which will reset everything to default values)

If you're compiling engine yourself make sure that you're using mingw compiler. Alternatives can lead to this error on this integrated GPU: unknown

thanks! i'll try that when i use it next.

UserSniper avatar Feb 25 '22 18:02 UserSniper