Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bug Report (https://forums.graalonline.com/forums/forumdisplay.php?f=193)
-   -   Windows v6 beta test (https://forums.graalonline.com/forums/showthread.php?t=134257598)

Nataxo 02-01-2010 01:21 AM

Quote:

Originally Posted by cbk1994 (Post 1553490)
Are you launching it from the Graal directory?

If you mean from the folder where all my graal things are, yes :o

zephirot 02-01-2010 04:20 AM

I'm not in the v6 beta but can't be bothered to make a new thread.
I keep getting the Graal3Dengine error, it freezes my game and I have to restart it every 5 minutes :/.

TSAdmin 02-01-2010 05:50 AM

For some reason, you can no longer open waiting PMs by double clicking the flashing SysTray icon.

cbk1994 02-01-2010 05:58 AM

Quote:

Originally Posted by zephirot (Post 1553512)
I'm not in the v6 beta but can't be bothered to make a new thread.
I keep getting the Graal3Dengine error, it freezes my game and I have to restart it every 5 minutes :/.

This glitch is fixed with v6, but what server are you having the problem on?

alskdjfhg 02-01-2010 06:17 AM

Let me try the beta!

zephirot 02-01-2010 01:50 PM

Quote:

Originally Posted by cbk1994 (Post 1553521)
this glitch is fixed with v6, but what server are you having the problem on?

un.

Admins 02-01-2010 05:34 PM

v6 is using the old scripted playerlist again because of performance problems with the new v6.

Admins 02-02-2010 12:54 AM

Ok a new version (5.244) is ready, Skyld will upload it soon:
- Fixed polygon fonts (fonts bigger than 30)
- Command line option "-listscriptfunctions" has been re-added (generates scriptfunctions_client.txt)
- Command line options "-connect servername", "graal://servername" should work again
- Improved hacker protection
- Fixed GuiScrollCtrl drawing in external windows when the scroll bar appears or disappears
- The tray icons works now on Window98/ME
- Improved window positioning behaviour: only moves to the mouse the first time you are opening the window (F7 etc.) instead of always following the mouse; this will however further improved in some later version when scripts can set the position
- Small speed improvements when drawing ganis and inside levels with many players

From my testing the setup is working fine (GraalSetup.exe). One of the next features that will be added will be the possibility for external script windows to be dockable like the old player list.

Immolate 02-02-2010 01:42 PM

Quote:

Originally Posted by Stefan
- The tray icons works now on Window98/ME

You're still supporting them?!

TSAdmin 02-02-2010 03:24 PM

Quote:

Originally Posted by Immolate (Post 1553760)
You're still supporting them?!

Some people never change. When I fix my laptop, I'm putting Windows 98 on it for low-spec usage, but portable ability to use Graal. The same thing will be around with Windows XP by the time Windows <insert version by the year 2015> comes out.

DustyPorViva 02-02-2010 03:48 PM

Will there be a way to disable built-in playerlist via serveroption? I was hoping to use the forced scripted playerlist to incorporate some much-needed things into the playerlist, and having most players using built-in would break that.

Admins 02-02-2010 04:42 PM

Yes it should be possible to let servers make a completely new playerlist.

Tigairius 02-02-2010 07:41 PM

Made some pretty drastic changes in the playerlist on login2 to greatly reduce lag, beta testers should check to make sure it's still functioning as well as it was before.

Admins 02-03-2010 02:35 AM

Quote:

Originally Posted by Tigairius (Post 1553806)
Made some pretty drastic changes in the playerlist on login2 to greatly reduce lag, beta testers should check to make sure it's still functioning as well as it was before.

I've also improved it a little bit more (with scheduleevent for sorting), should be faster than the old version now :D

Admins 02-03-2010 05:38 AM

Tig you still need to remove/gray out the listscriptfunctions line in the first post.

Rufus 02-03-2010 10:36 PM

I think that there should be a better way of displaying on the playerlist that a person on your buddy list is not on the same server as you are. I haven't got any suggestions for a good visual fix (not just setting that weird head) but compared to the current external playerlist I find it really distracting seeing everyone's heads. Perhaps someone could come up with something.

Immolate 02-03-2010 10:46 PM

Quote:

Originally Posted by Rufus (Post 1554002)
I think that there should be a better way of displaying on the playerlist that a person on your buddy list is not on the same server as you are. I haven't got any suggestions for a good visual fix (not just setting that weird head) but compared to the current external playerlist I find it really distracting seeing everyone's heads. Perhaps someone could come up with something.

Maybe some folded lists labelled with the appropriate server that only display if there are buddies on there and you can double-click to expand/close each list. Not sure if it'd look as decent as I visualised it to look.

WhiteDragon 02-05-2010 02:39 AM

Graal crashes entirely when a gani that is both an ani and a script is displayed.

Example:
PHP Code:

GANI0001
SPRITE    0          ATTR31    0    0    1    1 object

CONTINUOUS
SINGLEDIRECTION
SETBACKTO classic_effect_hidden_01
DEFAULTATTR1 hat0
.png
DEFAULTHEAD head19
.png
DEFAULTBODY body
.png

SCRIPT
  
function onPlayerEnters(){
    
this.showimg(200"bomb1.png"this.xthis.y);
  }
SCRIPTEND

ANI
   0   0   0
WAIT 1

   0   0   0
WAIT 1

   0   0   0
WAIT 1

   0   0   0
WAIT 1
ANIEND 


TSAdmin 02-05-2010 05:55 AM

1 Attachment(s)
The progress bar (though, for some reason I seem to get this only on GK, though not a GK bug as discovered) in some interfaces seem to be layering incorrectly, generally after they've reached 0%, and end up overlapping other displays they're meant to be underneath.

Stefan or Tig might have to check out what governs the following screenshot for a specific function or object that isn't responding correctly though.

Attachment 50370

Admins 02-05-2010 04:58 PM

Quote:

Originally Posted by WhiteDragon (Post 1554213)
Graal crashes entirely when a gani that is both an ani and a script is displayed.

Can you give me the server name and level name or command which I need to type to see it? Because on servers like Zone it's working perfectly fine.

Quote:

Originally Posted by TSAdmin (Post 1554240)
The progress bar (though, for some reason I seem to get this only on GK, though not a GK bug as discovered) in some interfaces seem to be layering incorrectly, generally after they've reached 0%, and end up overlapping other displays they're meant to be underneath.

Stefan or Tig might have to check out what governs the following screenshot for a specific function or object that isn't responding correctly though.
Attachment 50370

Hmmm That GUI should probably be converted to GUI controls sometime or at least use layers > 4. It was done quite a long time ago where such stuff didn't exist yet, and relies on the font height which has changed slightly.

WhiteDragon 02-06-2010 03:10 AM

Quote:

Originally Posted by Stefan (Post 1554287)
Can you give me the server name and level name or command which I need to type to see it? Because on servers like Zone it's working perfectly fine.

Are you sure they are an ani script and and a normal ani?

Here is where we are encountering the problem:
  • Server: Classic
  • Level: classic_staff_thor_02.nw
  • Say "dropexplosion"

That uses the exact gani script I provided here.

You could also use *Bomb which is a more complicated script, but has the same problem.


Edit:
Looked at it more, and it seems these conditions need to be satisfied for the crash:
  • setcharani in local clientside NPC (it worked fine as a showani)
  • the gani must be a normal ani + script
  • the gani script must have a showimg in it (even an empty showimg creates the problem)

It seems like the gani script finished before the crash happens, so possible some code problem in the destruction of images in setcharanis.

Twinny 02-06-2010 11:43 AM

Found a very strange bug..

Whilst testing Dusty's movement system, I found that if I had a high enough speed, I could move so fast the levels wouldn't be drawn in time and I ended up in a black level (except for the animated flower tiles).

The other strange bug occurred in both a custom and default movement system. I started at the bottom left corner of lith.gmap (on Litheria). Holding both up and left I was able to move up against the left hand boundary of the gmap. Eventually, I was walking into pure black.

The other odd issue I'm expierencing is after a while of being on Lith, it seems the timeout becomes more jagged. While I was moving normally with Dustys system, it eventually becomes a rather pulsated. Changing server doesn't resolve the issue and eventually I have to restart the client. Task manager has the client sitting comfortably at 60MB usage with no noticable CPU usage. Would be nice if anyone else could confirm that they have this issue.
1. 0.087890624 % Weapon +Movement

WhiteDragon 02-06-2010 09:49 PM

Quote:

Originally Posted by Twinny (Post 1554524)
it seems the timeout becomes more jagged

This happens on Classic's movement system too!

We actually checked the time occurring between the end of the onTimeout() and the start of the next one, and it was .1 rather than .05. It seems to only happen after being on the server for awhile.

cbk1994 02-06-2010 09:56 PM

I've noticed the FPS change also. It definitely changes the FPS and slows timeouts to 0.1, I've done some experimenting with it. It usually happens after being on a while, but will sometimes happen right away.

WhiteDragon 02-06-2010 09:58 PM

Quote:

Originally Posted by cbk1994 (Post 1554650)
I've noticed the FPS change also. It definitely changes the FPS and slows timeouts to 0.1, I've done some experimenting with it. It usually happens after being on a while, but will sometimes happen right away.

I don't think the FPS changes. The ganis are smooth and other player's movement are smooth too... I think I have noticed projectiles and timeouts slowing doing only.

It's pretty odd.

DustyPorViva 02-06-2010 11:40 PM

Is it only timeouts or is there an actual drop in game FPS?

cbk1994 02-07-2010 12:25 AM

It's happening now to me, definitely seems to be a general decrease in FPS, but it's hard to tell.

EDIT: Actually it's probably just timeouts, if it was FPS you wouldn't see yourself only moving every other frame.

cbk1994 02-11-2010 01:55 AM

Quote:

Originally Posted by cbk1994 (Post 1554686)
It's happening now to me, definitely seems to be a general decrease in FPS, but it's hard to tell.

EDIT: Actually it's probably just timeouts, if it was FPS you wouldn't see yourself only moving every other frame.

It's definitely running at 20 FPS and just timeouts are being slowed, I can see, for example, animated shields running at 20 FPS.

WhiteDragon 02-13-2010 05:40 AM

So bump for Stefan. There are still two problems (that I know of): The ani problem and the timeout problem.

The timeout problem kind of makes everything unplayable so that is probably more important.

The ani problem does crash the client though so it should probably also be addressed.

Edit: The timeout problem seems to also affect scheduleevents.

fowlplay4 02-15-2010 07:52 PM

Quote:

Originally Posted by WhiteDragon (Post 1555937)
Edit: The timeout problem seems to also affect scheduleevents.

Confirmed to happen with my tutorial system on Zodiac :(

cbk1994 02-26-2010 04:06 AM

GuiButtonCtrl.performclick() doesn't seem to work; Script: Function SQL_Data_CloseTab.performclick not found in function SQL_Data_Tabs_Menu.onSelect in script of Weapon Staff/SQL Explorer. I can use any other functions or variables of the button, and objectType() returns "GuiButtonCtrl". Can anyone reproduce this?

Admins 02-26-2010 01:05 PM

Quote:

Originally Posted by cbk1994 (Post 1558945)
GuiButtonCtrl.performclick() doesn't seem to work

It has been removed a long time ago because of security issues.

xAndrewx 02-27-2010 12:16 AM

How do I get the new version? I have W7

cyan3 02-27-2010 12:29 AM

Quote:

Originally Posted by xAndrewx (Post 1559173)
How do I get the new version? I have W7

You have to contact Skyld about it but I think gaining access is closed for the moment.

xAndrewx 02-27-2010 12:37 AM

Quote:

Originally Posted by cyan3 (Post 1559176)
You have to contact Skyld about it but I think gaining access is closed for the moment.

Skyld- I DEMAND ACCESS!! :D

Tim_Rocks 02-28-2010 11:33 PM

Not sure if this is an Era bug, but it only happens on my laptop..

When i try to double click an item in my inventory it changed to Equipped Item: (none).. This only happens on my laptop (windows 7) and I tried to see if the bug happened on my desktop computer (windows vista) and it didn't.

cbk1994 03-01-2010 12:08 AM

Quote:

Originally Posted by Tim_Rocks (Post 1559683)
Not sure if this is an Era bug, but it only happens on my laptop..

When i try to double click an item in my inventory it changed to Equipped Item: (none).. This only happens on my laptop (windows 7) and I tried to see if the bug happened on my desktop computer (windows vista) and it didn't.

I haven't had this problem on any of the new clients, Windows or Mac. Have you tried quitting/reopening the client?

Tim_Rocks 03-01-2010 12:09 AM

Quote:

Originally Posted by cbk1994 (Post 1559695)
Have you tried quitting/reopening the client?

Happens ever single time I log in.

fowlplay4 03-01-2010 01:36 AM

I sometimes experience weird highlighting behavior with TextEditCtrls, a good way to reproduce it is to use the GUI Editor Tool in Scripted RC, and change values (text is a good choice).

Specs: Win7, Intel Core2Duo, and ATI GFX

Tim_Rocks 03-02-2010 04:43 AM

Quote:

Originally Posted by Tim_Rocks (Post 1559697)
Happens ever single time I log in.

So does anyone have any idea on how to fix this?

Edit: if it helps I'll list computer specs.
Windows 7
Processor: AMD Turion(tm) II Ultra Duel-Core Mobile M600 2.40 GHz
System Type: 64 bit


All times are GMT +2. The time now is 04:37 PM.

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