SOMA
Community created content for SOMA
Get community created content for SOMA. Even better, learn how to create your own content and to share it.
Learn More
SOMA Custom Map FATAL ERROR boot problem
I've subscribed to just a small handful of workshop addons, and when I go to boot up some maps, it loads for a second. However, before I could get any further in the loading, it instantly crashes, and I'm met with an error that reads: FATAL ERROR: Could not load script for 'LuxRichPresenceHandler' of class 'cScrRichPresenceHandler'. No progress beyond that. Any help or guidance is appreciated! Thanks guys!
< >
Showing 1-1 of 1 comments
crater 2 22 Jan, 2022 @ 7:51pm 
The recent update to the game broke some mods but you can fix them yourself if the mod authors don't update them.

Navigate to \steamapps\workshop\content\282140\ and find the mod (the mod ID will be in the workshop page url). Go to /config/ and open up game.cfg in a text editor.

You'll see a section at the top that looks something like this (if any of the other lines are different, it probably means the mod author changed something for the mod):
<ScriptFiles Player = "player/Player.hps" InputHandler = "base/InputHandler.hps" EventDatabaseHandler = "base/EventDatabaseHandler.hps" GuiHandler = "base/GuiHandler.hps" AchievementHandler = "base/AchievementHandler.hps" />

Add these two lines below AchievementHandler:

HeroStatsHandler = "base/HeroStatsHandler.hps" RichPresenceHandler = "base/RichPresenceHandler.hps"

It should look something like this:

<ScriptFiles Player = "player/Player.hps" InputHandler = "base/InputHandler.hps" EventDatabaseHandler = "base/EventDatabaseHandler.hps" GuiHandler = "base/GuiHandler.hps" AchievementHandler = "base/AchievementHandler.hps" HeroStatsHandler = "base/HeroStatsHandler.hps" RichPresenceHandler = "base/RichPresenceHandler.hps" />

Save the file and try launching the mod again, that should fix the error.
Last edited by crater; 22 Jan, 2022 @ 7:51pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50