[Desktop-packages] [Bug 1583538] Re: [desktop] Error creating OpenGL context using Java

2016-10-09 Thread Daniel van Vugt
That sounds like bug 1602561. However that one did not exist when this
was logged, and also doesn't exist now.

I believe Xmir is always reporting at least one display mode now. Please
run 'xrandr' to verify.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1583538

Title:
  [desktop] Error creating OpenGL context using Java

Status in Libertine:
  Triaged
Status in xorg-server package in Ubuntu:
  New

Bug description:
  User reports error when attempting to start applications that use
  OpenGL when using the desktop personality.  See traceback below.

  
  Time: 2016-05-18 21:26
  Description: Initializing game

  java.lang.ExceptionInInitializerError
at bcc.ar(SourceFile:620)
at bcc.an(SourceFile:428)
at bcc.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:124)
  Caused by: java.lang.NullPointerException
at 
org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:947)
at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
at org.lwjgl.opengl.Display.(Display.java:138)
... 4 more

  
  A detailed walkthrough of the error, its code path and all known details is 
as follows:
  
---

  -- Head --
  Stacktrace:
at bcc.ar(SourceFile:620)
at bcc.an(SourceFile:428)

  -- Initialization --
  Details:
  Stacktrace:
at bcc.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:124)

  -- System Details --
  Details:
Minecraft Version: 1.9.2
Operating System: Linux (amd64) version 4.4.0-22-generic
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle 
Corporation
Memory: 144126120 bytes (137 MB) / 252248064 bytes (240 MB) up to 
3194421248 bytes (3046 MB)
JVM Flags: 5 total; -Xmx3G -XX:+UseConcMarkSweepGC 
-XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.9.2
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the 
current thread.
GL Caps: 
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is 
untouched.
Type: Client (map_client.txt)
Resource Packs: 
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/libertine/+bug/1583538/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1583538] Re: [desktop] Error creating OpenGL context using Java

2016-10-07 Thread Christopher Townsend
Looks to me like Java is querying display modes and doesn't receive
anything back.  Jave doesn't handle this gracefully and crashes.

Xmir should probably at least return something meaningful back when
being queried for display modes.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1583538

Title:
  [desktop] Error creating OpenGL context using Java

Status in Libertine:
  Triaged
Status in xorg-server package in Ubuntu:
  New

Bug description:
  User reports error when attempting to start applications that use
  OpenGL when using the desktop personality.  See traceback below.

  
  Time: 2016-05-18 21:26
  Description: Initializing game

  java.lang.ExceptionInInitializerError
at bcc.ar(SourceFile:620)
at bcc.an(SourceFile:428)
at bcc.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:124)
  Caused by: java.lang.NullPointerException
at 
org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:947)
at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
at org.lwjgl.opengl.Display.(Display.java:138)
... 4 more

  
  A detailed walkthrough of the error, its code path and all known details is 
as follows:
  
---

  -- Head --
  Stacktrace:
at bcc.ar(SourceFile:620)
at bcc.an(SourceFile:428)

  -- Initialization --
  Details:
  Stacktrace:
at bcc.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:124)

  -- System Details --
  Details:
Minecraft Version: 1.9.2
Operating System: Linux (amd64) version 4.4.0-22-generic
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle 
Corporation
Memory: 144126120 bytes (137 MB) / 252248064 bytes (240 MB) up to 
3194421248 bytes (3046 MB)
JVM Flags: 5 total; -Xmx3G -XX:+UseConcMarkSweepGC 
-XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.9.2
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the 
current thread.
GL Caps: 
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is 
untouched.
Type: Client (map_client.txt)
Resource Packs: 
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/libertine/+bug/1583538/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1583538] Re: [desktop] Error creating OpenGL context using Java

2016-10-07 Thread Larry Price
** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: xmir

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1583538

Title:
  [desktop] Error creating OpenGL context using Java

Status in Libertine:
  Triaged
Status in xorg-server package in Ubuntu:
  New

Bug description:
  User reports error when attempting to start applications that use
  OpenGL when using the desktop personality.  See traceback below.

  
  Time: 2016-05-18 21:26
  Description: Initializing game

  java.lang.ExceptionInInitializerError
at bcc.ar(SourceFile:620)
at bcc.an(SourceFile:428)
at bcc.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:124)
  Caused by: java.lang.NullPointerException
at 
org.lwjgl.opengl.LinuxDisplay.getAvailableDisplayModes(LinuxDisplay.java:947)
at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:738)
at org.lwjgl.opengl.Display.(Display.java:138)
... 4 more

  
  A detailed walkthrough of the error, its code path and all known details is 
as follows:
  
---

  -- Head --
  Stacktrace:
at bcc.ar(SourceFile:620)
at bcc.an(SourceFile:428)

  -- Initialization --
  Details:
  Stacktrace:
at bcc.a(SourceFile:377)
at net.minecraft.client.main.Main.main(SourceFile:124)

  -- System Details --
  Details:
Minecraft Version: 1.9.2
Operating System: Linux (amd64) version 4.4.0-22-generic
Java Version: 1.8.0_91, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle 
Corporation
Memory: 144126120 bytes (137 MB) / 252248064 bytes (240 MB) up to 
3194421248 bytes (3046 MB)
JVM Flags: 5 total; -Xmx3G -XX:+UseConcMarkSweepGC 
-XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.9.2
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the 
current thread.
GL Caps: 
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is 
untouched.
Type: Client (map_client.txt)
Resource Packs: 
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/libertine/+bug/1583538/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp