Just built the game today and got the below error when running the game:  Function call failed: return value was -100101 (Case 1) Location: smbios.cpp:54 (SMBIOS::GetTable)  Call stack:  SMBIOS::GetTable (smbios.cpp:54)     table = (unavailable)     tableIds = (error -100500 while analyzing vector<size_t >)  SMBIOS::InitStructures (smbios.cpp:392)     table = (error -100500 while analyzing vector<unsigned char >)     strings = (error -100500 while analyzing vector<char const * >)     next = 0x00000000  ModuleInit (module_init.cpp:47)     initState = 0x0063CF04 -> 100004 (0x000186A4)     init = 0x00446610 -> (SMBIOS::InitStructures)  SMBIOS::GetStructures (smbios.cpp:665)     initState = 100004 (0x000186A4)  os_cpu_MemorySize (os_cpu.cpp:73)     memorySize = 3327 (0x00000CFF)  RunHardwareDetection (hwdetect.cpp:223)     err = 1075221626 (0x4016947A)     caps3 = 25624576 (0x01870000)     un =          sysname = "ƒERIK-11D29BC4D4"         nodename = "29BC4D4"         release = "‰5.1.2600"         version = [16] { 0, 1, 0, 0, 11, 1, 8, 83 ('S'), 73 ('I'), 65 ('A'), 45 ('-'), 51 ('3'), 50 ('2'), 0, 0, 249 }         machine = [9] { 18, 0, 13, 163, 97 ('a'), 98 ('b'), 112 ('p'), 203, 99 ('c') }      file =          m_Buffer =              px = 0x000016A4             pn =                  pi_ = 0x00000000           m_BufferSize = 3779571220 (0xE147AE14)      code = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)     LINE_126_ =          m_t0 = 1.23038e-303 (0x010B0000005F46B4)         m_description = 0x7C90E920 -> [8] { 35669, 33772, 2284, 22099, 21847, 35836, 3165, 17803 }      caps0 = 4294967295 (0xFFFFFFFF)     settings =          m_Val =              px = 0x0000000A             pn =                  pi_ = 0x0012F778 ->                      use_count_ = 2089877600 (0x7C910060)                     weak_count_ = 4294967295 (0xFFFFFFFF)         caps2 = 2089877600 (0x7C910060)     caps1 = 17557312 (0x010BE740)  InitGraphics (gamesetup.cpp:866)     args = 0x00000002     flags = 4260 (0x000010A4)     setup_vmode = false     buf = "ﵴ"     setup_gui = (bool)0x88     e =                         (error -100406 while analyzing exception)                     m_msg = 0x0012FCE0 -> [8] { 184, 254, 18, 0, 11, 238, 90 ('Z'), 0 }      RunGameOrAtlas (main.cpp:491)     argc = 1 (0x00000001)     argv = 0x010B5AD8 -> 0x010B5AE8 -> "H:\0ad\binaries\system\pyrogenesis.exe"     args =          m_Args = (error -100500 while analyzing vector<pair<CStr8,CStr8> >)         m_Arg0 = { (error -100500 while analyzing string >) }      paths =          m_root =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_rdata =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_data =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_config =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_cache =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_logs =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)       replay =          m_Stream = 0x00000000      mod =          path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)      zip =          path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)      paths =          m_root =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_rdata =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_data =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_config =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_cache =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)          m_logs =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)       builder =          m_VFS =              px = 0x7C90E920 (see above)             pn =                  pi_ = 0x7C9101E0 ->                      use_count_ = 0 (0x00000000)                     weak_count_ = 2090061965 (0x7C93D08D)            m_Files = (error -100500 while analyzing vector<Path >)         m_TempDir =              path = (error -100500 while analyzing basic_string<wchar_t,char_traits<wchar_t> >)    main (main.cpp:512)     argc = 1 (0x00000001)     argv = 0x010B5AD8 (see above)  wmain (wseh.cpp:373)     argc = 1 (0x00000001)     argv = 0x010B5950 -> 0x010B5958 -> "H:\0ad\binaries\system\pyrogenesis.exe"     utf8_argv = (error -100500 while analyzing vector<char * >)     ret = 6557736 (0x00641028)     utf8 = (error -100500 while analyzing string >)  __tmainCRTStartup (crtexe.c:583)     nested = 0 (0x00000000)  CallStartupWithinTryBlock (wseh.cpp:386)     ret = 1489232791 (0x58C3E397)  RegisterWaitForInputIdle (:0)   errno = 0 (?) OS error = 0 (no error code was set) After I pressed Continue the game started, curiously in windowed mode, but that could be something on my end for all I know  Attached is the system_info.txt though I don't know how relevant it is if the SMBIOS thing didn't work :-/ system_info.txt