Search found 8 matches

by XP100
Wed May 01, 2024 4:42 pm
Forum: Linux
Topic: Wine's C:\windows\system32 directory has 64bit dlls with WINEARCH=win64
Replies: 4
Views: 7066

Re: Wine's C:\windows\system32 directory has 64bit dlls with WINEARCH=win64

System32 is for 64-bit files. SysWOW64 is for 32-bit files. Microsoft is so good at naming things. If your application is really 32 bit, then Windows should give it the 32-bit DLL from SysWOW64 automatically. Don't use "file". Maybe try "dumpbin.exe". dumpbin.exe /headers C:\Wind...
by XP100
Wed May 01, 2024 4:07 pm
Forum: Linux
Topic: 32 bit app installer fails on latest releases
Replies: 5
Views: 4628

Re: 32 bit app installer fails on latest releases

Probably only a limited amount of debugging can be done just by looking at the logs. Hard to reproduce without the actual EXE.
by XP100
Wed May 01, 2024 4:03 pm
Forum: Linux
Topic: Error launching an .exe
Replies: 2
Views: 2739

Re: Error launching an .exe

wine-6.0.3 seems pretty old?

"Latest Releases
Stable:Wine 9.0 (shortlog)
Development:Wine 9.7 (shortlog)"
by XP100
Tue Apr 30, 2024 10:44 am
Forum: Linux
Topic: Anyone willing to debug why the new SafeInCloud Version is not working on Wine?
Replies: 2
Views: 3043

Re: Anyone willing to debug why the new SafeInCloud Version is not working on Wine?

`RoResolveNamespace` is not implemented in "wine/dlls/wintypes/main.c". The exception is raised here: 0024:fixme:combase:RoGetActivationFactory (L"Windows.ApplicationModel.DesignMode", {2c3893cc-f81a-4e7a-b857-76a80887e185}, 0031C310): semi-stub 0024:err:combase:RoGetActivationFa...
by XP100
Mon Apr 29, 2024 5:36 pm
Forum: Linux
Topic: Running .exe permanently ?
Replies: 1
Views: 2945

Re: Running .exe permanently ?

You need a terminal multiplexer like screen or Tmux. It allows you to detach from the session and continue running processes in the background. When you re-login via SSH, you can re-attach the session.
by XP100
Mon Apr 29, 2024 5:18 pm
Forum: Linux
Topic: 32 bit app installer fails on latest releases
Replies: 5
Views: 4628

Re: 32 bit app installer fails on latest releases

The channel is "ole", so maybe try "env WINEDEBUG=+ole wine setup.exe".
by XP100
Mon Apr 29, 2024 4:15 pm
Forum: Wine Help
Topic: Trouble using winedbg even with the simplest exe
Replies: 3
Views: 4111

Re: Trouble using winedbg even with the simplest exe

Just tried your EXE. You need to set a breakpoint first. Otherwise, nothing will happen. Find the function you want to break. Run "env WINEDEBUG=+relay wine ConsoleApplication1.exe 2> relay.log". This generates a 150 MB log file. Search for "WriteConsoleW". In winedbg, type: &quo...
by XP100
Mon Apr 29, 2024 3:35 pm
Forum: Linux
Topic: Office 2010 installer crashes on Wine 9.0
Replies: 2
Views: 6044

Re: Office 2010 installer crashes on Wine 9.0

The installer from the 2010 RTM VL x86 ISO installs fine here in Windows 7 mode using winehq-staging 9.7 on Fedora 40. However, the Word 2010 UI is unresponsive and, eventually, the program freezes. Commands for my prefix: sudo dnf install cabextract samba-winbind-clients mkdir -p "$HOME/Wine/3...