PenUltima Online Forum Index Official Core: 096.7
Official Core: 097 2008-02-26
Donate towards the POL web hosting bill!
 POL Home   FAQ   Search    Memberlist   Usergroups    Register    Profile   Log in to check your private messages   Log in
2 stranges things...

 
Post new topic   Reply to topic    PenUltima Online Forum Index -> Bug Reports 096
Display posts from previous:   

Author Message
shaka drl



Joined: 11 Aug 2006
Posts: 74

PostPosted: Sun Oct 01, 2006 1:59 pm    Post subject: 2 stranges things... Reply with quote

Quote:


wtf, setprop w/ an error



and

Quote:


[10/01 00:14:47] Client#736: Disconnecting client due to send() error (1): 10054



Any suggestions? Those messages are in my console.... Must I to cry?

thanks

EDIT:

Vestal core 0,96.3 Razz

Author Message
Austin
POL Developer


Joined: 30 Jan 2006
Posts: 354
Location: San Diego, California

PostPosted: Sun Oct 01, 2006 2:03 pm    Post subject: Reply with quote

The first one ... most likely you are not checking values for errors when you get them from the core so something like

var whatever := SomeCoreFunction()
SetObjProperty(something, "PropName", whatever);

Between the two should be a check like

if ( whatever == error )
Print("Hum, not good! -> "+whatever.errortext);
endif

Author Message
shaka drl



Joined: 11 Aug 2006
Posts: 74

PostPosted: Sun Oct 01, 2006 2:11 pm    Post subject: Reply with quote

Mmmmmm i think there are too many setobjproperty to find the one bad...

There are no solution little more practice to solve this problme?

thanks

Author Message
innominabile



Joined: 30 Aug 2006
Posts: 81
Location: Italy

PostPosted: Tue Oct 03, 2006 1:58 am    Post subject: Reply with quote

For core developer, to insert prop name that give error in error message?

Author Message
CWO



Joined: 04 Feb 2006
Posts: 691
Location: Chicago, IL USA

PostPosted: Tue Oct 03, 2006 2:18 am    Post subject: Reply with quote

better yet possibly the script and PC?

Author Message
Marilla



Joined: 02 Feb 2006
Posts: 329

PostPosted: Tue Oct 03, 2006 10:58 am    Post subject: Reply with quote

You should actually search ALL of your code for any SetObjProperty calls that do not appear to assure that the value being set is not an error, first. This is merely a symptom of one instance of a problem; You may have many other instances that just have not yet generated issues.

Post new topic   Reply to topic    PenUltima Online Forum Index -> Bug Reports 096 All times are GMT - 4 Hours
Page 1 of 1

 




Powered by phpBB © 2001, 2005 phpBB Group :: Theme & Graphics by GHS & Scott E. Royalty