Announcement

Collapse
No announcement yet.

Oibaf PPA no Minecraft

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Oibaf PPA no Minecraft

    I've used Oibaf PPA on a number of other PCs along with Minecraft and never had an issue but with my HTPC after installing the Oibaf PPA I can't run Minecraft. I get an error.

    Code:
    ---- Minecraft Crash Report ----
    // There are four lights!
    
    Time: 10/29/15 10:29 PM
    Description: Initializing game
    
    java.lang.ExceptionInInitializerError
        at ave.ar(SourceFile:560)
        at ave.am(SourceFile:361)
        at ave.a(SourceFile:310)
        at net.minecraft.client.main.Main.main(SourceFile:124)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
        at org.lwjgl.opengl.XRandR.findPrimary(XRandR.java:326)
        at org.lwjgl.opengl.XRandR.ScreentoDisplayMode(XRandR.java:315)
        at org.lwjgl.opengl.LinuxDisplay$3.run(LinuxDisplay.java:746)
        at org.lwjgl.opengl.LinuxDisplay$3.run(LinuxDisplay.java:743)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.lwjgl.opengl.LinuxDisplay.init(LinuxDisplay.java:743)
        at org.lwjgl.opengl.Display.<clinit>(Display.java:138)
        ... 4 more
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Stacktrace:
        at ave.ar(SourceFile:560)
        at ave.am(SourceFile:361)
    
    -- Initialization --
    Details:
    Stacktrace:
        at ave.a(SourceFile:310)
        at net.minecraft.client.main.Main.main(SourceFile:124)
    
    -- System Details --
    Details:
        Minecraft Version: 1.8.8
        Operating System: Linux (amd64) version 4.2.3-040203-generic
        Java Version: 1.8.0_66, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 57845488 bytes (55 MB) / 159256576 bytes (151 MB) up to 1060372480 bytes (1011 MB)
        JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
        IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
        Launched Version: 1.8.8
        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: <unknown>
    Could it be my xorg.conf that has something to do with this?

    Code:
        Section "Monitor"     
           Identifier    "Monitor0"
           HorizSync       24.0 - 94.0   
           VertRefresh     24.0 - 85.0
           DisplaySize 1550 870
           Option "PreferredMode" "1440x960"
           Modeline "1920x1080"  74.25  1920 2008 2052 2200  1080 1085 1095 1125 interlace +hsync +vsync
           Modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
           Modeline "1776x1000_60.00"  147.25  1776 1888 2072 2368  1000 1003 1013 1038 -hsync +vsync
           Modeline "1792x1008_60.00"  149.50  1792 1904 2088 2384  1008 1011 1016 1046 -hsync +vsync
           Modeline "1600x1050_60.00"  140.00  1600 1704 1872 2144  1050 1053 1063 1089 -hsync +vsync
           Modeline "1680x1008_60.00"  140.50  1680 1784 1960 2240  1008 1011 1018 1046 -hsync +vsync
           Modeline "1440x960_60.00"  113.75  1440 1528 1672 1904  960 963 973 996 -hsync +vsync
        EndSection
    
        Section "Device"
           Identifier   "Device0"
           Driver   "radeon"   
           Option "Monitor-HDMI-0" "Monitor0"
        EndSection
    
        Section "Screen"           
           Identifier   "Screen0"
           DefaultDepth   24
           SubSection     "Display"
              Depth       24
              Modes "1920x1080"
           EndSubSection
        EndSection
Working...
X