Trying to run an .exe file results in nothing

Questions about Wine on Linux
Post Reply
TyranEdef
Level 1
Level 1
Posts: 7
Joined: Wed May 22, 2024 7:49 am

Trying to run an .exe file results in nothing

Post by TyranEdef »

When I try to run it by double clicking or selecting to open with Wine Installer, nothing happens
If I try to do it from the terminal, I get this horrifying wall of text:

Code: Select all

0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

Unhandled Exception:
System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'G5LauncherSetup.MainWindow' that matches the specified binding constraints threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
  at G5LauncherSetup.MainWindow..ctor () [0x00144] in <d9795538742e42baa7c25bb9306a6b83>:0 
  at System.Xaml.Schema.XamlTypeInvoker+DefaultCtorXamlActivator.InvokeDelegate (System.Action`1[T] action, System.Object argument) [0x00001] in <6d7c350d00264451858803dda88e5088>:0 
  at System.Xaml.Schema.XamlTypeInvoker+DefaultCtorXamlActivator.CallCtorDelegate (System.Xaml.Schema.XamlTypeInvoker type) [0x00012] in <6d7c350d00264451858803dda88e5088>:0 
  at System.Xaml.Schema.XamlTypeInvoker+DefaultCtorXamlActivator.CreateInstance (System.Xaml.Schema.XamlTypeInvoker type) [0x00013] in <6d7c350d00264451858803dda88e5088>:0 
  at System.Xaml.Schema.XamlTypeInvoker.CreateInstance (System.Object[] arguments) [0x0002d] in <6d7c350d00264451858803dda88e5088>:0 
  at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateInstanceWithCtor (System.Xaml.XamlType xamlType, System.Object[] args) [0x00007] in <6d7c350d00264451858803dda88e5088>:0 
  at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateInstance (System.Xaml.XamlType xamlType, System.Object[] args) [0x0002e] in <6d7c350d00264451858803dda88e5088>:0 
   --- End of inner exception stack trace ---
  at System.Windows.Markup.XamlReader.RewrapException (System.Exception e, System.Xaml.IXamlLineInfo lineInfo, System.Uri baseUri) [0x00009] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Markup.WpfXamlLoader.Load (System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, System.Boolean skipJournaledProperties, System.Object rootObject, System.Xaml.XamlObjectWriterSettings settings, System.Uri baseUri) [0x00120] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Markup.WpfXamlLoader.LoadBaml (System.Xaml.XamlReader xamlReader, System.Boolean skipJournaledProperties, System.Object rootObject, System.Xaml.Permissions.XamlAccessLevel accessLevel, System.Uri baseUri) [0x00017] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Markup.XamlReader.LoadBaml (System.IO.Stream stream, System.Windows.Markup.ParserContext parserContext, System.Object parent, System.Boolean closeStream) [0x0013d] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.LoadBamlStreamWithSyncInfo (System.IO.Stream stream, System.Windows.Markup.ParserContext pc) [0x0003b] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.LoadComponent (System.Uri resourceLocator, System.Boolean bSkipJournaledProperties) [0x00052] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.DoStartup () [0x0008d] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.<.ctor>b__1_0 (System.Object unused) [0x00027] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.DispatcherOperation.InvokeImpl () [0x00099] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext (System.Object state) [0x00008] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper (System.Object obj) [0x0001d] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <f1249a148cfb4110b9a02139e12e4308>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <f1249a148cfb4110b9a02139e12e4308>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <f1249a148cfb4110b9a02139e12e4308>:0 
  at MS.Internal.CulturePreservingExecutionContext.Run (MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00047] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.DispatcherOperation.Invoke () [0x00016] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.ProcessQueue () [0x00114] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.WndProcHook (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00061] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
  at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG&)
  at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage (System.Windows.Interop.MSG& msg) [0x0001a] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.PushFrameImpl (System.Windows.Threading.DispatcherFrame frame) [0x0004c] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.PushFrame (System.Windows.Threading.DispatcherFrame frame) [0x00077] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.Run () [0x00006] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Application.RunDispatcher (System.Object ignore) [0x00023] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.RunInternal (System.Windows.Window window) [0x0010d] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.Run (System.Windows.Window window) [0x00008] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.Run () [0x00009] in <054643fc37624f36bba954de580e7f5d>:0 
  at G5LauncherSetup.App.Main () [0x0000b] in <d9795538742e42baa7c25bb9306a6b83>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'G5LauncherSetup.MainWindow' that matches the specified binding constraints threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
  at G5LauncherSetup.MainWindow..ctor () [0x00144] in <d9795538742e42baa7c25bb9306a6b83>:0 
  at System.Xaml.Schema.XamlTypeInvoker+DefaultCtorXamlActivator.InvokeDelegate (System.Action`1[T] action, System.Object argument) [0x00001] in <6d7c350d00264451858803dda88e5088>:0 
  at System.Xaml.Schema.XamlTypeInvoker+DefaultCtorXamlActivator.CallCtorDelegate (System.Xaml.Schema.XamlTypeInvoker type) [0x00012] in <6d7c350d00264451858803dda88e5088>:0 
  at System.Xaml.Schema.XamlTypeInvoker+DefaultCtorXamlActivator.CreateInstance (System.Xaml.Schema.XamlTypeInvoker type) [0x00013] in <6d7c350d00264451858803dda88e5088>:0 
  at System.Xaml.Schema.XamlTypeInvoker.CreateInstance (System.Object[] arguments) [0x0002d] in <6d7c350d00264451858803dda88e5088>:0 
  at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateInstanceWithCtor (System.Xaml.XamlType xamlType, System.Object[] args) [0x00007] in <6d7c350d00264451858803dda88e5088>:0 
  at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateInstance (System.Xaml.XamlType xamlType, System.Object[] args) [0x0002e] in <6d7c350d00264451858803dda88e5088>:0 
   --- End of inner exception stack trace ---
  at System.Windows.Markup.XamlReader.RewrapException (System.Exception e, System.Xaml.IXamlLineInfo lineInfo, System.Uri baseUri) [0x00009] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Markup.WpfXamlLoader.Load (System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, System.Boolean skipJournaledProperties, System.Object rootObject, System.Xaml.XamlObjectWriterSettings settings, System.Uri baseUri) [0x00120] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Markup.WpfXamlLoader.LoadBaml (System.Xaml.XamlReader xamlReader, System.Boolean skipJournaledProperties, System.Object rootObject, System.Xaml.Permissions.XamlAccessLevel accessLevel, System.Uri baseUri) [0x00017] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Markup.XamlReader.LoadBaml (System.IO.Stream stream, System.Windows.Markup.ParserContext parserContext, System.Object parent, System.Boolean closeStream) [0x0013d] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.LoadBamlStreamWithSyncInfo (System.IO.Stream stream, System.Windows.Markup.ParserContext pc) [0x0003b] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.LoadComponent (System.Uri resourceLocator, System.Boolean bSkipJournaledProperties) [0x00052] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.DoStartup () [0x0008d] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.<.ctor>b__1_0 (System.Object unused) [0x00027] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.DispatcherOperation.InvokeImpl () [0x00099] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext (System.Object state) [0x00008] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper (System.Object obj) [0x0001d] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <f1249a148cfb4110b9a02139e12e4308>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <f1249a148cfb4110b9a02139e12e4308>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <f1249a148cfb4110b9a02139e12e4308>:0 
  at MS.Internal.CulturePreservingExecutionContext.Run (MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00047] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.DispatcherOperation.Invoke () [0x00016] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.ProcessQueue () [0x00114] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.WndProcHook (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00061] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
  at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG&)
  at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage (System.Windows.Interop.MSG& msg) [0x0001a] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.PushFrameImpl (System.Windows.Threading.DispatcherFrame frame) [0x0004c] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.PushFrame (System.Windows.Threading.DispatcherFrame frame) [0x00077] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Threading.Dispatcher.Run () [0x00006] in <e2ce87da8f3c4e8aba22e2866374e36c>:0 
  at System.Windows.Application.RunDispatcher (System.Object ignore) [0x00023] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.RunInternal (System.Windows.Window window) [0x0010d] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.Run (System.Windows.Window window) [0x00008] in <054643fc37624f36bba954de580e7f5d>:0 
  at System.Windows.Application.Run () [0x00009] in <054643fc37624f36bba954de580e7f5d>:0
I've already tried to install the latest version of Wine, Mono, and Dotnet runtime, but that changed nothing
TyranEdef
Level 1
Level 1
Posts: 7
Joined: Wed May 22, 2024 7:49 am

Re: Trying to run an .exe file results in nothing

Post by TyranEdef »

What, no one can give even a hint?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1247
Joined: Tue Nov 22, 2016 5:39 pm

Re: Trying to run an .exe file results in nothing

Post by DarkShadow44 »

How did you install dotnet? That should work, if installing the right version with winetricks.
TyranEdef
Level 1
Level 1
Posts: 7
Joined: Wed May 22, 2024 7:49 am

Re: Trying to run an .exe file results in nothing

Post by TyranEdef »

DarkShadow44 wrote: Fri May 31, 2024 1:55 pm How did you install dotnet? That should work, if installing the right version with winetricks.
I installed the latest version using the terminal command I found on the .NET website, but your question made me try to install .NET 4.8 instead. Now I get the following error:

Code: Select all

wineserver: using server-side synchronization.
00dc:err:ole:CoGetContextToken apartment not initialised
00d4:err:combase:RoGetActivationFactory Failed to find library for L"Windows.ApplicationModel.DesignMode"
Windows.ApplicationModel.DesignMode seems to be a class in Windows Runtine API (https://learn.microsoft.com/en-us/uwp/a ... inrt-22621)
So now I need to somehow install Windows Runtime API too?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1247
Joined: Tue Nov 22, 2016 5:39 pm

Re: Trying to run an .exe file results in nothing

Post by DarkShadow44 »

TyranEdef wrote: Sun Jun 02, 2024 9:32 am I installed the latest version using the terminal command I found on the .NET website, but your question made me try to install .NET 4.8 instead. Now I get the following error:
What command? I don't think whatever it is can be useful, you should use winetricks.
TyranEdef wrote: Sun Jun 02, 2024 9:32 am So now I need to somehow install Windows Runtime API too?
I don't think this is something you can just install. What are you trying to run?
TyranEdef
Level 1
Level 1
Posts: 7
Joined: Wed May 22, 2024 7:49 am

Re: Trying to run an .exe file results in nothing

Post by TyranEdef »

Why do you think that it can't be installed?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1247
Joined: Tue Nov 22, 2016 5:39 pm

Re: Trying to run an .exe file results in nothing

Post by DarkShadow44 »

Because it's a core part of windows, I don't think there's an installer. We could implement that API though, would need to know for what program though.
TyranEdef
Level 1
Level 1
Posts: 7
Joined: Wed May 22, 2024 7:49 am

Re: Trying to run an .exe file results in nothing

Post by TyranEdef »

Well, I have Windows 11 installed on the same PC, so maybe I could just copy some files from there?
The app I'm trying to install is g5 games launcher from https://www.g5.com/
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1247
Joined: Tue Nov 22, 2016 5:39 pm

Re: Trying to run an .exe file results in nothing

Post by DarkShadow44 »

I created an issue for you here: https://bugs.winehq.org/show_bug.cgi?id=56796
TyranEdef
Level 1
Level 1
Posts: 7
Joined: Wed May 22, 2024 7:49 am

Re: Trying to run an .exe file results in nothing

Post by TyranEdef »

Thanks
TyranEdef
Level 1
Level 1
Posts: 7
Joined: Wed May 22, 2024 7:49 am

Re: Trying to run an .exe file results in nothing

Post by TyranEdef »

And how long does it take them to reply usually?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1247
Joined: Tue Nov 22, 2016 5:39 pm

Re: Trying to run an .exe file results in nothing

Post by DarkShadow44 »

I don't know, I'm afraid it might take quite a while, possibly months until it's fixed. There's a lot of bug reports for Wine, and limited developer time.
Post Reply