Norbyte / bg3se

Baldur's Gate 3 Script Extender
Other
1.13k stars 66 forks source link

script extender not working after hotfix 9 #94

Open Aceicewolf16 opened 1 year ago

Aceicewolf16 commented 1 year ago

I keep getting an error every time I load the game that says Failed to apply script extender update: script extender update failed: failed to write manifest file the the file location is listed.

mrutah commented 1 year ago

Same issue here.

Norbyte commented 1 year ago

This can happen if you ran the game as both administrator and non-administrator and the file has permissions so the non-administrator process cannot access it.

Easiest fix is to delete the whole BG3ScriptExtender folder that the error is pointing to.

michaelvolz commented 1 year ago

There is no error, it just does not load any mod anymore.

0Edit: I just uninstalled the "Scriptextender with console" completely via Vortex and reinstalled it and set it to "Engine Injector" as before, but the console window is now gone.

Edit2: After disabling every mod that updated in the last 24 hours, it works again. 😊

rcx1 commented 1 year ago

After patch v9 following issues appeared (lines with *** were in red):

BG3Ext v6 built on Oct  1 2023 08:58:23
Game version v4.37.67.641 OK
ScriptExtender::Initialize: Starting
No match found for mapping 'esv::SavegameManager::WarnIfModded'
No match found for mapping 'esv::SavegamePostVisit_DisableStoryMerge'
***No match found for mapping 'esv::StatsSystem::ThrowDamageEvent'
No match found for mapping 'ecs::ComponentIDRef'
No match found for mapping 'ecs::EventComponentIDRef'
No match found for mapping 'ecs::ReplicationComponentIDRef2'
No match found for mapping 'KillLauncher'
Library startup took 860 ms
***No match found for mapping 'eoc::SpellPrototype::Init Outer'
LibraryManager::PostStartupFindLibraries() took 122 ms
bg3se::ecs::EntitySystemHelpersBase::MapComponentIndices(): Could not find index for component: eoc::spell::CastComponent
bg3se::ecs::EntitySystemHelpersBase::MapComponentIndices(): Could not find index for component: eoc::spell::CastComponent
***STARTUP ERROR: An error has occurred during Script Extender initialization. Some extension features might be unavailable.
BelegCufea commented 1 year ago

@rcx1 Same error as in #87

Try to run DX11 runtime to see if it helps.

rcx1 commented 1 year ago

@rcx1 Same error as in #87

Try to run DX11 runetime to see if it helps.

Thanks, you are right, with DX11 runtime no errors (red messages)

btw I tried to reinstall the game from a latest full package (not with upgrades) and voila even Vulcan works ;).