Minecraft가 실행되지 않습니다.

Minecraft가 실행되지 않습니다.

안녕하세요 오류 메시지입니다

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 3/27/13 10:53 AM
Description: Failed to start game

org.lwjgl.LWJGLException: X Error - disp: 0x7f87780096b0 serial: 145 error: BadAlloc (insufficient resources for operation) request_code: 154 minor_code: 24
    at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:268)
    at org.lwjgl.opengl.LinuxContextImplementation.nCreate(Native Method)
    at org.lwjgl.opengl.LinuxContextImplementation.create(LinuxContextImplementation.java:51)
    at org.lwjgl.opengl.Context.<init>(Context.java:120)
    at org.lwjgl.opengl.Display.create(Display.java:858)
    at org.lwjgl.opengl.Display.create(Display.java:784)
    at org.lwjgl.opengl.Display.create(Display.java:765)
    at net.minecraft.client.Minecraft.a(SourceFile:235)
    at avv.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(SourceFile:507)
    at java.lang.Thread.run(Thread.java:722)


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

-- System Details --
Details:
    Minecraft Version: 1.5.1
    Operating System: Linux (amd64) version 3.5.0-17-generic
    Java Version: 1.7.0_15, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 405695400 bytes (386 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
    JVM Flags: 2 total; -Xmx1024M -Xms512M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: No suspicious classes found.
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    LWJGL: 2.4.2
    OpenGL: ~~ERROR~~ NullPointerException: null
    Is Modded: Probably not. Jar signature remains and client brand is untouched.
    Type: Client (map_client.txt)
    Texture Pack: Default
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

답변1

여기서 핵심 오류는 X 오류입니다 BadAlloc (insufficient resources for operation). 무언가에 사용할 수 있는 비디오 메모리가 충분하지 않은 경우 이 메시지가 표시됩니다.

권장사항:

  • 적당한 양의 비디오 메모리를 갖춘 더 나은 그래픽 카드를 구입하세요.
  • 비디오 카드가 시스템 RAM을 공유하는 노트북을 사용하는 경우 부팅 시 BIOS로 이동하여 그래픽 카드에 더 많은 메모리를 할당하십시오.

그렇지 않은 경우 컴퓨터 하드웨어에 대한 추가 정보를 포함하도록 질문을 편집하십시오.

관련 정보