https://bugs.winehq.org/show_bug.cgi?id=48084
Bug ID: 48084 Summary: Crouzet soft & Virtual Display - Application crash when start Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dokmad@yahoo.it Distribution: ---
Created attachment 65634 --> https://bugs.winehq.org/attachment.cgi?id=65634 not able to describe
Crouzet soft & Virtual Display - Application crash when start. https://www.crouzet.com/download-crouzet-soft --> Crouzet soft
https://bugs.winehq.org/show_bug.cgi?id=48084
dokmad@yahoo.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
--- Comment #1 from dokmad@yahoo.it --- Wine version - 4.0.2
https://bugs.winehq.org/show_bug.cgi?id=48084
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- (In reply to dokmad from comment #1)
Wine version - 4.0.2
That is ancient. Upgrade and try again.
https://bugs.winehq.org/show_bug.cgi?id=48084
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Component|-unknown |iphlpapi URL| |https://www.crouzet.com/dow | |nload-crouzet-soft CC| |xerox.xerox2000x@gmail.com Status|NEEDINFO |NEW
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Ken Sharp from comment #2)
(In reply to dokmad from comment #1)
Wine version - 4.0.2
That is ancient. Upgrade and try again.
It`s not ancient. It`s stable version so perfectly valid to report bug against I`d say.
Anyway, I gave it a try, and can confirm the crash. With sad hack below i was able to start the application. Don`t know if it`s functional, just clicked a few things. For now I`m guessing it`s a iphlapi bug
sad hack: diff --git a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c index 1f823b4..6a5eeed 100644 --- a/dlls/iphlpapi/iphlpapi_main.c +++ b/dlls/iphlpapi/iphlpapi_main.c @@ -1444,7 +1444,7 @@ static ULONG get_dns_suffix(WCHAR *suffix, ULONG *len)
ULONG WINAPI DECLSPEC_HOTPATCH GetAdaptersAddresses(ULONG family, ULONG flags, PVOID reserved, PIP_ADAPTER_ADDRESSES aa, PULONG buflen) -{ +{ return ERROR_CALL_NOT_IMPLEMENTED; InterfaceIndexTable *table; ULONG i, size, dns_server_size = 0, dns_suffix_size, total_size, ret = ERROR_NO_DATA;
+iphlapi debug log:
0009:fixme:nls:get_dummy_preferred_ui_language (0x34 0x358e0ac 0x358e11c 0x358e0b4) returning a dummy value (current locale) 0009:fixme:shell:InitNetworkAddressControl stub 002f:trace:iphlpapi:GetAdaptersInfo pAdapterInfo (nil), pOutBufLen 0x1962da84 002f:trace:iphlpapi:GetAdaptersInfo returning 111 002f:trace:iphlpapi:GetIpForwardTable pIpForwardTable (nil), pdwSize 0x1962da88, bOrder 0 002f:trace:iphlpapi:AllocateAndGetIpForwardTableFromStack table 0x1962da18, bOrder 0, heap 0x110000, flags 0x00000000 002f:trace:iphlpapi:AllocateAndGetIpForwardTableFromStack returning ret 0 table 0x21da18 002f:trace:iphlpapi:GetIpForwardTable returning 122 002f:trace:iphlpapi:GetAdaptersInfo pAdapterInfo 0x21da18, pOutBufLen 0x1962da84 002f:trace:iphlpapi:AllocateAndGetIpForwardTableFromStack table 0x1962d9f0, bOrder 0, heap 0x110000, flags 0x00000000 002f:trace:iphlpapi:AllocateAndGetIpForwardTableFromStack returning ret 0 table 0x21dcf0 002f:trace:iphlpapi:GetAdaptersInfo returning 0 002f:trace:iphlpapi:GetIpForwardTable pIpForwardTable 0x17cc88, pdwSize 0x1962da88, bOrder 0 002f:trace:iphlpapi:AllocateAndGetIpForwardTableFromStack table 0x1962da18, bOrder 0, heap 0x110000, flags 0x00000000 002f:trace:iphlpapi:AllocateAndGetIpForwardTableFromStack returning ret 0 table 0x21dcf0 002f:trace:iphlpapi:GetIpForwardTable returning 0 002f:trace:iphlpapi:GetAdaptersAddresses (0, 0000003e, (nil), 0x13c4a048, 0x1962db10) 002f:trace:iphlpapi:adapterAddressesFromIndex lo: 1 IPv4 addresses, 1 IPv6 addresses: 002f:trace:iphlpapi:adapterAddressesFromIndex IPv4 1/1: 127.0.0.1 002f:trace:iphlpapi:adapterAddressesFromIndex IPv6 1/1: ::1 002f:trace:iphlpapi:adapterAddressesFromIndex IPv4 network: 127.0.0.0/8 002f:trace:iphlpapi:adapterAddressesFromIndex IPv6 network: ::1/128 002f:trace:iphlpapi:adapterAddressesFromIndex enp3s0: 1 IPv4 addresses, 1 IPv6 addresses: 002f:trace:iphlpapi:adapterAddressesFromIndex IPv4 1/1: 192.168.178.25 002f:trace:iphlpapi:adapterAddressesFromIndex IPv6 1/1: fe80::21e:37ff:fe33:54ee 002f:trace:iphlpapi:adapterAddressesFromIndex IPv4 network: 192.168.178.0/24 002f:trace:iphlpapi:adapterAddressesFromIndex IPv6 network: fe80::0/64 002f:trace:iphlpapi:GetAdaptersAddresses num adapters 2 002f:trace:seh:raise_exception code=c0000005 flags=0 addr=0x6fa280 ip=006fa280 tid=002f ---> crash
https://bugs.winehq.org/show_bug.cgi?id=48084
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- "Stable" is meaningless, as I keep getting told.
"You should report a bug when:
You are using the latest development version of Wine (not stable)" https://wiki.winehq.org/Bugs
Feel free to change the Wiki if you disagree.
https://bugs.winehq.org/show_bug.cgi?id=48084
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |4.0.2
https://bugs.winehq.org/show_bug.cgi?id=48084
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- (In reply to Ken Sharp from comment #4)
"Stable" is meaningless, as I keep getting told.
"You should report a bug when:
You are using the latest development version of Wine (not stable)" https://wiki.winehq.org/Bugs
Feel free to change the Wiki if you disagree.
I mean, yeah, it's not particularly useful to report bugs against Stable, but calling it "ancient" is a bit gratuitous.
https://bugs.winehq.org/show_bug.cgi?id=48084
--- Comment #6 from dokmad@yahoo.it --- Hi all, sorry for errors and about my English , but I’m new in wine. In my case application don’t start at all. Just crash. I read about report options but I don’t use develop version and this is the situation. Thanks
https://bugs.winehq.org/show_bug.cgi?id=48084
--- Comment #7 from Gijs Vermeulen gijsvrm@gmail.com --- Created attachment 69989 --> https://bugs.winehq.org/attachment.cgi?id=69989 +iphlpapi
Still present in wine-6.8 and Crouzet Soft 1.11. Hacking GetAdaptersAddresses to be a stub still works around.
Adding a stable download.
$ sha1sum CROUZET-Soft_and_PC-Virtual-Display-1.11_ML.zip 8b8d34768832fe7528658338bbd3a097292beff6 CROUZET-Soft_and_PC-Virtual-Display-1.11_ML.zip
$ du -sh CROUZET-Soft_and_PC-Virtual-Display-1.11_ML.zip 117M CROUZET-Soft_and_PC-Virtual-Display-1.11_ML.zip
https://bugs.winehq.org/show_bug.cgi?id=48084
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.crouzet.com/dow |https://web.archive.org/web |nload-crouzet-soft |/20210511121923if_/https:// | |www.crouzet.com/software/so | |ftware-download.php?downloa | |d_type=download_software&so | |ftware_name=crouzet_soft Summary|Crouzet soft & Virtual |Crouzet Soft 1.11 crashes |Display - Application crash |on start |when start |
https://bugs.winehq.org/show_bug.cgi?id=48084
Huw Davies huw.davies@physics.ox.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |huw.davies@physics.ox.ac.uk
--- Comment #8 from Huw Davies huw.davies@physics.ox.ac.uk --- The app is passing GAA_FLAG_SKIP_FRIENDLY_NAME to GetAdaptersAddresses() and yet it expects the friendly name to be returned.
I've sent in a patch: https://source.winehq.org/patches/data/222955
https://bugs.winehq.org/show_bug.cgi?id=48084
Huw Davies huw.davies@physics.ox.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c1bbfe17a5e542a989c1831b18f | |1f4f36cf00b0f Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #9 from Huw Davies huw.davies@physics.ox.ac.uk --- Fixed by commit c1bbfe17a5e542a989c1831b18f1f4f36cf00b0f
https://bugs.winehq.org/show_bug.cgi?id=48084
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.0-rc5.