White Screen and Crash When Opened

isthatseb

Terrarian
Error Logging Enabled.
Resolution changed to: 1920x1080.
================
10/10/2022 11:08:15 PM: First-Chance Exception
Thread: 1 [Main Thread]
Culture: en-US
Exception: System.DllNotFoundException: Unable to load DLL 'RzChromaSDK.dll': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)
at ReLogic.Peripherals.RGB.Razer.NativeMethods.Init()
at ReLogic.Peripherals.RGB.Razer.RazerDeviceGroup.Initialize()
HResult: -2146233052
================

Razer Chroma not supported: System.DllNotFoundException: Unable to load DLL 'RzChromaSDK.dll': A dynamic link library (DLL) initialization routine failed. (Exception from HRESULT: 0x8007045A)
at ReLogic.Peripherals.RGB.Razer.NativeMethods.Init()
at ReLogic.Peripherals.RGB.Razer.RazerDeviceGroup.Initialize()
================
10/10/2022 11:08:15 PM: First-Chance Exception
Thread: 1 [Main Thread]
Culture: en-US
Exception: ReLogic.Peripherals.RGB.DeviceInitializationException: Corsair initialization failed with: CE_ServerNotFound
at ReLogic.Peripherals.RGB.Corsair.CorsairDeviceGroup.Initialize()
HResult: -2146233088
================

Corsair RGB not supported. (Can be disabled via Config.json)
================
10/10/2022 11:08:15 PM: First-Chance Exception
Thread: 1 [Main Thread]
Culture: en-US
Exception: ReLogic.Peripherals.RGB.DeviceInitializationException: LogitechGSDK failed to initialize.
at ReLogic.Peripherals.RGB.Logitech.LogitechDeviceGroup.Initialize()
HResult: -2146233088
================

Logitech RGB not supported. (Can be disabled via Config.json)
 
I dealt with this in troubleshooting my own issues. You need to disable "RGB" support for Terraria in your config.json file.
Open it with the text editor of your choice (it's all readable) and add the following lines to the file:

Code:
  "UseRazerRGB": false,
  "UseSteelSeriesRGB": false,
  "UseCorsairRGB": false,
  "UseLogitechRGB": false
Be certain to add a comma to each line but the last one, and make sure the last line in the file is a curly end bracket like this }
I hope this solves your issue!
 
I dealt with this in troubleshooting my own issues. You need to disable "RGB" support for Terraria in your config.json file.
Open it with the text editor of your choice (it's all readable) and add the following lines to the file:

Code:
  "UseRazerRGB": false,
  "UseSteelSeriesRGB": false,
  "UseCorsairRGB": false,
  "UseLogitechRGB": false
Be certain to add a comma to each line but the last one, and make sure the last line in the file is a curly end bracket like this }
I hope this solves your issue!
I love you
 
Back
Top Bottom