Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Hi, I am trying to install in a wi98 fresh install and i get the following error:

13:56:00.2 12/7/27: GameEx: Version 9.02: Starting Log

13:56:00.4 12/7/27: Operating System Platform: Win32Windows

13:56:00.4 12/7/27: Operating System Name: Windows 98

13:56:00.4 12/7/27: Operating System Version: 4.10.67766446

13:56:00.7 12/7/27: Checking for versions of .net Framework installed

13:56:00.7 12/7/27: .net Framework 2.0 Installed

13:56:00.8 12/7/27: x86 Family 6 Model 8 Stepping 6, 254MB

13:56:01.0 12/7/27: Running Randomize()

13:56:01.2 12/7/27: Loading PlugIns

13:56:01.3 12/7/27: --**--

13:56:01.3 12/7/27: Error: String was not recognized as a valid Boolean.

13:56:01.5 12/7/27: at System.Boolean.Parse(String value)

13:56:01.5 12/7/27: at aq.a(String A_0, String A_1, Boolean A_2)

13:56:01.5 12/7/27: at w.bz()

13:56:01.5 12/7/27: at w.a(Boolean A_0, String A_1, Boolean A_2)

13:56:01.5 12/7/27: at w..ctor()

13:56:01.6 12/7/27: GameEx is exiting with errors

13:56:01.6 12/7/27: ERRORS DETECTED: EXITING

any help will be appreciated.

Jesse

Posted

Open up the plugin manager in the programs group, then make sure all plugins are turned off.

Try that.

HK, thats the internal .net code, not my code. I cant see what the exact error is at the moment, as Im away at the moment.

Cheers.

Tom

Posted

Ahh nevermind then. But I'm addicted to using .Try* methods now, they are great. Eg. int myNum = Int32.Parse("123AAA"); will cause an exception where as if(Int32.TryParse("123AAA", out myNum) allows you to enter the if statement if it's successful. Anyway, It was a handy trick to know if you don't already ;)

Posted
HK, thats the internal .net code, not my code. I cant see what the exact error is at the moment, as Im away at the moment.

Maybe it's the obfuscator screwing up?

  • 1 month later...
Posted

Ahh. I'm having the same problem, although different locations (?) and having a hell of a time sorting it out. Any help would be greatly appreciated.

Guest
This topic is now closed to further replies.
×
×
  • Create New...