Closed SeanColombo closed 9 years ago
I'm thinking you found someone that managed to have ARB_draw_instanced, but not ARB_instanced_arrays. This will probably fix it:
https://github.com/flibitijibibo/FNA/commit/213c96453f541d80c1837b2f4f4c0cd8c6aba17a
@flibitijibibo thank you for the quick fix! Rebuilt & pushed it live, will let you know what the user says :)
That did the trick. Thanks @flibitijibibo! :D
We recently deployed Reversi with full FNA (HEAD of master as of about a week ago) and the version of MojoShader.dll (from the fnalibs) that was built on April 21st.
This works fine on our testing computers, including a Windows 7 computer, but a user in the wild reported this problem on a Win 7 computer (with updated video drivers):
I verified that they have the right MojoShader.dll, and they don't have any other MojoShader.dlls installed.
(Apologies if I'm misunderstanding, and this doesn't end up being an FNA issue, but that's my best guess at the moment).