Hippo0o / bg3-mods

GNU General Public License v3.0
11 stars 3 forks source link

Running the combat mod on Linux - crash at startup #1

Closed jpbaltazar closed 4 months ago

jpbaltazar commented 4 months ago

I've been trying to run the combat mod on Linux (Arch) but it seems to cause a crash at startup. By itself the script extender and mod fixer are not crashing the game and I have used mods previously without issue. I did install the mods by editing the modsettings.lsx

I'm absolutely available to provide extra info if needed.

Edit: my gold.XXXXXX.log files are completely empty.

modsettings.lsx

<?xml version="1.0" encoding="UTF-8"?>
<save>
    <version major="4" minor="6" revision="0" build="900"/>
    <region id="ModuleSettings">
        <node id="root">
            <children>
                <node id="ModOrder"/>
                    <children>
                         <node id="Module">
                            <attribute id="UUID" type="FixedString" value="e6f0c417-36f9-42d6-9617-fd7fe2efd626"/>
                         </node>
                    </children>
                <node id="Mods">
                    <children>
                        <node id="ModuleShortDesc">
                            <attribute id="Folder" type="LSString" value="GustavDev"/>
                            <attribute id="MD5" type="LSString" value=""/>
                            <attribute id="Name" type="LSString" value="GustavDev"/>
                            <attribute id="UUID" type="FixedString" value="28ac9ce2-2aba-8cda-b3b5-6e922f71b6b8"/>
                            <attribute id="Version64" type="int64" value="36028797018963968"/>
                        </node>
                        <node id="ModuleShortDesc">
                            <attribute id="Folder" type="LSString" value="CombatMod"/>
                            <attribute id="MD5" type="LSString" value="2108996cfa9f3657a5bf58d5b88857d5"/>
                            <attribute id="Name" type="LSString" value="Trials of Tav - a roguelike mode"/>
                            <attribute id="UUID" type="FixedString" value="e6f0c417-36f9-42d6-9617-fd7fe2efd626"/>
                            <attribute id="Version64" type="int64" value="36451011631513600"/>
                        </node>
                    </children>
                </node>
            </children>
        </node>
    </region>
</save>`

My log (Launcher/Logs/runlog.txt):

15/6/24 03:49:39 0 Working directory is "Z:\home\josem\.local\share\Steam\steamapps\common\Baldurs Gate 3\Launcher"
15/6/24 03:49:39 0 Version 4.49.71.584
15/6/24 03:49:39 0 System locale is "en-US"
15/6/24 03:49:39 0 App locale is "en"
15/6/24 03:49:39 1 Initializing community
15/6/24 03:49:39 1 Platform Steam
15/6/24 03:49:39 1 Steam authentication requested
15/6/24 03:49:39 1 Steam initialized
15/6/24 03:49:39 1 Initializing web component
15/6/24 03:49:39 1 Starting initialization of CEF
15/6/24 03:49:40 1 Steam authenticated
15/6/24 03:49:41 1 Initializing SDL
15/6/24 03:49:41 1 Site version 168
15/6/24 03:49:42 1 Starting the driver check
15/6/24 03:49:43 1 User Nvidia graphics driver version 550.90.7.0
15/6/24 03:49:43 1 Recommended Nvidia graphics driver version 536.99
15/6/24 03:49:43 1 Done with the driver check
15/6/24 03:49:43 1 No save files found. The profile folder doesn't exist.
15/6/24 03:49:45 1 No save files found. The profile folder doesn't exist.
15/6/24 03:49:48 0 Run Game "..\bin\bg3_dx11.exe"
15/6/24 03:49:48 1 Launch executable "..\bin\bg3_dx11.exe"
15/6/24 03:49:48 0 Launched executable "..\bin\bg3_dx11.exe"
15/6/24 03:49:49 1 Storage reads per second: 2431
15/6/24 03:49:49 3 {"message": "Invalid request body"} StatusCode1 BadRequest
15/6/24 03:49:54 0 Launched executable "CrashReporter.exe"
15/6/24 03:49:54 1 Exiting application
15/6/24 03:49:54 1 Releasing community
15/6/24 03:49:54 1 Steam begin shutdown
15/6/24 03:49:54 1 Steam shutdown done
15/6/24 03:49:54 1 Releasing web component
15/6/24 03:49:54 1 Platform Steam
15/6/24 03:49:54 1 Steam authentication requested
15/6/24 03:49:54 1 Steam initialized
15/6/24 03:49:55 1 Releasing SDL
15/6/24 03:49:55 1 Releasing internals
15/6/24 03:49:55 1 Exit done
15/6/24 03:49:55 1 Steam authenticated
15/6/24 03:49:58 1 Steam begin shutdown
15/6/24 03:49:58 1 Steam shutdown done
Hippo0o commented 4 months ago

My mod can't do anything that would prevent the game from starting. There has to be a different problem. I can't help with that.