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)

callimuc 01-21-2012 10:35 PM

Quote:

Originally Posted by Sky (Post 1682313)
Always wondered why my graal v6 freezes when I start the task manager? I haven't looked through the thread to see if it was solved or posted before. The game just turns to a black screen and it seems the playerlist still works but the actual client does not.

Quote:

Originally Posted by MattKan (Post 1682334)
Usually when I play a different game with Graal minimized (e.g. Minecraft, Civilization, Age of Empires) if I come back to Graal the screen is completely blacked out. I can still hear sound, but I can't see anything. If I minimize and bring the screen back up it is still black. I'm forced to restart. FYI, at first I thought it had something to do with full screen mode on other games (Civilization, Age of Empires), but then it started happening with Minecraft which I don't play in full screen mode.

Another problem is the tray icon not displaying correctly (see attachment).

Just resize the Graal screen. Also happens to me but resizing seems to help.

MattKan 01-21-2012 10:40 PM

Quote:

Originally Posted by callimuc (Post 1682337)
Just resize the Graal screen. Also happens to me but resizing seems to help.

Doesn't help me.

Also my graal icon in the tray menu is now invisible.

Emera 01-28-2012 12:03 AM

1 Attachment(s)
Don't know if anybody else is having this issue, but it's seriously starting to bug me. Whenever a GUI is created, it doesn't go where it should and ends up in random screen locations until it's refreshed for a second time. Image attached.

Tricxta 01-28-2012 06:15 AM

Nope, I think that's just you.

Emera 01-28-2012 12:07 PM

Quote:

Originally Posted by Tricxta (Post 1682933)
Nope, I think that's just you.

I never had the issue on Ubuntu linux.

ffcmike 01-29-2012 01:33 PM

It seems as if no matter what server you log on, whether there are any scripted GUI controls or not, after opening the client for the first time GraalControl is unfocussed and you can't move until you click the screen, even happens when I attempt to force focus once everything has initialized.
This wouldn't be a problem for the vast majority of players, but in terms of someone logging on for the first time you never know, might not occur to them.

fowlplay4 01-29-2012 05:27 PM

Quote:

Originally Posted by ffcmike (Post 1683076)
It seems as if no matter what server you log on, whether there are any scripted GUI controls or not, GraalControl is unfocussed and you can't move until you click the screen, even happens when I attempt to force focus once everything has initialized.
This wouldn't be a problem for the vast majority of players, but in terms of someone logging on for the first time you never know, might not occur to them.

Maybe it's because of that intrusive download window that every Graal player instinctively closes as soon as it opens. Unless it's a tileset downloading that thing should never appear.

ffcmike 01-29-2012 05:29 PM

Quote:

Originally Posted by fowlplay4 (Post 1683094)
Maybe it's because of that intrusive download window that every Graal player instinctively closes as soon as it opens.

It's happening without this.

Andre2006 02-03-2012 08:56 PM

Did someone add the "Disable startup message" to V5 when trying to send a mass message? It is totally in the way of my writings ;[ (I know this has nothing to do with V6, but I couldn't find anywhere else to post it!)

ffcmike 02-03-2012 11:36 PM

Quote:

Originally Posted by ffcmike (Post 1683076)
It seems as if no matter what server you log on, whether there are any scripted GUI controls or not, after opening the client for the first time GraalControl is unfocussed and you can't move until you click the screen, even happens when I attempt to force focus once everything has initialized.
This wouldn't be a problem for the vast majority of players, but in terms of someone logging on for the first time you never know, might not occur to them.

I managed to fix this with a combination of using Chris Vimes solution:

Quote:

Originally Posted by cbk1994 (Post 1660518)
PHP Code:

function onFirstResponderChanges(temp.obj) {
  if (
temp.obj.dontStealFocus) {
    
this.lastResponder.makeFirstResponder(true);
  } else {
    
this.lastResponder temp.obj;
  }


Then you could just set dontStealFocus on any GUI control and it wouldn't steal focus.

plus:

PHP Code:

ChatBar_ToggleTaskBarButton.dontstealfocus true;
DownloadProgress_CloseButton.dontstealfocus true

and then upon all systems initializing, manually setting focus to GraalControl or whatever object should have focus via:

PHP Code:

obj.makeFirstResponder(true); 


cbk1994 02-04-2012 02:29 AM

Quote:

Originally Posted by Andre2006 (Post 1683531)
Did someone add the "Disable startup message" to V5 when trying to send a mass message? It is totally in the way of my writings ;[ (I know this has nothing to do with V6, but I couldn't find anywhere else to post it!)

This is a GK bug, not a v6 or v5 bug.

Andre2006 02-04-2012 10:40 AM

Quote:

Originally Posted by cbk1994 (Post 1683566)
This is a GK bug, not a v6 or v5 bug.

Oh okay!

Emera 02-04-2012 01:54 PM

Also reported by another member on the forums.
For some reason, when starting up graal, it will randomly forget the nickname, account and password, which is quite annoying for people who haven't memorized their password.

xXziroXx 02-04-2012 03:05 PM

Quote:

Originally Posted by Emera (Post 1683604)
Also reported by another member on the forums.
For some reason, when starting up graal, it will randomly forget the nickname, account and password, which is quite annoying for people who haven't memorized their password.

Solution: memorize your password.

Emera 02-04-2012 03:07 PM

Quote:

Originally Posted by xXziroXx (Post 1683609)
Solution: memorize your password.

You don't say...


All times are GMT +2. The time now is 02:22 PM.

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