You are not logged in.

#1 2020-06-20 18:50:31

GeorgeJP
Member
From: Czech Republic
Registered: 2020-01-28
Posts: 185

[SOLVED] Wine 5.11 - win x64 app problem

[SOLVED] Bug repaired in Wine 5.12

Hello,

After wine upgrade 5.10 -> 5.11  Windows x64 applications report missing files errors (files should be readed from relative paths to main folder).

I wrote small app in C# (on Win10 PC)

using System;
using System.IO;

class Test
{
    public static void Main()
    {
            string path = Directory.GetCurrentDirectory();
            Console.WriteLine("The current directory is {0}", path);
    }
}

compiled 3 times with Any, x86 and x64 and run them under wine on Arch PC

Any and x86 app reports correctly "C:\app"
x64 app reports "Z:\" (which is linked to root folder)

Downgrade to wine 5.10 ... all is OK again

Is there any setting, which must be done or is it wine problem?

Last edited by GeorgeJP (2020-07-06 09:54:03)

Online

#2 2020-06-20 20:33:43

GeorgeJP
Member
From: Czech Republic
Registered: 2020-01-28
Posts: 185

Re: [SOLVED] Wine 5.11 - win x64 app problem

just discovered:

if run

wine explorer

and then double click on app, then it works OK

Online

#3 2020-06-29 18:04:48

geecko
Member
Registered: 2013-10-18
Posts: 5

Re: [SOLVED] Wine 5.11 - win x64 app problem

I have the same problem, this seems to be a regression in wine 5.11, possibly caused by the following commit: https://github.com/wine-mirror/wine/com … 73bc034e48

Offline

Board footer

Powered by FluxBB