Username:

Password:




.NET error?
Page 1
Author Message
wildman Yuushi 10 Dec 2008 03:18 pm QUOTE
When I try to run the client(I DO run it in administrator mode :D) I get a .NET Framework error, and this is what it says in the details:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at PopMM.frmLogin.()
at  .(Stream& )
at  .(Object , OpenReadCompletedEventArgs )
at System.Net.WebClient.OnOpenReadCompleted(OpenReadCompletedEventArgs e)
at System.Net.WebClient.OpenReadOperationCompleted(Object arg)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PopMM
Assembly Version: 2.0.0.129
Win32 Version: 2.0.0.129
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/PopMM.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
TabControlEX
Assembly Version: 0.0.3216.38616
Win32 Version: 0.0.3216.38616
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/TabControlEX.DLL
----------------------------------------
MMControls
Assembly Version: 1.0.3222.20536
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/MMControls.DLL
----------------------------------------
MapViewer
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/MapViewer.DLL
----------------------------------------
AxInterop.MapPreviewer
Assembly Version: 9.0.0.0
Win32 Version: 9.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/AxInterop.MapPreviewer.DLL
----------------------------------------
Interop.MapPreviewer
Assembly Version: 9.0.0.0
Win32 Version: 9.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/Interop.MapPreviewer.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Interop.MSWinsockLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/Interop.MSWinsockLib.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 
admin king warg 10 Dec 2008 11:46 pm QUOTE
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.

looks like this is related to the server list. Is a server selected in the list before you click login?
 
wildman DAroo 11 Dec 2008 04:12 am QUOTE
This error happened to me few times (3 - 5). It appears just after connect window appear and crash program just after start, before any user action. What's most interesting is fact that this error gone just when King Warg become online :o
 
wildman taity mini 11 Dec 2008 08:31 am QUOTE

Quote:
This error happened to me few times (3 - 5). It appears just after connect window appear and crash program just after start, before any user action. What's most interesting is fact that this error gone just when King Warg become online :o


I get this as well, when the sever is offline.

@ daroo the error goes away because King warg runs the sever, so I guess he logins in when he puts the sever back online, I don't know for sure.
 
admin king warg 11 Dec 2008 04:12 pm QUOTE
It appears that this can only occur if the serverlist is empty or no server is selected. I will patch it to avoid the error in the next revision.
 
wildman ? 13 Dec 2008 03:48 am QUOTE
lol i have the same error :P
 
wildman Supermegaman 02 Jan 2009 05:25 pm QUOTE
Yep,I have the same error,I tried to reinstall it and nothing.well Im hoping you guys fix it :D.(this happened after i installed the patch
 
wildman ? 05 Jan 2009 04:31 am QUOTE
wtf i cant login FU FU FU
 
wildman Xil3 24 Jan 2009 04:11 pm QUOTE

Quote:
When I try to run the client(I DO run it in administrator mode :D) I get a .NET Framework error, and this is what it says in the details:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Parameter name: SelectedIndex
at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
at PopMM.frmLogin.()
at &#8198;.(Stream& )
at &#8199;.(Object , OpenReadCompletedEventArgs )
at System.Net.WebClient.OnOpenReadCompleted(OpenReadCompletedEventArgs e)
at System.Net.WebClient.OpenReadOperationCompleted(Object arg)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PopMM
Assembly Version: 2.0.0.129
Win32 Version: 2.0.0.129
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/PopMM.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
TabControlEX
Assembly Version: 0.0.3216.38616
Win32 Version: 0.0.3216.38616
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/TabControlEX.DLL
----------------------------------------
MMControls
Assembly Version: 1.0.3222.20536
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/MMControls.DLL
----------------------------------------
MapViewer
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/MapViewer.DLL
----------------------------------------
AxInterop.MapPreviewer
Assembly Version: 9.0.0.0
Win32 Version: 9.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/AxInterop.MapPreviewer.DLL
----------------------------------------
Interop.MapPreviewer
Assembly Version: 9.0.0.0
Win32 Version: 9.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/Interop.MapPreviewer.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Interop.MSWinsockLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Wildman%20Productions/Populous%20Multiplayer%20Client%202.0.0/Populous%20Client%202.0/Interop.MSWinsockLib.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (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:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


i also get this error, but when i press continue it just stands there with:
"Resurrecting...
Please wait..."

it stays there till i close it... ive gone away for about an hour... come back... and its still not done anything... i am on vista 64 bit windows... i have used the patch.zip and it has not made any difference... i have also tried running it in administrator mode, which has not made a difference.
 
wildman Brandan 01 May 2009 05:34 pm QUOTE
This issue is fixed.
 
-??-
Rank: Guest
Points: 0
Wins: 0
Losses: 0