Jump to content

Help
Latest News Article

[Solved] Can't close the pause menu.


26 replies to this topic

#21

    synox

    Out of the Water

  • Members
  • 2 posts

Posted 21 November 2011 - 02:10 PM

EDIT: i finally solved the issue. I had to use "Lightweight Java Game Library" (lwjgl) Version 2.5 as stated in the first post. (and not the current version 2.8) .

Edited by synox, 21 November 2011 - 02:37 PM.


Register or log in to remove.

#22

    ragger

    Redstone Miner

  • Members
  • 579 posts
  • Location: Sweden
  • Minecraft: Brottweiler

Posted 21 November 2011 - 02:18 PM

View Postsynox, on 21 November 2011 - 02:10 PM, said:

i have the same problem. I got the ArrayIndexOutOfBoundsException in console. or after replacing the game engine, I can connect to a MP Server, but then I can't cancel the pause menu.

What else could I do? :(
I guess you'll have to use the old LWJGL that comes with Minecraft when you do a Force Update. If you get an error when using the old LWJGL, please post it here.

#23

    synox

    Out of the Water

  • Members
  • 2 posts

Posted 21 November 2011 - 02:38 PM

View Postragger, on 21 November 2011 - 02:18 PM, said:

I guess you'll have to use the old LWJGL that comes with Minecraft when you do a Force Update. If you get an error when using the old LWJGL, please post it here.
Thanks, problem resolved by using LWJGL version 2.5.

#24

    ragger

    Redstone Miner

  • Members
  • 579 posts
  • Location: Sweden
  • Minecraft: Brottweiler

Posted 21 November 2011 - 02:53 PM

View Postsynox, on 21 November 2011 - 02:38 PM, said:

Thanks, problem resolved by using LWJGL version 2.5.
The only problem with the older LWJGL is the stuck keys bug.

#25

    ragger

    Redstone Miner

  • Members
  • 579 posts
  • Location: Sweden
  • Minecraft: Brottweiler

Posted 22 November 2011 - 01:02 PM

Great news!
MrIso (on reddit), posted an answer to my thread about this issue.

The issue exists with LWJGL version 2.8.2, though it seems to work with LWJGL 2.8.1! And that fixes the stuck keys problem!

Download here: http://sourceforge.n.../LWJGL%202.8.1/

#26

    itbcn8

    Newly Spawned

  • Members
  • 1 posts

Posted 13 December 2011 - 10:45 AM

I have the same problem... Can't quit the pause screen. Whenever I hit back to game, it just saves.

#27

    ragger

    Redstone Miner

  • Members
  • 579 posts
  • Location: Sweden
  • Minecraft: Brottweiler

Posted 02 January 2012 - 10:43 AM

Hello again! I have for some time now annoyed me on a certain thing. When I start minecraft and get to the title screen, I can freely move around the window. If I then go into a menu, the window is stuck. You can't move it or rezise it or even use ALT+TAB. Sometimes I can do it if I open another window and put it above minecraft and then try to move it.

I had no idea what was the problem. Was it my window manager? My OS? My computer? It ended up with me testing this on multiple window managers. LXDE (openbox) didnt work, Xfce (xfwm4) didnt work, fluxbox however worked.

Now I started to experiment with my minecraft. Was it a certain mod? Perhaps the options.txt file? No. It was LWJGL 2.8.1 fault. With 2.8.2 you get the "can't close pause screen" bug, in 2.8.1 you get that the window is stuck.
This is from the thread about 2.8.2 on lwjgl forums: http://lwjgl.org/for....php?topic=4288

Quote

Linux
* Fixed issue with keyboard handling when running Display.setParent()
* Fixed issue on linux where AWT Frame window no longer moved when using Display.setParent()

I will now try later versions and see if I find a LWJGL version that works with minecraft...

Do you have this issue also?

Edit: Done testing versions.
LWJGL 2.8.0 - Same issue as 2.8.1
LWJGL 2.7.1 - Works! Though, a bit buggy here and there.
Edit: 2.7.1 version is buggier than I though. Alot of window looses focus and stuff. Window releases mouse when putting signs down.

This needs fixing..