When I try to log into a a server my game immediately crashes, the same happens when I try to log into a single player world and it is very frustrating. Optifine is the only mod I am running besides forge, which Twitch installs automatically. I will post the crash reports for both the single player world and the server. Thanks in advance!
Single player world crash report:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present:Contact their authors BEFORE contacting forge
// But it works on my machine.
Time: 5/8/17 12:46 PMDescription: Ticking block entity
java.lang.NoSuchMethodError: net.minecraft.profiler.Profiler.startSection(Ljava/lang/Class;)V at net.minecraft.world.World.func_72939_s(World.java:1801) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Server threadStacktrace: at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Block entity being ticked --Details: Name: minecraft:chest // net.minecraft.tileentity.TileEntityChest Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest) Block data value: 5 / 0x5 / 0b0101 Block location: World: (-48,25,15), Chunk: (at 0,1,15 in -3,0; contains blocks -48,0,0 to -33,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest) Actual block data value: 5 / 0x5 / 0b0101Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1801) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
-- Affected level --Details: Level name: New World All players: 0 total; [] Chunk stats: ServerChunkCache: 625 Drop: 0 Level seed: 7646944307565956837 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (-4,64,132), Chunk: (at 12,4,4 in -1,8; contains blocks -16,0,128 to -1,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 5 game time, 5 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 131581 (now: false), thunder time: 127407 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: falseStacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) at java.lang.Thread.run(Thread.java:745)
-- System Details --Details: Minecraft Version: 1.11.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 935853432 bytes (892 MB) / 1629487104 bytes (1554 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.38 Powered by Forge 13.20.0.2296 Optifine OptiFine_1.11.2_HD_U_B8 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar) UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2296.jar) UCHIJAAAA forge{13.20.0.2296} [Minecraft Forge] (forge-1.11.2-13.20.0.2296.jar) Loaded coremods (and transformers): GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Profiler Position: N/A (disabled) Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' OptiFine Version: OptiFine_1.11.2_HD_U_B8 Render Distance Chunks: 10 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.4.0 - Build 21.20.16.4590 OpenGlRenderer: Intel(R) HD Graphics 520 OpenGlVendor: Intel CpuCount: 4
Multiplayer Crash report
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present:Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 5/8/17 12:50 PMDescription: Ticking block entity
java.lang.NoSuchMethodError: net.minecraft.profiler.Profiler.startSection(Ljava/lang/Class;)V at net.minecraft.world.World.func_72939_s(World.java:1801) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1784) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372) at net.minecraft.client.main.Main.main(SourceFile:124) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Client threadStacktrace: at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Block entity being ticked --Details: Name: minecraft:chest // net.minecraft.tileentity.TileEntityChest Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest) Block data value: 5 / 0x5 / 0b0101 Block location: World: (177,64,984), Chunk: (at 1,4,8 in 11,61; contains blocks 176,0,976 to 191,255,991), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023) Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest) Actual block data value: 5 / 0x5 / 0b0101Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Affected level --Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['TheBlockyNecro'/15185454, l='MpServer', x=212.70, y=63.00, z=1006.81]] Chunk stats: MultiplayerChunkCache: 51, 51 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (-44,64,256), Chunk: (at 4,4,0 in -3,16; contains blocks -48,0,256 to -33,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 264064987 game time, 264131665 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 1 total; [EntityPlayerSP['TheBlockyNecro'/15185454, l='MpServer', x=212.70, y=63.00, z=1006.81]] Retry entities: 0 total; [] Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.11-SNAPSHOT:6104354:1219) <- Spigot Server type: Non-integrated multiplayer serverStacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393) at net.minecraft.client.main.Main.main(SourceFile:124) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --Details: Minecraft Version: 1.11.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1214657792 bytes (1158 MB) / 1617952768 bytes (1543 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP 9.38 Powered by Forge 13.20.0.2296 Optifine OptiFine_1.11.2_HD_U_B8 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar) UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2296.jar) UCHIJA forge{13.20.0.2296} [Minecraft Forge] (forge-1.11.2-13.20.0.2296.jar) Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4590' Renderer: 'Intel(R) HD Graphics 520' Launched Version: forge-13.20.0.2296 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 520 GL version 4.4.0 - Build 21.20.16.4590, Intel 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: 4x Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz OptiFine Version: OptiFine_1.11.2_HD_U_B8 Render Distance Chunks: 10 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.4.0 - Build 21.20.16.4590 OpenGlRenderer: Intel(R) HD Graphics 520 OpenGlVendor: Intel CpuCount: 4
I honestly couldn't tell you if the reports were the same because it appears to be gibberish to me. I appreciate any help anyone can offer.
When I try to log into a a server my game immediately crashes, the same happens when I try to log into a single player world and it is very frustrating. Optifine is the only mod I am running besides forge, which Twitch installs automatically. I will post the crash reports for both the single player world and the server. Thanks in advance!
Single player world crash report:
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present:Contact their authors BEFORE contacting forge
// But it works on my machine.
Time: 5/8/17 12:46 PMDescription: Ticking block entity
java.lang.NoSuchMethodError: net.minecraft.profiler.Profiler.startSection(Ljava/lang/Class;)V at net.minecraft.world.World.func_72939_s(World.java:1801) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Server threadStacktrace: at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Block entity being ticked --Details: Name: minecraft:chest // net.minecraft.tileentity.TileEntityChest Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest) Block data value: 5 / 0x5 / 0b0101 Block location: World: (-48,25,15), Chunk: (at 0,1,15 in -3,0; contains blocks -48,0,0 to -33,255,15), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest) Actual block data value: 5 / 0x5 / 0b0101Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1801) at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:621)
-- Affected level --Details: Level name: New World All players: 0 total; [] Chunk stats: ServerChunkCache: 625 Drop: 0 Level seed: 7646944307565956837 Level generator: ID 00 - default, ver 1. Features enabled: true Level generator options: Level spawn location: World: (-4,64,132), Chunk: (at 12,4,4 in -1,8; contains blocks -16,0,128 to -1,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 5 game time, 5 day time Level dimension: 0 Level storage version: 0x04ABD - Anvil Level weather: Rain time: 131581 (now: false), thunder time: 127407 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: falseStacktrace: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624) at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:240) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482) at java.lang.Thread.run(Thread.java:745)
-- System Details --Details: Minecraft Version: 1.11.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 935853432 bytes (892 MB) / 1629487104 bytes (1554 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.38 Powered by Forge 13.20.0.2296 Optifine OptiFine_1.11.2_HD_U_B8 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAA minecraft{1.11.2} [Minecraft] (minecraft.jar) UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2296.jar) UCHIJAAAA forge{13.20.0.2296} [Minecraft Forge] (forge-1.11.2-13.20.0.2296.jar) Loaded coremods (and transformers): GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Profiler Position: N/A (disabled) Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' OptiFine Version: OptiFine_1.11.2_HD_U_B8 Render Distance Chunks: 10 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.4.0 - Build 21.20.16.4590 OpenGlRenderer: Intel(R) HD Graphics 520 OpenGlVendor: Intel CpuCount: 4
Multiplayer Crash report
---- Minecraft Crash Report -------- Minecraft Crash Report ----
WARNING: coremods are present:Contact their authors BEFORE contacting forge
// Don't be sad. I'll do better next time, I promise!
Time: 5/8/17 12:50 PMDescription: Ticking block entity
java.lang.NoSuchMethodError: net.minecraft.profiler.Profiler.startSection(Ljava/lang/Class;)V at net.minecraft.world.World.func_72939_s(World.java:1801) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1784) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1056) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:372) at net.minecraft.client.main.Main.main(SourceFile:124) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Thread: Client threadStacktrace: at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Block entity being ticked --Details: Name: minecraft:chest // net.minecraft.tileentity.TileEntityChest Block type: ID #54 (tile.chest // net.minecraft.block.BlockChest) Block data value: 5 / 0x5 / 0b0101 Block location: World: (177,64,984), Chunk: (at 1,4,8 in 11,61; contains blocks 176,0,976 to 191,255,991), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023) Actual block type: ID #54 (tile.chest // net.minecraft.block.BlockChest) Actual block data value: 5 / 0x5 / 0b0101Stacktrace: at net.minecraft.world.World.func_72939_s(World.java:1801)
-- Affected level --Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['TheBlockyNecro'/15185454, l='MpServer', x=212.70, y=63.00, z=1006.81]] Chunk stats: MultiplayerChunkCache: 51, 51 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (-44,64,256), Chunk: (at 4,4,0 in -3,16; contains blocks -48,0,256 to -33,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 264064987 game time, 264131665 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Forced entities: 1 total; [EntityPlayerSP['TheBlockyNecro'/15185454, l='MpServer', x=212.70, y=63.00, z=1006.81]] Retry entities: 0 total; [] Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.11-SNAPSHOT:6104354:1219) <- Spigot Server type: Non-integrated multiplayer serverStacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:524) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2655) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:393) at net.minecraft.client.main.Main.main(SourceFile:124) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --Details: Minecraft Version: 1.11.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1214657792 bytes (1158 MB) / 1617952768 bytes (1543 MB) up to 3817865216 bytes (3641 MB) JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP 9.38 Powered by Forge 13.20.0.2296 Optifine OptiFine_1.11.2_HD_U_B8 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJA minecraft{1.11.2} [Minecraft] (minecraft.jar) UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11.2-13.20.0.2296.jar) UCHIJA forge{13.20.0.2296} [Minecraft Forge] (forge-1.11.2-13.20.0.2296.jar) Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4590' Renderer: 'Intel(R) HD Graphics 520' Launched Version: forge-13.20.0.2296 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 520 GL version 4.4.0 - Build 21.20.16.4590, Intel 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: 4x Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz OptiFine Version: OptiFine_1.11.2_HD_U_B8 Render Distance Chunks: 10 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.4.0 - Build 21.20.16.4590 OpenGlRenderer: Intel(R) HD Graphics 520 OpenGlVendor: Intel CpuCount: 4
I honestly couldn't tell you if the reports were the same because it appears to be gibberish to me. I appreciate any help anyone can offer.