Crash at start
Brought to you by:
royosherove
When I start The Regulator it crashes. This is from the
System Event Viewer:
Application popup: Regulator.exe - Common Language
Runtime Debugging Services : Application has
generated an exception that could not be handled.
Process id=0x9dc (2524), Thread id=0x9e0 (2528).
Click OK to terminate the application.
Click CANCEL to debug the application.
OS: Win XP SP2
.NET version: 1.1.4322.573 + SP1
Logged In: YES
user_id=824000
I can also cofirm this bug. I have the same setup. The
problem began occuring after I had to forceably shutdown
Regulator after it became unresponsive during a match.
Logged In: NO
I have a workaround for this:
Delete the settings.config* files. It should now load sucesfully.
Logged In: NO
I had this same problem, and deleting the settings.config*
files did not work. I was able to resolve it by removing
the .NET 1.1 Framework, and only having .NET 2.0 Framework
installed. Then, I performed an admin install on the MSI,
which skips the check for the 1.1 Framework. Here's the
install command for an admin setup:
msiexec /a "RegulatorSetup.msi"
Logged In: YES
user_id=1753161
Originator: NO
I did too have the same problem, but I did not have the settings.config* files.
My solution:
Create a (text)file named Regulator.exe.config in the install directory.
Copy the folowing text into the file:
<configuration>
<startup>
<supportedRuntime version="v2.0.50727" />
</startup>
</configuration>
Save the file.
This file instructs the CLR to use only the .Net version 2.
For me it works fine!