Begin error report a1dce528

Minecraft has crashed! ---------------------- Minecraft has stopped running because it encountered a problem. If you wish to report ...

  • Search


    • Search all Forums


    • Search this Forum


    • Search this Thread


  • Tools


    • Jump to Forum

  • |<<
  • <
  • >
  • >>|
  • 1
  • 2
  • Next

  • #1

    Oct 10, 2010

    Minecraft has crashed!
    ———————-

    Minecraft has stopped running because it encountered a problem.

    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.

    — BEGIN ERROR REPORT a1dce528 ———
    Generated 10/10/10 6:26 PM

    Minecraft: Minecraft Alpha v1.1.2_01
    OS: Windows 7 (x86) version 6.1
    Java: 1.6.0_21, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: GeForce GTX 260/PCI/SSE2 version 3.2.0, NVIDIA Corporation

    java.lang.NullPointerException
    at fz.b(SourceFile:58)
    at fz.a(SourceFile:54)
    at bn.a(SourceFile:152)
    at e.a(SourceFile:942)
    at iq.c(SourceFile:342)
    at iq.b(SourceFile:284)
    at net.minecraft.client.Minecraft.run(SourceFile:608)
    at java.lang.Thread.run(Unknown Source)
    — END ERROR REPORT ac0a2f43 ———-

    Happens every 2 minutes starting today. No idea what’s up!


  • #2

    Oct 11, 2010


    Tweakyth13f


    • View User Profile


    • View Posts


    • Send Message



    View Tweakyth13f's Profile

    • Out of the Water
    • Location:

      Fort Edward
    • Join Date:

      10/11/2010
    • Posts:

      3
    • Member Details

    Same exact start error.

    Minecraft has crashed!
    ———————-

    Minecraft has stopped running because it encountered a problem.

    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.

    — BEGIN ERROR REPORT a1dce528 ———
    Generated 10/11/10 10:56 PM

    Minecraft: Minecraft Alpha v1.1.2_01
    OS: Windows 7 (x86) version 6.1
    Java: 1.6.0_21, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: ATI Radeon HD 5400 Series version 4.0.10188 Compatibility Profile Context, ATI Technologies Inc.

    java.lang.NullPointerException
    at fz.b(SourceFile:58)
    at fz.a(SourceFile:54)
    at bn.a(SourceFile:152)
    at e.a(SourceFile:942)
    at iq.c(SourceFile:342)
    at iq.b(SourceFile:284)
    at net.minecraft.client.Minecraft.run(SourceFile:608)
    at java.lang.Thread.run(Unknown Source)
    — END ERROR REPORT b14e29f4 ———-


  • #4

    Oct 13, 2010

    Been getting the same error too. It seems to be at some particular spot in the map now… didnt happen until I dug to the bottom of the map.


  • #5

    Oct 14, 2010


    levytskyy


    • View User Profile


    • View Posts


    • Send Message



    View levytskyy's Profile

    • The Meaning of Life, the Universe, and Everything.
    • Join Date:

      9/30/2010
    • Posts:

      93
    • Minecraft:

      Levytskyy
    • Member Details

    Minecraft has crashed!
    ———————-

    Minecraft has stopped running because it encountered a problem.

    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.

    — BEGIN ERROR REPORT a1dce528 ———
    Generated 14/10/10 6:31 PM

    Minecraft: Minecraft Alpha v1.1.2_01
    OS: Windows Vista (x86) version 6.0
    Java: 1.6.0_21, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
    LWJGL: 2.4.2
    OpenGL: ATI Radeon HD 4600 Series version 3.3.10151 Compatibility Profile Context, ATI Technologies Inc.

    java.lang.NullPointerException
    at fz.b(SourceFile:58)
    at fz.a(SourceFile:54)
    at bn.a(SourceFile:152)
    at e.a(SourceFile:942)
    at iq.c(SourceFile:342)
    at iq.b(SourceFile:284)
    at net.minecraft.client.Minecraft.run(SourceFile:608)
    at java.lang.Thread.run(Unknown Source)
    — END ERROR REPORT 45c37723 ———-

    Need help plz


  • #6

    Oct 14, 2010

    No help for this yet? I have the same crash from time to time, I get to play for like 4 hours straight with no issues, then the next day I’ll get that error message every 5 minutes, sometime it goes away after a reboot Ô_o


  • #10

    Oct 19, 2010


    siberx


    • View User Profile


    • View Posts


    • Send Message



    View siberx's Profile

    • Tree Puncher
    • Join Date:

      5/10/2010
    • Posts:

      23
    • Member Details

    I’ve been running into this bug constantly (locking up every couple minutes in certain areas of our multiplayer map), probably due to a bugged tile entity somewhere (a chest, sign, furnace or mob spawner). I got so fed up I decompiled the Minecraft jar and I think I’ve worked around the problem with a small mod.

    The code was not doing a null check at a certain point when it probably should’ve, so I’ve added a fallback case to avoid the null pointer exception. Who knows if it’s the «correct» way to fix it (I can hardly tell what’s going on with how obfuscated the code is) but it appears to have stopped to lockups. If you’re feeling brave you’re free to try it with no warranty as to whether it’ll blow up or not; two of us have played for a few hours each now though without a single lockup.

    To install it, open your minecraft.jar (located in the .minecraft/bin folder under your Application Data or Appdata/Roaming folder) with WinRAR, delete fz.class and the META-INF folder, and drag the new fz.class file in (BE SURE TO BACK UP YOUR MINECRAFT.JAR FIRST). Give it a shot, and please report here if it works or not for you and any other problems that crop up.

    Lockup fixer, fz.class


  • #11

    Oct 20, 2010


    Snowl


    • View User Profile


    • View Posts


    • Send Message



    View Snowl's Profile

    • Carpenter
    • Join Date:

      10/16/2010
    • Posts:

      42
    • Member Details

    Tried it, it just crashes on startup.

    Edit: Stupid me, forgot to delete the META-INF folder. Works so far :biggrin.gif:


  • #14

    Oct 20, 2010


    Swayze


    • View User Profile


    • View Posts


    • Send Message



    View Swayze's Profile

    • Tree Puncher
    • Join Date:

      10/8/2010
    • Posts:

      11
    • Member Details

    I’m no Java expert. I can’t find «.minecraft/bin folder under your Application Data or Appdata/Roaming folder» anywhere on my computer. Little help for an old idiot?


  • #15

    Oct 20, 2010

    Quote from Swayze »

    I’m no Java expert. I can’t find «.minecraft/bin folder under your Application Data or Appdata/Roaming folder» anywhere on my computer. Little help for an old idiot?

    The path to the Minecraft Java folder on Windows is:
    C:Users—————AppDataRoaming.minecraft
    (Just replace the ————— with the account on the computer you are currently logged in as)

    If the .minecraft folder is still not there, I’m not really sure what to say. :tongue.gif:
    If you try to run minecraft and it has problems downloading the folder itself, try getting it from a friend or something.
    (Though the server is down ATM, so downloading it from the site would be impossible)


  • #16

    Oct 20, 2010


    siberx


    • View User Profile


    • View Posts


    • Send Message



    View siberx's Profile

    • Tree Puncher
    • Join Date:

      5/10/2010
    • Posts:

      23
    • Member Details

    Quote from Swayze »

    I’m no Java expert. I can’t find «.minecraft/bin folder under your Application Data or Appdata/Roaming folder» anywhere on my computer. Little help for an old idiot?

    If you’re running Windows Vista or 7, it’ll be in «C:Users—————AppDataRoaming.minecraft» like Norix mentioned. If you’re on XP, it’ll be in «C:Documents and Settings————Application Data.minecraft». If you’re still having trouble finding these folders, you probably need to unhide hidden and system folders.

    To do this, hit «Tools — folder options» in Windows explorer (you’ll need to hit Alt first to see the bar on Vista or 7) and under the «View» tab select «Show hidden files, folders and drives». While you’re in there, uncheck «Hide extensions for known file types» and «Hide protected operating system files». These options will make absolutely everything visible on your drive, so you really should be able to find it then :wink.gif:

    If you’re on Mac or Linux you’ll have to do some searching to figure out where Minecraft saves its stuff instead, but it’s probably somewhere in the /home folder under your username.

    Quote from Tommykent »

    I’ll give this a go when I get home :smile.gif: hopefully it’ll be added officially :biggrin.gif:

    I sure hope not — it’s a terrible hack. I do hope Notch implements a proper fix though :wink.gif:


  • #19

    Oct 20, 2010


    siberx


    • View User Profile


    • View Posts


    • Send Message



    View siberx's Profile

    • Tree Puncher
    • Join Date:

      5/10/2010
    • Posts:

      23
    • Member Details

    Well, as I mentioned I’m working with decompiled obfuscated code here, so I don’t have a full understanding of everything that’s going on around the modification I made; that being said, I’m pretty confident no problems should arise. All my mod does is perform a null check on the glitched object before it calls a parameter of that object, and if it comes up null it makes a new empty item and returns that instead. This should, in theory, just get discarded cleanly further up the chain by the rest of the code, causing no problems (since the data was bugged anyways) and preventing the crash.

    In my testing (and the testing so far in this thread) no problems have yet arisen, so feel free to have anybody having this issue give it a shot. Just be sure to mention there’s no absolute guarantee it won’t break something, but it’s probably fine and even if it does it shouldn’t be catastrophic anyways.


  • #20

    Oct 20, 2010


    Swayze


    • View User Profile


    • View Posts


    • Send Message



    View Swayze's Profile

    • Tree Puncher
    • Join Date:

      10/8/2010
    • Posts:

      11
    • Member Details

    To do this, hit «Tools — folder options» in Windows explorer (you’ll need to hit Alt first to see the bar on Vista or 7) and under the «View» tab select «Show hidden files, folders and drives». While you’re in there, uncheck «Hide extensions for known file types» and «Hide protected operating system files». These options will make absolutely everything visible on your drive, so you really should be able to find it then :wink.gif:

    This is what I needed. I miss DOS. :smile.gif: Thanks! Now to try the fix.


  • #22

    Oct 23, 2010


    Lin315


    • View User Profile


    • View Posts


    • Send Message



    View Lin315's Profile

    • Tree Puncher
    • Join Date:

      10/21/2010
    • Posts:

      39
    • Member Details

    Quote from siberx »

    I’ve been running into this bug constantly (locking up every couple minutes in certain areas of our multiplayer map), probably due to a bugged tile entity somewhere (a chest, sign, furnace or mob spawner). I got so fed up I decompiled the Minecraft jar and I think I’ve worked around the problem with a small mod.

    The code was not doing a null check at a certain point when it probably should’ve, so I’ve added a fallback case to avoid the null pointer exception. Who knows if it’s the «correct» way to fix it (I can hardly tell what’s going on with how obfuscated the code is) but it appears to have stopped to lockups. If you’re feeling brave you’re free to try it with no warranty as to whether it’ll blow up or not; two of us have played for a few hours each now though without a single lockup.

    To install it, open your minecraft.jar (located in the .minecraft/bin folder under your Application Data or Appdata/Roaming folder) with WinRAR, delete fz.class and the META-INF folder, and drag the new fz.class file in (BE SURE TO BACK UP YOUR MINECRAFT.JAR FIRST). Give it a shot, and please report here if it works or not for you and any other problems that crop up.

    Lockup fixer, fz.class

    thanks a LOT.
    This solved the issue :smile.gif: :Diamond:


  • #23

    Oct 23, 2010


    siberx


    • View User Profile


    • View Posts


    • Send Message



    View siberx's Profile

    • Tree Puncher
    • Join Date:

      5/10/2010
    • Posts:

      23
    • Member Details

    Quote from gonkii »

    I didn’t see the META-INF folder in the jar so I’m guessing I don’t have one? O_o

    Did you have an fz.class file in the jar? If not, you were looking in the wrong folder to find your minecraft.jar. make sure you’re in the bin subfolder of .minecraft.

    If you did still have an fz.class but no META-INF, then you’re either running a bootleg or already modified version of the minecraft.jar; if you’ve installed a texture pack or something you may have already deleted it. If you’re using an illegitimate copy, stop being a cheapskate and pony up the 10 euros for the game :wink.gif:


  • #24

    Oct 24, 2010


    gonkii


    • View User Profile


    • View Posts


    • Send Message



    View gonkii's Profile

    • Tree Puncher
    • Join Date:

      10/14/2010
    • Posts:

      14
    • Member Details

    Quote from siberx »

    Quote from gonkii »

    I didn’t see the META-INF folder in the jar so I’m guessing I don’t have one? O_o

    Did you have an fz.class file in the jar? If not, you were looking in the wrong folder to find your minecraft.jar. make sure you’re in the bin subfolder of .minecraft.

    If you did still have an fz.class but no META-INF, then you’re either running a bootleg or already modified version of the minecraft.jar; if you’ve installed a texture pack or something you may have already deleted it. If you’re using an illegitimate copy, stop being a cheapskate and pony up the 10 euros for the game :wink.gif:

    I did have a pirated version once upon a time but I bought it and deleted it and reinstalled the legit game,but yea I installed some textures. o;

    Anyways this didn’t help me with the problem I’m experiencing, I was told it was the same thing but its apparently not


  • #25

    Oct 24, 2010


    siberx


    • View User Profile


    • View Posts


    • Send Message



    View siberx's Profile

    • Tree Puncher
    • Join Date:

      5/10/2010
    • Posts:

      23
    • Member Details

    This mod only fixes the bug detailed in this thread, that is a frequent null pointer error lockup/crash in fz.b. Any other crashes/lockups/issues won’t be fixed by this, but if you can provide me with some bug reports and details of the crash I can try to create workarounds for those too.


  • #26

    Oct 25, 2010


    gonkii


    • View User Profile


    • View Posts


    • Send Message



    View gonkii's Profile

    • Tree Puncher
    • Join Date:

      10/14/2010
    • Posts:

      14
    • Member Details

    My problem looks like this.

    Connection lost

    Internal exception: Java.SocketException: Sofware cause connection abort: recv failed

    I’m 600% sure it’s not my internet and it I don’t disconnect in any other game. This happens on every Minecraft server and it happens frequently, if I’m lucky I can get to play like 30 minutes before this starts happening over and over and over and over again. When it happens the blocks I put down start disappearing or the blocks I broke start reappearing and nothing drops and items, I can’t type but sometimes I can still see what others are typing, it last for like 30 seconds and then I get the connection lost.

    Anyways, I’m not sure why they thought this would fix it.


  • #27

    Oct 29, 2010


    Ruan


    • View User Profile


    • View Posts


    • Send Message



    View Ruan's Profile

    • Tree Puncher
    • Join Date:

      10/29/2010
    • Posts:

      14
    • Member Details

    Im running a linux server for me and some friends. Occasionally one of our players will get this error message and then the Minecraft.jar will turn off and we will have to reboot the software.

    I would like to try this fix, but I was curious if you all had the same issue? Every time one person crashes, does it bring down the whole server? Also, I imagine I would have to have every single person alter their .jar files if this was to work correct?


  • #28

    Oct 30, 2010

    Quote from siberx »

    I’ve been running into this bug constantly (locking up every couple minutes in certain areas of our multiplayer map), probably due to a bugged tile entity somewhere (a chest, sign, furnace or mob spawner). I got so fed up I decompiled the Minecraft jar and I think I’ve worked around the problem with a small mod.

    The code was not doing a null check at a certain point when it probably should’ve, so I’ve added a fallback case to avoid the null pointer exception. Who knows if it’s the «correct» way to fix it (I can hardly tell what’s going on with how obfuscated the code is) but it appears to have stopped to lockups. If you’re feeling brave you’re free to try it with no warranty as to whether it’ll blow up or not; two of us have played for a few hours each now though without a single lockup.

    To install it, open your minecraft.jar (located in the .minecraft/bin folder under your Application Data or Appdata/Roaming folder) with WinRAR, delete fz.class and the META-INF folder, and drag the new fz.class file in (BE SURE TO BACK UP YOUR MINECRAFT.JAR FIRST). Give it a shot, and please report here if it works or not for you and any other problems that crop up.

    Lockup fixer, fz.class

    Website seems to be busy

  • To post a comment, please login.
  • 1
  • 2
  • Next
  • |<<
  • <
  • >
  • >>|

Posts Quoted:

Reply

Clear All Quotes


Minecraft has crashed!

————————

Minecraft has stopped running because it encountered a problem.

If you wish to report this, please copy this entire text and email it to support@mojang.com.

Please include a description of what you did when the error occured.

-— BEGIN ERROR REPORT a1dce528 ——-—

Generated 23.09.19 22:20

Minecraft: Minecraft Beta 1.7.2

OS: Windows 7 (x86) version 6.1

Java: 1.8.0_171, Oracle Corporation

VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation

LWJGL: 2.9.0

OpenGL: GeForce GTX 550 Ti/PCIe/SSE2 version 4.5.0 NVIDIA 364.72, NVIDIA Corporation

java.lang.NumberFormatException: For input string: «nightly_darkbluee»

at java.lang.NumberFormatException.forInputString(Unknown Source)

at java.lang.Long.parseLong(Unknown Source)

at java.lang.Long.parseLong(Unknown Source)

at net.A.L.C.ooOO.o00000(Unknown Source)

at net.A.L.C.ooOO.o00000(Unknown Source)

at net.A.L.C.ooOO.o00000(Unknown Source)

at net.A.L.C.ooOO.o00000(Unknown Source)

at net.A.L.C.ooOO.o00000(Unknown Source)

at net.A.L.C.ooOO.Ò00000(Unknown Source)

at net.A.L.eB.Objectif(Unknown Source)

at net.A.L.newObject.Objectif(Unknown Source)

at net.A.L.OOo0.ÔO0000(Unknown Source)

at net.minecraft.client.Minecraft.o00000(Unknown Source)

at net.minecraft.client.Minecraft.ÒO0000(Unknown Source)

at net.minecraft.client.Minecraft.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

-— END ERROR REPORT 30c95da1 ————

Whenever I try to launch Minecraft beta 1.7.3 (You know, the good ‘ol days…) the game crashes and I get this error message:

Minecraft has crashed!
———————-

Minecraft has stopped running because it encountered a problem.

If you wish to report this, please copy this entire text and email it to support@mojang.com.
Please include a description of what you did when the error occured.

— BEGIN ERROR REPORT a1dce528 ———
Generated 11/17/14 7:15 PM

Minecraft: Minecraft Beta 1.7.3
OS: Windows 8.1 (x86) version 6.3
Java: 1.7.0_67, Oracle Corporation
VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 8650G version 4.3.12618 Compatibility Profile Context 13.251.0.0, ATI Technologies Inc.

java.nio.BufferOverflowException
at java.nio.DirectByteBuffer.put(Unknown Source)
at java.nio.ByteBuffer.put(Unknown Source)
at ji.a(SourceFile:233)
at ji.b(SourceFile:139)
at net.minecraft.client.Minecraft.x(SourceFile:413)
at net.minecraft.client.Minecraft.a(SourceFile:329)
at net.minecraft.client.Minecraft.run(SourceFile:716)
at java.lang.Thread.run(Unknown Source)
— END ERROR REPORT ed397c5b ———-

Please help? Thanks!

#1

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 24.12.2010 — 20:19

Неделю назад попытался неудачно установить minecraft alpha 1.2.6 после секундной загрузки экран игры становится черным а потом показывает вот что:— BEGIN ERROR REPORT a1dce528 ———
Generated 24.12.10 20:13

Minecraft: Minecraft Beta 1.1_02
OS: Windows 7 (x86) version 6.1
Java: 1.6.0_23, Sun Microsystems Inc.
VM: Java HotSpot™ Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: GeForce 8500 GT/PCI/SSE2 version 3.2.0, NVIDIA Corporation

java.lang.IllegalStateException: Function is not supported
at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:64)
at org.lwjgl.opengl.GL11.glGenLists(GL11.java:1393)
at dz.a(SourceFile:13)
at mj.

(SourceFile:61)
at net.minecraft.client.Minecraft.a(SourceFile:295)
at net.minecraft.client.Minecraft.run(SourceFile:641)
at java.lang.Thread.run(Unknown Source)
— END ERROR REPORT f746a08f ———-

В следующий раз потрудись назвать тему правильно.

  • Наверх


#2


Gwerty

Gwerty

    Добытчик обсидиана

  • Пользователи
  • Сообщений: 1003
  • Откуда: Кемерово!

Написал 24.12.2010 — 22:01

Даже не знаю, что сказать. Вроде бы и послать охота, и помочь — тоже. =)Если решил поставить старую версию, то скидывай все(!) файлы minecraft’а. А судя по тому, что написано в логе, ты смешал обе версии в одну.

  • Наверх


#3


einsenmann

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 25.12.2010 — 11:05

Я с ним уже неделю мучаюсь-качал все версии и пишет один и тот же лог-вот этот.Попробовал удалить вообще все файлы майнкрафта (абсолютно все) пишет то же самое.ХЗ чё делать(((

  • Наверх


#4


Gwerty

Gwerty

    Добытчик обсидиана

  • Пользователи
  • Сообщений: 1003
  • Откуда: Кемерово!

Написал 25.12.2010 — 12:00

А нормальная версия нормально запускается?

  • Наверх


#5


einsenmann

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 25.12.2010 — 12:16

я хз какая из версии нормальная:)

  • Наверх


#6


Gwerty

Gwerty

    Добытчик обсидиана

  • Пользователи
  • Сообщений: 1003
  • Откуда: Кемерово!

Написал 25.12.2010 — 16:21

Ну самая последняя.

  • Наверх


#7


einsenmann

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 25.12.2010 — 21:22

нет то же самое

  • Наверх


#8


WDkun

WDkun

    Зачарователь

  • Пользователи
  • Сообщений: 1939

Написал 25.12.2010 — 21:43

Может быть, проверка на лицензионность игры мешает?

  • Наверх


#9


einsenmann

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 25.12.2010 — 22:39

и что делать?

  • Наверх


#10


RiseOfDeath

RiseOfDeath

    Странник

  • Пользователи
  • Сообщений: 74
  • Откуда: Воронеж

Написал 26.12.2010 — 11:39

Пиши нотчу.

  • Наверх


#11


Gwerty

Gwerty

    Добытчик обсидиана

  • Пользователи
  • Сообщений: 1003
  • Откуда: Кемерово!

Написал 26.12.2010 — 13:20

Дану, бред. Он обидется) А вот то, что сказал ВДкун, больше похоже на правду…

  • Наверх


#12


einsenmann

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 09.01.2011 — 14:07

я так ниче и не понял…проверка на лицензионность и что теперь то?

  • Наверх


#13


Giperion

Giperion

    Странник

  • Пользователи
  • Сообщений: 11

Написал 09.01.2011 — 15:27

Неделю назад попытался неудачно установить minecraft alpha 1.2.6 после секундной загрузки экран игры становится черным а потом показывает вот что:— BEGIN ERROR REPORT a1dce528 ———
Generated 24.12.10 20:13

Minecraft: Minecraft Beta 1.1_02
OS: Windows 7 (x86) version 6.1
Java: 1.6.0_23, Sun Microsystems Inc.
VM: Java HotSpot™ Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
OpenGL: GeForce 8500 GT/PCI/SSE2 version 3.2.0, NVIDIA Corporation

java.lang.IllegalStateException: Function is not supported
at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:64)
at org.lwjgl.opengl.GL11.glGenLists(GL11.java:1393)
at dz.a(SourceFile:13)
at mj.

(SourceFile:61)
at net.minecraft.client.Minecraft.a(SourceFile:295)
at net.minecraft.client.Minecraft.run(SourceFile:641)
at java.lang.Thread.run(Unknown Source)
— END ERROR REPORT f746a08f ———-

Эй чел, да у тебя язык Java древний как дерьмо мамонта, в описаний ошибки даже подсказка: Функция не поддерживается.
Делай выводы! :)

  • Наверх


#14


einsenmann

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 09.01.2011 — 16:48

и где мне другую java качать?

  • Наверх


#15


RiseOfDeath

RiseOfDeath

    Странник

  • Пользователи
  • Сообщений: 74
  • Откуда: Воронеж

Написал 09.01.2011 — 17:34

  • Наверх


#16


einsenmann

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 09.01.2011 — 18:54

скачал,запустил и то же самое…может там чет я не то скачал….

  • Наверх


#17


einsenmann

einsenmann

    Странник

  • Пользователи
  • Сообщений: 19

Написал 09.01.2011 — 20:14

блин капец…полная лажа…поиграть блин захотел

  • Наверх


#18


Galaran

Galaran

    Странник

  • Пользователи
  • Сообщений: 29

Написал 10.01.2011 — 05:44

С Джавой всё впорядке. Это последняя версия.Но есть подозрения на видеокарту, так как, похоже вылетает при инициализации OpenGLПроверь драйвера на видеокарту

  • Наверх


#19


Desys

Desys

    Странник

  • Пользователи
  • Сообщений: 5

Написал 10.01.2011 — 10:56

да уж, у меня тоже не запускается, в чем же дело вот моя ошибка: Bad video card drivers! ———————— Minecraft was unable to start because it failed to find an accelerated OpenGL mode.This can usually be fixed by updating the video card drivers.— BEGIN ERROR REPORT 7fe0271 ———Generated 10.01.11 9:54Minecraft: Minecraft Beta 1.1_02OS: Windows 7 (x86) version 6.1Java: 1.6.0_23, Sun Microsystems Inc.VM: Java HotSpot™ Client VM (mixed mode), Sun Microsystems Inc.LWJGL: 2.4.2[failed to get system properties (java.lang.NullPointerException)]org.lwjgl.LWJGLException: Pixel format not accelerated at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method) at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52) at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:185) at org.lwjgl.opengl.Display.createWindow(Display.java:311) at org.lwjgl.opengl.Display.create(Display.java:856) 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:279) at net.minecraft.client.Minecraft.run(SourceFile:641) at java.lang.Thread.run(Unknown Source)— END ERROR REPORT f1a65221 ———-

  • Наверх


#20


Desys

Desys

    Странник

  • Пользователи
  • Сообщений: 5

Написал 10.01.2011 — 11:02

И так на всех версиях игры

  • Наверх


  • Home

  • Forums

  • Games

  • Game Support

  • Minecraft Support and Help Questions

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Unsolved Please help! MINECRAFT HAS CRASHED A1DCE528


  • Thread starter
    Imp 7S

  • Start date
    Jul 26, 2011

  • Views
    2,103
Status
Not open for further replies.

  • #1

Imp 7S

Enthusiast
Messages
504
Reaction score
53
Points
95


  • #2

Zap

Getting There
Messages
1,775
Reaction score
207
Points
190


  • #3

well for a quick normal troubleshooter and no im not calling you stupid, nor do i know you have tried it[you pry have], but if you havent Delete the .minecraft folder and start up minecraft to start with everything fresh

  • #4

Zap

Getting There
Messages
1,775
Reaction score
207
Points
190


The error.

Minecraft has crashed!      
----------------------      

Minecraft has stopped running because it encountered a problem.

If you wish to report this, please copy this entire text and email it to [email protected]
Please include a description of what you did when the error occured.



--- BEGIN ERROR REPORT a1dce528 --------
Generated 7/23/11 11:51 AM

Minecraft: Minecraft Beta 1.7.3
OS: Windows 7 (x86) version 6.1
Java: 1.6.0_27-ea, Sun Microsystems Inc.
VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
[failed to get system properties (java.lang.NullPointerException)]

org.lwjgl.LWJGLException: Could not create context
at org.lwjgl.opengl.WindowsContextImplementation.nCreate(Native Method)
at org.lwjgl.opengl.WindowsContextImplementation.create(WindowsContextImplementation.java:50)
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:294)
at net.minecraft.client.Minecraft.run(SourceFile:716)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT b65d4bc6 ----------

My DxDiag.

------------------
System Information
------------------
Time of this report: 7/23/2011, 12:07:56
Machine name: NOTACOMPUTER
Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_rtm.101119-1850)
Language: English (Regional Setting: English)
System Manufacturer: Acer
System Model: Aspire X3810
BIOS: Default System BIOS
Processor: Intel(R) Core(TM)2 Quad CPU    Q8200  @ 2.33GHz (4 CPUs), ~2.3GHz
Memory: 4096MB RAM
Available OS Memory: 4062MB RAM
Page File: 2390MB used, 5730MB available
Windows Dir: C:Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 32bit Unicode

------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Sound Tab 3: No problems found.
Input Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D:    0/4 (retail)
DirectDraw:  0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay:  0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow:  0/6 (retail)

---------------
Display Devices
---------------
Card name: Intel(R) G45/G43 Express Chipset
Manufacturer: Intel Corporation
Chip type: Intel(R) 4 Series Express Chipset Family
DAC type: Internal
Device Key: EnumPCIVEN_8086&DEV_2E22&SUBSYS_02501025&REV_03
Display Memory: 1695 MB
Dedicated Memory: 64 MB
Shared Memory: 1631 MB
Current Mode: 1024 x 768 (32 bit) (60Hz)
Monitor Name: Generic Non-PnP Monitor
Monitor Model: unknown
Monitor Id: 
Native Mode: unknown
Output Type: HD15
Driver Name: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
Driver File Version: 8.15.0010.2413 (English)
Driver Version: 8.15.10.2413
DDI Version: 10
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 6/3/2011 13:34:10, 6549504 bytes
WHQL Logo'd: Yes
WHQL Date Stamp: 
Device Identifier: {D7B78E66-6D62-11CF-F87A-5A22A3C2C535}
Vendor ID: 0x8086
Device ID: 0x2E22
SubSys ID: 0x02501025
Revision ID: 0x0003
Driver Strong Name: oem3.inf:Intel.Mfg.NTamd64:iEGL0:8.15.10.2413:pciven_8086&dev_2e22
Rank Of Driver: 00E62001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C 
Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled

-------------
Sound Devices
-------------
Description: Speakers (2- High Definition Audio Device)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIOFUNC_01&VEN_10EC&DEV_0888&SUBSYS_10250250&REV_1002
Manufacturer ID: 1
Product ID: 65535
Type: WDM
Driver Name: HdAudio.sys
Driver Version: 6.01.7601.17514 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 11/20/2010 20:23:47, 350208 bytes
Other Files: 
Driver Provider: Microsoft
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No

Description: Digital Audio (HDMI) (2- High Definition Audio Device)
Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIOFUNC_01&VEN_10EC&DEV_0888&SUBSYS_10250250&REV_1002
Manufacturer ID: 1
Product ID: 65535
Type: WDM
Driver Name: HdAudio.sys
Driver Version: 6.01.7601.17514 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 11/20/2010 20:23:47, 350208 bytes
Other Files: 
Driver Provider: Microsoft
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No

Description: Digital Audio (S/PDIF) (2- High Definition Audio Device)
Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIOFUNC_01&VEN_10EC&DEV_0888&SUBSYS_10250250&REV_1002
Manufacturer ID: 1
Product ID: 65535
Type: WDM
Driver Name: HdAudio.sys
Driver Version: 6.01.7601.17514 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 11/20/2010 20:23:47, 350208 bytes
Other Files: 
Driver Provider: Microsoft
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No

---------------------
Sound Capture Devices
---------------------
-------------------
DirectInput Devices
-------------------
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a

Device Name: Keyboard
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a

Device Name: Mass Storage Device
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x058F, 0x6363
FF Driver: n/a

Device Name: Dell USB Keyboard Hub
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x413C, 0x2010
FF Driver: n/a

Device Name: Dell USB Keyboard Hub
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x413C, 0x2010
FF Driver: n/a

Device Name: Dell USB Keyboard Hub
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x413C, 0x2010
FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x3A39
| Matching Device ID: usbroot_hub
| Service: usbhub

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x413C, 0x2010
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
| 
+ Terminal Server Keyboard Driver
| Matching Device ID: rootrdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| 
+ HID-compliant mouse
| Vendor/Product ID: 0x046D, 0xC051
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
| 
+ Terminal Server Mouse Driver
| Matching Device ID: rootrdp_mou
| Upper Filters: mouclass
| Service: TermDD

------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 419.4 GB
Total Space: 476.8 GB
File System: NTFS
Model: ST3500820AS ATA Device

Drive: G:
Free Space: 467.0 GB
Total Space: 476.3 GB
File System: NTFS
Model: WD My Book 1110 USB Device

Drive: E:
Model: WD Virtual CD 1110 USB Device
Driver: c:windowssystem32driverscdrom.sys, 6.01.7601.17514 (English), , 0 bytes

Drive: D:
Model: HL-DT-ST DVDRAM GH40F ATA Device
Driver: c:windowssystem32driverscdrom.sys, 6.01.7601.17514 (English), , 0 bytes

--------------
System Devices
--------------
Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A37
Device ID: PCIVEN_8086&DEV_3A37&SUBSYS_02501025&REV_003&11583659&0&D0
Driver: n/a

Name: Intel(R) G45/G43 Express Chipset
Device ID: PCIVEN_8086&DEV_2E22&SUBSYS_02501025&REV_033&11583659&0&10
Driver: n/a

Name: Intel(R) ICH10 Family PCI Express Root Port 2 - 3A42
Device ID: PCIVEN_8086&DEV_3A42&SUBSYS_02501025&REV_003&11583659&0&E1
Driver: n/a

Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A36
Device ID: PCIVEN_8086&DEV_3A36&SUBSYS_02501025&REV_003&11583659&0&EA
Driver: n/a

Name: Intel(R) 4 Series Chipset Processor to I/O Controller - 2E20
Device ID: PCIVEN_8086&DEV_2E20&SUBSYS_02501025&REV_033&11583659&0&00
Driver: n/a

Name: Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
Device ID: PCIVEN_8086&DEV_3A40&SUBSYS_02501025&REV_003&11583659&0&E0
Driver: n/a

Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A35
Device ID: PCIVEN_8086&DEV_3A35&SUBSYS_02501025&REV_003&11583659&0&E9
Driver: n/a

Name: Intel(R) 82801 PCI Bridge - 244E
Device ID: PCIVEN_8086&DEV_244E&SUBSYS_02501025&REV_903&11583659&0&F0
Driver: n/a

Name: High Definition Audio Controller
Device ID: PCIVEN_8086&DEV_3A3E&SUBSYS_02501025&REV_003&11583659&0&D8
Driver: n/a

Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A34
Device ID: PCIVEN_8086&DEV_3A34&SUBSYS_02501025&REV_003&11583659&0&E8
Driver: n/a

Name: Intel(R) 82567V-2 Gigabit Network Connection
Device ID: PCIVEN_8086&DEV_10CE&SUBSYS_02501025&REV_003&11583659&0&C8
Driver: n/a

Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
Device ID: PCIVEN_8086&DEV_3A3C&SUBSYS_02501025&REV_003&11583659&0&D7
Driver: n/a

Name: Intel(R) ICH10 Family SMBus Controller - 3A30
Device ID: PCIVEN_8086&DEV_3A30&SUBSYS_02501025&REV_003&11583659&0&FB
Driver: n/a

Name: AGERE PCI-SV92EX Soft Modem
Device ID: PCIVEN_11C1&DEV_0630&SUBSYS_063011C1&REV_014&21654444&0&00E1
Driver: n/a

Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
Device ID: PCIVEN_8086&DEV_3A3A&SUBSYS_02501025&REV_003&11583659&0&EF
Driver: n/a

Name: Standard AHCI 1.0 Serial ATA Controller
Device ID: PCIVEN_8086&DEV_3A22&SUBSYS_02501025&REV_003&11583659&0&FA
Driver: n/a

Name: VIA 1394 OHCI Compliant Host Controller
Device ID: PCIVEN_1106&DEV_3403&SUBSYS_02501025&REV_004&30FCA4A4&0&00E0
Driver: n/a

Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A39
Device ID: PCIVEN_8086&DEV_3A39&SUBSYS_02501025&REV_003&11583659&0&D2
Driver: n/a

Name: Intel(R) ICH10 LPC Interface Controller - 3A18
Device ID: PCIVEN_8086&DEV_3A18&SUBSYS_02501025&REV_003&11583659&0&F8
Driver: n/a

Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A38
Device ID: PCIVEN_8086&DEV_3A38&SUBSYS_02501025&REV_003&11583659&0&D1
Driver: n/a

Name: Intel(R) G45/G43 Express Chipset
Device ID: PCIVEN_8086&DEV_2E23&SUBSYS_02501025&REV_033&11583659&0&11
Driver: n/a

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17514
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
MainConcept AAC Decoder,0x00400000,1,1,,
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17514
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17514
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17514
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17514
MainConcept MP4 Demultiplexer,0x00400000,1,2,,
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17514
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17514
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17514
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17514
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17514
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17514
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17514
MainConcept (Consumer) AVC/H.264 Video Decoder,0x00400000,1,2,,
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17514
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17514
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17514
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17514
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17514
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17514
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17514
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17514
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17514
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17514
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17514
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17514
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17514
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17514
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17514
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17514
TechSmith File Source,0x00400000,0,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith SWF Writer,0x00200000,2,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith WMFSDK Writer,0x00200000,1,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Simple PIP,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
ImageSource,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
TitleSource,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Time Adjust,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Splitter Filter,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Frame Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Perf Skip Filter,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith ZoomPIP Filter,0x00200000,2,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith PushVMR Source,0x00200000,0,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,7.01.0001.1785
TechSmith PushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,7.01.0001.1785
TechSmith SimplePushBitmap Source,0x00200000,0,2,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Wave Dest,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Overlay,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Wave Buffer,0x00200000,1,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith ForceColor 8,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith ForceColor 555,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith ForceColor 565,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith ForceColor 24,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith ForceColor 32,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Force Color32A,0x00200000,0,0,CamtasiaFilters.dll,7.01.0001.1785
SSFileWriter,0x00200000,1,0,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Frame Rate Tuner,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Camera Adjust,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
Techsmith Quicktime MOV Source,0x00600000,0,2,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Sound Effects Filter,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Flv Key Frame Setter,0x00200000,1,1,CamtasiaFilters.dll,7.01.0001.1785
TechSmith Floating Point Wave Filter,0x003fffff,1,1,CamtasiaFilters.dll,7.01.0001.1785
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17514
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17514
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17514
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17514
LAME Audio Encoder,0x00100000,2,1,lame_dshow.ax,1.00.0054.50801
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17514
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17514
iZotope Vocal Enhancement,0x00200000,1,1,iZotope_VocalEnhancement.dll,1.00.0000.0024
iZotope Consumer Restoration,0x00200000,1,1,iZotope_ConsumerRestoration.dll,1.00.0000.0024

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17514
Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
TechSmith Screen Capture Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17514
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17514
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17514
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17514

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17514
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17514
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17514

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17514

WDM Streaming Rendering Devices:
HD Audio HDMI out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
HD Audio SPDIF out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
HD Audio Speaker,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17514
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17514
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17514
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17514
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17514

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514

Audio Renderers:
Speakers (2- High Definition Au,0x00200000,1,0,quartz.dll,6.06.7601.17514
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17514
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17514
Digital Audio (HDMI) (2- High D,0x00200000,1,0,quartz.dll,6.06.7601.17514
Digital Audio (S/PDIF) (2- High,0x00200000,1,0,quartz.dll,6.06.7601.17514
DirectSound: Digital Audio (HDMI) (2- High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17514
DirectSound: Digital Audio (S/PDIF) (2- High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17514
DirectSound: Speakers (2- High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17514

---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality) 
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0

I have not installed any texture packs, I have fully updated drivers, and fully updated java. I really need to fix this error.

Try all of these > clean corrupted registry keys, defrag registry data and remove browsers and system junk with some powerful tool such as intel software partner Reginout.

> Check for antivirus/firewall blocking the game.

> Delete temporary files of the Minecraft.

> Update Video Card drivers. Sometimes the outdated drivers also result in Minecraft crash.

> Increase RAM. It is recommended you are having the required RAM capacity to avoid game troubles.

> Download Minecraft again if the solutions listed above are not working to fix the problem.

> Connect with the port number included, like this:
127.0.0.1:25565

> Reinstall java

> Special character such as (!) in the Windows user name might also create trouble. Changing the Windows account user name can be helpful.

also try this:

1. Download Winrar: http://www.rarlab.com/download.htm
2. Download fix: http://www.minecraftforum.net/viewtopic.…

3. Go to C://Users/You/Appdata/Roaming/.minecraft… and open Minecraft.jar
4. Go into META INF folder, and delete mojang files (NOT MANIFEST FILES!)
5. Place fix in folder, close WinRar, and enjoy! Source

  • #5

Imp 7S

Enthusiast
Messages
504
Reaction score
53
Points
95


well for a quick normal troubleshooter and no im not calling you stupid, nor do i know you have tried it[you pry have], but if you havent Delete the .minecraft folder and start up minecraft to start with everything fresh

Done that several times. Still nothing…

  • #6

Done that several times. Still nothing…

lol well, try all the things zap said, plus clearing your java cache

  • #7

Imp 7S

Enthusiast
Messages
504
Reaction score
53
Points
95


None of that worked either :frown:.

lol well, try all the things zap said, plus clearing your java cache

Clearing java cache didn’t fix either.

  • #8

Go to www.minecraft.net and playing the beta on the website. Sometimes people cannot play it via the .exe

Also, at what point during loading do you get this?

  • #9

Imp 7S

Enthusiast
Messages
504
Reaction score
53
Points
95


Go to www.minecraft.net and playing the beta on the website. Sometimes people cannot play it via the .exe

Also, at what point during loading do you get this?

The problem randomly stopped, after trying everything people posted, and none of them worked, I just went to sleep, woke up and it worked. While having the problem I couldn’t play it on the website either.

Status
Not open for further replies.
  • Home

  • Forums

  • Games

  • Game Support

  • Minecraft Support and Help Questions


0

1

После ввода логина и пароля и нажатия на кнопку логин видно быструю загрузку, а потом черный экран. Он держится некоторое время, а потом появляется окно с ошибкой



      Minecraft has crashed!      
      ----------------------      

Minecraft has stopped running because it encountered a problem.

If you wish to report this, please copy this entire text and email it to support@mojang.com.
Please include a description of what you did when the error occured.



--- BEGIN ERROR REPORT a1dce528 --------
Generated 14.09.11 23:20

Minecraft: Minecraft Beta 1.8
OS: Linux (i386) version 2.6.38-11-generic
Java: 1.6.0_22, Sun Microsystems Inc.
VM: OpenJDK Server VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
[failed to get system properties (java.lang.NullPointerException)]

java.lang.IllegalStateException: Only one LWJGL context may be instantiated at any one time.
	at org.lwjgl.opengl.Display.create(Display.java:846)
	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:233)
	at net.minecraft.client.Minecraft.run(SourceFile:629)
	at java.lang.Thread.run(Thread.java:679)
--- END ERROR REPORT af3e215b ----------


Как это исправить?

  1. Всем привет я поставил сервер все работало но потом после некоторого времени у меня после захода игроков пишется вот такая ошибка

    [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to Residence
    java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.getPrimaryGroup(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    at com.bekvon.bukkit.residence.permissions.OrigionalPermissions.getPlayerGroup(OrigionalPermissions.java:29)
    at com.bekvon.bukkit.residence.permissions.PermissionManager.getPermissionsGroup(PermissionManager.java:104)
    at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroupNameByPlayer(PermissionManager.java:87)
    at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroupNameByPlayer(PermissionManager.java:73)
    at com.bekvon.bukkit.residence.listeners.ResidencePlayerListener.onPlayerInteract(ResidencePlayerListener.java:88)
    at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:340)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
    at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:95)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:510)
    at net.minecraft.server.Packet14BlockDig.handle(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:543)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)

    Заранее спасибо

  2. Быстрая раскрутка сервера Minecraft

  3. Сноси нафик плагин Residence. Эта ошибка не исправляется! Ставьте worldguard ! Либо юзайте гугл и после долгих лазаний найдете на германском сайте что надо что-то в пермы дописать ;)

  4. если у тебя версия 1.1 и не работает этот плагин,то попробуй этот фикс


    PrimusLegat нравится это.

  5. fardarkside

    fardarkside
    Активный участник

    Баллы:
    61
    Имя в Minecraft:
    fardarkside

    Привет!Скажите плис почему у меня при входе в майн (Minecraft) выходит сначала просто чёрный экран:(а потом выходит белое окошко и там пишется так: Minecraft has crashed!
    ———————-

    Minecraft has stopped running because it encountered a problem.

    If you wish to report this, please copy this entire text and email it to [email protected].
    Please include a description of what you did when the error occured.

    — BEGIN ERROR REPORT a1dce528 ———
    Generated 10.05.12 18:09

    Minecraft: Minecraft 1.1
    OS: Windows XP (x86) version 5.1
    Java: 1.7.0_04, Oracle Corporation
    VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    LWJGL: 2.4.2
    OpenGL: GeForce 8600 GT/PCIe/SSE2/3DNOW! version 3.3.0, NVIDIA Corporation

    java.lang.IllegalStateException: Function is not supported
    at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:64)
    at org.lwjgl.opengl.GL11.glMatrixMode(GL11.java:2054)
    at net.minecraft.client.Minecraft.v(SourceFile:347)
    at net.minecraft.client.Minecraft.a(SourceFile:248)
    at net.minecraft.client.Minecraft.run(SourceFile:648)
    at java.lang.Thread.run(Unknown Source)
    — END ERROR REPORT be4b0b34 ———-


  6. Theme

    Theme
    Старожил
    Девелопер
    Пользователь

    Либо у тебя что-то с клиентом, либо с лаунчером

Поделиться этой страницей

Русское сообщество Bukkit

Bukkit по-русски - свой сервер Minecraft

Понравилась статья? Поделить с друзьями:
  • Beget ошибка 500
  • Beget ошибка 403
  • Beget php error
  • Beget 500 internal server error
  • Beep error could not open any device