bibendovsky / bstone

Unofficial source port for Blake Stone series
Other
302 stars 33 forks source link

[Bug] Game crashes when trying to stream #363

Open StroggVorbis opened 3 years ago

StroggVorbis commented 3 years ago

When running the game in OpenGL, the game crashes immediately upon attempting to stream/screen share on Discord, with error CRITICAL: [GL_ERR] GL_INVALID_OPERATION (0x0502). Streaming works fine in Software, however.

I've attached a log pertaining to the crash: bstone_log.txt

bibendovsky commented 8 months ago

Binaries: bstone_windows_i686_v1_2_13-wip-6db2a294b4c5f77705523da02196266c308e612f.zip bstone_windows_x86_64_v1_2_13-wip-6db2a294b4c5f77705523da02196266c308e612f.zip

By default, most errors in a renderer checked before the presentation of a frame. Add --vid_check_r3_api_call_for_errors 1 to command-line to check for error aftear each call in the renderer.