[Bug 48832] New: Magic The Gathering Online does not start due to long file names

WineHQ Bugzilla wine-bugs at winehq.org
Fri Mar 27 17:23:53 CDT 2020


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

            Bug ID: 48832
           Summary: Magic The Gathering Online does not start due to long
                    file names
           Product: Wine
           Version: 5.4
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: panard at inzenet.org
      Distribution: ---

Created attachment 66749
  --> https://bugs.winehq.org/attachment.cgi?id=66749
increase OFS_MAXPATHNAME

Since the 2020-03-25 update of MTGO client, wine fails to start the program.
It is actually due to filenames which exceed OFS_MAXPATHNAME (128).
See debug at
https://github.com/pauleve/docker-mtgo/issues/79#issuecomment-605118041

Increasing OFS_MAXPATHNAME256 (see patch) fixed the issue and MTGO works again.

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