Posted February 09, 2018
Hey Tom and non-Sara programmer. It appears the game not recognizing IV50 codec is a bug in Wine's msvfw32. When tracing this in Wine I see Wine is receiving ICInfo() & ICOpen() calls with the fccType set to 0. Actually, just looking at MSDN right now I see that should match any/all compressor types. Wine does not handle that. Assigning fccType to 0x63646976 (vidc) allows Wine to match the fccType & fccHandler and load the codec.
The logo video will then play. If in a broken & too large fashion. Likely another Wine bug. Still progress.
I will go and report the fccType all Wine bug. Better than having you guys trying to code in Wine workarounds all the time.
Also, I thought of another possibly workaround to try.
The logo video will then play. If in a broken & too large fashion. Likely another Wine bug. Still progress.
I will go and report the fccType all Wine bug. Better than having you guys trying to code in Wine workarounds all the time.
Also, I thought of another possibly workaround to try.