Issue installing new version of Warplan

Moderator: AlvaroSousa

Post Reply
JamesM
Posts: 1026
Joined: Mon Aug 28, 2000 8:00 am
Location: QLD, Australia

Issue installing new version of Warplan

Post by JamesM »

I just downloaded the latest version of Warplan, but when I try to install I get a screen that states "WarPlan Version Too Low The Minium version needed to run the update is 1.00.118. Please ensure that you have this version installed prior to using the automated update procedure" I do have the 1.00017.01 installed. When I try and download 1.00.18 from both servers I get the following error message. "getConstants(); } return self::$constCacheArray[$calledClass]; } /** * Summary of isValidName * @param mixed $name * @param mixed $strict * @return boolean */ public static function isValidName($name, $strict = true) { $constants = self::getConstants(); if ($strict) { return array_key_exists($name, $constants); } $keys = array_map('strtolower', array_keys($constants)); return in_array(strtolower($name), $keys); } /** * Summary of isValidValue * @param mixed $value * @param mixed $strict * @return boolean */ public static function isValidValue($value, $strict = true) { $values = array_values(self::getConstants()); return in_array($value, $values, $strict); } /** * Summary of fromString * @param mixed $name * @return mixed */ public static function fromString($name) { if (self::isValidName($name, true)) { $constants = self::getConstants(); return $constants[$name]; } return null; } /** * Summary of toString * @param mixed $value * @return string|null */ public static function toString($value) { if (self::isValidValue($value, true)) { return array_search($value, self::getConstants()); } return null; } /** * Summary of GetAll * @return array */ public static function GetAll() { return self::getConstants(); } }
Fatal error: Uncaught Error: Class 'Enum' not found in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php:10 Stack trace: #0 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(63): require_once() #1 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(44): Utilities::RequireOnce() #2 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(82): Utilities::Init() #3 /home/httplink/httplink.v1/api/_config.inc.php(55): require_once('/home/httplink/...') #4 /home/httplink/httplink.v1/api/index.php(3): require_once('/home/httplink/...') #5 {main} thrown in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php on line 10

Fatal error: Uncaught ErrorException: File: /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php Line: 10 ErrStr: Uncaught Error: Class 'Enum' not found in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php:10 Stack trace: #0 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(63): require_once() #1 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(44): Utilities::RequireOnce() #2 /home/httplink/httplink.v1/api/MyExtensions/Utilities.php(82): Utilities::Init() #3 /home/httplink/httplink.v1/api/_config.inc.php(55): require_once('/home/httplink/...') #4 /home/httplink/httplink.v1/api/index.php(3): require_once('/home/httplink/...') #5 {main} thrown ErrNum: 1 in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php:10 Stack trace: #0 [internal function]: fatal_handler() #1 {main} thrown in /home/httplink/httplink.v1/api/MyExtensions/Utilities/HttpContentTypesEnum.php on line 10"
User avatar
AlvaroSousa
Posts: 12016
Joined: Mon Jul 29, 2013 7:13 pm
Contact:

Re: Issue installing new version of Warplan

Post by AlvaroSousa »

This is a website problem. I advised Matrix. The 1.00.18 installer link for USA and Europe are non-functional.

I was seeing if I had a copy on my hard drive but I do not. I will let you know when it is up.
Creator Kraken Studios
- WarPlan
- WarPlan Pacific

Designer Strategic Command
- Brute Force (mod) SC2
- Assault on Communism SC2
- Assault on Democracy SC2
- Map Image Importer SC3
User avatar
AlvaroSousa
Posts: 12016
Joined: Mon Jul 29, 2013 7:13 pm
Contact:

Re: Issue installing new version of Warplan

Post by AlvaroSousa »

Meanwhile grab your Steam key and install it with Steam. That is fully updated.
Creator Kraken Studios
- WarPlan
- WarPlan Pacific

Designer Strategic Command
- Brute Force (mod) SC2
- Assault on Communism SC2
- Assault on Democracy SC2
- Map Image Importer SC3
User avatar
AlvaroSousa
Posts: 12016
Joined: Mon Jul 29, 2013 7:13 pm
Contact:

Re: Issue installing new version of Warplan

Post by AlvaroSousa »

Ok the link is now working.
Creator Kraken Studios
- WarPlan
- WarPlan Pacific

Designer Strategic Command
- Brute Force (mod) SC2
- Assault on Communism SC2
- Assault on Democracy SC2
- Map Image Importer SC3
ToeRage
Posts: 2
Joined: Sat Oct 22, 2022 9:40 pm

Re: Issue installing new version of Warplan

Post by ToeRage »

I have installed the latest version warplan pacific update 1.00.08.01
I can hear music but the screen is grey, I have removed the game and reinstalled, no luck,
can I get any help with this ?
User avatar
AlvaroSousa
Posts: 12016
Joined: Mon Jul 29, 2013 7:13 pm
Contact:

Re: Issue installing new version of Warplan

Post by AlvaroSousa »

Make sure the system didn't install it to one drive.

You might have security software blocking it.
You might have to right click the exe and run it as admin.

Right click exe -> properties -> compatibility tab -> run as admin.
Creator Kraken Studios
- WarPlan
- WarPlan Pacific

Designer Strategic Command
- Brute Force (mod) SC2
- Assault on Communism SC2
- Assault on Democracy SC2
- Map Image Importer SC3
ToeRage
Posts: 2
Joined: Sat Oct 22, 2022 9:40 pm

Re: Issue installing new version of Warplan

Post by ToeRage »

yep it was the antivirus,
thanks
User avatar
AlvaroSousa
Posts: 12016
Joined: Mon Jul 29, 2013 7:13 pm
Contact:

Re: Issue installing new version of Warplan

Post by AlvaroSousa »

You are very welcome

Tell the anti-virus to put the application on the safe list.
Creator Kraken Studios
- WarPlan
- WarPlan Pacific

Designer Strategic Command
- Brute Force (mod) SC2
- Assault on Communism SC2
- Assault on Democracy SC2
- Map Image Importer SC3
Post Reply

Return to “War Plan: Tech Support”