I tried a couple of times on different rips but still the same error. Does anyone know what's going on? Thanks!
Here's the log file:
mkisofs log for DVD "BULLITT"
From: "G:\Bullitt Widescreen\DVD"
DVD-TEXT General Name: ""
Provider ID: "DVDFab 2972"
Number of VTS: 1
Output file: "G:\Bullitt Widescreen\DVD\DVD.ISO"
Volume label: "BULLITT"
Running under windows (OS type: Windows NT)
mkisofs 2.01 X (i686-pc-cygwin)
mkisofs: No space left on device. cannot fwrite 32768*1
****** ERROR returned by mkisofs! ******
MakeISO batch was:
@echo off
set c="C:\unzipped\Classic_0.91.7\Classic_0.91.7\mkiso fs.exe"
set c=%c% -dvd-video -no-pad -p PgcEdit -m "*[bB]ackup*" -m "Copy of *"
set c=%c% -V "BULLITT"
set c=%c% -o "G:\Bullitt Widescreen\DVD\DVD.ISO"
%c% "G:\Bullitt Widescreen\DVD" 2>&1
if errorlevel 1 echo ****** ERROR returned by mkisofs! ******
Here's the log file:
mkisofs log for DVD "BULLITT"
From: "G:\Bullitt Widescreen\DVD"
DVD-TEXT General Name: ""
Provider ID: "DVDFab 2972"
Number of VTS: 1
Output file: "G:\Bullitt Widescreen\DVD\DVD.ISO"
Volume label: "BULLITT"
Running under windows (OS type: Windows NT)
mkisofs 2.01 X (i686-pc-cygwin)
mkisofs: No space left on device. cannot fwrite 32768*1
****** ERROR returned by mkisofs! ******
MakeISO batch was:
@echo off
set c="C:\unzipped\Classic_0.91.7\Classic_0.91.7\mkiso fs.exe"
set c=%c% -dvd-video -no-pad -p PgcEdit -m "*[bB]ackup*" -m "Copy of *"
set c=%c% -V "BULLITT"
set c=%c% -o "G:\Bullitt Widescreen\DVD\DVD.ISO"
%c% "G:\Bullitt Widescreen\DVD" 2>&1
if errorlevel 1 echo ****** ERROR returned by mkisofs! ******
Comment