-
Notifications
You must be signed in to change notification settings - Fork 61
Description
(translated the crash thing from polish to english)
whenever i try to Launch Studio or Edit Fast Flags it like starts but
midway through the Microsoft .NET Framework crashes with this:
An unhandled exception occurred in the application. If you click Continue, the application will ignore the error and attempt to continue. If you click Close, the application will close immediately.
(when i press continue it just closes)
The data you provided could not be decrypted.
Details on invoking just-in-time (JIT) debugging instead of this dialog are at the end of this message.
************** Exception text **************
System.ComponentModel.Win32Exception (0x80004005): The given data could not be decrypted
************** Loaded sets **************
mscorlib
Set version: 4.0.0.0
Win32 version: 4.8.9310.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
RobloxStudioModManager
Set version: 1.0.0.0
Win32 version: 1.0.0.0
CodeBase: file:///C:/Users/karton/Downloads/RobloxStudioModManager.exe
System
Set version: 4.0.0.0
Win32 version: 4.8.9320.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
Newtonsoft.Json
Set version: 13.0.0.0
Win32 version: 1.0.0.0
CodeBase: file:///C:/Users/karton/Downloads/RobloxStudioModManager.exe
System.Core
Set version: 4.0.0.0
Win32 version: 4.8.9316.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Windows.Forms
Set version: 4.0.0.0
Win32 version: 4.8.9251.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System.Drawing
Set version: 4.0.0.0
Win32 version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Runtime.Serialization
Set version: 4.0.0.0
Win32 version: 4.8.9241.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
System.Numerics
Set version: 4.0.0.0
Win32 version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
System.Data
Set version: 4.0.0.0
Win32 version: 4.8.9214.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
System.Xml
Set version: 4.0.0.0
Win32 version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
System.Configuration
Set version: 4.0.0.0
Win32 version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
RobloxDeployHistory
Set version: 1.0.0.0
Win32 version: 1.0.0.0
CodeBase: file:///C:/Users/karton/Downloads/RobloxStudioModManager.exe
mscorlib.resources
Set version: 4.0.0.0
Win32 version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pl_b77a5c561934e089/mscorlib.resources.dll
System.resources
Set version: 4.0.0.0
Win32 version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_pl_b77a5c561934e089/System.resources.dll
System.Windows.Forms.resources
Set version: 4.0.0.0
Win32 version: 4.8.9037.0 built by: NET481REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_pl_b77a5c561934e089/System.Windows.Forms.resources.dll
************** JIT debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging enabled.
For example:
When JIT debugging is enabled, all unhandled exceptions
are sent to the JIT debugger registered on the computer
and are not handled in this dialog box.