- May
- 13,160
- 180
Octave is a Gnu clone of MatLab. If I execute
from Start\Run, it works correctly.
If I execute
from CMD, PowerShell, or PWSH, it works correctly.
The same START command issued in any TCC (tried a few, with/without plugins) gives me two message boxes:
Then the Octave GUI starts but the help (docked in the main window) is not functional.
It's OK if I issue that command without "start" in TCC.
So SQL and TCC's START command seem to have something to do with it.
My TMP and TEMP are, I believe, the default (C:\Users\vefatica\AppData\Local\Temp).
Code:
D:\octave\mingw64\bin\octave-gui.exe --gui
from Start\Run, it works correctly.
If I execute
Code:
start D:\octave\mingw64\bin\octave-gui.exe --gui
from CMD, PowerShell, or PWSH, it works correctly.
The same START command issued in any TCC (tried a few, with/without plugins) gives me two message boxes:
Code:
---------------------------
Octave Documentation
---------------------------
Could not copy help collection to temporary
file. Search capabilities may be affected.
Cannot open collection file: \scratch\build\mxe-octave-w64\usr\x86_64-w64-mingw32\share\octave\9.1.0\doc\octave_interpreter.qhc
---------------------------
OK
---------------------------
---------------------------
Octave Documentation
---------------------------
Could not setup the data required for the
documentation viewer. Maybe the Qt SQlite
module is missing?
Only help text in the Command Window will
be available.
---------------------------
OK
---------------------------
Then the Octave GUI starts but the help (docked in the main window) is not functional.
It's OK if I issue that command without "start" in TCC.
So SQL and TCC's START command seem to have something to do with it.
My TMP and TEMP are, I believe, the default (C:\Users\vefatica\AppData\Local\Temp).