[Bug 23112] New: flash player install crashes
http://bugs.winehq.org/show_bug.cgi?id=23112 Summary: flash player install crashes Product: Wine Version: 1.2-rc2 Platform: x86-64 URL: http://fpdownload.macromedia.com/get/flashplayer/curre nt/install_flash_player_ax.exe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com Created an attachment (id=28726) --> (http://bugs.winehq.org/attachment.cgi?id=28726) terminal output Running winetrickstest today, I noticed that the flash sha1sum changed. Updated to the latest, but it crashes on launch. Terminal output attached. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=23112 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2010-06-10 18:34:19 --- Hm...only seems to happen if ~/.wine doesn't exist. If you run wineboot first, it installs fine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=23112 --- Comment #2 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-06-12 22:55:01 --- Crashes here for me too, seems to be some sort of race condition? With an existing prefix, 4/5 times it will crash, other times it shows the installer dialog and proceed normally. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=23112 --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-23 13:36:09 --- That's a bug in the installer, it calls GetTempFileName twice but deletes the file first, so there is a possibility that both calls return the same file name (in our case, this happens if the tick counter hasn't incremented yet). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=23112 --- Comment #4 from Rico <kgbricola(a)web.de> 2010-06-23 15:35:07 --- Probably GetTempFileName() should increment by call count and not by the time (e.g. http://bugs2.winehq.org/attachment.cgi?id=21841)? Is there a reason why the time is used? XP seems to use a static counter (see http://www.winehq.org/pipermail/wine-devel/2008-December/071317.html for a test) - not sure about other win versions. Does this patch fix the problem? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=23112 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-24 11:16:19 --- Should be fixed by 9f7bc109d20a07367875fcd6044dbaad41d9eb7e. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=23112 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-25 12:41:43 --- Closing bugs fixed in 1.2-rc5. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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=23112 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9f7bc109d20a07367875fcd6044 | |dbaad41d9eb7e CC| |focht(a)gmx.net Component|-unknown |kernel32 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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 (1)
-
wine-bugs@winehq.org