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
  #1  
Old 06-05-2005, 01:38 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
I set nicknames to 0 because it causes me to much lagg.
__________________
  #2  
Old 06-05-2005, 04:25 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
The text fields on the F5 Load Level screen can be edited. Perhaps add a Send button and have it warp the player if they have sufficient rights?

Quote:
If you put too much text in your in-game chat you will get a error and Gv4 crashes. This is a screenshot of what error I got.
For me it just crashed to the desktop without an error.
__________________
Maniaman

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


Last edited by xManiamaNx; 06-05-2005 at 11:07 PM..
  #3  
Old 06-05-2005, 10:54 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Quote:
Originally Posted by xManiamaNx
The text fields on the F5 Load Level screen can be edited. Perhaps add a Send button and have it warp the player if they have sufficient rights?
Rescript it.
  #4  
Old 06-05-2005, 09:01 PM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
If you put too much text in your in-game chat you will get a error and Gv4 crashes. This is a screenshot of what error I got.

EDIT: Contiga got the following error Access violation at address 1011F9B8 in module 'GraalEngine.dll'. Read of address 78787880.
Attached Thumbnails
Click image for larger version

Name:	gv4error2.PNG
Views:	213
Size:	9.5 KB
ID:	32347  
  #5  
Old 06-05-2005, 09:29 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 VulcanP2P
If you put too much text in your in-game chat you will get a error and Gv4 crashes. This is a screenshot of what error I got.

EDIT: Contiga got the following error Access violation at address 1011F9B8 in module 'GraalEngine.dll'. Read of address 78787880.
Can't reproduce that, it won't let me input more than n chars in the chat bar, and it doesn't crash here when I press return. Guess others need to try that too.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #6  
Old 06-05-2005, 10:56 PM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
Quote:
Originally Posted by Fry
Can't reproduce that, it won't let me input more than n chars in the chat bar, and it doesn't crash here when I press return. Guess others need to try that too.
Try to paste text in there and it does it ;]
  #7  
Old 06-06-2005, 02:26 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
I see, yeah, it just crashes here, without an error message.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #8  
Old 06-09-2005, 05:55 PM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
Quote:
Originally Posted by VulcanP2P
If you put too much text in your in-game chat you will get a error and Gv4 crashes. This is a screenshot of what error I got.

EDIT: Contiga got the following error Access violation at address 1011F9B8 in module 'GraalEngine.dll'. Read of address 78787880.
Is the GUI really black? That's sleek.
  #9  
Old 06-09-2005, 06:29 PM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
Quote:
Originally Posted by protagonist
Is the GUI really black? That's sleek.
Nope, thats WindowsBlinds. Nothing to do with Graal v4.
__________________

For Zone or Guild Support use the Support Center
  #10  
Old 06-07-2005, 04:37 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
Don't know if this has already been posted, but I've been having some problems with GK on v4. on v2 (and v3?) hotkeys with num* and 8 were identical, same with num0 and 0, num- and -, etc. However, on v4, these do not work. Apparently they're separate?
Plus, the backspace/delete key don't seem to work.
__________________

Last edited by calani; 06-07-2005 at 05:00 AM..
  #11  
Old 06-07-2005, 05:24 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 calani
Don't know if this has already been posted, but I've been having some problems with GK on v4. on v2 (and v3?) hotkeys with num* and 8 were identical, same with num0 and 0, num- and -, etc. However, on v4, these do not work. Apparently they're separate?
Plus, the backspace/delete key don't seem to work.
You can get the same values for the numpad as you get for the keyboard if you use keycode(#p(1)), but you are right, #p(0) returns a different value. Should this be changed? There is a simple workaround, and the different values for the numpad could let people assign different features to them. I'd like other people's input on this.

EDIT: Rick has reminded me that laptops don't have numpads, but you can use numpad buttons with a special key combination; please consider that fact when making your decision

Last edited by CheeToS2; 06-07-2005 at 06:28 AM..
  #12  
Old 06-07-2005, 09:02 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 CheeToS2
EDIT: Rick has reminded me that laptops don't have numpads, but you can use numpad buttons with a special key combination; please consider that fact when making your decision
I believe the feature should be made available, yes, but that users of the feature should be responsible and make it toggle/change in their scripts to allow for laptop users to avoid hassle.
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

  #13  
Old 06-07-2005, 04:43 AM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
If you start graal and have a name in the nickname spot then log onto a server set your name to something else then connect to another server using F8 your name will be what you entered when you started Graal.
__________________

For Zone or Guild Support use the Support Center
  #14  
Old 06-07-2005, 05:56 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
Quote:
Originally Posted by CheeToS2
You can get the same values for the numpad as you get for the keyboard if you use keycode(#p(1)), but you are right, #p(0) returns a different value. Should this be changed? There is a simple workaround, and the different values for the numpad could let people assign different features to them. I'd like other people's input on this.
I actually like this feature; however, the backspace/delete bug on GK is getting quite annoying, as its now impossible to unassign a hotkey without using v2.
__________________
  #15  
Old 06-07-2005, 06:18 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 calani
I actually like this feature; however, the backspace/delete bug on GK is getting quite annoying, as its now impossible to unassign a hotkey without using v2.
v4 returns the same values for backspace, and v2 doesn't return anything for delete, so I am guessing this isn't a problem with keypressed. I can't look at the scripts on GK, so I can't be exactly sure what's causing the problem. I'll add it to the list, though.

EDIT: The delete key is working on Graal2002 Debug, but not on GK. I'll try and figure out what the problem is if I have time.
  #16  
Old 06-07-2005, 08:13 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
Danke ce CheeToS2
__________________
  #17  
Old 06-09-2005, 04:56 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
GS2 is having problems with float values, atleast in showtextn wraptext2 (clientside) and setlevel2 (serverside) (these are just the ones I tried), it always converts them to integers.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #18  
Old 06-10-2005, 08:54 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
Minor problem with v3/v4, but still a big annoyance: ctrl+arrows and ctrl+shift+arrows don't work in the chatbox (word left/right, selectword left/right). home and end, however, do.
__________________
  #19  
Old 06-10-2005, 09:19 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Reminder:


Please change the v4 client number to it's appropriate number. The v4 client currently reads as 3.04.
  #20  
Old 06-10-2005, 09:39 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by Gambet
Reminder:


Please change the v4 client number to it's appropriate number. The v4 client currently reads as 3.04.
I thought this was fixed.
__________________
Liek omigosh.

  #21  
Old 06-10-2005, 09:41 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Nope.

I used this code to make it so this certain action is only performed to users on v3:

NPC Code:

if (graalversion > 3 && graalversion < 4) {



And for some reason, the actions were still being performed to v4 users. So, I spoke with CheeToS, and when he was debugging it, he coded it so his chat returns the graalversion, and it returned to 3.04, rather then 4.x.
  #22  
Old 06-10-2005, 09:45 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Currently, it reads the graalversion correctly serverside, but NOT clientside.
  #23  
Old 06-10-2005, 10:03 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
That is not a bug, that is intentional.

GScript1 reads graalversion as v3, GScript2 reads it as v4.
  #24  
Old 06-10-2005, 10:07 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Rick
That is not a bug, that is intentional.

GScript1 reads graalversion as v3, GScript2 reads it as v4.

I posted the reminder, to remind him to update it. Unless, there is a reason he only updated it for GS2? Or, will he be updating it for GS1 as well?
  #25  
Old 06-10-2005, 10:26 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Quote:
Originally Posted by Gambet
I posted the reminder, to remind him to update it. Unless, there is a reason he only updated it for GS2? Or, will he be updating it for GS1 as well?
It provides backwards compatability with GS1.
  #26  
Old 06-10-2005, 10:37 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Rick
It provides backwards compatability with GS1.
So, it will never be fixed/corrected?
  #27  
Old 06-11-2005, 04:36 AM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
The computer overheated and did a shutdown. When I rebooted (after a few minutes), the skin graphics were gone off G4. We can still get around, but:
Attached Thumbnails
Click image for larger version

Name:	Untitled-1.png
Views:	194
Size:	28.5 KB
ID:	32397  
__________________
In a world of change... Who'll you believe?
  #28  
Old 06-11-2005, 06:32 AM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by Velox Cruentus
The computer overheated and did a shutdown. When I rebooted (after a few minutes), the skin graphics were gone off G4. We can still get around, but:
Try deleting filenamecache.txt?
__________________
Liek omigosh.

  #29  
Old 06-11-2005, 06:33 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by Velox Cruentus
The computer overheated and did a shutdown. When I rebooted (after a few minutes), the skin graphics were gone off G4
Try redownloading the Graal3D files using setup.exe.
__________________
  #30  
Old 06-11-2005, 06:50 AM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
I did redownload it. I just thought the actual text on the back disturbing, rather. I know how the problem occurred, and how to fix it. Just not from preventing it from reoccurring.
__________________
In a world of change... Who'll you believe?
  #31  
Old 06-12-2005, 10:32 AM
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 Velox Cruentus
I did redownload it. I just thought the actual text on the back disturbing, rather. I know how the problem occurred, and how to fix it. Just not from preventing it from reoccurring.
I have had this problem with Graal 4 since I deleted the filenamecache the first time, except clearing the filenamecache again, reinstalling Graal 3, or reextracting Graal 4 did not fix it. Graal 3 has no problems, though.
__________________
Skyld
  #32  
Old 06-11-2005, 09:23 AM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
Suggestions for Global Playerlist:

*account name added to indicate its someones account name

Some way to indicate if its a player or RC
__________________

For Zone or Guild Support use the Support Center
  #33  
Old 06-11-2005, 09:36 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 VulcanP2P
Suggestions for Global Playerlist:

*account name added to indicate its someones account name

Some way to indicate if its a player or RC
They are all account names
  #34  
Old 06-11-2005, 10:44 AM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
Quote:
Originally Posted by CheeToS2
They are all account names
Sorry, I explained what I meant wrong. In my buddylist I thought I saw the name account (on Graal Kingdoms) without the *. My eyes are deceiving me.
__________________

For Zone or Guild Support use the Support Center
  #35  
Old 06-11-2005, 03:55 PM
Ajira Ajira is offline
Poont.
Join Date: Oct 2004
Location: NY, USA
Posts: 477
Ajira is on a distinguished road
Quote:
Originally Posted by CheeToS2
They are all account names
On servers with an updated GServer, they show nicknames. (Graal Kingdoms)
__________________
Liek omigosh.

  #36  
Old 06-11-2005, 07:08 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
Hm, okay, it does show nicknames on GK (neat), but it looks like it already shows * for account names. Maybe it doesn't if somebody sets their nickname to *accountname, just like the regular playerlist.
  #37  
Old 06-15-2005, 05:13 AM
Malinko Malinko is offline
Unholy Nation
Join Date: Mar 2004
Location: Massachusetts, U.S.A.
Posts: 1,782
Malinko is on a distinguished road
Send a message via AIM to Malinko
Note to *Stefan:
Add the following v4 testers:

Gerami
Luciano
TB3
xAndrewx
  #38  
Old 06-16-2005, 05:50 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 enabling a second monitor while Graal4 is running, the game screen stops displaying the game and is all grey. When the screen is clicked on I get an Access Violation "Access violation at address 00446C58 in module 'Graal4.exe'. Read of address 00000004. When clicking OK on that dialog, another one pops up just like it.

On Graal4, if you try logging on to a server with v31enabled=false you get an error saying "You need Graal version Graal 3.13-4 to play on this server." If the v31enabled=false is changed to v30enabled=false, it still gives that message unless you put v31enabled=true in the serveroptions first. It will still do that after the client is restarted.

Almost all of my dialog boxes that come up have scrollbars on them.

When dragging Graal4 from the main display over to a second display, the framerate drops to around 1 frame every 5 seconds. my CPU usage goes up to 100, and my entire system slows down. My mouse jumps from 1 place to where I moved it to every 5 seconds or so. Once I kill Graal4, everything is back to normal speed. I have done this before with Graal3 and Graal3, and they have both worked fine. This happens when the game is at the first menu, or actually on a server. Everything runs fine if Graal4 is on the primary display.
__________________
Maniaman

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

  #39  
Old 06-16-2005, 07: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
Quote:
Originally Posted by xManiamaNx
On Graal4, if you try logging on to a server with v31enabled=false you get an error saying "You need Graal version Graal 3.13-4 to play on this server." If the v31enabled=false is changed to v30enabled=false, it still gives that message unless you put v31enabled=true in the serveroptions first. It will still do that after the client is restarted.
v30enabled is for v2 and v3.0 (<=3.0), v30enabled is for v3.1 and v4 (>=3.1).

Quote:
When enabling a second monitor while Graal4 is running, the game screen stops displaying the game and is all grey. When the screen is clicked on I get an Access Violation "Access violation at address 00446C58 in module 'Graal4.exe'. Read of address 00000004. When clicking OK on that dialog, another one pops up just like it.

When dragging Graal4 from the main display over to a second display, the framerate drops to around 1 frame every 5 seconds. my CPU usage goes up to 100, and my entire system slows down. My mouse jumps from 1 place to where I moved it to every 5 seconds or so. Once I kill Graal4, everything is back to normal speed. I have done this before with Graal3 and Graal3, and they have both worked fine. This happens when the game is at the first menu, or actually on a server. Everything runs fine if Graal4 is on the primary display.
It's working fine with v2 and v3 ? Graal v4 is checking better if the drawing context is destroyed, so that it can recreate it, instead of having a messed up display or black window.

Quote:
Almost all of my dialog boxes that come up have scrollbars on them.
With the latest version of v4 ?
  #40  
Old 06-16-2005, 07:46 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
Maniaman can only post once a day, so I'll answer for him.
Quote:
Originally Posted by Stefan
It's working fine with v2 and v3 ? Graal v4 is checking better if the drawing context is destroyed, so that it can recreate it, instead of having a messed up display or black window.
mania: only showed a gray screen when i enabled my second monitor
mania: when I moved it over to the 2nd monitor, it became really really really slow
mania: I could watch the thing refresh stuff down the screen

Quote:
With the latest version of v4 ?
Yes, although this doesn't happen to me. He says it is happening with the "you have been disconnected" boxes. I've attached a screenshot.
Attached Thumbnails
Click image for larger version

Name:	v4bugforcheetos3.jpg
Views:	172
Size:	10.9 KB
ID:	32433  
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 01:37 AM.


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