https://bugs.winehq.org/show_bug.cgi?id=36859 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #11 from Dmitry Timoshkov <dmitry(a)baikal.ru> --- (In reply to Jeremy White from comment #8)
This is caused by a GetLongPathName("shaders/font.ksh") call.
Wine returns "shaders\font.ksh" which doesn't compare.
Attached patch fixes it for me. (Got to get my shipwrecked fix in :-)
Nice catch. GetShortPathName() uses exactly same chunk of code, and probably also needs to be fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.