Black screen when selecting a game

Issue #22 resolved
Former user created an issue

my log file has this error

[01:10:28] (WARN) Invalid byte 1 of 1-byte UTF-8 sequence. [01:10:28] (DEBUG) ----> creating menu 5/9 [01:10:28] (DEBUG) -> creating nav-button [01:10:28] (DEBUG) -> creating image [01:10:28] (DEBUG) -> creating text [01:10:28] (WARN) Invalid byte 1 of 1-byte UTF-8 sequence. [01:10:28] (DEBUG) ----> creating menu 6/9 [01:10:28] (DEBUG) -> creating nav-button [01:10:28] (DEBUG) -> creating image [01:10:28] (DEBUG) -> creating text [01:10:28] (WARN) Invalid byte 1 of 1-byte UTF-8 sequence. [01:10:28] (DEBUG) ----> creating menu 7/9 [01:10:28] (DEBUG) -> creating nav-button [01:10:28] (DEBUG) -> creating image [01:10:28] (DEBUG) -> creating text [01:10:28] (WARN) Invalid byte 1 of 1-byte UTF-8 sequence. [01:10:28] (DEBUG) ----> creating menu 8/9 [01:10:28] (DEBUG) -> creating nav-button [01:10:28] (DEBUG) -> creating image [01:10:28] (DEBUG) -> creating text [01:10:28] (DEBUG) ----> creating menu 9/9

Comments (14)

  1. Michael wilkes

    so actully for some reason in dvd styler every menu 1 is black but the rest of the game menues are ok only the 1st one in every set of 10? do you know what would do that and its in every theme

  2. Michael wilkes

    so i even found out more in the newest dvd styler under the DVD tab click options and at the very bottom a box is checked that makes it create an empty menu if its not anVMGM titleset and only the first one is

  3. 巴蒂斯Badisi repo owner

    1) (WARN) Invalid byte 1 of 1-byte UTF-8 sequence
    This isn't an error, it's a warning that can be safely ignored. Besides it's related to text component which does not seems to be related to the problem you are facing.

    2) Black menu
    VMGMs are the main menus of a dvd-menu. From there (when you select a game) we need to jump to the proper MENU in the proper TITLESET. But you can only jump from VMGM to TITLESET (not directly to titleset submenu). That's why any titleset has a "black" menu that acts as a redirect menu.

    From VMGM we set a variable, then we jump to a TITLESET first menu that will exec a command using the variable and jump to the desired submenu.

    There is nothing wrong with what you call "black" menus.

    3) Your error
    Can you zip me the content of your build folder please ? (except the iso file). That way I will be able to rebuild your dvd-menu myself and better understand where the problem is. Thanks

  4. Michael wilkes

    right there is a black titleset then submenu1 is black as well on everytitle set when it should be a game...trying to upload my build folder not working

  5. 巴蒂斯Badisi repo owner

    Why is it not working ? Is the file too big ? If you have dropbox, google drive or skydrive can you just upload it there and make it public ?

  6. 巴蒂斯Badisi repo owner

    After further investigation this error is due to a regression in 1.7.
    I will try to fix it asap as it is a critical issue.
    Thanks

  7. Log in to comment