https://bugs.winehq.org/show_bug.cgi?id=36859
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #11 from Dmitry Timoshkov dmitry@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.