[Bug 10993] New: Flash 8 Crashes on Launch - BadAtom
http://bugs.winehq.org/show_bug.cgi?id=10993 Summary: Flash 8 Crashes on Launch - BadAtom Product: Wine Version: 0.9.52. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs(a)winehq.org ReportedBy: paulw(a)hardmilk.com Created an attachment (id=9957) --> (http://bugs.winehq.org/attachment.cgi?id=9957) Terminal Output when trying to launch Flash Hi I've recently installed Flash 8 on my Gentoo install of Wine 0.9.52. Upon trying to launch it, it will display the startup banner, then instantly exit. I've used the following methods to try load the program: Launcher (on Desktop) - env WINEPREFIX="/home/paulw/.wine" wine "C:\Program Files\Macromedia\Flash 8\Flash.exe" Run Application - env WINEPREFIX="/home/paulw/.wine" wine "C:\Program Files\Macromedia\Flash 8\Flash.exe" and wine "C:\Program Files\Macromedia\Flash 8\Flash.exe" and wine ~/.wine/drive_c/Program\ Files/Macromedia/Flash\ 8/Flash.exe Aswell as in a terminal by cd'ing to the folder and then launching flash cd ~/.wine/drive_c/Program\ Files/Macromedia/Flash\ 8/ wine Flash.exe When running in a Terminal, I get the error attached. I have tried wiping my Wine installation and re-installing from scratch, including fresh installs of Flash 8. I also installed Flash 8 through Wine itself. As a side note. Dreamweaver 8 works perfectly, it's only Flash which fails to load at all. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 Paul Wollaston <paulw(a)hardmilk.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9957|flash-crash |flash-crash.txt filename| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 Paul Wollaston <paulw(a)hardmilk.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9957|application/octet-stream |application/text mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 Paul Wollaston <paulw(a)hardmilk.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9957|application/text |text/plain mime type| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2008-01-01 14:59:41 --- That error, X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 17 (X_GetAtomName) might also be an X server error. Does the problem go away with an old X server (if gentoo makes that easy to try)? Also, if it's a wine error, you can track it down better with WINEDEBUG=+synchronous,+x11drv - Dan -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 kapouer <kapouer_wine(a)melix.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kapouer_wine(a)melix.org --- Comment #2 from kapouer <kapouer_wine(a)melix.org> 2008-01-02 14:57:37 --- Hello i got the same bug. I used weekly flash 8 before without crashing (some gui problems, like all screen was painted black upon launch, but usable). It appeared ONLY when i updated to 0.9.52 from wine debian repository. Here's the terminal output : X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 17 (X_GetAtomName) Atom id in failed request: 0x0 Serial number of failed request: 174 Current serial number in output stream: 174 Wine failed with return code 1 For me the fix was to go back to debian unstable version... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 --- Comment #3 from kapouer <kapouer_wine(a)melix.org> 2008-01-12 19:36:20 --- The bug disappeared with 0.9.53 .deb packages from wine etch repository... (package wine-0.9.53~winehq0~debian~4.0) BUT : if i build from source package : apt-get build-dep wine apt-get source wine cd wine-0.9.53~winehq0~debian~4.0 dpkg-buildpackage -rfakeroot -uc -b cd .. aptitude remove wine dpkg -i wine_0.9.53~winehq0~debian~4.0_i386.deb Then i still have the same bug ! Here's a better stack trace, reproducible with flash 8 and flash 9, and other apps i don't remember the names : Backtrace: =>1 0x7b83e363 DebugBreak+0x3() in kernel32 (0x0034f348) 2 0x7e290131 in winex11 (+0x50131) (0x0034f378) 3 0x7e1361ef _XError+0xff() in libx11.so.6 (0x0034f408) 4 0x7e137dcb _XReply+0x18b() in libx11.so.6 (0x0034f448) 5 0x7e117206 XGetAtomName+0x76() in libx11.so.6 (0x0034f498) 6 0x7e28c7c4 X11DRV_LoadTabletInfo+0x504() in winex11 (0x0034f5f8) 7 0x7bf30aac WTInfoT+0x5c() in wintab32 (0x0034f728) 8 0x7bf30eb4 WTInfoW+0x34() in wintab32 (0x0034f748) 9 0x00b8afe1 in flash (+0x78afe1) (0x0034fdd0) 10 0x00ede17b in flash (+0xade17b) (0x0034ff08) 11 0x7b870a0e in kernel32 (+0x50a0e) (0x0034ffe8) 12 0xb7e2e637 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000) X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 17 (X_GetAtomName) Atom id in failed request: 0x0 Serial number of failed request: 316 Current serial number in output stream: 316 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 --- Comment #4 from kapouer <kapouer_wine(a)melix.org> 2008-01-13 16:36:52 --- Then again the bug reappears... i don't know what is the real cause of the bug, all i know is that the diff here suffices to make the bug disappear. I'm not very fluent with git so i'm not able to tell if it's a regression. *** wine-git/dlls/winex11.drv/wintab.c 2008-01-13 04:47:13.000000000 +0100 --- wintab.c 2008-01-13 23:30:45.000000000 +0100 *************** *** 514,519 **** --- 514,520 ---- for (loop=0; loop < num_devices; loop++) { int class_loop; + if (devices[loop].type == NULL) continue; char *device_type = XGetAtomName(data->display, devices[loop].type); TRACE("Device %i: [id %d|name %s|type %s|num_classes %d|use %s]\n", -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |patch --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-01-13 17:04:32 --- Can you reproduce this with the free trial version of Flash 8? Confirming, since two users hit this on two different distros. Adding keyword 'patch', since a workaround patch is attached.-OR--OR- -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |l.jirkovsky(a)gmail.com --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2008-01-17 08:25:16 --- *** Bug 11234 has been marked as a duplicate of this bug. *** -- 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=10993 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2008-01-17 08:50:35 --- Should be fixed now. -- 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=10993 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |prahal(a)yahoo.com --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-23 03:55:04 --- *** Bug 11312 has been marked as a duplicate of this bug. *** -- 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=10993 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:09:59 --- Closing all RESOLVED FIXED bugs older than 0.9.54. -- 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=10993 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew.james.barr(a)gmail.com --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-01 06:03:55 --- *** Bug 11428 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10993 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c975876cb9b498d3d4b2283b2e0 | |b92c91141b2ae CC| |focht(a)gmx.net Regression SHA1| |5132ab4693edfad9704d0dd2237 | |78c6e6ad86e80 Alias|PaulW | Keywords| |download, regression Summary|Flash 8 Crashes on Launch - |Multiple applications crash |BadAtom |with 'X Error of failed | |request: BadAtom (invalid | |Atom parameter)' since Wine | |0.9.52 (Macromedia Flash 8, | |Maya PLE 8.5, Visual C++ | |6.0) URL| |https://web.archive.org/web | |/20210216231746/https://dl2 | |.filehorse.com/win/imaging- | |and-digital-photo/macromedi | |a-flash-8/Flash_Professiona | |l_8.exe?st=2x-T2bb_Tb_Av-W7 | |WET5lw&e=1613603844&fn=Flas | |h_Professional_8.exe --- Comment #11 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, fixing/filling some fields. Adding stable download link via Internet Archive for documentation. https://web.archive.org/web/20210216231746/https://dl2.filehorse.com/win/ima... There is an old snapshot of Adobe Flash Archive (now decommissioned): https://web.archive.org/web/20120314192542/http://helpx.adobe.com/flash-play... Unfortunately the very old FP versions mostly contain web-installers which have broken builtin default CDN links. I've checked for archive.org snapshots of the URLs using +wininet channel but no avail. $ sha1sum Flash_Professional_8.exe d25798bbedbf92e2e12f3d61198417eafa707b92 Flash_Professional_8.exe $ du -sh Flash_Professional_8.exe 108M Flash_Professional_8.exe 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla