Unable to record AVI with Wine 5.15 and fbneo

Questions about Wine on Linux
Locked
glisignoli
Newbie
Newbie
Posts: 3
Joined: Tue Aug 25, 2020 10:34 pm

Unable to record AVI with Wine 5.15 and fbneo

Post by glisignoli »

Hello

I'm using wine 5.15 (staging) on Fedora 32 and I am using it to run fbneo (https://github.com/finalburnneo/FBNeo).

I am attempting to use the 'Record AVI' Function of fbneo, but whenever I try to use it, recording doesn't start and a 339Kb .avi file is generated. I have attempted to try multiple codecs (though uncompressed is ideal).

Any ideas?
glisignoli
Newbie
Newbie
Posts: 3
Joined: Tue Aug 25, 2020 10:34 pm

Re: Unable to record AVI with Wine 5.15 and fbneo

Post by glisignoli »

I managed to resolve this by installing the avifil32 dll with winetricks

Code: Select all

winetricks -q avifil32
Locked