Jump to content
LaunchBox Community Forums

Panget

Members
  • Posts

    5
  • Joined

Posts posted by Panget

  1. After the Windows 10 creators update I also experienced crashes when trying to launch Bigbox. Reinstalling nvidia drivers and turning off Gamebar didn't work. The problem was somehow related to MSI Afterburner and RivaTunerstatistics. After putting an exclusion for launchbox.exe and bigbox.exe they would launch again. 

    • Like 3
  2. mame64.exe v0.178 no startup screens

    View File

    Windows Mame x64 version 0.178 compiled without warning or information screens on startup

    Source modification:

      src/frontend/mame/ui/ui.cpp
    @@ -284,6 +284,9 @@ void mame_ui_manager::display_startup_screens(bool first_time)
        bool show_warnings = true, show_mandatory_fileman = true;
        int state;
       
        + // HACK disable all startup screens
        + show_gameinfo = show_warnings = show_mandatory_fileman = false;
        +

     

×
×
  • Create New...