Conan Exiles

Conan Exiles

View Stats:
DarkFire May 10, 2024 @ 5:32pm
Constant SRGB crashes.
Game worked fine a few days ago. Now every time I try to load my SP save the game crashes with an SRGB error. Running the latest NVidia driver, no other game crashes like this.

Anyone else seeing constant crashes like this?
< >
Showing 1-4 of 4 comments
Mod.
DarkFire May 10, 2024 @ 7:13pm 
Originally posted by Estevan Valladares:
Mod.

Based on what?
Estevan Valladares May 10, 2024 @ 10:38pm 
sRGB is not an "error definition", it is a type of data. It is like saying "Integer Error", "String Error", it makes no sense.

But what crashes the game, client, and sometimes the server, is when someone tries to serialize sRGB data in a mod to store it in a variable type that is not serializable. That causes a fatal error.

Even if you remove the mod that caused the error, it might persist if the database you are using was saved with the incompatible struct in the mod, then when you remove the mod, it still tries to load data that has no struct to be deserialized.

It would be very unlikely that sRGB mentioning error would be caused by the core game, because all the structs of the native game are loaded before its values are used. Which does not happen when a mod does its own structs.

Unless the error is elsewhere, also not in the core game, but in something else interacting with game data.

But the most likely reason is either mods or some other incompatible software like drivers or etc. If you said you are running the latest drivers, the other thing that might cause crashes mentioning sRGB, it must be mods.
DarkFire May 11, 2024 @ 6:16am 
Originally posted by Estevan Valladares:
sRGB is not an "error definition", it is a type of data. It is like saying "Integer Error", "String Error", it makes no sense.

But what crashes the game, client, and sometimes the server, is when someone tries to serialize sRGB data in a mod to store it in a variable type that is not serializable. That causes a fatal error.

Even if you remove the mod that caused the error, it might persist if the database you are using was saved with the incompatible struct in the mod, then when you remove the mod, it still tries to load data that has no struct to be deserialized.

It would be very unlikely that sRGB mentioning error would be caused by the core game, because all the structs of the native game are loaded before its values are used. Which does not happen when a mod does its own structs.

Unless the error is elsewhere, also not in the core game, but in something else interacting with game data.

But the most likely reason is either mods or some other incompatible software like drivers or etc. If you said you are running the latest drivers, the other thing that might cause crashes mentioning sRGB, it must be mods.

That's helpful to know, thanks. I'll take a look at my current mods to see what's causing it.
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: May 10, 2024 @ 5:32pm
Posts: 4