https://bugs.winehq.org/show_bug.cgi?id=57621
Bug ID: 57621 Summary: using glfw with angle doesn't seem to work Product: Wine Version: 9.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: juan3@yandex.com Distribution: ---
Created attachment 77741 --> https://bugs.winehq.org/attachment.cgi?id=77741 Wine crashes trying to run red_circle, something to do with not finding symbols on the dlls
when building this project under msys2 windows https://github.com/Kreijstal/glfw-example.git and running it under wine, with the non windows dll dependencies copied over. It turns it can't run under wine. It works fine under windows however.
https://bugs.winehq.org/show_bug.cgi?id=57621
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- On the off chance: does it work with WINEDLLOVERRIDES="libglesv2=d" ?
wine seems to have problems with that lib, though usually they don't result with crashes, just black screens.
https://bugs.winehq.org/show_bug.cgi?id=57621
--- Comment #2 from Rafał Mużyło galtgendo@o2.pl --- OK, that was a silly question: the example program explicitly uses GLES2.
Does 'module' debug channel offer more hints on why loading libGLESv2.dll fails ?
https://bugs.winehq.org/show_bug.cgi?id=57621
--- Comment #3 from nicolas juan3@yandex.com --- (In reply to Rafał Mużyło from comment #2)
OK, that was a silly question: the example program explicitly uses GLES2.
Does 'module' debug channel offer more hints on why loading libGLESv2.dll fails ?
I am confused, what do you mean with debug channel?
https://bugs.winehq.org/show_bug.cgi?id=57621
--- Comment #4 from Rafał Mużyło galtgendo@o2.pl --- (In reply to nicolas from comment #3)
I am confused, what do you mean with debug channel?
...
running with WINEDEBUG=module
...