如题,具体如下
所说的游戏不是平常的游戏,而是在调试模组时启动构造好的的forge-mdk的游戏
平常用启动器启动别的客户端之类的都不会发生(不一定,但是我试了三次都没这样报错),我起初认为是Forge构造问题,但是我重新构造了四次,三种forge版本,两种游戏版本1.10.2,1.12.2都会这样
也不是我Mod的问题,因为我Mod的问题肯定都启动不了游戏,我这种情况是能进入选择单人多人那个主界面的,况且我其中一次刚构建完只有forge和examplemod的时候就发生这种情况。
我怀疑是电脑驱动问题,也有可能是minecraft可能会用到的系统文件夹里的配置文件有错误
这个错误还不是一直出现,有的时候有,有的时候没有
我尝试了更该内存但是好像没什么关系400M内存到1024M内存都试过
eclipse应该没问题,今天中午刚换了还是这样,而且我从cmd里gradlew runClient也会发生这种情况。
报错如下:
- ---- Minecraft Crash Report ----
- // Why is it breaking :(
- Time: 2/8/18 5:07 PM
- Description: Unexpected error
- java.lang.NullPointerException: Unexpected error
- at net.minecraft.client.audio.SoundManager$SoundSystemStarterThread.playing(SoundManager.java:626)
- at net.minecraft.client.audio.SoundManager.updateAllSounds(SoundManager.java:278)
- at net.minecraft.client.audio.SoundHandler.update(SoundHandler.java:297)
- at net.minecraft.client.Minecraft.runTick(Minecraft.java:1983)
- at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1186)
- at net.minecraft.client.Minecraft.run(Minecraft.java:441)
- at net.minecraft.client.main.Main.main(Main.java:118)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
- at GradleStart.main(GradleStart.java:26)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- System Details --
- Details:
- Minecraft Version: 1.12.2
- Operating System: Windows 7 (x86) version 6.1
- Java Version: 1.8.0_151, Oracle Corporation
- Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
- Memory: 52559384 bytes (50 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
- JVM Flags: 1 total; -Xincgc
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP 9.42 Powered by Forge 14.23.2.2611 5 mods loaded, 5 mods active
- States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
- | State | ID | Version | Source | Signature |
- |:------ |:------------------ |:------------ |:-------------------------------- |:--------- |
- | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
- | UCHIJA | mcp | 9.42 | minecraft.jar | None |
- | UCHIJA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.2.2611.jar | None |
- | UCHIJA | forge | 14.23.2.2611 | forgeSrc-1.12.2-14.23.2.2611.jar | None |
- | UCHIJA | magicenergyemerges | 1.0.0 | bin | None |
- Loaded coremods (and transformers):
- GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.3.11672 Compatibility Profile Context' Renderer: 'ATI Radeon 3000 Graphics'
- Launched Version: 1.12.2
- LWJGL: 2.9.4
- OpenGL: ATI Radeon 3000 Graphics GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc.
- GL Caps: Using GL 1.3 multitexturing.
- Using GL 1.3 texture combiners.
- Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
- Shaders are available because OpenGL 2.1 is supported.
- VBOs are available because OpenGL 1.5 is supported.
- Using VBOs: Yes
- Is Modded: Definitely; Client brand changed to 'fml,forge'
- Type: Client (map_client.txt)
- Resource Packs:
- Current Language: English (US)
- Profiler Position: N/A (disabled)
- CPU: 2x AMD Athlon(tm) II X2 250 Processor
复制代码 |
我觉得好像是音频系统,如果你有办法尽快告诉我,我去尝试