[Bug 29764] New: blender 2.61 crashes on start
http://bugs.winehq.org/show_bug.cgi?id=29764 Bug #: 29764 Summary: blender 2.61 crashes on start Product: Wine Version: 1.4-rc1 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: otaku(a)rambler.ru Classification: Unclassified Created attachment 38645 --> http://bugs.winehq.org/attachment.cgi?id=38645 terminal output ...is it related to python3.x ?... -- 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=29764 --- Comment #1 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-02-01 11:49:19 CST --- Did you install the application under Wine? What drive E: is pointing to? -- 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=29764 ax 34noff <otaku(a)rambler.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |otaku(a)rambler.ru --- Comment #2 from ax 34noff <otaku(a)rambler.ru> 2012-02-01 11:54:35 CST --- yes, i used installer from official site drive e: is a folder in my /home/user. installing to c: ... the same crash. -- 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=29764 ax 34noff <otaku(a)rambler.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #38645|0 |1 is obsolete| | --- Comment #3 from ax 34noff <otaku(a)rambler.ru> 2012-02-01 11:59:21 CST --- Created attachment 38646 --> http://bugs.winehq.org/attachment.cgi?id=38646 terminal output (running from c:) -- 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=29764 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Status|UNCONFIRMED |NEW URL| |http://www.blender.org/down | |load/get-blender/ Component|-unknown |msvcrt Ever Confirmed|0 |1 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2012-02-01 13:57:22 CST --- Confirming. It's a bug in wine's msvcr90.dll. Use 'winetricks vcrun2008' as a workaround. -- 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=29764 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-02-01 13:57:43 CST --- Created attachment 38647 --> http://bugs.winehq.org/attachment.cgi?id=38647 msvcr90,msvcrt,seh trace -- 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=29764 --- Comment #6 from ax 34noff <otaku(a)rambler.ru> 2012-02-02 03:51:07 CST --- (In reply to comment #4)
'winetricks vcrun2008' and set msvcr90 to external if not
-- 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=29764 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #7 from Piotr Caban <piotr.caban(a)gmail.com> 2012-02-03 04:59:32 CST --- blender uses __pioinfo that is currently not exported in wine's msvcr90. The crash is caused by it. -- 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=29764 --- Comment #8 from Piotr Caban <piotr.caban(a)gmail.com> 2012-02-03 06:23:08 CST --- Changes needed to fix this bug are to intrusive for codefreeze, posting a short description of problem: - __pioinfo have different data in msvcrt and msvcr90 - python/blender calls _msize(*__pioinfo) to check whats the size of structure In order to fix it: - __pioinfo implementation needs to be added to msvcr90, it has big impact on many IO related functions - __pioinfo needs to be changed in a way it allocates it's chunks with malloc -- 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=29764 Murph <MattFinn(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |MattFinn(a)gmail.com --- Comment #9 from Murph <MattFinn(a)gmail.com> 2012-04-25 08:46:55 CDT --- *** Bug 30515 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=29764 Christopher May <maquis196(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maquis196(a)yahoo.co.uk -- 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=29764 Chris McIntyre <christopher.mcintyre(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christopher.mcintyre(a)gmail. | |com -- 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=29764 phobeus(a)floriansievert.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phobeus(a)floriansievert.de -- 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=29764 Eric Sandall <sandalle(a)sourcemage.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandalle(a)sourcemage.org -- 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=29764 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #10 from Dan Kegel <dank(a)kegel.com> 2012-05-22 11:22:32 CDT --- google dredged up scary code python might use to grub around inside pioinfo: http://bugs.python.org/file12953/__pioinfo.patch -- 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=29764 evanh <evanh(a)clear.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evanh(a)clear.net.nz --- Comment #11 from evanh <evanh(a)clear.net.nz> 2012-09-30 18:08:21 CDT --- This bug may be fixed - Eve Online testing, which had similar bug, shows it fixed. Suggestion is, final work was done in Wine 1.5.10 - bug 30345 -- 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=29764 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|blender 2.61 crashes on |blender 2.61 crashes on |start |start (python3.2) -- 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=29764 --- Comment #12 from ax 34noff <otaku(a)rambler.ru> 2012-12-13 08:23:56 CST --- Blender 2.64 crashes on my Wine 1.5.19 (ubuntu) with Wine's msvcr90.dll and works with Microsoft's one. -- 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=29764 --- Comment #13 from Piotr Caban <piotr.caban(a)gmail.com> 2013-04-12 17:49:09 CDT --- It should be working now. Please retest. -- 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=29764 --- Comment #14 from evanh <evanh(a)clear.net.nz> 2013-04-12 22:04:59 CDT --- As of Wine 1.5.28, Eve Online still needs *msvcr90 native override for it's launcher/online downloader not to crash. The main Eve game works fine with or without the override. The earlier bug 30345 closure for Eve was a tad premature. -- 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=29764 --- Comment #15 from ax 34noff <otaku(a)rambler.ru> 2013-04-13 03:56:22 CDT --- Blender (and blenderplayer) 2.66a, WINE 1.5.28, clear "~/.wine" prefix, seems it works! -- 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=29764 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3f39f69f41721d51dfa42dc435d | |643dd3b8bb508 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #16 from Piotr Caban <piotr.caban(a)gmail.com> 2013-04-13 03:58:47 CDT --- Marking as fixed. Please open a new bug for Eve Online. -- 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=29764 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2013-04-26 13:16:43 CDT --- Closing bugs fixed in 1.5.29. -- 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