BG3-Community-Library-Team / BG3-Compatibility-Framework

An API-based Driven Compatibility Framework for Baldur's Gate 3 Mods
MIT License
38 stars 13 forks source link

Debug Console 2.5.1 #78

Closed SilverBackSpartan closed 8 months ago

SilverBackSpartan commented 8 months ago

Error in console when loading the game

Loading bootstrap script: Mods/SubclassCompatibilityFramework/ScriptExtender/Lua/BootstrapClient.lua
bg3se::ExtensionStateBase::LuaLoadGameFile(): Script file could not be opened: Mods/SubclassCompatibilityFramework/ScriptExtender/Lua/API/RaceApi.lua

upon loading character creation i get the crazy console errors

https://imgur.com/8bU9mc8

NellsRelo commented 8 months ago

RaceApi error Fixed in 2.5.2

The Warnings aren't a bug though, they're showing up because some mods that are using the CF API are using it twice - once in BootstrapClient, once in BootstrapServer. They only need to call it in BootstrapServer, thus the "This is not a bug"