https://bugs.winehq.org/show_bug.cgi?id=41079
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to Damian Hummel from comment #3)
(In reply to Vincent Povirk from comment #1)
Is this the same program that has a download link at http://www.hauppauge.com/capture/ ?
After downloading and attempting to install through the command line I get the error message:
wine ~/Downloads/hauppaugecapture_1_0_34057 (1).exe -bash: syntax error near unexpected token `('
A: cd to the directory B: ( is a special character in bash. Put quotes around the filename to avoid that (or rename/escape those characters).
That also implies you either downloaded it twice by mistake, or it is the same program you previously downloaded.