Search found 237 matches

by qwertymnb
Sun Apr 14, 2024 2:52 pm
Forum: Linux
Topic: unable to wine a program that just downloads
Replies: 7
Views: 1284

Re: unable to wine a program that just downloads

It looks like a wine bug. I think it's worth to open a bugreport for it. I was able to start the download with the hack below, don't know what a proper fix might be. diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index 7768e9e5bd3..e23f63f86e7 100644 --- a/dlls/cryptnet/c...
by qwertymnb
Tue Mar 12, 2024 1:30 pm
Forum: Linux
Topic: Splashtop not starting
Replies: 3
Views: 3774

Re: Splashtop not starting

Hi , I gave this program a try and it indeed crashes. If I disable mmdevapi (in wincfg->libraries) the login window comes up but a few seconds later there's another crash. I couldn't find out why because when I run with WINEDEBUG=+relay,seh wine program.exe &>log.txt then there is no crash... Ma...
by qwertymnb
Fri Feb 23, 2024 10:08 am
Forum: Linux
Topic: GPF II designer crashes on startup
Replies: 5
Views: 2110

Re: GPF II designer crashes on startup

>0114:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.

Try 'winetricks d3dcompiler_47'
by qwertymnb
Thu Feb 22, 2024 6:24 pm
Forum: Linux
Topic: GPF II designer crashes on startup
Replies: 5
Views: 2110

Re: GPF II designer crashes on startup

I'd try 'winetricks dotnet48' as it looks like a mono-bug to me
by qwertymnb
Thu Feb 22, 2024 5:54 pm
Forum: Wine Help
Topic: Video Surveilance Software won't start
Replies: 1
Views: 3811

Re: Video Surveilance Software won't start

>Is it possible to get WineHQ to return dummy-values for unimplemented functions? I would guess it's just enough to add a stub that just returns 'FALSE'. If you know how to compile wine might wanna try patch below diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec index 9d5dc076a...
by qwertymnb
Thu Feb 08, 2024 6:09 pm
Forum: Wine Help
Topic: I receive an error message "cannot find function NtdllDefWindowProc_W in library ntdll.dll" while playing an old game.
Replies: 1
Views: 6320

Re: I receive an error message "cannot find function NtdllDefWindowProc_W in library ntdll.dll" while playing an old gam

If you know how to compile wine, you could try the stupid hack from here: https://bugs.winehq.org/attachment.cgi?id=76033&action=diff&context=patch&collapsed=&headers=1&format=raw I was able to get another simple app running with it, but no guarantee it's enough to get your progr...
by qwertymnb
Wed Feb 07, 2024 7:32 am
Forum: Wine Help
Topic: wine with grpc
Replies: 1
Views: 3842

Re: wine with grpc

Hi,

>Microsoft.AspNetCore.App 7.0.15 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]

This looks to me as if you installed it in Linux, not in wine? If so, then wine cannot find it /use it. Then try install it using wine.
by qwertymnb
Wed Feb 07, 2024 7:23 am
Forum: Linux
Topic: Kodu Game Lab fails to start
Replies: 3
Views: 1461

Re: Kodu Game Lab fails to start

@MeinVali: >Thanks again you're welcome! The patches are now upstream so the previous hacks are not needed anymore in upcoming wine-9.2. Further I found that if you first install xnaredist.msi before the application, then the copying around of the XnaNative.dll is not needed (maybe this isn't a wine...
by qwertymnb
Fri Feb 02, 2024 2:14 pm
Forum: Linux
Topic: Kodu Game Lab fails to start
Replies: 3
Views: 1461

Re: Kodu Game Lab fails to start

Hi, I gave this program a try and it seems to suffer from a few wine bugs. With a few hacks I was able to start the application. (patch with hacks is at end of post). Also i had to copy installed XnaNative.dll into the path , because the program could not find it. I did not test any further yet than...
by qwertymnb
Sun Jan 28, 2024 5:39 pm
Forum: Linux
Topic: Microsoft Edge WebView2 installation failing (current versions)
Replies: 6
Views: 4856

Re: Microsoft Edge WebView2 installation failing (current versions)

Hi, Nice summary of why the installer succeeds in lower windowsversions like 8.1 I opened a bugreport here https://bugs.winehq.org/show_bug.cgi?id=56259, with a patch that makes the installer succeed for me in win10. Maybe you could if it a try if you know how to compile wine. I'll see if I can get ...
by qwertymnb
Wed Jan 17, 2024 5:59 pm
Forum: Linux
Topic: I need Windows NT capability
Replies: 3
Views: 1259

Re: I need Windows NT capability

It is available in the new wow64 setup.
Not sure if that wine-version is somewhere available to download from your distro.
Else, you could compile wine yourself with '--enable-archs=i386,x86_64' option.
by qwertymnb
Mon Nov 20, 2023 7:18 pm
Forum: Linux
Topic: captvty V3 fails to launch with a backtrace
Replies: 30
Views: 48703

Re: captvty V3 fails to launch with a backtrace

Hi, I don't know how to fix the black display, but I strongly believe this might be due to using the native comctl32 (which is not really a good thing). I think it might be a good idea to open a bugreport about the application not being able to load builtin comctl32, maybe one of the developers has ...
by qwertymnb
Sun Nov 19, 2023 11:37 am
Forum: Linux
Topic: err:winediag:ntlm_check_version ntlm_auth was not found or is outdated.
Replies: 8
Views: 9347

Re: err:winediag:ntlm_check_version ntlm_auth was not found or is outdated.

What exactly is the error /bug that the program shows? Does it show a messagbox or does it crash or hang???

I gave this app a try but when I tried to login it (it opened my linux browser) it just hang there forever; is that what you experience too?
by qwertymnb
Fri Nov 10, 2023 9:12 am
Forum: Linux
Topic: LMDE6 (Debian 12) Need to install an older Wine Version, but how?
Replies: 3
Views: 5127

Re: LMDE6 (Debian 12) Need to install an older Wine Version, but how?

I always use the kron4ek builds to test programs in older releases: https://github.com/Kron4ek/Wine-Builds/releases/tag/6.0 As stated on the rellease page: Extract to any directory and run applications using the path to the Wine binary. For example: /home/username/wine-7.0-amd64/bin/wine application...
by qwertymnb
Tue Aug 15, 2023 1:01 pm
Forum: Linux
Topic: System.Runtime.InteropServices.COMException (0x88980406)
Replies: 2
Views: 1223

Re: System.Runtime.InteropServices.COMException (0x88980406)

Hi, Not 100% sure but might be bug https://bugs.winehq.org/show_bug.cgi?id=45871

Does 'winetricks d3dcompiler_47' change anything?
by qwertymnb
Tue Aug 15, 2023 12:58 pm
Forum: Linux
Topic: My wine cannot run a x86 exe currently!
Replies: 1
Views: 1073

Re: My wine cannot run a x86 exe currently!

Hi, The ucrtbased.dll is 64-bit, so you should find yourself somewhere a 32-bit version. A few easier other options you might try that might work around - Just copy the mentioned non-debug dlls to the debug dlls: cp -rf ~/.wine/drive_c/windows/syswow64/ucrtbase.dll ~/.wine/drive_c/windows/syswow64/u...
by qwertymnb
Mon Jul 24, 2023 12:26 pm
Forum: Wine Help
Topic: Program won't run with message "OS not supported"
Replies: 4
Views: 3942

Re: Program won't run with message "OS not supported"

Hi, I opened aforementioned bugreport myself so no need to do it anymore. About the follow-up errors: The program really needs mfc42 so make sure you do winetricks mfc42. Also make sure you register the other ocx files as well: "wine regsvr32.exe dep/*.ocx" (mind the lowercase *.ocx instea...
by qwertymnb
Sun Jul 23, 2023 10:01 am
Forum: Wine Help
Topic: Program won't run with message "OS not supported"
Replies: 4
Views: 3942

Re: Program won't run with message "OS not supported"

Hi, The program not starting in windows 10 mode is a bug in wine, and you might wanna consider opening a bugreport for it. With a sad hack like I post below it starts also in windows 10 mode for me. As for the followup run-time errors: If you cd into the programs directory (.wine/drive_c/Program Fil...
by qwertymnb
Thu Jun 22, 2023 3:13 pm
Forum: Linux
Topic: Help debug for virtual_setup_exception error
Replies: 2
Views: 2242

Re: Help debug for virtual_setup_exception error

Looking at the console output I suspect this is a dotnet (core) application

Try using wine-staging that (likely) has a fix for this crash.

See also https://bugs.winehq.org/show_bug.cgi?id=52396
by qwertymnb
Mon Jun 12, 2023 3:19 am
Forum: Linux
Topic: Stack overflow error as program tries to install itself
Replies: 6
Views: 992

Re: Stack overflow error as program tries to install itself

The application starts fine here without any native overrides, so I'd set them back to builtin. And I also have the "ntlm_auth problem" but it doesn't seem to afffect the application. See screenshot. tWhat you might need is doing 'winetricks arial' to install font. See if that helps anythi...
by qwertymnb
Thu Jun 01, 2023 1:34 am
Forum: Linux
Topic: dnSpy not running well
Replies: 2
Views: 4139

Re: dnSpy not running well

Have you already tried to install native .net? So 'winetricks dotnet48' ?
by qwertymnb
Thu Jun 01, 2023 1:32 am
Forum: Linux
Topic: how can i make programs think or hide that they are not running on wine?
Replies: 2
Views: 2951

Re: how can i make programs think or hide that they are not running on wine?

And forgot to mention, this check could of course also be present in one of the programs dlls, so better start with 'grep -r wine_ *' in the program's directory to see if and where the check is done
by qwertymnb
Thu Jun 01, 2023 1:28 am
Forum: Linux
Topic: how can i make programs think or hide that they are not running on wine?
Replies: 2
Views: 2951

Re: how can i make programs think or hide that they are not running on wine?

Most of these "wine-aware" programs will likely check for wine specific functions like 'wine_get_version' or any other 'wine_*' function in ntdll. So the program's binary (which i call program.exe for now) likely contains the string 'wine_' in it's binary. One trick that you might try is r...
by qwertymnb
Fri May 05, 2023 1:15 am
Forum: Linux
Topic: msvcp140.dll could not be extracted
Replies: 5
Views: 9393

Re: msvcp140.dll could not be extracted

Hi, This looks like bug https://bugs.winehq.org/show_bug.cgi?id=49334 As a dirty workaround you could try replace the (unicode) string "S-1-3-4" by "S-1-0-0" in the executable : sed 's/\x53\x00\x2D\x00\x31\x00\x2D\x00\x33\x00\x2D\x00\x34\x00/\x53\x00\x2D\x00\x31\x00\x2D\x00\x31\x...
by qwertymnb
Sun Apr 30, 2023 4:20 am
Forum: Linux
Topic: How do I hide wine version from applications in wine-stable?
Replies: 2
Views: 4901

Re: How do I hide wine version from applications in wine-stable?

Another possibility I sometimes use is do a dirty trick: 1. make a backup of the binary you like to run, so you always have a copy. 2. double-check if it is wine-aware: grep wine_ program.exe (fill in correct name for the program) grep: program.exe: binary file matches 3. replace the string in the b...