Graal Forums  

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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #281  
Old 07-23-2005, 03:15 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 Python523
It happens when I manually resize my screen to pretty large sizes (almost full screen)
We found out the reason: it's when you resize often, the problem is with the option "relative" for horizSizing or vertSizing of GuiControls. Since it needs to round the values for the width and height, it goes off after some resizing operations. Will change it to "width" for now in the chatbar script.
  #282  
Old 07-23-2005, 03:27 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by CheeToS2
I tested this when the setlevel rounding bug was found, and it doesn't do that. Look at cheetos_showpoly.nw on #gscript. Your problem is that you're using index 0 for both images
Gawd, sorry, I only remembered that problem when seeing it again (world_e06.nw, the time format and GMT) and got it wrong, the problem isn't with floats but that floats have an accuracy of 0.5 there, so only values like 1.0, 1.5, 2.5, etc can be used, not 0.7, 0.3 and so on. Works fine in v2 though.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #283  
Old 07-23-2005, 09:49 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
In PMs, things like "<3" don't work, since Graal 4 parses it as a HTML tag. Perhaps it should detect only HTML tags that are closed with ">"?

Edit 1: Apparently this happens in Graal 2, aswell. Can something be done about it?

Edit 2: See the attachment - is this normal?
Attached Images
File Type: bmp ggg.bmp (60.5 KB, 188 views)
__________________
Skyld

Last edited by Skyld; 07-23-2005 at 10:03 PM..
  #284  
Old 07-24-2005, 05:30 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 Skyld
In PMs, things like "<3" don't work, since Graal 4 parses it as a HTML tag. Perhaps it should detect only HTML tags that are closed with ">"?

Edit 1: Apparently this happens in Graal 2, aswell. Can something be done about it?
Hmmm you could define a smilie for it (levels/smilies/smiliesdef.txt). Question is if Graal should only allow special tags in PMs and display the others as plain text like in GuiMLTextCtrls.

Quote:
Edit 2: See the attachment - is this normal?
There seem to be some problem with players on the chatters list which shouldn't appear there, will need to fix that.
  #285  
Old 07-24-2005, 08:24 PM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
Quote:
Originally Posted by Stefan
Question is if Graal should only allow special tags in PMs and display the others as plain text like in GuiMLTextCtrls.
This would be a good idea. Limit the tags to stuff like <b>,<i>,<u>,<font> and stuff like that. Would keep people from using javascript to crash clients.
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

  #286  
Old 07-25-2005, 05:26 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Is triggerserver() still broken?
  #287  
Old 07-25-2005, 05:53 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by Python523
Is triggerserver() still broken?
It is for Graal3d servers, if I remember correctly. Triggerclient was added by request of Ajira; I don't remember the reasoning for not having triggerserver.
  #288  
Old 07-25-2005, 08:19 AM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
Quote:
Originally Posted by Skyld
In PMs, things like "<3" don't work, since Graal 4 parses it as a HTML tag. Perhaps it should detect only HTML tags that are closed with ">"?

Edit 1: Apparently this happens in Graal 2, aswell. Can something be done about it?
It's always been that way, but yes, limiting to known tags would be nice.
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

  #289  
Old 07-25-2005, 11:17 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
After .30 and .31...
- Start v4, connect to the serverlist, join two channels, select the channel you joined first, select the Servers tab, connect to a server, open the serverlist, select the Chat tab, say something without selecting another channel -> It goes to the second channel even though the first one was selected

- What about a dropdown list for the direct connect field that remembers the last 5 servers like in v2?

- v4 is still eating too much CPU time and is too slow in general. For example the GUI (not too bad, but still a bit annoying), and especially lots of showtext() text.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #290  
Old 07-25-2005, 11:30 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
New additions in .31:
- Multiline text control scrolling added

- Added several new stuff to GuiScrollControl

- You can set scrolllinex and scrollliney for controls now
(specifies how much the scroll control is scrolled when you click on the arrows, you need to set it in the subcontrol)

- There is also a showtop() function which is a combination of show(), bringtofront(), and tabfirst()
(tabfirst() is focussing the first edit control)

- Added ctrl.globaltolocalcoord({x,y}) and ctrl.localtoglobalcoord({x,y})
(Converts coordinates for gui controls from screenx/y to x/y in terms of the guictrl)

- showpolys can be used inside controls now with GuiShowImgCtrl
  #291  
Old 07-26-2005, 12:18 PM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
Uh... reconnecting seemed to correct the space I stood in, but outside that level everything messed up again...

Updated to .31, now constantly black... server: Exiled Tribes

Resizing the window makes things freaky. Second attachment.
Attached Thumbnails
Click image for larger version

Name:	graal_1122372436.png
Views:	165
Size:	253.9 KB
ID:	32829   Click image for larger version

Name:	graal_1122373161.png
Views:	170
Size:	146.4 KB
ID:	32830  
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

  #292  
Old 07-26-2005, 12:22 PM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
Feature request: Closing dialogs (such as F5 dialog) with Alt+F4 or escape, or something!

Alt+F4 currently closes the whole client... both Alt+F4 and escape should close a dialog like that.
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

  #293  
Old 07-26-2005, 05:53 PM
ChibiChibiLuc ChibiChibiLuc is offline
Cookie Monster. :3
Join Date: Jan 2005
Location: Nova Scotia, Canada
Posts: 111
ChibiChibiLuc is on a distinguished road
Send a message via AIM to ChibiChibiLuc Send a message via MSN to ChibiChibiLuc
Alt+F4 is like an 'emergency' escape. It's usually supposed to close the program instantly.
  #294  
Old 07-28-2005, 03:19 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by CheeToS2
It is for Graal3d servers, if I remember correctly. Triggerclient was added by request of Ajira; I don't remember the reasoning for not having triggerserver.
Should be added...
  #295  
Old 07-29-2005, 12:53 PM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
Quote:
Originally Posted by ChibiChibiLuc
Alt+F4 is like an 'emergency' escape. It's usually supposed to close the program instantly.
Alt+F4 is a shortcut for "close the window in focus" - i think dialogs stealing focus within the game should be closed before the game itself.

And nice sig (though I am confused by it a little..?)
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

  #296  
Old 08-03-2005, 07:34 PM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
When doing this: OSL_MLText.setLines(client.temp-rules);
I get access violations until I End Task the client.
Quote:
Access violation at address 02808F90 in module 'GraalEngine.dll'. Read of address 00000038.
Works fine when using _ instead of -.

Maloria Dev, onlinestartlocal.nw/onlinestartlocal2.nw, class: osl
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website

  #297  
Old 08-04-2005, 01:02 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
ok will test that. If you use - then it is a subtraction and it will try to add a number/empty array to the multiline control, it shouldn't crash though.
  #298  
Old 08-04-2005, 02:23 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Sometimes when I connect to other servers and try to connect to debug, It won't let me but it lets me connect to every other server.
__________________
  #299  
Old 08-04-2005, 03:11 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by Gerami
Sometimes when I connect to other servers and try to connect to debug, It won't let me but it lets me connect to every other server.
Yes, debug just needs to be updated/restarted.
vv Oh

Last edited by CheeToS2; 08-05-2005 at 03:13 AM..
  #300  
Old 08-04-2005, 09:10 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
No, the other servers need to be restarted
  #301  
Old 08-06-2005, 01:58 AM
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
Hmm, stefan. I have a couple of quests for you:

1) When is the release of V4?


2) Scripting in GS2 clientside with V3. Does it work efficiently? If I script in V3, will they work properly in V4?


3) Are you accepting any more Graal3D servers? If so, can I get my PW into a G3D Server?


4) Can you clean out all these junk folders on my server. We really need to be able to delete folders.


:-)
  #302  
Old 08-06-2005, 03:22 AM
calani calani is offline
Scriptess
calani's Avatar
Join Date: Aug 2003
Location: asmgarden.gmap
Posts: 606
calani is on a distinguished road
Send a message via AIM to calani
Another major bug: playlooped crashes v4 within just a few seconds.

another minor bug: lit lamps don't light up dark houses, though torches do.
__________________
  #303  
Old 08-06-2005, 03:30 AM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
Quote:
Originally Posted by calani
Another major bug: playlooped crashes v4 within just a few seconds.
What version do you have calani? I think this was fixed many versions ago.
  #304  
Old 08-06-2005, 10:44 AM
Mafukie Mafukie is offline
Sup
Mafukie's Avatar
Join Date: May 2002
Location: Chicago, IL
Posts: 254
Mafukie will become famous soon enough
Send a message via ICQ to Mafukie Send a message via AIM to Mafukie
Man someone give me access to this beta test.

[email protected]

thanks
  #305  
Old 08-06-2005, 05:37 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 calani
Another major bug: playlooped crashes v4 within just a few seconds.

another minor bug: lit lamps don't light up dark houses, though torches do.
You need to have 4 lamps to light up a house, it's not a bug
  #306  
Old 08-06-2005, 06:28 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
The lighting system has been perfected..its MANDATORY to have lights for whole place to light up? :O

If so..thats awsuem, but a lot of places will be dark lol.


Anyway, answer my questions plz...
  #307  
Old 08-07-2005, 01:54 AM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
Sometimes the serverlist has problems resizing. I have a screenshot, but I'm not sure if I would be allowed to post it.
__________________

Current Maloria Event: (click to go to it)
  #308  
Old 08-08-2005, 01:34 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by Maniaman
Sometimes the serverlist has problems resizing. I have a screenshot, but I'm not sure if I would be allowed to post it.
Yeah, I also noticed that, the size of the server list or the channel list is incorrect after resizing a bit.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #309  
Old 08-09-2005, 05:32 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:
Chat text of the characters on Kingdoms start island intro does not show. It may be a GS2 server-only problem
Works for me?
  #310  
Old 08-09-2005, 05:48 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by Stefan
Works for me?
I only see them staring at me

I can see the say2s and such from other characters, but not the chat of the characters from the gani movie.
Attached Thumbnails
Click image for larger version

Name:	pirates.png
Views:	147
Size:	310.5 KB
ID:	33008  
  #311  
Old 08-09-2005, 08:24 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
Maybe their hungry for some fish?
  #312  
Old 08-12-2005, 05:55 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by CheeToS2
I only see them staring at me

I can see the say2s and such from other characters, but not the chat of the characters from the gani movie.
It doesn't show here too, sometimes, I remember the last part of it showing one time, but that's it.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #313  
Old 08-12-2005, 08:37 PM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
4.0.0.33

When logging on to a server and reopening the serverlist, the Updates tab is empty
__________________

Current Maloria Event: (click to go to it)

Last edited by Maniaman; 08-12-2005 at 09:16 PM..
  #314  
Old 08-13-2005, 01:47 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by Maniaman
4.0.0.33

When logging on to a server and reopening the serverlist, the Updates tab is empty
Might be intentional? Stefan mentioned servers being able to use the update stuff
  #315  
Old 08-13-2005, 01:50 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 Python523
Might be intentional? Stefan mentioned servers being able to use the update stuff
Yes, the default downloads are only available on the Login server, while playerworlds can make their own download packages. I will make it so that the Update-tab is hidden if the playerworld doesn't provide any download package.
  #316  
Old 08-13-2005, 02:36 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Stefan
Yes, the default downloads are only available on the Login server, while playerworlds can make their own download packages. I will make it so that the Update-tab is hidden if the playerworld doesn't provide any download package.
Perhaps you could do this with the playerlist on the Login server, too. Only allow the global playerlist sections of the playerlist if you're going to disable the playerlist on the login server.
__________________
Skyld
  #317  
Old 08-13-2005, 03:07 PM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
Personally, I think it would be nice to keep the regular playerlist enabled on the login server.
__________________

Current Maloria Event: (click to go to it)
  #318  
Old 08-14-2005, 09:46 PM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
4.0.0.33

If you update a GUI script while the GUI is minimized, the titlebar pops back up full size, but transparent. The rest of the gui is hidden. (See attachment).
Attached Thumbnails
Click image for larger version

Name:	v4bug-gui.jpg
Views:	173
Size:	11.8 KB
ID:	33084  
__________________

Current Maloria Event: (click to go to it)
  #319  
Old 08-20-2005, 02:49 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
v4.0.0.34 users:
If the client crashes when you click start, deleting some registry entries will fix it.
NOTE: If you're not comfortable with editing the registry, don't try it!
After doing this, you will need to re-enter your account name(s) and password(s)
1) Start>Run>regedit

2) Edit>Find>Graal
3) Open the Graal 'folder'
4) Right click on the Client 'folder' and click delete (or if you know what you are doing and don't mind, delete one key at a time to find out which one is making it crash)
5) Try running Graal4.exe

If that fixes it, PLEASE post here and say so. If it doesn't fix it, delete the RemoteControl 'folder' in the registry too, then post saying that fixed it (if it did)

Last edited by CheeToS2; 08-20-2005 at 03:47 AM..
  #320  
Old 08-20-2005, 03:53 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by CheeToS2
v4.0.0.34 users:
If the client crashes when you click start, deleting some registry entries will fix it.
NOTE: If you're not comfortable with editing the registry, don't try it!
After doing this, you will need to re-enter your account name(s) and password(s)
1) Start>Run>regedit

2) Edit>Find>Graal
3) Open the Graal 'folder'
4) Right click on the Client 'folder' and click delete (or if you know what you are doing and don't mind, delete one key at a time to find out which one is making it crash)
5) Try running Graal4.exe

If that fixes it, PLEASE post here and say so. If it doesn't fix it, delete the RemoteControl 'folder' in the registry too, then post saying that fixed it (if it did)
clearing registry stuff worked (just client I think)
Closed Thread


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 08:09 AM.


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