Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bug Report (https://forums.graalonline.com/forums/forumdisplay.php?f=193)
-   -   Weird Error Message (https://forums.graalonline.com/forums/showthread.php?t=134258208)

xAndrewx 02-28-2010 06:59 PM

Weird Error Message
 
1 Attachment(s)
I keep getting this message- any clue why? thanks

xAndrewx 03-03-2010 10:03 AM

*Bump* getting annoid :[

Hiro 03-03-2010 10:57 AM

does it happen when you just open up graal, or does it happen randomly, or, what?

Imperialistic 03-03-2010 11:50 AM

no I have the same problem, every 30 minutes or so, that message will pop up and freeze your Graal untill you click close.

zephirot 03-03-2010 01:00 PM

Same for me except it's a Graalengine3D error or something

fowlplay4 03-03-2010 05:10 PM

Are you destroying and recreating a GUI Object in the same function call? I suspect there's a script causing it so you might want to investigate. I.e:

PHP Code:

//#CLIENTSIDE
function onPlayerEnters() {
  if (
isObject("World")) World.destroy();
  new 
GuiControl("World") {
    
somevar true;
  }


The others experiencing the error are on UN I believe (c/d?), and their NC is just so cluttered that tracing the problem them would take ages.

I believe the problem is fixed in V6 though.

Imperialistic 03-03-2010 05:17 PM

V6 is something I'm not looking forward too.
(I like my external playerlist)

TSAdmin 03-04-2010 03:03 AM

Quote:

Originally Posted by Imperialistic (Post 1560396)
V6 is something I'm not looking forward too.
(I like my external playerlist)

You can have an external playerlist in V6
http://i47.tinypic.com/2hdxjf4_th.png
Click for larger image.

LordSquirt 03-04-2010 03:13 AM

I'm on TSA's buddy list ^.^

I feel so special

DustyPorViva 03-04-2010 03:37 AM

Quote:

Originally Posted by TSAdmin (Post 1560487)
You can have an external playerlist in V6
http://i47.tinypic.com/2hdxjf4_th.png
Click for larger image.

Share the theme.

cbk1994 03-04-2010 04:09 AM

Quote:

Originally Posted by TSAdmin (Post 1560487)
You can have an external playerlist in V6
http://i47.tinypic.com/2hdxjf4_th.png
Click for larger image.

I would assume he's referring to the fact that the new playerlist sucks compared to the old, partially because it's scripted, partially because it can't dock.

DustyPorViva 03-04-2010 04:37 AM

Quote:

Originally Posted by cbk1994 (Post 1560500)
partially because it can't dock.

No... no... so far you're the only one who's been mentioning the lack of docking :P

TSAdmin 03-04-2010 04:42 AM

1 Attachment(s)
Quote:

Originally Posted by DustyPorViva (Post 1560492)
Share the theme.

Attachment 50500

Quote:

Originally Posted by cbk1994 (Post 1560500)
I would assume he's referring to the fact that the new playerlist sucks compared to the old, partially because it's scripted, partially because it can't dock.

I'll let him speak for himself, because the impression "external playerlist" gave sounded like "External playerlist", not "Cant dock".


Either way, those out of the way:- Why oh why could Andy be getting this error?

Andy, is it happening only on Testbed, or anywhere you go? Assuming you don't go from Testbed to another server first, of course.

xAndrewx 03-04-2010 09:57 AM

It's happening on TB, however reading a post, it does involve GUI objects- the objects do get deleted, generally when this error occours; I'm assuming this is the error. :(

Admins 03-07-2010 03:31 PM

Quote:

Originally Posted by cbk1994 (Post 1560500)
it can't dock.

It can (in my windows version) :D

For GUI objects: try to avoid deleting them, you can just re-create them without deleting them. If you have code where it's adding more data to the controls, just clear it when creating it (e.g. text = "" or this.clearcontrols() in case you are adding subcontrols dynamically).


All times are GMT +2. The time now is 02:58 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.