[Bug 36859] Don't Starve 2.4.0 does not start: Missing Shader 'shaders/font.ksh'.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 11 05:16:15 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=36859

panzerito <el.panzerito at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53058|0                           |1
        is obsolete|                            |

--- Comment #16 from panzerito <el.panzerito at 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.

-- 
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.



More information about the wine-bugs mailing list