Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Questions about V6 (https://forums.graalonline.com/forums/forumdisplay.php?f=196)
-   -   Error message (https://forums.graalonline.com/forums/showthread.php?t=134256772)

knightfire35 11-02-2009 05:01 AM

Error message
 
Hello, lately I keep getting this error message. It happens randomly every hour or so, and I'm not sure what it means or how to fix it. I did try re-installing the client and it did not help.

Here is the error message that comes up:

http://i251.photobucket.com/albums/g...aalProblem.jpg

Thanks for any help that can be added.

fowlplay4 11-02-2009 05:36 AM

Does it happen on other servers?

Dragonosteel 11-02-2009 08:04 PM

I get this error occasionally too. Only seems to happen on UN.

EclipsedAngel 11-02-2009 08:26 PM

Same here.

Door 11-02-2009 08:33 PM

ME TOOOOOOOOOOOOOOOOOOOO kept forgetting to mention it, so I'm glad someone else did!

cbk1994 11-02-2009 11:08 PM

I get it all the time, and not just on UN.

LoneAngelIbesu 11-02-2009 11:45 PM

I tend to get the GRAAL3DENGINE.DLL errors when there are badly scripted light effects, but sometimes just scripts in general when I'm scripting something that effects my client.

knightfire35 11-03-2009 02:56 AM

I played on N-Pulse for a while and didn't receive an error. From my experiences, it seems to only be on Unholy Nation, but I'm not certain.

I'm glad I'm not the only one experiencing it though.

LordSquirt 11-03-2009 03:16 AM

I get it on all servers as well.

SwimChao 11-04-2009 03:28 PM

I don't play on other servers, but I can definitely say it happens on UN.

fowlplay4 11-04-2009 04:02 PM

Well I know you can cause those errors by destroying a GUI Object than recreating it in the same block of code.

I.e:

PHP Code:

//#CLIENTSIDE
function onCreated() {
  
onCreateGUI();
}

function 
onCreateGUI() {
  if (
isObject(lolwindow)) lolwindow.destroy();
  new 
GuiWindowCtrl(lolwindow) {
    
30;
    
30;
    
width 100;
    
height 100;
  }



Admins 11-04-2009 04:15 PM

Yes recreating GUI controls is crashing v5, I'm not sure why a lot of servers are doing that. That "window.destroy()" can be removed.
If you want to make sure that the window looks ok even when creating it again, just make sure to add "visible = true;" or so when you have stuff that was making it invisible.

cbk1994 11-04-2009 11:40 PM

Quote:

Originally Posted by fowlplay4 (Post 1536436)
Well I know you can cause those errors by destroying a GUI Object than recreating it in the same block of code.

Unrelated, but I'm fairly certain isObject() expects a string.

PHP Code:

if (isObject("MyWindow")) { 

If not, Tig is a liar.

Admins 11-04-2009 11:52 PM

Quote:

Originally Posted by cbk1994 (Post 1536522)
Unrelated, but I'm fairly certain isObject() expects a string.

PHP Code:

if (isObject("MyWindow")) { 

If not, Tig is a liar.

isObject is expecting a string, but if you pass an object then it will use the name of the object, so it should work if the object is already existing

DustyPorViva 11-04-2009 11:58 PM

http://forums.graalonline.com/forums...hp?t=134256378

It doesn't crash Graal though, it just freezes it until you close the error.

fowlplay4 11-05-2009 12:11 AM

Well if the error message could display what script caused it and where it would be a lot easier to debug.

LoneAngelIbesu 11-05-2009 02:08 AM

Quote:

Originally Posted by fowlplay4 (Post 1536436)
Well I know you can cause those errors by destroying a GUI Object than recreating it in the same block of code.

Huh. I do this all the time, but never get an error message for it. I must be lucky.


All times are GMT +2. The time now is 12:21 PM.

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