Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 2 votes, 4.50 average. Display Modes
  #41  
Old 10-06-2009, 02:39 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Not sure exactly why, but when resizing an external window (specifically, my SQL explorer), the entire client crashes

I can't think of anything weird that's happening in any onResize event.
__________________
Reply With Quote
  #42  
Old 10-06-2009, 05:08 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by cbk1994 View Post
Not sure exactly why, but when resizing an external window (specifically, my SQL explorer), the entire client crashes

I can't think of anything weird that's happening in any onResize event.
Maybe you should post it.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #43  
Old 10-06-2009, 05:27 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Tigairius View Post
Maybe you should post it.
Provided he didn't change his code since the release. It should line up with this one:

http://forums.graalonline.com/forums...28#post1527628
__________________
Quote:
Reply With Quote
  #44  
Old 10-06-2009, 06:04 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by fowlplay4 View Post
Provided he didn't change his code since the release. It should line up with this one:

http://forums.graalonline.com/forums...28#post1527628
Yes, that's correct.
__________________
Reply With Quote
  #45  
Old 10-06-2009, 06:13 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by fowlplay4 View Post
Provided he didn't change his code since the release. It should line up with this one:

http://forums.graalonline.com/forums...28#post1527628
Yes, but Stefan doesn't want to, nor should he have to, go sift for code, that's why I asked him to post the specific part that was causing problems.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #46  
Old 10-06-2009, 06:19 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Tigairius View Post
Yes, but Stefan doesn't want to, nor should he have to, go sift for code, that's why I asked him to post the specific part that was causing problems.
I'll do a little bit of poking around tomorrow and see if I can isolate the problem.

EDIT: I can, however, confirm that the bug does not exist on Windows.

__________________
Reply With Quote
  #47  
Old 10-07-2009, 01:36 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
You create the window and then resize it manually and it crashes? I could imagine that there is some problem when deleting and recreating windows, or when unhiding the window using the mac menu. Please tell me server name and script which I should add to myself so that I can debug it.
Reply With Quote
  #48  
Old 10-07-2009, 01:51 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stefan View Post
You create the window and then resize it manually and it crashes? I could imagine that there is some problem when deleting and recreating windows, or when unhiding the window using the mac menu. Please tell me server name and script which I should add to myself so that I can debug it.
Era Dev and "Staff/SQL Explorer" (press N to open), but you may want to wait until I've had a chance to see if I can figure out what's causing it. It's a decently-sized script that would take a while to comb through, I think.
__________________
Reply With Quote
  #49  
Old 10-07-2009, 01:55 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 Stefan View Post
You create the window and then resize it manually and it crashes? I could imagine that there is some problem when deleting and recreating windows, or when unhiding the window using the mac menu. Please tell me server name and script which I should add to myself so that I can debug it.
I noticed that if you have the Scripted RC set to open on connect on the Login server, or sometimes even having just opened it on Login manually, when you switch servers, the old window is not destroyed as it should be. The window "ghosts" and becomes unresponsive, and trying to close the old window makes the client crash. It is probably related to that. I think I told you about that already though.
__________________
Skyld
Reply With Quote
  #50  
Old 10-07-2009, 01:57 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Skyld View Post
I noticed that if you have the Scripted RC set to open on connect on the Login server, or sometimes even having just opened it on Login manually, when you switch servers, the old window is not destroyed as it should be. The window "ghosts" and becomes unresponsive, and trying to close the old window makes the client crash. It is probably related to that. I think I told you about that already though.
I have noticed this as well with PMs.
__________________
Reply With Quote
  #51  
Old 10-07-2009, 04:46 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Also seems to be a problem with certain sounds (64-bit version) - they seem to loop after a certain point (e.g. on Era, listen to an explosion or even certain guns).
__________________
Reply With Quote
  #52  
Old 10-08-2009, 02:39 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by cbk1994 View Post
Era Dev and "Staff/SQL Explorer" (press N to open), but you may want to wait until I've had a chance to see if I can figure out what's causing it. It's a decently-sized script that would take a while to comb through, I think.
I managed to isolate it, though not to a specific part:

PHP Code:
//#CLIENTSIDE
function onKeyPressed(codekey) {
  if (
key == "3") {
    
showExplorer();
  }
}

function 
showExplorer() {
  new 
GuiWindowCtrl("SQL_Window") {
    
profile GuiBlueWindowProfile;

    
width 50;
    
height 50;
            
    
isExternal visible clientRelative true;
    
    new 
GuiControl("SQL_Container") {
      
useownprofile true;
      
profile.opaque true;
      
profile.fillColor "255 255 255";
      
profile.border 1;
      
      
width 30;
      
height SQL_Window.clientheight 2;
      
      
vertSizing "height";      
    }
  }

It seems to be crashing at random while resizing - some times I can resize fine, other times, it crashes the second I do it. When it resizes fine, I'm unable to duplicate the crash until I quit and reopen the client, at which point it will generally crash if I try to resize the window.

Commenting out the vertSizing variable seems to stop the crashing. It doesn't appear to happen with horizSizing, but I could be wrong.

EDIT: You can log on Era Dev and add yourself "Temp/Stripped SQL Explorer".
__________________
Reply With Quote
  #53  
Old 10-10-2009, 04:40 PM
Mayia Mayia is offline
Registered User
Mayia's Avatar
Join Date: Jul 2007
Posts: 12
Mayia is on a distinguished road
How does one get the Mac Beta :o
__________________
I come back to you, Graal the game played by many, my guilty pleasure.
Reply With Quote
  #54  
Old 10-10-2009, 07:53 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Mayia View Post
How does one get the Mac Beta :o
You might try PMing Skyld, though I'm not sure if he's closed it yet because of too many people.
__________________
Reply With Quote
  #55  
Old 10-12-2009, 08:59 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Ignore does not seem to work on the playerlist, not sure what this is the result of.
__________________
Reply With Quote
  #56  
Old 10-27-2009, 12:17 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Pressing "OK" in the "Are you sure you want to close Graal?" dialog that pops up after pressing the escape key does nothing.
__________________
Reply With Quote
  #57  
Old 11-07-2009, 10:27 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 cbk1994 View Post
Ignore does not seem to work on the playerlist, not sure what this is the result of.
Works fine for me.
Reply With Quote
  #58  
Old 11-08-2009, 12:25 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
Is the Ctrl+Mouse click really needed, is anyone still using single-button mouses?

Update: new version uploaded for Skyld:
- fixed the crashing bug which cbk1994 has reported
- destroying of external windows should work better
- opening hidden windows using the window menu should work correctly
- pressing 'Yes' in the quit-menu is correctly closing the game

Last edited by Admins; 11-08-2009 at 01:00 AM..
Reply With Quote
  #59  
Old 11-08-2009, 02:04 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stefan View Post
Is the Ctrl+Mouse click really needed, is anyone still using single-button mouses?
I don't think it's used a lot since it was mostly used for the trackpad and people tend to use the two-finger tap anyway, but it might be a good idea to include it for consistency with other Mac applications.
__________________
Reply With Quote
  #60  
Old 11-09-2009, 10:17 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've forgot to add that there is also now a scripted filescan message (it scans the .graal folder at startup and displays a message that it is scanning files, with a cancel button).
Reply With Quote
  #61  
Old 11-11-2009, 03:11 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
I shall look at the beta and distribute it later or tomorrow.
__________________
Skyld
Reply With Quote
  #62  
Old 11-13-2009, 05:20 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
Anyone tested the new version yet?
Reply With Quote
  #63  
Old 11-14-2009, 12:33 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stefan View Post
Anyone tested the new version yet?
Skyld hasn't yet distributed it
__________________
Reply With Quote
  #64  
Old 11-14-2009, 03:58 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 View Post
Anyone tested the new version yet?
Hmm my rights on the main login server seem to have disappeared so I cannot edit the -BetaShared script to display a message like last time (also the internal version number is also the same as the previous version so I am not sure how to detect the new client).

For now, testers should forum PM me to receive the new client.
__________________
Skyld
Reply With Quote
  #65  
Old 11-14-2009, 05:02 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
It's only for Mac?
Reply With Quote
  #66  
Old 11-14-2009, 05:31 PM
Umat Umat is offline
Banned
Join Date: Jul 2008
Location: Sweden
Posts: 412
Umat will become famous soon enough
Quote:
Originally Posted by DustyPorViva View Post
It's only for Mac?
It's the Mac Beta thread isn't it?

I wanted to beta test it but apparently Skyld had enough testers for now.
Reply With Quote
  #67  
Old 11-14-2009, 06:11 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
A couple of problems
  • You can't trigger a weapon clientside from itself, e.g.
    PHP Code:
    //#CLIENTSIDE
    function onCreated() {
      
    this.trigger("testFunction"NULL);
    }

    function 
    onTestFunction() { // note, however, that you can trigger this function from another weapon
      
    player.chat "received!";

  • Windows are still sticking sometimes when reconnecting (especially client-RC and the playerlist)
  • Resizing my SQL explorer (code that crashes it is on the other page) still crashes the client.
  • Copying and pasting is an awful mess still, you can't copy different lines (they show up as one), and anything with formatting in it shows up as like:
    (Client-RC)
__________________
Reply With Quote
  #68  
Old 11-14-2009, 07:41 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
You are sure that you have the new version?
Reply With Quote
  #69  
Old 11-14-2009, 08:19 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stefan View Post
You are sure that you have the new version?
Actually, no. Looks like the one you sent me yesterday (identical to the one Skyld sent out today to the beta testers) was the wrong version?

__________________
Reply With Quote
  #70  
Old 11-14-2009, 08:21 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 cbk1994 View Post
Actually, no. Looks like the one you sent me yesterday (identical to the one Skyld sent out today to the beta testers) was the wrong version?

The date of the actual "Graal.app" is not accurate because I have been placing the actual updated binary inside of an old app container, check the date by using "Show package contents" and then going into "Contents" and "MacOS". It should say 7th November 2009 or so as mine does.
__________________
Skyld
Reply With Quote
  #71  
Old 11-14-2009, 08:34 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Skyld View Post
The date of the actual "Graal.app" is not accurate because I have been placing the actual updated binary inside of an old app container, check the date by using "Show package contents" and then going into "Contents" and "MacOS". It should say 7th November 2009 or so as mine does.
Then yes, I just checked, and I do have the newest.
__________________
Reply With Quote
  #72  
Old 11-15-2009, 02:18 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
Hmmm there must have been some problem with the compilation then. It should definitely not crash when resizing the window. I've uploaded a new version, please check that again. Which CPU do you have (PPC, 386, 686) ?

In the new version I've also improved the window handling, and tried to fix the trigger problem (had no chance to test it yet).

About copy&paste: it works perfectly fine for me. There is a small problem in the sense that it's using the original line breaks when copying HTML text instead of the visible line breaks, but it shouldn't show any weird special characters.
Reply With Quote
  #73  
Old 11-15-2009, 03:09 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 Stefan View Post
Hmmm there must have been some problem with the compilation then. It should definitely not crash when resizing the window. I've uploaded a new version, please check that again. Which CPU do you have (PPC, 386, 686) ?

In the new version I've also improved the window handling, and tried to fix the trigger problem (had no chance to test it yet).

About copy&paste: it works perfectly fine for me. There is a small problem in the sense that it's using the original line breaks when copying HTML text instead of the visible line breaks, but it shouldn't show any weird special characters.
Yeah must have been a compilation issue because the new version number is being reflected properly in the version you just uploaded. Window resizing crash doesn't seem to be happening anymore.

Edit: Testers should get a link to the new client now when they log in.
__________________
Skyld

Last edited by Skyld; 11-15-2009 at 03:27 AM..
Reply With Quote
  #74  
Old 11-15-2009, 04:32 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Everything is fixed that I posted in my last report except the copy and pasting, for example, try to copy and paste this:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.trigger("testFunction"NULL);
}

function 
onTestFunction() { // note, however, that you can trigger this function from another weapon
  
player.chat "received!";

It shows up as:

__________________
Reply With Quote
  #75  
Old 11-15-2009, 11:43 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 uploaded a new version for Skyld.
Changes:
- improved copy&paste, instead of using "mac-plain-text" it's now using utf8 to exchange data
- palletized tilesets which are drawn on layer 0 are forced to be RGB (no alpha), which should fix the problem that Skyld had
Reply With Quote
  #76  
Old 11-16-2009, 12:56 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 Stefan View Post
Ok uploaded a new version for Skyld.
Changes:
- improved copy&paste, instead of using "mac-plain-text" it's now using utf8 to exchange data
- palletized tilesets which are drawn on layer 0 are forced to be RGB (no alpha), which should fix the problem that Skyld had
Works great
__________________
Skyld
Reply With Quote
  #77  
Old 11-28-2009, 02:03 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Copy and paste is much better

There are still problems with windows sticking, also when closing profiles, they still appear in the Window menu. I'm guessing the window just needs to destroy or so.

When you quit the client, the main window closes, but the external windows stay open for a second until the "Graal has unexpectedly quit" message comes up. This seems to always happen.

Also, there are still some focusing problems, especially noticeable with the playerlist. You have to click the window to focus, then click on the row you want. It doesn't feel natural, like it does with the dockable playerlist on Windows. Also, the playerlist doesn't always update correctly until you mouse over the list while focused. This isn't fixed with the Login2 updated playerlist, which makes me think it's probably a client glitch.

Modifier keys in GuiTextListCtrl's still aren't working.
__________________
Reply With Quote
  #78  
Old 11-28-2009, 02:30 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
Quote:
Originally Posted by cbk1994 View Post
Also, there are still some focusing problems, especially noticeable with the playerlist. You have to click the window to focus, then click on the row you want.
That's kindof standard behaviour on Mac though (with Safari, iTunes), not sure if it's easy to change.
Reply With Quote
  #79  
Old 11-30-2009, 01:00 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
I've uploaded a new version, Skyld will soon give it to beta testers:

- improved the window behaviour so they should close/disappear correctly and not give errors
- when the window loses the focus then any menus shown in the window are closed
- faster tiles drawing
- some new scripting commands (player.showEmoticon(filename), showEmoticonByKey(VK_A), onPKZoneChanges)
Reply With Quote
  #80  
Old 12-05-2009, 12:39 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
Any feedback for the new version?
Reply With Quote
Reply

Tags
graal v6, mac


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 10:23 PM.


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