http://bugs.winehq.org/show_bug.cgi?id=35910
Bug ID: 35910 Summary: not open programs Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: midela73@gmail.com
Created attachment 47958 --> http://bugs.winehq.org/attachment.cgi?id=47958 not open programs
not open programs
http://bugs.winehq.org/show_bug.cgi?id=35910
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.4.1 Summary|not open programs |TuneUp Utilities 2014 does | |not start
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com --- Hi, wine 1.4.1 is very old and unsupported, please update to wine 1.7.15 (or newer) and try again.
https://bugs.winehq.org/show_bug.cgi?id=35910
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.tune-up.com/down | |load/
http://bugs.winehq.org/show_bug.cgi?id=35910
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #2 from hanska2@luukku.com --- I tried the exe found from that link and it complains not enough space for thread data.
wine 1.7.22
https://bugs.winehq.org/show_bug.cgi?id=35910
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- Please retest in Wine 1.7.33 or later and provide an updated log. Thanks.
https://bugs.winehq.org/show_bug.cgi?id=35910
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #4 from Teras teras@luukku.com --- du -h avg_tuht_stf_en_2015_373_15cmp18.exe 48M avg_tuht_stf_en_2015_373_15cmp18.exe
14fb751f7d4118c666de2f1d8be10ddb141f96f4 avg_tuht_stf_en_2015_373_15cmp18.exe
complains not enough space for thread data
wine 1.7.36
https://bugs.winehq.org/show_bug.cgi?id=35910
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@post.com --- Created attachment 52051 --> https://bugs.winehq.org/attachment.cgi?id=52051 1.7.49
doesn't run.
1.7.49
https://bugs.winehq.org/show_bug.cgi?id=35910
--- Comment #6 from super_man@post.com --- Still doesnt run, both upstream git and wine-staging 1.7.51.
Both complains that not enough space for thread data.
https://bugs.winehq.org/show_bug.cgi?id=35910
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #7 from winetest@luukku.com --- The installer has changed, crashes both with wine 1.9.22-git and staing 1.9.21.
sha1sum AVG_Performance_1683.exe a2d4b5d8b37789301cba05c4050115a3a77d49de AVG_Performance_1683.exe
https://bugs.winehq.org/show_bug.cgi?id=35910
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Created attachment 56854 --> https://bugs.winehq.org/attachment.cgi?id=56854 change number of arguments for NtAllocateUuids
According to bug 30499 there are several bugs because this installer does likely lot`s of lowlevelstuff. The specific crash of this installer could be due to NtAllocateUuids.
According to this site https://github.com/zeromq/zeromq2-x/blob/master/builds/android/uuid/gen_uuid... the number of arguments changed from 3 to 4 time ago if i get the text correctly. Attached patch makes the crash go into popping up an errorwindow (what an improvement ;)) Note: this patch is generated from wine-staging source, with plain wine it doesnt seems to crash earlier
https://bugs.winehq.org/show_bug.cgi?id=35910
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Component|-unknown |ntdll
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hi Louis,
the Zw/NtAllocateUuids API signature change between NT4 and Windows 2000 is publicly known.
I have original 'Windows NT/2000 Native API Reference' by Gary Nebbett sitting in my book shelf and it's documented on pages 416-417.
Actually I even found an online (PDF) version here:
http://ultradefrag.sourceforge.net/doc/man/Windows%20NT(2000)%20Native%20API...
Pages 416-417:
--- quote --- ZwAllocateUuids allocates some of the components of a universally unique identifier.
NTSYSAPI NTSTATUS NTAPI ZwAllocateUuids( OUT PLARGE_INTEGER UuidLastTimeAllocated, OUT PULONG UuidDeltaTime, OUT PULONG UuidSequenceNumber, OUT PUCHAR UuidSeed );
Parameters
UuidLastTimeAllocated
Points to a variable that receives the time when a Uuid was last allocated.
UuidDeltaTime
Points to a variable that receives the time since a Uuid was last allocated.
UuidSequenceNumber
Points to a variable that receives the Uuid allocation sequence number.
UuidSeed
Points to a variable that receives the six bytes of Uuid seed.
Return Value
Returns STATUS_SUCCESS or an error status.
Related Win32 Functions
UuidCreate
Remarks
The Windows NT 4.0 version of ZwAllocateUuids does not have a UuidSeed parameter. --- quote ---
Let's make this ticket about this API signature mismatch, it's already messed up/likely duplicated tickets from past.
Regards
https://bugs.winehq.org/show_bug.cgi?id=35910
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|TuneUp Utilities 2014 does |TuneUp Utilities 2014 |not start |installer crashes (API | |signature mismatch for | |NtAllocateUuids)
--- Comment #10 from Louis Lenders xerox_xerox2000@yahoo.co.uk ---
Let's make this ticket about this API signature mismatch, it's already messed up/likely duplicated tickets from past.
Regards
Hi Anastasius, thanks for the info. I`ll change title of bug then and send patch later
https://bugs.winehq.org/show_bug.cgi?id=35910
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #11 from André H. nerv@dawncrow.de --- What happens to NT Applications running in Wine after patch is applied in case they call that function?
https://bugs.winehq.org/show_bug.cgi?id=35910
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello André,
--- quote --- What happens to NT Applications running in Wine after patch is applied in case they call that function? --- quote ---
stack imbalance obviously (stdcall, callee cleans stack), crash on return.
Anyway, the chance of encountering a real world application, built against Windows NT 3.5/4.0, explicitly importing NtAllocateUuids() is very small.
I would consider that API change being safe.
Regards
https://bugs.winehq.org/show_bug.cgi?id=35910
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/ntdll-NtAlloca | |teUuids Status|NEW |STAGED CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=35910
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e24af9660aa202d5885171f55e1 | |dd371f57fc15d Resolution|--- |FIXED CC| |alexhenrie24@gmail.com Status|STAGED |RESOLVED
--- Comment #13 from Alex Henrie alexhenrie24@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/e24af9660aa202d5885171f55e...
Please open new bug reports for any further problems.
https://bugs.winehq.org/show_bug.cgi?id=35910
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.4.
https://bugs.winehq.org/show_bug.cgi?id=35910
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x
https://bugs.winehq.org/show_bug.cgi?id=35910
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |---
--- Comment #15 from Michael Stefaniuc mstefani@winehq.org --- Removing the 3.0.x milestone from bugs included in 3.0.1.
https://bugs.winehq.org/show_bug.cgi?id=35910
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.tune-up.com/down |https://web.archive.org/web |load/ |/20140414143844/http://aa-d | |ownload.avg.com/filedir/ins | |t/avg_tuht_stf_all_2014_380 | |.exe Keywords| |Installer