Announcement

Collapse
No announcement yet.

DVDFAB Crashes and reboots

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DVDFAB Crashes and reboots

    DVD FAB crashes when running in batch. This occurs right after the DVD fab loads the file and the screen refreshes. The Crash cause my computer to reboot.

    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: DVDFab.exe
    Application Version: 9.1.8.8
    Application Timestamp: 54dd91ef
    Fault Module Name: DVDFab.exe
    Fault Module Version: 9.1.8.8
    Fault Module Timestamp: 54dd91ef
    Exception Code: 4000001f
    Exception Offset: 00b30ecb
    OS Version: 6.3.9600.2.0.0.256.27
    Locale ID: 1033
    Additional Information 1: c1c3
    Additional Information 2: c1c3499d204bd941b7c5948bd4945605
    Additional Information 3: ad1c
    Additional Information 4: ad1cddafedd7b78d34bd3ed688184c5c

    I have added the dump folder files too, for your review.

    I uninstalled DVDFAb and reinstalled it and deleted the FAB TEMP folders too.
    The script I am using for batch is here: http://forum.dvdfab.cn/showthread.php?t=26807&page=2
    I tried changing the path for the write destination to use %%x (so the write folder ends up being filename.iso/movie) I will try taking that out to see if it makes a difference.
    Attached Files
    Last edited by dcatcha; 02-28-2015, 03:34 PM. Reason: update the title; add attachment

    #2
    It looks like the folder destination name is the issue.
    I guess I will need to play with that some more.

    Comment


      #3
      Hi,

      Try changing /DEST "K:\dvdfab\%%x" to /DEST "K:\dvdfab\%%~nx". This will provide file name without extension.

      Kevin
      Last edited by k1lv9h; 02-28-2015, 04:46 PM.

      Comment

      Working...
      X