[Bug 35910] New: not open programs
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(a)winehq.org Reporter: midela73(a)gmail.com Created attachment 47958 --> http://bugs.winehq.org/attachment.cgi?id=47958 not open programs not open programs -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35910 Bruno Jesus <00cpxxx(a)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(a)gmail.com> --- Hi, wine 1.4.1 is very old and unsupported, please update to wine 1.7.15 (or newer) and try again. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.tune-up.com/down | |load/ -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35910 hanska2(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2(a)luukku.com --- Comment #2 from hanska2(a)luukku.com --- I tried the exe found from that link and it complains not enough space for thread data. wine 1.7.22 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 --- Comment #3 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Please retest in Wine 1.7.33 or later and provide an updated log. Thanks. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Teras <teras(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teras(a)luukku.com --- Comment #4 from Teras <teras(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #5 from super_man(a)post.com --- Created attachment 52051 --> https://bugs.winehq.org/attachment.cgi?id=52051 1.7.49 doesn't run. 1.7.49 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 --- Comment #6 from super_man(a)post.com --- Still doesnt run, both upstream git and wine-staging 1.7.51. Both complains that not enough space for thread data. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #7 from winetest(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #8 from Louis Lenders <xerox_xerox2000(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Component|-unknown |ntdll --- Comment #9 from Anastasius Focht <focht(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Louis Lenders <xerox_xerox2000(a)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(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #11 from André H. <nerv(a)dawncrow.de> --- What happens to NT Applications running in Wine after patch is applied in case they call that function? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 --- Comment #12 from Anastasius Focht <focht(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Sebastian Lackner <sebastian(a)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(a)baikal.ru, | |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e24af9660aa202d5885171f55e1 | |dd371f57fc15d Resolution|--- |FIXED CC| |alexhenrie24(a)gmail.com Status|STAGED |RESOLVED --- Comment #13 from Alex Henrie <alexhenrie24(a)gmail.com> --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/e24af9660aa202d5885171f55e... Please open new bug reports for any further problems. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.4. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |--- --- Comment #15 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 3.0.x milestone from bugs included in 3.0.1. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35910 Anastasius Focht <focht(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla