Updating problem POL96-POL99

Here you can post threads specific to the current release of the core (099)
Post Reply
blckfire
Apprentice Poster
Posts: 54
Joined: Thu Feb 26, 2015 10:28 am

Updating problem POL96-POL99

Post by blckfire »

So, I'm running into a problem while trying to update an old shard to POL99.

A few scripts, not all, say that they can't compile the uo module, any ideas why this happens?
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Re: Updating problem POL96-POL99

Post by CWO »

What is the exact error message? Are you certain that you are using the newer versions of all of the files (ecompile, modules, etc...)? Going from 096 to 099 is a very big undertaking that may require you to rethink many portions of your scripts due to all of the core changes.
xeon
Forum Regular
Posts: 338
Joined: Fri Oct 31, 2008 3:18 am

Re: Updating problem POL96-POL99

Post by xeon »

I can confirm that upgrading from POL096 to POL099 is quite a pain in the a**
Maybe the error come from the fact that you have functions in your script with the same name as functions now in uo.em

PS what shard are you trying to update?
blckfire
Apprentice Poster
Posts: 54
Joined: Thu Feb 26, 2015 10:28 am

Re: Updating problem POL96-POL99

Post by blckfire »

So, what I'm trying to do now is to go script by script and redo what needs to be redone, also fix includes and remove the use of deprecated/obsolete functions.

It's a painful process but I think it's the best way to do it, in this case.
bodom
Former Developer
Posts: 140
Joined: Sat Feb 21, 2015 7:52 pm

Re: Updating problem POL96-POL99

Post by bodom »

I had a similar issue and it was related to couple of scripts re-defining a POL core uo.em function, PlaySound() if I can remember right.
Post Reply