Esme
Esme
SetDataFormat is still not implemented, so there isn't currently any version of Wine Mono that will fix this. Seems like there wasn't any update to the game since I worked...
I wrote an implementation of SetDataFormat(DeviceDataFormat): https://gitlab.winehq.org/mono/monoDX/-/merge_requests/3 A test build is available here: https://gitlab.winehq.org/madewokherd/wine-mono/-/jobs/168009/artifacts/browse/wine-mono-10.1.99/
Wine Mono 10.2.0, which has a fix for this, should appear shortly in the bleeding-edge beta of Proton Experimental.
Something I noticed when working on this game's launcher for Xalia is that whenever the mouse button is pressed on the launcher, it initiates a move operation, so you can...
If this is about glibc then __linux__ doesn't sound right to me either. Shouldn't we test for glibc?
I spent a lot of time on this launcher before finding out it doesn't work on Proton. :(
Either place is fine, thanks for the bug report! Logs are probably not needed - this sort of thing tends to consistently reproduce - but `XALIA_DEBUG=1 XALIA_DEBUG_INPUT=1` would generally be...
Seems there's a lot of trouble with winforms.
Log is with native .NET, and MSVCR100_CLR0400.dll is native as well. Maybe a broken .NET install?
Sounds like some kind of obfuscator, I'll see what I can find out.