heat84 Posted March 12, 2010 Share Posted March 12, 2010 I already asked in the proper place, but this section gets much more traffic. I hope the mods will be lenient and not get bent out of shape over this minor minor rule violation: How come when I try to load the .LOC file that was specifically designed to be used with this it says: Error occurred during the loading of locations. ? When I use loc_conv.exe with it, it says (perpetually) upgrade: failed. Also when I try to teleport I get an unhandled exception: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.System.InvalidCastException: Conversion from string "9.416676|0" to type 'Single' is not valid. ---> System.FormatException: Input string was not in a correct format. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(String Value, NumberFormatInfo NumberFormat) --- End of inner exception stack trace --- at Microsoft.VisualBasic.CompilerServices.Conversions.ToSingle(String Value, NumberFormatInfo NumberFormat) at GTA_IV_Location_Handler.frmMain.btnTeleport_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.4927 (NetFXspW7.050727-4900) CodeBase: file:///G:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll----------------------------------------GTA IV Location Handler Assembly Version: 1.2.1.0 Win32 Version: 1.2.1 CodeBase: file:///G:/Users/Joey/Desktop/gta4lochndl/gta4lochndl.exe----------------------------------------Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///G:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll----------------------------------------System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///G:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///G:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///G:/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.4927 (NetFXspW7.050727-4900) CodeBase: file:///G:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:<configuration> <system.windows.forms jitDebugging="true" /></configuration>When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box. Is this mod not compatible with Xliveless? Is this mod an ASI loader? The Xliveless readme says something about ASI loaders. Could the problem be with .NET? Link to comment Share on other sites More sharing options...
mkey82 Posted March 12, 2010 Share Posted March 12, 2010 Are you using proper versions? Link to comment Share on other sites More sharing options...
sjaak327 Posted March 12, 2010 Share Posted March 12, 2010 The error message seems to be specific as to why it is not working. Conversion from string "9.416676|0" to type 'Single' is not valid. ---> That's why you get the exception. Make sure your country specific settings in Windows are ok, check decimal separator. Link to comment Share on other sites More sharing options...
heat84 Posted March 12, 2010 Author Share Posted March 12, 2010 @mkey: Of what? I have a full legal copy of GTAIV with the latest patch installed. Maybe you mean Windows 7? @sjaak327: Country settings are US and the decimal separator setting only has one choice. So it can't be wrong. Could the .LOC file not loading and the unhandled exception both be part of the same problem? Since I'm using Xliveless, I uninstalled GFWL and RGSC. That couldn't be the problem could it? Link to comment Share on other sites More sharing options...
mkey82 Posted March 12, 2010 Share Posted March 12, 2010 I'm sure to mod itself relates to a specific game version. Link to comment Share on other sites More sharing options...
heat84 Posted March 12, 2010 Author Share Posted March 12, 2010 (edited) I'm sure to mod itself relates to a specific game version. It was updated to support the latest patch. At least according to its site. ** 2010. 02. 21. ** GTA IV Location Handler v1.2.1 released. Changes: • Compatibility with GTA IV v1.004. Edited March 12, 2010 by heat84 Link to comment Share on other sites More sharing options...
mkey82 Posted March 12, 2010 Share Posted March 12, 2010 Are you sure that .loc file is in proper format? Did you try compiling some sample files, if there are any? Link to comment Share on other sites More sharing options...
heat84 Posted March 12, 2010 Author Share Posted March 12, 2010 Are you sure that .loc file is in proper format? Did you try compiling some sample files, if there are any? I didn't make it. Its the one linked to on the page where you download the mod. It was designed to be used with the mod. It only a simple plain text file anyway. There's really no format at all to it. Link to comment Share on other sites More sharing options...
mkey82 Posted March 12, 2010 Share Posted March 12, 2010 If the file contents follows any sort of rule/algorithm/sequence it has formatting. Where did you download the .loc file? Link to comment Share on other sites More sharing options...
sjaak327 Posted March 12, 2010 Share Posted March 12, 2010 Are you sure that .loc file is in proper format? Did you try compiling some sample files, if there are any? I didn't make it. Its the one linked to on the page where you download the mod. It was designed to be used with the mod. It only a simple plain text file anyway. There's really no format at all to it. Yet the error message gives a clear indication that the format of the string: 9.whatever|0 is wrong... I'll take a wild guess, the | might be the problem here. Link to comment Share on other sites More sharing options...
heat84 Posted March 13, 2010 Author Share Posted March 13, 2010 (edited) The mod creator replied in the proper place but was stumped himself. Anymore replies should be made to that thread instead of this one I guess so everybody's on the same page. Thanks. And thanks for the (attempted) help too. And thanks to the mods for bearing with me. Edited March 13, 2010 by heat84 Link to comment Share on other sites More sharing options...
heat84 Posted March 13, 2010 Author Share Posted March 13, 2010 I fixed one problem and partially fixed the other. See here and here. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now