jrbudda / minecrift

VR mod for Minecraft. For Minecraft version 1.7.10
http://www.vivecraft.org
Other
324 stars 32 forks source link

The game works just fine until i installed vivecraft #318

Open Garek56 opened 5 years ago

Garek56 commented 5 years ago

---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe!

Time: 10/7/18 6:17 PM Description: Initializing game

java.lang.NoSuchFieldError: ForgeHooksClient_createDisplay at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:747) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:1353) at net.minecraft.client.main.Main.main(Main.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34)

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

-- Head -- Stacktrace: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:747)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:1353) at net.minecraft.client.main.Main.main(Main.java:163) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) 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(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.7.0_79, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4128900920 bytes (3937 MB) / 4236247040 bytes (4040 MB) up to 4236247040 bytes (4040 MB) JVM Flags: 8 total; -XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=3 -Xmn256M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:PermSize=240m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Launched Version: 1.7.10 LWJGL: 2.9.1 OpenGL: ERROR RuntimeException: No OpenGL context found in the current thread. GL Caps: Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: ERROR NullPointerException: null Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1) OptiFine Version: OptiFine_1.7.10_HD_U_D1 Render Distance Chunks: 25 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false OpenGlVersion: null OpenGlRenderer: null OpenGlVendor: null CpuCount: 4

can anyone make sense of this?

Techjar commented 5 years ago

Looks like you messed up the install somehow. An important Forge class is missing.

Garek56 commented 5 years ago

really now? i'm just using the version forge installed by multi-MC which is the recommended one... i might wanna reinstall forge and try again

Borowiec-B commented 3 years ago

I was getting an exactly same crash every time I tried to play a certain pack of mods (GT:NH 2.0.7.0) with Vivecraft installed. In my case, the problem was caused by SpongeMixins. After downgrading it from 1.2.0 to 1.1.0, the game seems to run fine. (I also had to edit config/dependencies.json and remove the entry for SpongeMixins-1.2.0, otherwise it'd get downloaded on each MC launch.)

Techjar commented 3 years ago

Oh, mixin is breaking it? Yeah I ain't touching that, it's all voodoo. Glad you got it working anyways.