https://bugs.winehq.org/show_bug.cgi?id=55742
Bug ID: 55742 Summary: wine crashes when launching Captvty V3 Product: Wine Version: 8.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gerard.labadie@sysgroup.fr Distribution: ---
Created attachment 75245 --> https://bugs.winehq.org/attachment.cgi?id=75245 the backtrace
I suppose wine 8.17 is installed and an up to date winetricks is present
download the zip on
mkdir .captvty_v3 unzip -d .captvty_V3 captvty-3.0.1.2.zip
export WINEARCH=win32 export WINEPREFIX=~/.wine_captvty_V3 wineboot --update winetricks -q --force dotnet48 corefonts wget http://captvty.fr/getgdiplus -O kb958869.exe wine kb958869.exe /x:kb958869 /q cp kb958869/SP3QFE/asms/10/msft/windows/gdiplus/gdiplus.dll ${WINEPREFIX}/drive_c/windows/system32 wine reg add HKCU\Software\Wine\DllOverrides /v gdiplus /d native,builtin /f
Now launch it
wine .captvty_V3/Captvty.exe
on https://forum.winehq.org/viewtopic.php?t=38088&sid=186a660110f0fdd03b8ff...
JKFloris said it was a bug
before the backtrace
wine Captvty.exe 0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 00e0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 00e0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 10003241, 28) stub 00e0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 011B09AD, 28) stub 00e0:fixme:heap:GetNumaHighestNodeNumber semi-stub: 009EFC74 00e0:fixme:seh:WerRegisterRuntimeExceptionModule (L"C:\windows\Microsoft.NET\Framework\v4.0.30319\mscordacwks.dll", 011A0000) stub 00e8:err:ole:CoGetContextToken apartment not initialised 00e0:fixme:virtual:NtFlushProcessWriteBuffers stub 00e0:fixme:nls:get_dummy_preferred_ui_language (0x8 0x413 009ECF20 00000000 009ECF24) returning a dummy value (current locale) 00e0:fixme:nls:get_dummy_preferred_ui_language (0x8 0x413 009ECF20 00F46898 009ECF24) returning a dummy value (current locale) 00e0:fixme:ntdll:NtQuerySystemInformation (0x000000ce,0x9ee9f4,0x00000008,(nil)) stub 00e0:fixme:bcrypt:BCryptGetFipsAlgorithmMode 009EE81C - semi-stub 00e0:fixme:nls:LCMapStringEx unsupported lparam f49150 00e0:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub 00e0:fixme:advapi:ReportEventW (CAFE4242,0x0001,0x0000,0x00000402,00000000,0x0001,0x00000000,009EE1C0,00000000): stub 00e0:err:eventlog:ReportEventW L"Application: Captvty.exe\n" 00e0:err:eventlog:ReportEventW L"Framework Version: v4.0.30319\n" 00e0:err:eventlog:ReportEventW L"Description: The process was terminated due to an unhandled exception.\n" 00e0:err:eventlog:ReportEventW L"Exception Info: System.EntryPointNotFoundException\n" 00e0:err:eventlog:ReportEventW L" at _SpA._rsA()\n" 00e0:err:eventlog:ReportEventW L" at _SpA..ctor()\n" 00e0:err:eventlog:ReportEventW L" at _2ob._5yA()\n" 00e0:err:eventlog:ReportEventW L"\n" 00e0:fixme:advapi:DeregisterEventSource (CAFE4242) stub wine: Unhandled exception 0xe0434352 in thread e0 at address 7B012407 (thread 00e0), starting debugger...
previous versions of Captvty V3 worked, so this may be a regression in Captvty.exe ou in wine 8.17
https://bugs.winehq.org/show_bug.cgi?id=55742
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 75247 --> https://bugs.winehq.org/attachment.cgi?id=75247 patch
I was just about to respond to you on the forum, but then saw you opened this bugreport.
It seems that it's looking for ordinals not present in uxtheme. Attached patch gets it into next error: SystemDll not found exception.
Let's see where that gets from ;)
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- After the above issue fixed, the program starts for me with winetricks comctl32.
I dont know why it complains about Sytemdll not found before that ???
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #3 from gerard.labadie@sysgroup.fr --- Thanks Louis
how do I apply the modification seen in the attachment, in order to test?
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to gerard.labadie from comment #3)
Thanks Louis
how do I apply the modification seen in the attachment, in order to test?
Hi for that you'd have to apply that to wine source code and compile.
If you have a windows partition by hand it might be much easier to copy native uxtheme.dll from it to your wineprefix, and set it to native
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #5 from gerard.labadie@sysgroup.fr --- Hi
I copied uxtheme.dll from a Windows partition
cp -v /media/gg/CLE32/uxtheme.dll .wine_captvty_V3/drive_c/windows/system32
, added comctl32
winetricks comctl32
setup uxtheme.dll
$ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ wine reg add HKCU\Software\Wine\DllOverrides /v uxtheme /d native,builtin /f reg : L'opération s'est terminée avec succès
but Captvty V3 still fails to launch
$ ls .captvty_V3/ backtrace.txt bin Captvty.exe Captvty.exe.config Captvty.settings $ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ wine ~/.captvty_V3/Captvty.exe 066c:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Captvty.exe" cannot be loaded 066c:err:module:LdrInitializeThunk Importing dlls for L"Z:\home\gg\.captvty_V3\Captvty.exe" failed, status c0000135 gg@db12:~$
https://bugs.winehq.org/show_bug.cgi?id=55742
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #6 from Gijs Vermeulen gijsvrm@gmail.com --- Not a blocker, see: https://wiki.winehq.org/Bugs#severity
https://bugs.winehq.org/show_bug.cgi?id=55742
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #7 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to gerard.labadie from comment #5)
$ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ wine ~/.captvty_V3/Captvty.exe 066c:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Captvty.exe" cannot be loaded 066c:err:module:LdrInitializeThunk Importing dlls for L"Z:\home\gg\.captvty_V3\Captvty.exe" failed, status c0000135 gg@db12:~$
Hi, I installed dotnet48, (winetricks dotnet48); Did you do that too (i think not)?
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #8 from gerard.labadie@sysgroup.fr --- Hi
as I said in my first post, I did
winetricks -q --force dotnet48 corefonts
how do I check it is installed?
winecfg, then libraries?
I just tried again to install dotnet48, and I get a lot of lines like
013c:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 013c:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 013c:fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled 0124:fixme:security:GetWindowsAccountDomainSid (0031F0E0 00FC1A84 0031F0DC): semi-stub 0124:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented 0124:fixme:ver:GetCurrentPackageId (0031FE94 00000000): stub Using native override for following DLLs: mscoree Executing wine C:\windows\regedit.exe /S C:\windows\Temp\override-dll.reg Executing touch /home/gg/.wine_captvty_V3//dosdevices/c:/windows/dotnet48.installed.workaround gg@db12:~$ wine client error:88: write: Mauvais descripteur de fichier wine client error:c4: write: Mauvais descripteur de fichier wine client error:ec: write: Mauvais descripteur de fichier
which can be translated as
bad file descriptor
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #9 from gerard.labadie@sysgroup.fr --- anyway it is installed, as if a try another time, I get
gg@db12:~$ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ winetricks -q dotnet48 Using winetricks 20230212-next - sha256sum: fe0550e0d843214f87dcb0f4aa591be0046fa93db7b8330217dd926258e628fc with wine-8.17 and WINEARCH=win32 Executing w_do_call dotnet48 dotnet48 already installed, skipping gg@db12:~$
but it still fails to start
gg@db12:~$ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ wine /home/gg/.captvty_V3/Captvty.exe 0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0098:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0024:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Captvty.exe" cannot be loaded 0024:err:module:LdrInitializeThunk Importing dlls for L"Z:\home\gg\.captvty_V3\Captvty.exe" failed, status c0000135 gg@db12:~$
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #10 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to gerard.labadie from comment #9)
anyway it is installed, as if a try another time, I get
but it still fails to start
Have you also checked that mscoree is set to native in winecfg/libraries?
https://bugs.winehq.org/show_bug.cgi?id=55742
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://v3.captvty.fr/ Component|-unknown |uxtheme Keywords| |download
--- Comment #11 from Louis Lenders xerox.xerox2000x@gmail.com --- added some info
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #12 from gerard.labadie@sysgroup.fr --- Hi
It was not, now it is, but I still get
gg@db12:~$ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ winecfg gg@db12:~$ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ wine /home/gg/.captvty_V3/Captvty.exe 0154:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Captvty.exe" cannot be loaded 0154:err:module:LdrInitializeThunk Importing dlls for L"Z:\home\gg\.captvty_V3\Captvty.exe" failed, status c0000135 gg@db12:~$ wine client error:ec:
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #13 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to gerard.labadie from comment #12)
Hi
It was not, now it is, but I still get
gg@db12:~$ WINEARCH=win32 WINEPREFIX=~/.wine_captvty_V3/ wine /home/gg/.captvty_V3/Captvty.exe 0154:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Captvty.exe" cannot be loaded
When I google that error it might be related to 64/32 bit mismatch. I see you use WINEARCH=win32. Why do you need that? What about just :
WINEPREFIX=~/.wine_captvty_V3/ wine /home/gg/.captvty_V3/Captvty.exe
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #14 from gerard.labadie@sysgroup.fr --- Hi
I removed with
rm -rf .wine_captvty_v3
installed all again win WINEARCH=win64
did the winetricks
winetricks -q --force dotnet48 corefonts comctl32 gdiplus vlc
copied uxtheme.dll
cp -v /media/gg/CLE32/uxtheme.dll /media/gg/CLE32/uxtheme.dll
set it
gg@db12:~$ WINEPREFIX=~/.wine_captvty_V3/ wine reg add HKCU\Software\Wine\DllOverrides /v uxtheme /d native,builtin /f 009c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 wine: Call from 000000017002EFF8 to unimplemented function ntdll.dll.SbSelectProcedure, aborting 009c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 009c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 009c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 wine: Call from 000000017002EFF8 to unimplemented function ntdll.dll.SbSelectProcedure, aborting reg : L'opération s'est terminée avec succès
but Captvty still crashes when I launch it
0120:err:seh:KiUserCallbackDispatcher ignoring exception 0120:err:module:DelayLoadFailureHook failed to delay load uxtheme.dll.GetWindowTheme wine: Call from 7B012407 to unimplemented function uxtheme.dll.GetWindowTheme, aborting 0120:err:seh:KiUserCallbackDispatcher ignoring exception 0120:err:module:DelayLoadFailureHook failed to delay load uxtheme.dll.GetWindowTheme wine: Call from 7B012407 to unimplemented function uxtheme.dll.GetWindowTheme, aborting 0120:err:seh:KiUserCallbackDispatcher ignoring exception 0120:err:module:DelayLoadFailureHook failed to delay load uxtheme.dll.GetWindowTheme wine: Call from 7B012407 to unimplemented function uxtheme.dll.GetWindowTheme, aborting 0120:err:seh:KiUserCallbackDispatcher ignoring exception 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module Unhandled exception: 0xe0434352 in wow64 32-bit code (0x7b012407). 0120:fixme:dbghelp:elf_search_auxv can't find symbol in module Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7b012407 ESP:009ef29c EBP:009ef300 EFLAGS:00000246( - -- I Z- -P- ) EAX:009ef2a8 EBX:00000000 ECX:00000010 EDX:009ef368 ESI:009ef368 EDI:00000001 Stack dump: 0x009ef29c: 009ef300 017ae024 ffffffff e0434352 0x009ef2ac: 00000001 00000000 7b012407 00000005 0x009ef2bc: 8007000b 00000000 00000000 00000000 0x009ef2cc: 011a0000 00f1c950 009ef404 00000001 0x009ef2dc: 009ef208 009ef3c0 013774d3 00f98610 0x009ef2ec: 011d386e 0125eb72 009ef2c8 00f1c950 Backtrace: =>0 0x7b012407 RaiseException+0x42(code=<is not available>, flags=<is not available>, count=<is not available>, args=<is not available>) [/usr/src/packages/BUILD/dlls/kernelbase/debug.c:377] in kernelbase (0x009 ef300) 1 0x013570f1 in clr (+0x1b70f1) (0x009ef39c) 2 0x01302d82 in clr (+0x162d82) (0x009ef3d0) 3 0x01302cf6 in clr (+0x162cf6) (0x009ef448) 4 0x011af49b in clr (+0xf49b) (0x009ef46c) 5 0x08f6ca9e (0x009ef4a4) 6 0x045e45b2 (0x009ef4c8) 7 0x011af016 in clr (+0xf016) (0x009ef4d4) 8 0x011b22ba in clr (+0x122ba) (0x009ef528) 9 0x011b850b in clr (+0x1850b) (0x009ef598) 10 0x01351d0b in clr (+0x1b1d0b) (0x009ef6bc) 11 0x013523ea in clr (+0x1b23ea) (0x009ef928) 12 0x01352317 in clr (+0x1b2317) (0x009efe0c) 13 0x01352498 in clr (+0x1b2498) (0x009efe64) 14 0x013525be in clr (+0x1b25be) (0x009efea4) 15 0x0134def5 in clr (+0x1adef5) (0x009efee0) 16 0x1000fa84 in mscoreei (+0xfa84) (0x009eff18) 17 0x79007f16 in mscoree (+0x7f16) (0x009eff28) 18 0x79004de3 in mscoree (+0x4de3) (0x009eff48) 19 0x7bc59817 in ntdll (+0x59817) (0x009eff5c) 20 0x7bc5a038 in ntdll (+0x5a038) (0x009effec) 0x7b012407 RaiseException+0x42 [/usr/src/packages/BUILD/dlls/kernelbase/debug.c:377] in kernelbase: mov -0x04(%ebp), %ebx Unable to access file '/usr/src/packages/BUILD/dlls/kernelbase/debug.c' Modules: Module Address Debug info Name (92 modules) PE 00400000-008ee000 Deferred captvty PE 011a0000-0194f000 Export clr PE 01950000-01964000 Deferred vcruntime140_clr0400 PE 01970000-01a1b000 Deferred ucrtbase_clr0400 PE 04170000-045a9000 Deferred ole32 PE 04610000-04699000 Deferred clrjit PE 06d30000-07782000 Deferred system.ni PE 07790000-07933000 Deferred system.drawing.ni PE 07940000-087a5000 Deferred system.windows.forms.ni PE 087f0000-08803000 Deferred nlssorting PE 08b90000-08b9e000 Deferred cefsharp.winforms PE 08ba0000-08e7c000 Deferred crypt32 PE 08ea0000-08ed0000 Deferred system.net.http PE 08f80000-0907e000 Deferred cefsharp PE 09080000-090a6000 Deferred htmlagilitypack PE 09130000-091da000 Deferred newtonsoft.json PE 091e0000-09954000 Deferred system.xml.ni PE 09960000-09a65000 Deferred diasymreader PE 10000000-1008d000 Export mscoreei PE 60370000-60475000 Deferred system.configuration.ni PE 61a00000-62218000 Deferred system.core.ni PE 622c0000-62353000 Deferred rsaenh PE 62500000-628ae000 Deferred oleaut32 PE 63900000-6390f000 Deferred psapi PE 643c0000-64447000 Deferred ws2_32 PE 64a80000-64ab5000 Deferred win32u PE 65480000-65680000 Deferred rpcrt4 PE 65680000-658fc000 Deferred msvcrt PE 66080000-66162000 Deferred shlwapi PE 66640000-6665a000 Deferred version PE 667c0000-66800000 Deferred shcore PE 67500000-6755f000 Deferred imm32 PE 67bc0000-6800d000 Deferred comctl32 PE 684c0000-685f8000 Deferred combase PE 68880000-68d51000 Deferred user32 PE 69000000-6925b000 Deferred gdiplus PE 69840000-69924000 Deferred advapi32 PE 6aac0000-6adae000 Deferred ucrtbase PE 6bb40000-6bb96000 Deferred winex11 PE 6bbc0000-6bc50000 Deferred sechost PE 6c100000-6c2b6000 Deferred wininet PE 6da80000-6dc96000 Deferred gdi32 PE 6e200000-6e243000 Deferred bcrypt PE 70380000-705e7000 Deferred urlmon PE 712c0000-71312000 Deferred mpr PE 71400000-7206a000 Deferred shell32 PE 79000000-7904a000 Export mscoree PE 79720000-7ab1c000 Deferred mscorlib.ni PE 7b000000-7b508000 Dwarf-4 kernelbase PE 7b800000-7b95d000 Deferred kernel32 PE 7bc00000-7bec6000 Dwarf-4 ntdll ELF f6d24000-f6db2000 Deferred libgmp.so.10 ELF f6db2000-f6dfc000 Deferred libhogweed.so.6 ELF f6dfc000-f6e4b000 Deferred libnettle.so.8 ELF f6e4b000-f7000000 Deferred libunistring.so.2 ELF f7000000-f7247000 Deferred libgnutls.so.30 ELF f7259000-f726f000 Deferred libtasn1.so.6 ELF f726f000-f72a2000 Deferred libidn2.so.0 ELF f72a2000-f73f8000 Deferred libp11-kit.so.0 ELF f740b000-f7411000 Deferred crypt32.so ELF f742f000-f7435000 Deferred ws2_32.so ELF f7435000-f743d000 Deferred libxfixes.so.3 ELF f743d000-f744a000 Deferred libxcursor.so.1 ELF f744a000-f745f000 Deferred libxi.so.6 ELF f745f000-f7464000 Deferred libxcomposite.so.1 ELF f7464000-f7473000 Deferred libxrandr.so.2 ELF f7473000-f7481000 Deferred libxrender.so.1 ELF f7481000-f7488000 Deferred libxxf86vm.so.1 ELF f7488000-f7497000 Deferred libmd.so.0 ELF f7497000-f74ae000 Deferred libbsd.so.0 ELF f74ae000-f7600000 Deferred libx11.so.6 ELF f7702000-f7707000 Deferred libxinerama.so.1 ELF f7707000-f770e000 Deferred libxdmcp.so.6 ELF f770e000-f7713000 Deferred libxau.so.6 ELF f7713000-f7741000 Deferred libxcb.so.1 ELF f7741000-f7757000 Deferred libxext.so.6 ELF f7758000-f7762000 Deferred libffi.so.8 ELF f7762000-f776e000 Deferred bcrypt.so ELF f7770000-f77fa000 Deferred winex11.so ELF f7809000-f7835000 Deferred libexpat.so.1 ELF f7835000-f7888000 Deferred libfontconfig.so.1 ELF f7888000-f78ab000 Deferred libbrotlicommon.so.1 ELF f78ab000-f797b000 Deferred libfreetype.so.6 ELF f797b000-f7a80000 Deferred libm.so.6 ELF f7a80000-f7c00000 Deferred win32u.so ELF f7c00000-f7e28000 Deferred libc.so.6 ELF f7e3d000-f7e4b000 Deferred libbrotlidec.so.1 ELF f7e4b000-f7e88000 Deferred libpng16.so.16 ELF f7e88000-f7ea5000 Deferred libz.so.1 ELF f7ebe000-f7f71000 Dwarf ntdll.so ELF f7f73000-f7fa8000 Deferred ld-linux.so.2 ELF f7fa8000-f7fad000 Deferred <wine-loader> Threads: process tid prio name (all IDs are in hex) 00000020 (D) Z:\home\gg.captvty_V3\Captvty.exe 00000024 0 <== 00000110 0 00000114 2 00000118 0 00000124 0 00000038 services.exe 0000003c 0 00000040 0 wine_rpcrt4_server 00000054 0 wine_rpcrt4_io 00000058 0 wine_threadpool_worker 0000006c 0 wine_rpcrt4_io 0000008c 0 wine_rpcrt4_io 000000b8 0 wine_threadpool_worker 000000c4 0 wine_rpcrt4_io 000000dc 0 wine_threadpool_timerqueue 000000e0 0 000000ec 0 wine_rpcrt4_io 00000044 svchost.exe 00000048 0 0000005c 0 00000060 0 wine_sechost_service 0000004c explorer.exe 00000050 0 000000a4 0 000000b0 0 wine_rpcrt4_server 00000064 winedevice.exe 00000068 0 00000070 0 00000074 0 wine_sechost_service 00000078 0 0000007c 0 00000080 0 000000d4 0 000000d8 0 00000084 winedevice.exe 00000088 0 00000090 0 00000094 0 wine_sechost_service 00000098 0 0000009c 0 000000a0 0 000000a8 0 000000ac 0 000000bc plugplay.exe 000000c0 0 000000c8 0 000000cc 0 wine_sechost_service 000000d0 0 wine_rpcrt4_server 000000e4 rpcss.exe 000000e8 0 000000f0 0 000000f4 0 wine_sechost_service 000000f8 0 wine_rpcrt4_server 000000fc 0 wine_rpcrt4_server 00000100 0 wine_rpcrt4_io 00000104 0 wine_threadpool_worker 00000108 conhost.exe 0000010c 0 System information: Wine build: wine-8.17 Platform: x86_64 (guest: i386) Version: Windows 7 Host system: Linux Host version: 6.1.0-13-amd64 0024:fixme:seh:RaiseFailFastException (009EEFE0, 009EF030, 0) stub gg@db12:~$ gg@db12:~$
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #15 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to gerard.labadie from comment #14)
Hi
I removed with
rm -rf .wine_captvty_v3
installed all again win WINEARCH=win64
did the winetricks
winetricks -q --force dotnet48 corefonts comctl32 gdiplus vlc
copied uxtheme.dll
cp -v /media/gg/CLE32/uxtheme.dll /media/gg/CLE32/uxtheme.dll
Hi , not sure what native uxtheme you try to use there (windows 10?), but when i copy over uxtheme from my windows 7 partition it works.
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #16 from gerard.labadie@sysgroup.fr --- Hi
can I get it from
https://www.dll-files.com/uxtheme.dll.html
and which one?
You say it works, I guess with WINEARCH=win64?
Thanks
https://bugs.winehq.org/show_bug.cgi?id=55742
--- Comment #17 from gerard.labadie@sysgroup.fr --- is it possible to have an update, or some explanations on how to launch successfully Captvty V3?
Regards
https://bugs.winehq.org/show_bug.cgi?id=55742
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #18 from joaopa jeremielapuree@yahoo.fr --- This place is a bug tracker for wine. Thanks to report the bug. Developers will (or will not...) try to fix the bug. For help to make your application working with wine, there is a user forum for that. Please open a new ticket there.
https://bugs.winehq.org/show_bug.cgi?id=55742
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |29d5ce6b7a40635e2c4904ece9b | |8381a8132f248 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #19 from Louis Lenders xerox.xerox2000x@gmail.com --- The uxtheme stubs for the three mentioned ordinals are now in git, so let's close this one.
I don't know how to solve the follow-up bug for "SystemDll Not found" so you might want to open a new bugreport for that(something like "Captvty cannot load comctl32")
In next wine-release wine-8.20 the following work-around should get you to at least start the application (but expect more problems: the GUI doesn't look really right and I couldn't download anything)
- Extract with cabextract from ~/.winetricks/win7sp1/windows6.1-kb976932-x64_74865ef2562006e51d7f9333b4a8d45b7a749dab.exe the file x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2/comctl32.dll
- Copy it to syswow64: cp -rf x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2/comctl32.dll ~/.wine/drive_c/windows/syswow64/comctl32.dll
- And remove manifest file rm -rf ~/.wine/drive_c/windows/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest
- Set native,builtin override for comctl32.dll for Captvty.exe
You also need winetricks gdiplus to avoid corrupted GUI
As I said, there seem to be various follow-up bugs :(. Maybe playing with winetricks might help?
https://bugs.winehq.org/show_bug.cgi?id=55742
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #20 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.20.