Closed GoogleCodeExporter closed 9 years ago
same problem with wine 1.6.2 in ubuntu 14.04 , If you need indeo codecs try the
following work around :
1) search the download link of "codinstl.exe" on google ( or any other search
engine !) today I found :
http://www.moviecodec.com/downloads/file.php?id=7
2) open a terminal, go to the directory where you downloaded "codinstl.exe" (
maybe "cd ~/Download/") and execute the command :
wine codinstl.exe
3) follow the steps of codeinstl.exe installation and reload the application
which use indeo codecs, it should works now.
Original comment by rouxph...@gmail.com
on 30 Nov 2014 at 9:34
Did that worked for you?
I'm not sure, but I think when winetricks install the indeo codecs, it performs
some workarounds or similar.
If i try to install it manually, it seems to mess up the wineprefix, and I get
the error "Bad file descriptor" when trying to run some applications.
Here is the complete error message:
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
wine: Unhandled page fault on write access to 0x00223000 at address 0xf750ecbf
(thread 0028), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc51cab
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
wine client error:9: write: Bad file descriptor
I've not tried it yet with wine 1.6.2, but wine 1.7.23
Original comment by luisg1...@gmail.com
on 30 Nov 2014 at 5:09
Your winetricks is out of date, this was fixed by
https://code.google.com/p/winetricks/source/detail?r=2a01c2040dabd1edc44fc416e1d
1f36ae31a937d
Original comment by austinenglish@gmail.com
on 30 Nov 2014 at 8:40
I don't know why, but I just downloaded winetricks from
http://winetricks.org/winetricks
And line 5783 still says:
w_download "http://codec.alshow.co.kr/Down/codinstl.exe" ...
Do I need to "pull" the svn version? Why it's not updated?
Original comment by luisg1...@gmail.com
on 30 Nov 2014 at 10:15
Use https://winetricks.googlecode.com/git/src/winetricks
The version on winetricks.org is manually updated, I've asked Dan to update it.
Original comment by austinenglish@gmail.com
on 30 Nov 2014 at 10:19
[deleted comment]
[deleted comment]
Thanks all for your help!
I still have the above mentioned error (Bad file descriptor), so now it seems
to be an wine bug.
Just for reference, I was trying to run MMx4, whose videos are encoded with
Intel Indeo 5 codec. It runs and it's playable, but the videos don't show up.
After I install the codec with winetricks, the game doesn't even run.
Thanks again!
Original comment by luisg1...@gmail.com
on 30 Nov 2014 at 10:43
@luisg1 yes it works fine for me. I needed indeo codecs to run an image
processing tool for astronomy : regsitax (see
http://www.astronomie.be/registax/aviformats.html )
@ austinenglish my "winetricks --version" is "20140302", it is the current
version that provides my package manager
Original comment by rouxph...@gmail.com
on 1 Dec 2014 at 7:33
@ rouxph they just updated the winetricks version in the public download link.
If you want to update your winetrick's version, just run these two commands:
sudo wget http://winetricks.org/winetricks -O /usr/local/bin/winetricks
sudo chmod +x /usr/local/bin/winetricks
Original comment by luisg1...@gmail.com
on 1 Dec 2014 at 2:04
Original issue reported on code.google.com by
luisg1...@gmail.com
on 3 Jun 2014 at 6:26