-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.1 crashes in Windows #267
Comments
Quick update. I deleted the antivirus but 1.1.x still crashes |
I ran it in a Windows Sandbox with the same token I use for 1.0.7 and this time it did not crash but it still does not load issues. I opened dev console and found some interesting things:
Response{
"data": {
"nodes": [
... some data ...
],
"rateLimit": {
"limit": 5000,
"cost": 3,
"remaining": 4948,
"resetAt": "2023-02-02T23:45:51Z"
}
},
"errors": [
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
},
{
"type": "NOT_FOUND",
"message": "NOT_FOUND"
}
]
}
Stack trace
I think this is the catch. cc @h13i32maru. Do you need more info to fix this? |
Ok, I finally managed to run this project in debugging on host where it was crashing. Upgrade to the electron 18.3.15 helped. After I added filter by
and
the problem was resolved. |
The application was upgraded from 1.0.7. When it started, it asked to re-authenticate using the OAuth. After authentication, the app crashed. All subsequent runs crashed the app almost immediately.
I wiped out the data folder and started from scratch. After the same procedure, it crashed as well. The same problem occurs in 1.1.0.
In the event logs, I found some entry that mentions the crash
OS Info:
Edition Windows 11 Pro
Version 21H2
Installed on 10/29/2021
OS build 22000.856
Experience Windows Feature Experience Pack 1000.22000.856.0
It is worth mentioning that I have antivirus Bitdefender Endpoint Security installed. I would blame it but 1.0.7 works just fine.
The text was updated successfully, but these errors were encountered: