Open alankleindev opened 1 year ago
Thanks for raising this. Could you provide your debug log, please:
Sure, thanks Luke.
{
"version": "2.9.0",
"platform": "darwin",
"arch": "arm64",
"activated": true,
"logs": [
{
"path": "/Users/alan.klein/Library/Logs/runjs/main.log",
"lines": [
"[2022-06-14 22:45:46.745] [warn] sysctl shell command to check for macOS Rosetta environment failed: Error: Command failed: sysctl sysctl.proc_translated",
"[2022-06-14 22:45:47.206] [warn] Error: Could not get code signature for running application",
" at Server.
Thanks, @alankleindev. Unfortunately, there's not enough info to see what caused the issue, but I'll keep the ticket open in case anyone else encounters the same problem.
@alankleindev, a new version of RunJS has been released; if you've updated, did you encounter this issue again?
I upgraded RunJS on 3 machines. The upgrads went find on the Windows Machines. On the Mac with the latest version of OS-X, I got an error when I initiated the upgrade, maybe some permissions type issue? but when it closed and came up again, it was upgraded, so not sure what happened there. I didn't take any screenshot of the error though.
@alankleindev, thanks. Are you able to provide your debug log? There could be a record of the error there.
Yes, see below.
{
"version": "2.10.1",
"platform": "darwin",
"arch": "arm64",
"activated": true,
"logs": [
{
"path": "/Users/alanklein/Library/Logs/runjs/main.log",
"lines": [
"[2023-11-30 20:43:55.798] [error]",
"[2023-12-10 09:24:33.086] [error]",
"[2023-12-12 17:56:50.750] [error]",
"[2023-12-20 16:22:56.332] [warn] Error: The command is disabled and cannot be executed",
" at l.quitAndInstall (/Applications/RunJS.app/Contents/Resources/app.asar/entry-bundle.js:14:146615)",
" at Immediate.O [as _onImmediate] (/Applications/RunJS.app/Contents/Resources/app.asar/entry-bundle.js:8:125769)",
" at process.processImmediate (node:internal/timers:476:21)",
"[2023-12-20 16:22:56.335] [error] Error: Error: The command is disabled and cannot be executed",
" at l.quitAndInstall (/Applications/RunJS.app/Contents/Resources/app.asar/entry-bundle.js:14:146615)",
" at Immediate.O [as _onImmediate] (/Applications/RunJS.app/Contents/Resources/app.asar/entry-bundle.js:8:125769)",
" at process.processImmediate (node:internal/timers:476:21)",
"[2023-12-20 16:23:03.433] [error] Error: Error: ENOENT: no such file or directory, rename '/Users/alanklein/Library/Application Support/Caches/runjs-updater/pending/temp-RunJS-2.10.1-universal-mac.zip' -> '/Users/alanklein/Library/Application Support/Caches/runjs-updater/pending/RunJS-2.10.1-universal-mac.zip'",
"[2023-12-20 16:23:03.434] [error] Error: ENOENT: no such file or directory, rename '/Users/alanklein/Library/Application Support/Caches/runjs-updater/pending/temp-RunJS-2.10.1-universal-mac.zip' -> '/Users/alanklein/Library/Application Support/Caches/runjs-updater/pending/RunJS-2.10.1-universal-mac.zip'",
"[2023-12-20 16:23:06.289] [error]",
""
]
}
]
}
I can't tell why, it just has been sitting there for a very long time, with the progress bar looping over and over. I quite out of it and restart the RunJS app and it seems it was upgraded.