Norbyte / bg3se

Baldur's Gate 3 Script Extender
Other
1.02k stars 63 forks source link

Backend sent unsupported protocol version #110

Open RogeVenham opened 8 months ago

RogeVenham commented 8 months ago

I did everything according to the instructions /Docs/Debugger.md When launching the debugger in Visual Studio Code, an error appears: System.IO.InvalidDataException: Backend sent unsupported protocol version; got 2, we only support 3 � NSE.DebuggerFrontend.DAPMessageHandler.OnBackendConnected(BkConnectResponse response) � NSE.DebuggerFrontend.DebuggerClient.MessageReceived(BackendToDebugger message) � NSE.DebuggerFrontend.AsyncProtobufClient.RunLoop() � NSE.DebuggerFrontend.DAPMessageHandler.DebugThreadMain()

I noticed that all DWrite.dll in all releases with a change date of 15.08 Is this how it should be? Maybe SE is the same version all the time.

Beybarro commented 8 months ago

I have the same problem here, did you by any chance found an answer to the problem? Or is it at the same point as 4 days ago?

Also, how do you get the stacktrace of the exception? I just have a pop up asking me to continue stop iirc .-.

Norbyte commented 8 months ago

Hi,

The debugger is currently only available in the Devel branch, so you have to change updater configuration to fetch the extender from there. It should be on the main Release branch in a few days.

To switch, set "UpdateChannel": "Devel" in ScriptExtenderUpdaterConfig.json