Can't create DVDMenu

Issue #32 resolved
John Lindström created an issue

[12:33:28] (INFO) [LOADING ISO] [12:33:28] (DEBUG) --> isoFile: [F:\games\jr-forzahz.iso] [12:33:44] (INFO) [COPYING RESOURCES TO BUILD FOLDER] [12:33:45] (INFO) [BUILDING DVDS FILE] [12:33:45] (DEBUG) -> Theme: Ayala Pink [12:33:45] (DEBUG) -> Selected game: 1 [12:33:45] (DEBUG) -> Game per menu: 4 [12:33:45] (DEBUG) -> Max game per titleset: 10 [12:33:45] (DEBUG) -> Number of vmenu: 1 (max: 99) [12:33:45] (DEBUG) -> Number of titleset: 1 (max: 99) [12:33:45] (DEBUG) --> creating vmgmMenu 1/1 [12:33:45] (DEBUG) -> creating button [12:33:45] (DEBUG) -> creating button [12:33:45] (DEBUG) -> creating button [12:33:45] (DEBUG) -> creating button [12:33:45] (DEBUG) --> creating titleset 1/1 [12:33:45] (DEBUG) ----> creating menu main [12:33:45] (DEBUG) ----> creating menu 1/1 [12:33:46] (DEBUG) -> creating nav-button [12:33:46] (DEBUG) -> creating image [12:33:46] (INFO) [BUILDING ISO FILE] [12:33:46] (INFO) --> copying DVDStyler preferences file to d:\program\dvdstyler\bin..\DVDStyler.ini [12:33:51] (DEBUG) --> [DVDStyler][stderr] 12:33:51: Error: XML parsing error: 'not well-formed (invalid token)' at line 2 [12:33:51] (DEBUG) --> [DVDStyler][stderr] 12:33:51: Error: Cannot open file 'C:\Users\John A. Lindström\Desktop\XKeyBrew\app\build\theme.dvds'. [12:33:51] (DEBUG) --> [DVDStyler][stderr] 12:33:51: Error: Error opening 'C:\Users\John A. Lindström\Desktop\XKeyBrew\app\build\theme.dvds' [12:33:57] (DEBUG) --> [DVDStyler] Exited with value 0 [12:33:57] (INFO) [BUILDING XSK FILE] [12:33:57] (ERROR) Error opening iso file java.lang.Exception: Error opening iso file at com.xkeybrew.core.dvdinfo.DvdMenuReadSectors.<init>(DvdMenuReadSectors.java:28) at com.xkeybrew.controllers.BuildPopupController$1.buildXskFile(BuildPopupController.java:166) at com.xkeybrew.controllers.BuildPopupController$1.processActions(BuildPopupController.java:259) at com.xkeybrew.controllers.BuildPopupController$1.buildDvdsFile(BuildPopupController.java:198) at com.xkeybrew.controllers.BuildPopupController$1.call(BuildPopupController.java:277) at javafx.concurrent.Task$TaskCallable.call(Task.java:1426) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:744) Caused by: java.io.FileNotFoundException: C:\Users\John A. Lindström\Desktop\XKeyBrew\app\build\menu.iso (Det går inte att hitta filen) at java.io.RandomAccessFile.open(Native Method) at java.io.RandomAccessFile.<init>(RandomAccessFile.java:236) at com.xkeybrew.core.shared.MyRandomAccessFile.<init>(MyRandomAccessFile.java:24) at com.xkeybrew.core.dvdinfo.DvdMenuReadSectors.<init>(DvdMenuReadSectors.java:26) ... 7 more

Any thoughts? :)

Comments (3)

  1. 巴蒂斯Badisi repo owner

    The error is: Error: XML parsing error: 'not well-formed (invalid token)' at line 2

    Can you please send me the file: 'C:\Users\John A. Lindström\Desktop\XKeyBrew\app\build\theme.dvds' ?

    Thanks

  2. 巴蒂斯Badisi repo owner

    I have looked at your file and it seems that DVDStyler is not able to properly read the property:

    isoFile="C:\Users\John A. Lindström\Desktop\XKeyBrew\app\build\menu.iso"
    

    Try to put the XKeyBrew folder somewhere else and avoid special characters like "ö" and you should be fine.
    (if the problem still occurred try to also avoid spaces in the path)

    Tell me if it works ;-)

  3. Log in to comment