1

My game keeps crashing while forge loads

MRxDGuy 8/30/20 11:05 am
865
8/30/2020 11:44 am
I keep crashing when forge loads.

i thought it was the mods or something and it prob was but it was working just fine yesterday
not sure why its crashing tbh so heres my crash report
---- Minecraft Crash Report ----

WARNING: coremods are present:
FMLLoadingPlugin (ModCore_Container-1.0.jar)
CTJSLoadingPlugin (ctjs-1.2.2-1.8.9.jar)
OptifinePatcherTweaker (Patcher-1.2 (1.8.9).jar)
FMLLoadingPlugin (OofMod-2.0.2 (1.8.9).jar)
Perspective Mod ([1.8.9] Perspective Mod-3.0.jar)
PatcherTweaker (Patcher-1.2 (1.8.9).jar)
FMLLoadingPlugin (Scrollable Tooltips-1.2 (1.8.9).jar)
FMLLoadingPlugin (AutoGG-3.4 (1.8.9).jar)
Potion Colorizer ([1.8.9] PotionColorizer Mod - 0.6.jar)
FMLLoadingPlugin (MemoryFix-0.3.jar)
LabyModCoreMod (LabyMod-3.jar)
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.5.2-for-MC-1.8.9.jar)
Main (OldAnimationsMod v2.4.2 FORGE MC1.8.9.jar)
PlayerAPIPlugin (PlayerAPI-1.8.9-1.0.jar)
FMLLoadingPlugin (Skypixel-0.0.6.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 8/30/20 5:53 PM
Description: Initializing game

com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22)
at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36)
at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49)
at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123)
at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166)
at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145)
at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55)
at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
at com.electronwill.nightconfig.core.file.WriteAsyncFileConfig.load(WriteAsyncFileConfig.java:138)
at club.sk1er.vigilance.Vigilant.readData(Vigilant.kt:90)
at club.sk1er.vigilance.Vigilant.initialize(Vigilant.kt:42)
at club.sk1er.autogg.config.AutoGGConfig.<init>(AutoGGConfig.java:135)
at club.sk1er.autogg.AutoGG.init(AutoGG.java:52)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
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:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
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:497)
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 --
Stacktrace:
at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22)
at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36)
at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49)
at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123)
at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166)
at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145)
at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55)
at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
at com.electronwill.nightconfig.core.file.WriteAsyncFileConfig.load(WriteAsyncFileConfig.java:138)
at club.sk1er.vigilance.Vigilant.readData(Vigilant.kt:90)
at club.sk1er.vigilance.Vigilant.initialize(Vigilant.kt:42)
at club.sk1er.autogg.config.AutoGGConfig.<init>(AutoGGConfig.java:135)
at club.sk1er.autogg.AutoGG.init(AutoGG.java:52)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
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:497)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
ct.js modules: [Module{name=DeepEquals,folder=.\config\ChatTriggers\modules\DeepEquals,metadata=ModuleMetadata(name=DeepEquals, version=1.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Compare two different objects for deep equality, requires=null, ignored=null, isRequired=false)}, Module{name=DeepProxy,folder=.\config\ChatTriggers\modules\DeepProxy,metadata=ModuleMetadata(name=DeepProxy, version=2.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Ecolsson, description=null, requires=null, ignored=null, isRequired=false)}, Module{name=DungeonUtilities,folder=.\config\ChatTriggers\modules\DungeonUtilities,metadata=ModuleMetadata(name=DungeonUtilities, version=0.8.0, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=null, requires=[SettingsManager], ignored=null, isRequired=false)}, Module{name=Elementa,folder=.\config\ChatTriggers\modules\Elementa,metadata=ModuleMetadata(name=Elementa, version=1.4.3, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Gui Library, requires=null, ignored=null, isRequired=false)}, Module{name=PersistentData,folder=.\config\ChatTriggers\modules\PersistentData,metadata=ModuleMetadata(name=PersistentData, version=1.1.3, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Easily store data that persist between game and ct reloads, requires=[DeepProxy], ignored=null, isRequired=false)}, Module{name=PersistentVariables,folder=.\config\ChatTriggers\modules\PersistentVariables,metadata=ModuleMetadata(name=PersistantVariables, version=null, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Easily create variables that persist between ct reloads, requires=[DeepEquals], ignored=null, isRequired=false)}, Module{name=Promise,folder=.\config\ChatTriggers\modules\Promise,metadata=ModuleMetadata(name=Promise, version=1.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Promise polyfill for 1.0.0, requires=null, ignored=null, isRequired=false)}, Module{name=request,folder=.\config\ChatTriggers\modules\request,metadata=ModuleMetadata(name=request, version=2.0.0, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=Ecolsson, description=A nicer alternative to XMLHttpRequest with a promise-like API. See the README.md for a full api description, requires=[Promise], ignored=null, isRequired=false)}, Module{name=SBInvSee,folder=.\config\ChatTriggers\modules\SBInvSee,metadata=ModuleMetadata(name=SBInvSee, version=1.0.1, entry=index.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=See the inventory contents of a hypixel skyblock player, requires=[request, PersistentData], ignored=null, isRequired=false)}, Module{name=SettingsManager,folder=.\config\ChatTriggers\modules\SettingsManager,metadata=ModuleMetadata(name=SettingsManager, version=1.2.1, entry=null, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=Autogenerates a settings file and gui based on the object created and registers. Example usage can be found in UseExample.js, requires=null, ignored=null, isRequired=false)}, Module{name=SkyblockCommands,folder=.\config\ChatTriggers\modules\SkyblockCommands,metadata=ModuleMetadata(name=&5&k&l00&r&3 Sky&2Block &6Commands &r&5&k&l00&r&c&o by &r&4&oDolphin0xyz, version=&3&l&k0&r&6&l&o1&3&l&o.&6&l&o4&3&l&o.&6&l&o2&r&3&l&k0, entry=main.js, asmEntry=null, asmExposedFunctions=null, tags=null, pictureLink=null, creator=null, description=&a&l&k0&r&3 Adds keybinds for most skyblock commands and fast travel warps in the vanilla controls menu. &r&a&l&k0
&r&e&l&k0&r&2 If keys conflicts with other keys things may not work and things outside this moudule may break. &r&e&l&k0
&r&b&l&k0&r&d Contact me if you find bugs, need help, or have features to suggest. My discord name is Dolphin0xyz#7887 and you can also find me on the ChatTriggers discord server. &r&b&l&k0, requires=null, ignored=null, isRequired=false)}]
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
CPU: 16x Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 333076992 bytes (317 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.2318 Optifine OptiFine_1.8.9_HD_U_I7 35 mods loaded, 35 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
UCHI Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar)
UCHI perspectivemod{3.0} [Perspective Mod 3.0] (minecraft.jar)
UCHI potioncolorizer{1.0} [Potion Colorizer] (minecraft.jar)
UCHI oldanimations{2.4.2} [OldAnimationsMod] (minecraft.jar)
UCHI PlayerAPI{1.0} [Player API] (minecraft.jar)
UCHI autotip{3.0.1} [Autotip] (Autotip-3.0.1 [1.8-1.12.2].jar)
UCHI nick_hider{5.3.1} [Nick Hider] (Nick Hider-5.3.1 (1.8.9).jar)
UCHI modcore{0.1.40} [ModCore] (Sk1er Modcore-0.1.40 (1.8.9).jar)
UCHI pownspotionhud{1.0} [pownspotionhud] (1.8.9_Powns_PotionEffect_HUD_-_1.0.jar)
UCHI blockoverlay{2.1} [BlockOverlay] ([1.8.9] BlockOverlay-v2.1.jar)
UCHI canelexkeystrokes{1.0} [Canelex Keystrokes] ([1.8.9] canelex keystrokes.jar)
UCHI Powns ArmorStatus HUD{1.0} [powns-armorhud] ([1.8.9] Powns ArmorStatus HUD - 1.1.jar)
UCHI pownscoordshud{1.0} [Powns' Coords HUD] ([1.8.9] Powns Coords HUD - 1.0.jar)
UCHI skyblockmod{1.1} [Powns' Skyblock EXP Mod] ([1.8.9] Powns Skyblock Mod - 1.1.jar)
UCHI pownstogglesneak{3.0} [pownstogglesneak] ([1.8.9] Powns ToggleSneak - 3.0.jar)
UCHI sidebarmod{2.0} [Sidebar Mod Revamp] ([1.8.9] Sidebar Mod Revamp.jar)
UCHE autogg{3.4} [AutoGG] (AutoGG-3.4 (1.8.9).jar)
UCHI AutoWho{1.0} [AutoWho] (AutoWho-1.0.jar)
UCHI ct.js{1.2.2} [ChatTriggers] (ctjs-1.2.2-1.8.9.jar)
UCHI DiscordRP{1.2.4} [DiscordRP] (DiscordRP-1.2.4.jar)
UCHI labymod{3.6.13} [LabyMod] (LabyMod-3.jar)
UCHI memoryfix{0.3} [MemoryFix] (MemoryFix-0.3.jar)
UCHI modcore_example_mod{1.0} [ModCore Container Mod] (ModCore_Container-1.0.jar)
UCHI refractionoof{2.0.2} [OofMod] (OofMod-2.0.2 (1.8.9).jar)
UCHI patcher{1.2} [Patcher] (Patcher-1.2 (1.8.9).jar)
UCHI quickplay{2.0.3} [Quickplay] (Quickplay-1.8.9-2.0.3.jar)
UCHI resourcepackmanager{1.0} [Resource Pack Manager] (Resource_Pack_Manager_1.1.jar)
UCHI text_overflow_scroll{1.2} [Scrollable Tooltips] (Scrollable Tooltips-1.2 (1.8.9).jar)
UCHI hypixel_auto_complete{1.0} [Hypixel Autocomplete Mod] (Sk1er Hypixel Autocomplete Mod-1.0.jar)
UCHI skyblockaddons{1.5.2} [SkyBlock Addons] (SkyblockAddons-1.5.2-for-MC-1.8.9.jar)
UCHI skypixel{0.0.6} [Skypixel] (Skypixel-0.0.6.jar)
UCHI timechanger{1.0} [TimeChanger] (TimeChanger-1.0 (1.8.9).jar)
UCHI publictogglechat{2.1.0} [§6Hypixel §7-§a ToggleChat] (ToggleChat-2.1.0-SNAPSHOT.jar)
Loaded coremods (and transformers):
FMLLoadingPlugin (ModCore_Container-1.0.jar)

CTJSLoadingPlugin (ctjs-1.2.2-1.8.9.jar)
com.chattriggers.ctjs.launch.plugin.CTJSTransformer
OptifinePatcherTweaker (Patcher-1.2 (1.8.9).jar)
club.sk1er.patcher.tweaker.optifine.OptifineClassTransformer
FMLLoadingPlugin (OofMod-2.0.2 (1.8.9).jar)

Perspective Mod ([1.8.9] Perspective Mod-3.0.jar)
net.canelex.perspectivemod.asm.CameraTransformer
PatcherTweaker (Patcher-1.2 (1.8.9).jar)
club.sk1er.mods.core.forge.ClassTransformer
club.sk1er.patcher.tweaker.ClassTransformer
FMLLoadingPlugin (Scrollable Tooltips-1.2 (1.8.9).jar)
club.sk1er.mods.overflowscroll.forge.ClassTransformer
FMLLoadingPlugin (AutoGG-3.4 (1.8.9).jar)
club.sk1er.mods.core.forge.ClassTransformer
Potion Colorizer ([1.8.9] PotionColorizer Mod - 0.6.jar)
me.powns.potioncolorizer.asm.ItemPotionTransformer
FMLLoadingPlugin (MemoryFix-0.3.jar)
io.prplz.memoryfix.ClassTransformer
LabyModCoreMod (LabyMod-3.jar)
net.labymod.core.asm.LabyModTransformer
SkyblockAddonsLoadingPlugin (SkyblockAddons-1.5.2-for-MC-1.8.9.jar)
codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsTransformer
Main (OldAnimationsMod v2.4.2 FORGE MC1.8.9.jar)
com.spiderfrog.main.ClassTransformer
PlayerAPIPlugin (PlayerAPI-1.8.9-1.0.jar)
api.player.forge.PlayerAPITransformer
FMLLoadingPlugin (Skypixel-0.0.6.jar)
io.prplz.skypixel.asm.ClassTransformer
Launched Version: 1.8.9-forge1.8.9-11.15.1.2318-1.8.9
LWJGL: 2.9.4
OpenGL: GeForce RTX 2070 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 452.06, NVIDIA Corporation
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: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: fri0.zip, 6Smooth_Overlay.zip, BigHead
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 16x Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz
OptiFine Version: OptiFine_1.8.9_HD_U_I7
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 452.06
OpenGlRenderer: GeForce RTX 2070 SUPER/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 16
Posted by
MRxDGuy
Level 1 : New Miner
0

  Have something to say?

JoinSign in

2

star_weaver
08/30/2020 11:28 am
She/Her • Level 27 : Expert Princess Button Pusher
remove autogg
1
MRxDGuy
08/30/2020 11:44 am
Level 1 : New Miner
THANK YOU SO MUCH
1

Welcome