-
Notifications
You must be signed in to change notification settings - Fork 16
New Logos Version (in app) Install crash #217
Comments
I tried running logos.sh with the -l flag in order to get the logs, and received this error: Looking at the script, the lines referenced are: |
You can also run it from the CLI with no need for logs; you would just copy it from the terminal. I'd have to dig into the code to see why this is triggering. |
I did try that but it didn't give any output. This time, I ran it from terminal with the -D flag (debugging) and, though there was a lot of extraneous data concerning the typical running of the program, the events which occurred around the failed update are: 040c:fixme:file:NtLockFile I/O completion on lock not implemented yet on failing the first time, it then tries to update a second time. This produced these events: 0438:fixme:file:NtLockFile I/O completion on lock not implemented yet |
Any other error code? Usually a crash hash a backtrace. |
I also run Logos on linux on a separate computer, which is running it via the devel appimage (wine-devel_8.19-x86_64), and the same error occurs there. |
This is related to the Logos 30+ update. We have a partial fix but need more work to fix this one. |
Great! Thanks so much. I'm glad the program performs so well for all the work that has gone into it from you guys. |
See #219. |
I'm running wine-8.21 using native on the install of logos. Everything has been running well. The December iteration of the Logos program was released in the past few days, when it was pushed out, the Logos program tried to update itself and declared that it failed to install the application upgrade.
I ran Logos from CLI, but never got any error messages whatsoever. This is a wine issue, I'm sure, but I just wanted to bring it up.
The text was updated successfully, but these errors were encountered: