OldUnreal / Unreal-testing

OU 227 testing
Other
57 stars 0 forks source link

No menu main screen or console #295

Closed donizettilorenzo closed 10 months ago

donizettilorenzo commented 1 year ago

Just installed the new repo package (3 days old) over a plain Unreal Gold installation from Steam and no menu (pressing ESC) or console/prompt (TAB) :|

The console/prompt is still working BUT you can't see it. Pressing ESC just put in freeze the intro flyby (re-press ESC and you return to the flyby demo)

donizettilorenzo commented 1 year ago

The issue is present using XOpenGL renderer, classic OpenGL works

Ah, no GT logo, no PhysX logo and no "Unreal" down below

Smirftsch commented 1 year ago

Please check the logs for error messages. Sounds like XOpenGL is not able to compile DrawTile shaders (or something related to it). Setting UseOpenGLDebug=True may give more information.

donizettilorenzo commented 1 year ago

YES!

https://pastebin.com/yCPvkrZ0

Smirftsch commented 1 year ago

Thanks a lot.

Warning: XOpenGL: Failed compiling xopengl/DrawTile.vert Warning: XOpenGL: Failed linking DrawTileProg Log: XOpenGL: Log linking DrawTileProg Program Link Failed for unknown reason.

There it is, but doesn't give any useful information. Could you try with having additionally Suppress=DevLoad and Suppress=DevGraphics commented out? Also please set DebugLevel to 3. This will create a huge amount of logs, but perhaps will reveal the problem.

Smirftsch commented 10 months ago

Could have been driver issue. Closing for now, since not able to reproduce here.