my game crashes whenever i press any of the following keys
''ESC''
''INVENTORY''
''CHAT''
this has happened almost any time that i have tried to push one of these keys. i found that after binding them to other keys it still had the same affect.keep in mind that this has not happened every single time i have played, i have had some, but few successful attempts to play. i have played in every game mode, and on multiplayer/singleplayer. this began somtime in 1.3.2, and has not stopped science. i have no idea what is causing this, if you can please help, i would like to play again soon.
Linked issues
is duplicated by 41
Attachments
Comments 15
I'm experiencing the same issue. I'm attaching a few crash reports. If I press esc, e, or t while playing, the game freezes, then shows the crash screen.
It seems you are having problems with releasing your cursor when opening a gui-window/screen. I however have no idea why it works properly when you are in the main menu.
Could you give some more information about the system you are on? Are you using some sort of non-standard mouse orso? I'm also running on a mac and I can't really replicate it 😞
There are some extremely alpha osx-bugfixes in the work for lwjgl; see: http://lwjgl.org/forum/index.php?topic=4711.msg25685#msg25685
Maybe give those a shot? You should unpack them in your ~/Library/Application Support/minecraft/bin folder. You can remove it again by doing a force update.
Hi there,
I'm running a Hackintosh, the standard Apple Wired Keyboard and a classic Microsoft Intellimouse.
I should mention that this is happening on my PC as well (I can provice the crash reports as well if you like), which is a very plain home-built PC with no hacking or crazy modifications.
I'll try those files later this afternoon...thanks!
I seem to have this issue on 1.4.7
MacOS X 10.8.2
Java 1.6.0_41
OpenGL Vendor: ATI Technologies Inc.
OpenGL Version: 2.1 ATI-1.0.29
I have a two monitor setup.
On a hunch I relocated the menu bar in System Preferences > Displays > Arrangement on Mac OS X
A i have notebook monitor, and an external monitor.
Previously (when the bug occured) the Mac OS X menu bar was on notebook monitor.
I relocated the menu bar to the external display where the Minecraft game was.
Now hitting the E key no longer causes the crash.
Like richard wooding just said, This seems to be an issue that minecraft is not catching the null returned by getCursorPosition.
It seems to be caused by:
Starting minecraft
Moving the minecraft window to an external screen
Login
join a server
while it is joining, move your mouse to the main screen
minecraft should go to the main menu automatically, go back to minecraft on the second screen
hit esc twice, to exit menu then start it up
crash
to make it so it DOESN'T crash, you can
just start minecraft on the main screen
log in
join a server
wait till it joins
then move minecraft to the second screen. It should not crash.
There are indeed known issues with lwjgl and multiple displays, the workaround above should work.
LWJGL is working hard on version3 and it should have far better multi-monitor solutions.
Also the latest snapshot is using a different way of making the window and listening to input events, it would be really nice if someone could confirm this gets rid of the problem.
Can you please attach a crash report so that we can look into the issue?