[DUPE] Many Problems!

Fixed bugs, solved problems, and old reports.
Locked
WingyPirate
Offline
Posts: 13
Joined: October 23rd, 2011, 8:54 pm

[DUPE] Many Problems!

Post by WingyPirate »

Ok, to begin with, after the update, my Guest.fcm was completely wiped.

All my other worlds are intact, but owners and staff still worked hard on guest nonetheless. When I try to /wload a new Guest.fcm I get this error ingame:

" Error While Handling your message (ArgumentNullException: Value cannot be null? Perimeter Name: Value) It is recommended that you reconnect to the server. "

and this error in console:
2:04:38 PM > (Console): /wload Guest.fcm Guest
2:04:38 PM > # About to replace map for Guest with "Guest.fcm". Type /ok to continue.
2:04:42 PM > # Error occured while trying to execute last console command:
2:04:42 PM > # ArgumentNullException: Value cannot be null.

2:04:42 PM > # Parameter name: value
2:04:42 PM > ERROR: Exception executing command from console: System.ArgumentNullException: Value cannot be null.
Parameter name: value
at fCraft.SecurityController.set_MinRank(Rank value)
at fCraft.SecurityController..ctor(SecurityController other)
at fCraft.World.ChangeMap(Map newMap)
at fCraft.WorldCommands.WorldLoadHandler(Player player, Command cmd)
at fCraft.CommandDescriptor.Call(Player player, Command cmd, Boolean raiseEvent)
at fCraft.CommandManager.ParseCommand(Player player, Command cmd, Boolean fromConsole)
at fCraft.Player.ConfirmCommandCallback(Player player, Object tag, Boolean fromConsole)
at fCraft.Player.ParseMessage(String rawMessage, Boolean fromConsole)
at fCraft.ServerGUI.MainForm.console_Enter()
2:04:42 PM > Crash report submitted.

Could I get some help? I cancelled making backups in ConfigTool so I could keep the backups I had of guest.fcm but it backed it up anyways and deleted it.
Gay

WingyPirate
Offline
Posts: 13
Joined: October 23rd, 2011, 8:54 pm

Re: Many Problems!

Post by WingyPirate »

I also get an error when I try to make or edit a new map in ConfigTool:

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

************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: value
at fCraft.SecurityController.set_MinRank(Rank value)
at fCraft.SecurityController..ctor(SecurityController other)
at fCraft.ConfigGUI.WorldListEntry..ctor(WorldListEntry original)
at fCraft.ConfigGUI.AddWorldPopup.LoadMap(Object sender, EventArgs args)
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4963 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
ConfigGUI
Assembly Version: 0.6.0.3
Win32 Version: 0.6.0.3
CodeBase: file:///C:/Users/CaileyBugg/Downloads/latest/ConfigGUI.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4961 (win7RTMGDR.050727-4900)
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.4962 (win7RTMGDR.050727-4900)
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.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
fCraft
Assembly Version: 0.6.0.3
Win32 Version: 0.6.0.3
CodeBase: file:///C:/Users/CaileyBugg/Downloads/latest/fCraft.DLL
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.4926 built by: NetFXw7
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml.Linq
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.4926 built by: NetFXw7
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.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.
Gay

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Many Problems!

Post by fragmer »


Locked