View Single Post
  #1  
Old 03-20-2010, 07:28 AM
Stream Recorder
 
Posts: n/a
Default

Installing Replay Video Capture on Ubuntu with Wine


I don't see much sense using Replay Video Capture on Linux or Mac OS X. Even if it works, it will only record sound from Windows applications. And most probably you will be able to record video from Windows applications only.

I tried to install Replay Media Catcher in Ubuntu 9.10, but got the following error:
Code:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
It was easy to fix the problem
Code:
wget http://www.kegel.com/wine/winetricks
winetricks vcrun2005sp1
I was able to run Replay Video Capture, but couldn't record anything with it. May be I need a newer version of Wine.
Reply With Quote