ValveSoftware / Dota-2

Tracker for issues specific to Linux and Mac in the Reborn client. If you have a general issue or non-system-specific feature request please go to dev.dota2.com
470 stars 38 forks source link

Dota 2 quits on system-wide command + q or w #1536

Open DaleBaker opened 5 years ago

DaleBaker commented 5 years ago

Mac 10.13.2

Computer Information: Manufacturer: Apple Model: MacBookPro12,1 Form Factor: Laptop No Touch Input Detected

Processor Information: CPU Vendor: GenuineIntel CPU Brand: Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz CPU Family: 0x6 CPU Model: 0x3d CPU Stepping: 0x4 CPU Type: 0x0 Speed: 2700 Mhz 4 logical processors 2 physical processors HyperThreading: Supported FCMOV: Unsupported SSE2: Supported SSE3: Supported SSSE3: Supported SSE4a: Unsupported SSE41: Supported SSE42: Supported AES: Supported AVX: Supported CMPXCHG16B: Supported LAHF/SAHF: Supported PrefetchW: Unsupported

Operating System Version: MacOS 10.13.2 (64 bit)

Video Card: Driver: Intel Iris Graphics 6100 Driver Version: 1.2 Driver Date: 0 0 0 OpenGL Version: 2.1 Desktop Color Depth: 32 bits per pixel Monitor Refresh Rate: 0 Hz VendorID: 0x8086 DeviceID: 0x162b Revision: 0x9 Number of Monitors: 1 Number of Logical Video Cards: 1 Primary Display Resolution: 1280 x 800 Desktop Resolution: 1280 x 800 Primary Display Size: 11.26" x 7.05" (13.27" diag) 28.6cm x 17.9cm (33.7cm diag) Primary VRAM: 0 MB

Memory: RAM: 8192 Mb

Miscellaneous: UI Language: English Media Type: DVD Total Hard Disk Space Available: 115511 Mb Largest Free Hard Disk Block: 7997 Mb VR Headset: None detected

What's that? OS updates? Steam and dota are both updated.

Please describe your issue in as much detail as possible:

Describe what you expected should happen and what did happen. Please link any large pastes as a Github Gist.

It just randomly crashes in a game from the 6 minute mark. No error, the dota client just closes. It then does it repeatedly every couple minutes.

Steps for reproducing this issue:

Que a game. Get to 6+ minutes and it will start randomly crashing.

I have low priority from this! it sucks!

only started happening after the most recent patch

DaleBaker commented 5 years ago

I actually figured this one out.

Command + q now crashes dota on mac.

It was my most common key binding and I used it so often that i took abandoning 7 games or so till i figured it out.

Please fix!!!!

Also remove my account from low priority please!!!

https://www.dotabuff.com/players/906097861

Rmaan commented 3 years ago

You can replace command Q with this command (in terminal), I changed it to ⌘⇧2 for example:

defaults write NSGlobalDomain NSUserKeyEquivalents '{"Quit Dota 2" = "@$2";}'
sunqtronaut commented 1 month ago

And for cmd+W you may paste the following into terminal (cmd+space terminal):

defaults write com.valvesoftware.dota2 NSUserKeyEquivalents -dict-add "Close" "@L"

Where @L: The @ symbol represents the Command key. L is the actual key. So, @L translates to "Command+L".