another_commander wrote: ↑Fri Sep 12, 2025 4:21 pm
[*] Unfortunately the Expansion Manager is unable to download expansions. When trying to download the OXZ list nothing happens and the following is generated in the log:
log wrote:
19:15:19.773 [exception]: ***** Exception checking controls [pollDemoControls]: NSInternalInconsistencyException : Unable to find the gdnc tool.
I was able to replicate the issue by not running from within an MSYS2 mingw64 terminal window. You need the gdnc.exe in the same folder as oolite.exe. Here it is:
https://www.filemail.com/d/yfwsghfsqhrhfuu
For me the downloading worked, but then it failed to install the OXZ. I tried Bank of the Black Monk and it appeared to download 2.60Mb, but then said that it failed and to check latest.log. I found:
14:25:39.872 [oxz.manager.error]: Could not create folder C:/oolite/oolite.app/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns.
When I manually created that folder and reran Oolite, the OXZ installed ok.
another_commander wrote: ↑Fri Sep 12, 2025 8:12 am
[*] Interaction with the debug console works.
I guess the debug console is something I don't have because I see:
14:16:24.806 [debugTCP.disconnect]: No connection to debug console: "Connection to debug console failed: 'No connection could be made because the target machine actively refused it.
' (outStream status: 1, inStream status: 7)."
14:16:24.806 [debugTCP.send.warning]: Error sending packet header, retrying.
14:16:24.831 [debugTCP.send.error]: The following packet could not be sent: {"Oolite version" = "1.91"; "packet type" = "Request Connection"; "protocol version" = 65792; }
14:16:24.832 [script.javaScript.willLoad]: About to load JavaScript ../AddOns/Basic-debug.oxp/Scripts/oolite-debug-console.js
14:16:24.834 [script.javaScript.load.success]: Loaded JavaScript: oolite-debug-console 1.91 -- Debug console script.
14:16:24.834 [debugTCP.disconnect]: No connection to debug console: "Connection to debug console failed: 'bad stream.' (outStream status: 0, inStream status: 0)."
14:16:24.834 [debugTCP.connect.failed]: Failed to connect to debug console at address 127.0.0.1:8563.
I just came across
https://github.com/OoliteProject/oolite-debug-console which is new to me

If I ran that, would that get rid of this error?