You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Squirrel 1.7.5 and I'm getting the following error when trying to update to the latest version:
Problem Event Name: CLR20r3
Problem Signature 01: MyApp.exe
Problem Signature 02: 18.1.9160.0
Problem Signature 03: 5a6a101c
Problem Signature 04: Squirrel
Problem Signature 05: 1.7.5.0
Problem Signature 06: 5939a786
Problem Signature 07: 163
Problem Signature 08: 14
Problem Signature 09: System.Threading.AbandonedMutex
OS Version: 6.3.9600.2.0.0.272.7
Locale ID: 1033
Additional Information 1: a9db
Additional Information 2: a9dbfcc7d4172d39e3996600cfe404a8
Additional Information 3: 394f
Additional Information 4: 394f3f69607a506bdd4f94e197cc1136
This happens when I'm doing the following scenario:
I have the 1.0.0 version installed and then I'm adding 2 more updates, 1.0.1 and 1.0.2. Starting the application, it crashes and causes the above error. However, if my installed application is at 1.0.1 version and I run it, it gets the latest 1.0.3 version with no problems.
Does anyone have any idea why is this happening? Did anyone have the same issue? If yes, can you help me resolve it because otherwise it seems that I cannot use Squirrel at all since the updates do not get installed at all.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@SissiKonsta It looks like you are not disposing the result from the update manager. There has been similar issues reported in #587 . An updated doc proposal can be found in #1396 also.
Hello,
I'm using Squirrel 1.7.5 and I'm getting the following error when trying to update to the latest version:
Problem Event Name: CLR20r3
Problem Signature 01: MyApp.exe
Problem Signature 02: 18.1.9160.0
Problem Signature 03: 5a6a101c
Problem Signature 04: Squirrel
Problem Signature 05: 1.7.5.0
Problem Signature 06: 5939a786
Problem Signature 07: 163
Problem Signature 08: 14
Problem Signature 09: System.Threading.AbandonedMutex
OS Version: 6.3.9600.2.0.0.272.7
Locale ID: 1033
Additional Information 1: a9db
Additional Information 2: a9dbfcc7d4172d39e3996600cfe404a8
Additional Information 3: 394f
Additional Information 4: 394f3f69607a506bdd4f94e197cc1136
This happens when I'm doing the following scenario:
I have the 1.0.0 version installed and then I'm adding 2 more updates, 1.0.1 and 1.0.2. Starting the application, it crashes and causes the above error. However, if my installed application is at 1.0.1 version and I run it, it gets the latest 1.0.3 version with no problems.
Does anyone have any idea why is this happening? Did anyone have the same issue? If yes, can you help me resolve it because otherwise it seems that I cannot use Squirrel at all since the updates do not get installed at all.
Thanks in advance.
The text was updated successfully, but these errors were encountered: