From: Sebastian Scheibner sebastian.scheibner@posteo.de
The software Helicon Filter 5 crashes at startup when it tries to query the registry entry "SystemBiosDate" under HKEY_LOCAL_MACHINE\Hardware\Description\System --- programs/wineboot/wineboot.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c index 1b04fd3b202..4f83d9eef32 100644 --- a/programs/wineboot/wineboot.c +++ b/programs/wineboot/wineboot.c @@ -855,6 +855,7 @@ static void create_bios_processor_values( HKEY system_key, const char *buf, UINT fpu_key = 0; break; } + set_reg_value( system_key, L"SystemBiosDate", L"01/01/70" );
if (RegCreateKeyExW( system_key, L"CentralProcessor", 0, NULL, REG_OPTION_VOLATILE, KEY_ALL_ACCESS, NULL, &cpu_key, NULL ))