HI. I also cannot play multiplayer. Im getting the error down below. Also i cannot report this error on the Gruntmode forums because registration on it does not work. Please help.
 
	************** Exception Text ************** 
	System.ComponentModel.Win32Exception: The system cannot find the file specified 
	   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) 
	   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) 
	   at OldSpice.OSL.ProcessStart(String fileName, String args) 
	   at OldSpice.OSL.ProcessStart(String fileName) 
	   at OldSpice.OSL.button4_Click(Object sender, EventArgs e) 
	   at System.Windows.Forms.Control.OnClick(EventArgs e) 
	   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) 
	   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) 
	   at System.Windows.Forms.Control.WndProc(Message& m) 
	   at System.Windows.Forms.ButtonBase.WndProc(Message& m) 
	   at System.Windows.Forms.Button.WndProc(Message& m) 
	   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 
	   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
	 
	************** Loaded Assemblies ************** 
	mscorlib 
	    Assembly Version: 2.0.0.0 
	    Win32 Version: 2.0.50727.9174 (WinRelRS6.050727-9100) 
	    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll 
	---------------------------------------- 
	Old Spice 
	    Assembly Version: 1.0.0.0 
	    Win32 Version: 1.0.0.0 
	    CodeBase: file:///G:/Games/Dune%202000%20-%20FULL%20INSTALL/Gruntmods%20Studios/Dune%202000/Launch%20Dune%202000.exe 
	---------------------------------------- 
	System.Windows.Forms 
	    Assembly Version: 2.0.0.0 
	    Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100) 
	    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.9176 (WinRelRS6.050727-9100) 
	    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.9149 (WinRelRS6.050727-9100) 
	    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll 
	---------------------------------------- 
	Microsoft.mshtml 
	    Assembly Version: 7.0.3300.0 
	    Win32 Version: 7.0.3300.0 
	    CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.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.