Displaying 4 results from an estimated 4 matches for "comskip".
2011 Jan 21
1
Unhandled exception error on single account
...t run wine from the account with the problem. I've gone through and cross-checked environment variables and permissions, but nothing obvious pops out.
Here's wine the way it should work on the "good" account:
Code:
good$ /opt/local/bin/wine "/Library/Application Support/ETVComskip/comskip/comskip.exe" 0000000012e71eda.mpg
Comskip 0.80.039, made using:
mpeg2dec-0.4.0 - by Michel Lespinasse <walken at zoy.org> and Aaron Holtzman
The commandline used was:
"Z:\Library\Application Support\ETVComskip\comskip\comskip.exe" 0000000012e71eda.mpg
Opening 000000001...
2011 Sep 12
6
WINE fails in directories with Question Marks in name
Is there a way to tell WINE that question marks in directory names are okay? WINE fails whenever I ask it to access a file from within a directory with a question mark in its name.
Specifically, my HTPC marks all commercials using WINE and Comskip. Whenever the schedule includes a tv show with a question mark in its title, WINE fails. Here are the logs that illustrate the failure.
Script log that calls WINE:
Code:
Sun Sep 4 23:00:24 2011 - Changing directory to /Volumes/Macintosh HD2/Documents/EyeTV Archive/Curiosity_ Is There a Parallel...
2011 Jan 22
4
wine on mac os x and x11
I have a console-only windows application which I'd like to run on OS
X. It runs, but insists on starting X11 every
time I invoke wine, even though all the app does is write to a file.
According to the the documentation
at http://www.winehq.org/site/docs/wineusr-guide/cui-programs, wine
should not require X11 for CLI programs.
I've also tried invoking via wineconsole with no effect.
Is
2012 Mar 09
0
Re: WINE fails in directories with Question Marks in name
...t; Is there a way to tell WINE that question marks in directory names are okay? WINE fails whenever I ask it to access a file from within a directory with a question mark in its name.
I had the exact same problem. The only workaround is to get that folder renamed to DOS compatible characters, let comskip run through Wine, and then change the name back again. I had to change the RecordingStarted and RecordingDone scripts to get this to happen. Only good way I could think of getting it done is to store off the Title and Episode into temporary files at the start and go read them back when EyeTV was do...