FrogCast / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

The download link for Intel Indeo codecs is broken #428

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run winetricks icodecs

What is the expected output? What do you see instead?
Running the above command will result in a 404 Not found due to the download 
link is broken.

Also if trying to install it from the GUI (winetricks -> "Select the default 
wineprefix" -> "Install a Windows DLL or component" -> "icodecs"), the 
following error dialog shows up:
Title: winetricks
Message: sha1sum mismatch! Rename 
/home/user/.cache/winetricks/icodecs/codinstl.exe and try again.

In both situations, codecs should download and install without errors

What version of the product are you using? On what operating system?
wine 1.7.19
winetricks v20140302 (sha1sum: ac2db280b597145bd174c111f1d9a67f26284016)
Ubuntu 10.04.4 LTS

Please provide any additional information below.
The link in question is:
"http://codec.alshow.co.kr/Down/codinstl.exe"

Off course, when trying to install all codecs (e.g. running winetricks 
allcodecs), the installation fails when reaches icodecs

Original issue reported on code.google.com by luisg1...@gmail.com on 3 Jun 2014 at 6:26

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
@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

GoogleCodeExporter commented 8 years ago
@ 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