Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-22-2006, 10:51 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Stack Overflow

I got this error "Stack Overflow" and graal shuts down, I can't take away the focus from the error..
I have no idea why it came up, but I was working with GUI's...

Anyone have a clue why this error came?
__________________
Reply With Quote
  #2  
Old 11-22-2006, 11:00 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Chompy View Post
I got this error "Stack Overflow" and graal shuts down, I can't take away the focus from the error..
I have no idea why it came up, but I was working with GUI's...

Anyone have a clue why this error came?
It happens with GUI's for me too.. on Graal X. I posted some time ago about it, it's the only thing holding me back from releasing Cars on GX due to random crashes.
Reply With Quote
  #3  
Old 11-22-2006, 11:03 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
I just hope it gets fixed, it happened too me while I was working with GuiContextMenuCtrl,
I was testing around, haven't used them before
__________________
Reply With Quote
  #4  
Old 11-22-2006, 11:04 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Screenshot? Which OS? If someone has a working example script for it then please give me server name/level name/script name
Reply With Quote
  #5  
Old 11-22-2006, 11:07 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Stefan View Post
Screenshot? Which OS? If someone has a working example script for it then please give me server name/level name/script name
Graal X - whenever I am on I can show you. It happens randomly with the cars GUI and right-clicking a person's account (where menu shows up)

Windows btw.

Quote:
Originally Posted by Chompy View Post
I just hope it gets fixed, it happened too me while I was working with GuiContextMenuCtrl,
I was testing around, haven't used them before
Same
Reply With Quote
  #6  
Old 11-22-2006, 11:09 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Stefan, it won't let me take pictures with Ctrl+Alt+F2, since it unfocus the graal window.. :[

Well it is on Unholy Dev, Script: Zeo/Test, the lines: 39 - 46

(Also, the gui I used won't show, it replace other params, such as if I used text = "omg, some text"; in the GuiContextMenuCtrl, it would replace it with the parent's text (head gui) with "omg, some text"
__________________
Reply With Quote
  #7  
Old 11-23-2006, 12:49 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Ok dokey, fixed in my version, so it will be fixed with the next release. Until then it should help to set visible = false before opening it
Reply With Quote
  #8  
Old 12-02-2006, 01:08 PM
Tyrial Tyrial is offline
The Shiznic
Join Date: Dec 2001
Location: Sweden > Stockholm
Posts: 2,411
Tyrial is an unknown quantity at this point
Quote:
Originally Posted by Stefan View Post
Ok dokey, fixed in my version, so it will be fixed with the next release. Until then it should help to set visible = false before opening it
Why open it if it's not visible?
__________________
-Mher Avetian
Reply With Quote
  #9  
Old 12-02-2006, 03:06 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by Tyrial View Post
Why open it if it's not visible?
It should be invisble when not shown and should be visible when shown
The problem right now is that the menu is hidden when you close the menu, but the menu control is not hidden and is still receiving mouse clicks and might end in an endless loop when sending the event back to the parent control.
Reply With Quote
  #10  
Old 12-02-2006, 06:24 PM
mYg0tHaMpStEr mYg0tHaMpStEr is offline
Never trust anyone.
mYg0tHaMpStEr's Avatar
Join Date: Jul 2006
Location: Mars
Posts: 98
mYg0tHaMpStEr is on a distinguished road
Send a message via AIM to mYg0tHaMpStEr Send a message via MSN to mYg0tHaMpStEr
Ugh..... Just fix it. I can't even get on my server for 30 seconds without
getting d/ced. >:[
__________________
Quote:
Originally Posted by Utopia RC Chat
lesmA: it's a good thing i can count to 10 now using gscript, you know, in case i forget how irl
Quote:
Originally Posted by Utopia RC Chat
lesmA: woo now i can make it count to 10 over 10 seconds!
lesmA: WATCH OUT SKYLD, HERE COME'S LESMA THE NEW SUPER-SCRIPTER!!!
Ork: ROFL
Ork: ANOTHER BRILLIANT FORUM SIG QUOTE
lesmA: oh god i should just stop talking before i make a fool of myself
Reply With Quote
  #11  
Old 12-02-2006, 07:42 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I said how it can be prevented
Reply With Quote
  #12  
Old 12-02-2006, 08:54 PM
mYg0tHaMpStEr mYg0tHaMpStEr is offline
Never trust anyone.
mYg0tHaMpStEr's Avatar
Join Date: Jul 2006
Location: Mars
Posts: 98
mYg0tHaMpStEr is on a distinguished road
Send a message via AIM to mYg0tHaMpStEr Send a message via MSN to mYg0tHaMpStEr
Oh... I have to read. XD
But, I've had this problem for awhile... It all started when my Qmenu went wrong, then i deleted it. But it still happens....

Plus, where do I set visible=false?
__________________
Quote:
Originally Posted by Utopia RC Chat
lesmA: it's a good thing i can count to 10 now using gscript, you know, in case i forget how irl
Quote:
Originally Posted by Utopia RC Chat
lesmA: woo now i can make it count to 10 over 10 seconds!
lesmA: WATCH OUT SKYLD, HERE COME'S LESMA THE NEW SUPER-SCRIPTER!!!
Ork: ROFL
Ork: ANOTHER BRILLIANT FORUM SIG QUOTE
lesmA: oh god i should just stop talking before i make a fool of myself
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:46 PM.


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