Norbyte / ositools

Advanced scripting and mod support for Divinity Original Sin 2
MIT License
373 stars 30 forks source link

game load crash #119

Closed msphell closed 1 year ago

msphell commented 1 year ago

Operating System

Windows

Extender Version

v58

Game Version

v3.6.117.3735

Bug Summary

game crash

Links

image

charlesbcqq commented 1 year ago

I got the same exact issue. The game was running smoothly at v57, but when the script extender updated to v58 earlier today, the same exact error happened to me. I can't even get to the game's home menu. I just hope it just stayed at v57. I hope this gets fixed soon. I really loved playing the games with the mods.

charlesbcqq commented 1 year ago

Hey, I fixed it! Just do the following: 1.) Re-install the script extender by downloading the dxgi.dll again and putting it in the same bin folder. 2.) Create a text document in the same bin folder and paste this code:

{ "UpdateChannel": "Devel", "TargetVersion": "57.0.0.0", "TargetResourceDigest": "2867ca7912b02b4e898ad9fff2e45e7d1eb1dc7932512f8633bfbf3ba69d3682", "Debug": true }

3.) Rename the text document to ScriptExtenderUpdaterConfig.json 4.) Relaunch the game and it should now be back to V57 and won't auto-update anymore.

I hope that helped. I don't even know how to code. I just found out how to turn off the auto-update.

cepreu2github commented 1 year ago

I confirm charlesbcqq solution as working. Probably should be in installation instructions somewhere since now it is only way to get game up and running.

LaughingLeader commented 1 year ago

I'm curious what mods are active in the load order here, since v58 has been in the "Development" branch for a while, and we haven't had any crashes in the main menu (as far as I know).

A copy of the modsettings.lsx would be helpful (this contains the mod order). You can find that file here:

%USERPROFILE%\Documents\Larian Studios\Divinity Original Sin 2\PlayerProfiles\ProfileName\modsettings.lsx
LaughingLeader commented 1 year ago

This should be fixed in the latest update: d756ad1b6e6ac1123e51f91a4aa73bd53b6fba54

cepreu2github commented 1 year ago

modsettings.zip

In case if it still needed.