xemu-project / xemu

Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
https://xemu.app
Other
2.75k stars 275 forks source link

ReShade Support - Crashes in ../hw/xbox/nv2a/pgraph.c - glGetError() == GL_NO_ERROR #446

Open retroNUC opened 3 years ago

retroNUC commented 3 years ago

Feature Request

Support for ReShade, allowing additional graphical effects to be injected into the OGL renderer (image overlays, CRT shaders, etc.)

Opening boot animation and most 3D gameplay scenes throw the following ignorable assert every frame once ReShade has been installed in the xemu directory. Someone with debugger support will have to grab the actual error code.


Program: C:\emulation\systems\xemu\xemu.exe File: ../hw/xbox/nv2a/pgraph.c Line: 752

Expression: glGetError() == GL_NO_ERROR

image

Alternatives

No response

Additional Context

No response

AhayriSG commented 2 years ago

@crosire https://reshade.me/forum/troubleshooting

image