When running start.bat I get this popup after a while:
"Den angivne fil blev ikke fundet" translates to something like "The specified file was not found".
I suspect this might be a regression of #1922, since I haven't updated my openHAB development system for a while, and this mentioned "runhidden.vbs" seems to have been added by that PR:
|
> "%TEMP%\runhidden.vbs" echo CreateObject("Wscript.Shell").Run WScript.Arguments(0), 0, False |
On second run, the situation changed:
Launching the openHAB runtime...
_ _ _ ____
___ ___ ___ ___ | | | | / \ | __ )
/ _ \ / _ \ / _ \ / _ \ | |_| | / _ \ | _ \
| (_) | (_) | __/| | | || _ | / ___ \ | |_) )
\___/| __/ \___/|_| |_||_| |_|/_/ \_\|____/
|_| 5.3.0-SNAPSHOT - Build #5535
Use '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
To exit, use '<ctrl-d>' or 'logout'.
openhab> Error executing command: Terminal has been closed
openhab>
On one hand, it might have just been a small glitch to be ignored. On the other hand, isn't this message "Error executing command: Terminal has been closed" what should have been fixed by that PR?
When running
start.batI get this popup after a while:"Den angivne fil blev ikke fundet" translates to something like "The specified file was not found".
I suspect this might be a regression of #1922, since I haven't updated my openHAB development system for a while, and this mentioned "runhidden.vbs" seems to have been added by that PR:
openhab-distro/distributions/openhab/src/main/resources/bin/karaf.bat
Line 107 in b04095e
On second run, the situation changed:
On one hand, it might have just been a small glitch to be ignored. On the other hand, isn't this message "Error executing command: Terminal has been closed" what should have been fixed by that PR?