donalmass / winetricks

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

Indeo codec 3.2 is not on winetricks icodecs #302

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use winetricks icodecs
2. Install and run Age of Wonders 1

What is the expected output? What do you see instead?

Intro should play, only intro sound does. As there is no other way to install 
indeo codecs it seems that the package given does not install it. I would 
prefer if any substitute or additional installer would also not require user 
input, which isn't the case on i5setup.exe (which has a error anyway).

What version of the product are you using? On what operating system?
wine 1.5.22
Linux AIVAS-I 3.5.0-22-generic #34-Ubuntu SMP Tue Jan 8 21:47:00 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.
The error can be worked around without manual install of the codec by doing 
this in a batch file:
#indeo codecs for the intro movie (the ir32_32.dll was added to the game exe 
dir)
wine reg add "HKLM\\Software\\Microsoft\\Windows 
NT\\CurrentVersion\\drivers.desc" /v "ir32_32.dll" /t REG_SZ /d "Indeo® Video 
R3.2"
wine reg add "HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Drivers32" 
/v "vidc.iv32" /t REG_SZ /d "ir32_32.dll"

As said in the comment, the codec dll was added to the same dir as the game 
executable. This seems to be enough to run with the video if the exe is invoked 
from the right directory (although a winetricks package should put it in 
system32 or syswow64 of course).

So i'm requesting a new winetricks for this dll or adding it to the icodecs 
package.
If this can't be allowed because of the licensing of the dll, just close it.

Original issue reported on code.google.com by i30817@gmail.com on 21 Jan 2013 at 5:57

GoogleCodeExporter commented 8 years ago
Do you know a good (i.e. not squiffy) download URL for the codec's installer?

Original comment by daniel.r...@gmail.com on 21 Jan 2013 at 6:01

GoogleCodeExporter commented 8 years ago
No. The one i used had to be installed manually, in the UI and with the 
'custom' option to only install the iv32 codec (one of the others crashed the 
installer).

Original comment by i30817@gmail.com on 22 Jan 2013 at 10:14

GoogleCodeExporter commented 8 years ago
What does yours look like - is it a single self-extracting .exe or .msi?
If so, what's the filename and sha1sum?

Original comment by daniel.r...@gmail.com on 22 Jan 2013 at 2:51

GoogleCodeExporter commented 8 years ago
Well, it's not 'mine'. It's a script i use to run age of wonders.
The iv5setup exe i got (which has that error, and is apparently only UI 
installable, not CMD line) was from here probably:
http://www.moviecodec.com/download-codec-packs/indeo-codecs-legacy-package-31/

md5sum
359afe192360a11e6bd94611a473687c  iv5setup.exe

Original comment by i30817@gmail.com on 23 Jan 2013 at 1:53

GoogleCodeExporter commented 8 years ago
Thing is, i'd really appreciate if most winetricks dlls installs continue to be 
user input-less.

Original comment by i30817@gmail.com on 23 Jan 2013 at 1:54