https://bugs.winehq.org/show_bug.cgi?id=36859
panzerito el.panzerito@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #53058|0 |1 is obsolete| |
--- Comment #16 from panzerito el.panzerito@gmail.com --- Created attachment 53066 --> https://bugs.winehq.org/attachment.cgi?id=53066 +file,+relay wine-1.8-rc3 with with GetLongPathName patch
ERROR: Missing Shader 'shaders/font.ksh'
wine-1.8-rc3$ diff dlls/kernel32/path.c dlls/kernel32/path.c.orig 337c337 < if (!lp || (tmplongpath[lp-1] != '\' && tmplongpath[lp-1] != '/')) ---
if (!lp || tmplongpath[lp-1] != '\\')
339,340c339,340 < /* strip double delimiters */ < tmplongpath[lp++] = shortpath[sp]; ---
/* strip double "\\" */ tmplongpath[lp++] = '\\';
My Don't Starve is GOG's version updated to 151567.