Bug 926972
| Summary: | wine on f19 and rawhide creates incomplete wine prefixes and gives wineboot errors | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Erik van Pienbroek <erik-fedora> |
| Component: | wine | Assignee: | Andreas Bierfert <andreas.bierfert> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | andreas.bierfert, gatlinsullivan, h1k6zn2m, jakub, joachim.backes, law, mike, stefan, tchollingsworth |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-31 18:54:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Erik van Pienbroek
2013-03-24 15:14:36 UTC
Hm, not quite sure whats going on there. I will have a look next week when I am back at my workstation (only have f18 laptop and netbook around atm). I've narrowed it down to a compiler optimization problem. It has been reported upstream. http://bugs.winehq.org/show_bug.cgi?id=33307 *** Bug 953030 has been marked as a duplicate of this bug. *** Happening to me on F18 as well with 1.5.25-1. Goes away when I downgrade to 1.5.24. (In reply to comment #4) > Happening to me on F18 as well with 1.5.25-1. Goes away when I downgrade to > 1.5.24. Jonathan, your issue is not the same as this bug. Please file a separate bug for your issue. This issue is specific to GCC 4.8.0 and Wine. Thanks. *** Bug 953970 has been marked as a duplicate of this bug. *** The upstream bug report has just been closed. It turned out to be an issue in gcc 4.8. A fix for it has just been applied upstream: http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=198321 This fix hasn't propagated yet to the Fedora gcc package. @gcc maintainers: could you please update gcc in Fedora 19 and rawhide so we can get wine working again? An updated gcc was recently pushed to Fedora 19 and Rawhide. I just performed a scratch build of wine against this updated gcc and it indeed resolves the issues mentioned in this bug report: http://koji.fedoraproject.org/koji/taskinfo?taskID=5352637 @Andreas: could you please rebuild/update wine in Fedora 19 and rawhide? After that this bug can be closed When I run winecfg, I get the following. $ winecfg http://ur1.ca/duw7w Is this the same problem? (In reply to comment #9) > When I run winecfg, I get the following. > $ winecfg > > http://ur1.ca/duw7w > > Is this the same problem? I'm using F19 x86_64 with wine 1.5.27. I'm not sure that this is the same problem, but it may be. The fix was in gcc and a rebuilt Wine. The Wine 1.5.29 will work correctly. I noticed you gave a -1 karma on the Wine 1.5.29 update. Please do not give karma on updates that you do not have installed. Install Wine 1.5.29 for the fix. From the paste: err:process:init_windows_dirs directory L"dows\\syste\\syswow64" could not be created, error 3 This indeed sounds like the memory corruption which was caused by a gcc bug. It is fixed with wine 1.5.29 in f19 (version 1.5.27 was built with an older gcc and therefore is buggy) Issue is resolved for some time already in f19 and rawhide. Closing bug |