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@winehq.org ReportedBy: otaku@rambler.ru Classification: Unclassified
Created attachment 38645 --> http://bugs.winehq.org/attachment.cgi?id=38645 terminal output
...is it related to python3.x ?...
http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #1 from Dmitry Timoshkov dmitry@baikal.ru 2012-02-01 11:49:19 CST --- Did you install the application under Wine? What drive E: is pointing to?
http://bugs.winehq.org/show_bug.cgi?id=29764
ax 34noff otaku@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |otaku@rambler.ru
--- Comment #2 from ax 34noff otaku@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.
http://bugs.winehq.org/show_bug.cgi?id=29764
ax 34noff otaku@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #38645|0 |1 is obsolete| |
--- Comment #3 from ax 34noff otaku@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:)
http://bugs.winehq.org/show_bug.cgi?id=29764
Austin English austinenglish@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@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.
http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #5 from Austin English austinenglish@gmail.com 2012-02-01 13:57:43 CST --- Created attachment 38647 --> http://bugs.winehq.org/attachment.cgi?id=38647 msvcr90,msvcrt,seh trace
http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #6 from ax 34noff otaku@rambler.ru 2012-02-02 03:51:07 CST --- (In reply to comment #4)
'winetricks vcrun2008'
and set msvcr90 to external if not
http://bugs.winehq.org/show_bug.cgi?id=29764
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #7 from Piotr Caban piotr.caban@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.
http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #8 from Piotr Caban piotr.caban@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
http://bugs.winehq.org/show_bug.cgi?id=29764
Murph MattFinn@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |MattFinn@gmail.com
--- Comment #9 from Murph MattFinn@gmail.com 2012-04-25 08:46:55 CDT --- *** Bug 30515 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=29764
Christopher May maquis196@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maquis196@yahoo.co.uk
http://bugs.winehq.org/show_bug.cgi?id=29764
Chris McIntyre christopher.mcintyre@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |christopher.mcintyre@gmail. | |com
http://bugs.winehq.org/show_bug.cgi?id=29764
phobeus@floriansievert.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |phobeus@floriansievert.de
http://bugs.winehq.org/show_bug.cgi?id=29764
Eric Sandall sandalle@sourcemage.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sandalle@sourcemage.org
http://bugs.winehq.org/show_bug.cgi?id=29764
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #10 from Dan Kegel dank@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
http://bugs.winehq.org/show_bug.cgi?id=29764
evanh evanh@clear.net.nz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |evanh@clear.net.nz
--- Comment #11 from evanh evanh@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
http://bugs.winehq.org/show_bug.cgi?id=29764
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|blender 2.61 crashes on |blender 2.61 crashes on |start |start (python3.2)
http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #12 from ax 34noff otaku@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.
http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #13 from Piotr Caban piotr.caban@gmail.com 2013-04-12 17:49:09 CDT --- It should be working now. Please retest.
http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #14 from evanh evanh@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.
http://bugs.winehq.org/show_bug.cgi?id=29764
--- Comment #15 from ax 34noff otaku@rambler.ru 2013-04-13 03:56:22 CDT --- Blender (and blenderplayer) 2.66a, WINE 1.5.28, clear "~/.wine" prefix, seems it works!
http://bugs.winehq.org/show_bug.cgi?id=29764
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3f39f69f41721d51dfa42dc435d | |643dd3b8bb508 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #16 from Piotr Caban piotr.caban@gmail.com 2013-04-13 03:58:47 CDT --- Marking as fixed. Please open a new bug for Eve Online.
http://bugs.winehq.org/show_bug.cgi?id=29764
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard julliard@winehq.org 2013-04-26 13:16:43 CDT --- Closing bugs fixed in 1.5.29.