These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Macintosh

 
  • Topic is locked indefinitely.
 

Game freezes while modifier key pressed

Author
Hiaro Shinoda
The Frog Pond
Ribbit.
#1 - 2012-12-19 21:46:47 UTC  |  Edited by: Hiaro Shinoda
Hi,

I have a strange bug and I couldn't find any answer yet on the forums. Whenever I press and hold either Shift, Option or CTRL the game freezes until I release the button.

For instance when probe scanning I can move all probes by holding shift only for a part of a second and then the game freezes until I release shift.

Anybody else having this issue?

I'm running on a Late 2010 mac with Mountain Lion.
Wildash
Perkone
Caldari State
#2 - 2013-01-06 03:21:55 UTC
I am seeing the exact same issue. Video and mouse freeze while you hold it down, and a bit after you release, then the game comes back. Did you get a solution?
Hiaro Shinoda
The Frog Pond
Ribbit.
#3 - 2013-01-06 17:26:35 UTC
No, not yet. Ingame support told me to file a bug but i didn't do that yet. Will let you know.
You Mad Braw
School of Applied Knowledge
Caldari State
#4 - 2013-01-09 11:30:06 UTC
I got freezes when clicking "enable|disable sound" in main menu What?
Wildash
Perkone
Caldari State
#5 - 2013-01-23 03:58:50 UTC
Ok, potential lead.

https://gist.github.com/2271012

I had run most of this before (I program most the day...). But I turned down the key repeat related things down. And now it doesn't freeze up on modifier keys. So.... I suppose it's related? Or not. We'll see.
Hiaro Shinoda
The Frog Pond
Ribbit.
#6 - 2013-02-11 09:28:48 UTC
Hi,

wow, it was the same reason for me. Setting another KeyRepeat value causes the game to freeze while shift, ctrl or option keys are pressed. I reverted with...

Quote:

defaults delete NSGlobalDomain KeyRepeat
defaults delete NSGlobalDomain InitialKeyRepeat


...and the problem was gone.