http://bugs.winehq.org/show_bug.cgi?id=16492
Summary: Google Sketchup 7 Pro can't export animation as .avi Product: Wine Version: 1.1.10 Platform: Other OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Tried exporting an animation (roughly as described in http://www.chrisfullmer.com/tutorials/suv )
Sketchup always complained "cannot initialize compressor".
I'll attach a +relay,+avifile log (with several codecs installed).
http://bugs.winehq.org/show_bug.cgi?id=16492
--- Comment #1 from Dan Kegel dank@kegel.com 2008-12-13 16:13:29 --- Created an attachment (id=17898) --> (http://bugs.winehq.org/attachment.cgi?id=17898) +relay,+avifile log, trimmed to region of interest
http://bugs.winehq.org/show_bug.cgi?id=16492
--- Comment #2 from Dan Kegel dank@kegel.com 2008-12-13 16:16:33 --- FWIW, here's what looks like the key error:
0009:Call avifil32.AVIMakeCompressedStream(0032f3d0,0294d9e0,0032f398,00000000) ret=00407158 ... fixme:iccvid:ICCVID_DriverProc Unknown message: 4004 43510120 0 0009:Ret iccvid.DriverProc() retval=ffffffff ret=7ec26d3f 0009:Ret winmm.SendDriverMessage() retval=ffffffff ret=7d0395bd 0009:Ret msvfw32.ICSendMessage() retval=ffffffff ret=7d09b24f 0009:Ret avifil32.AVIStreamSetFormat() retval=80044067 ret=00407174 ... 0009:Call user32.MessageBoxW(0002002e,02105a50 L"Unable to initialize compressor.",01a5b798 L"SketchUp",00000030) ret=78316909
http://bugs.winehq.org/show_bug.cgi?id=16492
--- Comment #3 from Lei Zhang thestig@google.com 2008-12-16 03:31:52 --- Does installing win32 ffdshow or xvid help?
http://bugs.winehq.org/show_bug.cgi?id=16492
--- Comment #4 from Dan Kegel dank@kegel.com 2008-12-16 07:06:15 --- Nope.
http://bugs.winehq.org/show_bug.cgi?id=16492
Kirill K. Smirnov lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lich@math.spbu.ru
--- Comment #5 from Kirill K. Smirnov lich@math.spbu.ru 2009-03-14 12:14:49 --- It seems wine iccvid.dll does not support compression. Does native Windows iccvid.dll help?
http://bugs.winehq.org/show_bug.cgi?id=16492
Marco marco.carrarini@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marco.carrarini@gmail.com
--- Comment #6 from Marco marco.carrarini@gmail.com 2009-06-29 07:07:08 --- Actually, I have problems in exporting in .avi from Sketchup also under Vista. Under Vista, Sketchup does do the export, but only with Cinepak codec. Any other different codec setting is ignored and the resulting file is encoded in Cinepak anyway. Sketchup seems to be buggy here.
Then I copied a native iccvid.dll into the Sketchup directory and created a profile for Sketchup under "Configure wine", forcing the native iccvid.dll. Now tried to export, leaving the default "Full frame (Uncompressed)" codec setting. The export works, and results in a Cinepak encoded .avi
http://bugs.winehq.org/show_bug.cgi?id=16492
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |iccvid
--- Comment #7 from Dan Kegel dank@kegel.com 2009-06-29 09:57:49 --- Setting component to iccvid, thanks.
http://bugs.winehq.org/show_bug.cgi?id=16492
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2012-01-27 23:06:25 CST --- Still present in 1.4-rc1.
https://bugs.winehq.org/show_bug.cgi?id=16492
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://dl.trimble.com/sketc | |hup/gsu8/FW-3-0-16846-EN.ex | |e CC| |focht@gmx.net Hardware|Other |x86 Summary|Google Sketchup 7 Pro can't |Google Sketchup 7/8 Pro |export animation as .avi |can't export animation as | |.avi (iccvid doesn't | |support compression) OS|other |Linux
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
$ sha1sum FW-3-0-16846-EN.exe 6c9a61fe12b21fe9a1d6b5ee1bb79f331a5fc36c FW-3-0-16846-EN.exe
$ du -sh FW-3-0-16846-EN.exe 35M FW-3-0-16846-EN.exe
$ wine --version wine-1.7.21-19-g8812193
Regards
https://bugs.winehq.org/show_bug.cgi?id=16492
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Google Sketchup 7/8 Pro |Google Sketchup 6/7/8 Pro |can't export animation as |can't export animation as |.avi (iccvid doesn't |.avi (iccvid doesn't |support compression) |support compression)
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com --- I cannot run Sketchup 8 in wine 1.7.53, it crashes on start. But I tested with Sketchup 6 and the video export issue is the same. Actually as already pointed out in comment 6 the program has a bug that ignores the selected codec and always use Cinepak.
Can this bug really be fixed? I mean because of copyright issues or anything like that.
https://bugs.winehq.org/show_bug.cgi?id=16492
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED
--- Comment #11 from Bruno Jesus 00cpxxx@gmail.com --- I'm closing this as nobody replied to my previous comment in 1 year. The solution to this bug is to implement compression in the Cinepak codec (iccvid) but I guess it may hit copyright issues.
As a recap there is a bug in Sketchup that makes it ignore the selected codec, it will always use Cinepak no matter what. Wine supports only decompression so Sketchup fails with a "failed to initialize compressor" error.
As always if anyone feels it can be done just reopen the bug, this was purposely done to call attention to the bug.
https://bugs.winehq.org/show_bug.cgi?id=16492
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=16492
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://dl.trimble.com/sketc |https://web.archive.org/web |hup/gsu8/FW-3-0-16846-EN.ex |/20200105182803/http://dl.t |e |rimble.com/sketchup/gsu8/FW | |-3-0-16846-EN.exe
https://bugs.winehq.org/show_bug.cgi?id=16492
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|iccvid |msvfw32