Jump to content

My game will open but crash after the red loading screen.


Cune0

Recommended Posts

Every time i open my forge 1.16.5 game it will not let me play, it call`s it "error: -1"
"The game crashed whilst rendering overlay Error: net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file forge-common.toml of type COMMON for modid forge".
This is the error report:
 

---- Minecraft Crash Report ----
// You're mean.

Time: 28-01-24 21:21
Description: Rendering overlay

net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file forge-common.toml of type COMMON for modid forge
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$6137/2111989057.apply(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:90) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:69) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$6136/1843181939.accept(Unknown Source) ~[?:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:69) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:195) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$7(ClientModLoader.java:118) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$6129/127573423.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:109) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2970/254358847.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:118) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:100) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$6126/1539146008.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:109) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2970/254358847.run(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {re:computing_frames}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}
Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
    at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.3.jar:?] {}
    at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.3.jar:?] {}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[?:?] {re:classloading}
    ... 23 more


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$6137/2111989057.apply(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:90) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:69) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$6136/1843181939.accept(Unknown Source) ~[?:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:69) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:195) ~[?:?] {re:classloading}
-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:807) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37) [forge-1.16.5-36.2.41.jar:36.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$469/1572820532.call(Unknown Source) [forge-1.16.5-36.2.41.jar:36.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {}


-- System Details --
Details:
    Minecraft Version: 1.16.5
    Minecraft Version ID: 1.16.5
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1101869960 bytes (1050 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 12
    JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.4.jar mixin PLUGINSERVICE 
        /eventbus-4.0.0.jar eventbus PLUGINSERVICE 
        /forge-1.16.5-36.2.41.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.5-36.2.41.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.5-36.2.41.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.16.5-36.2.41.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE 
        /OptiFine_1.16.5_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.16.5-36.2.41.jar fml TRANSFORMATIONSERVICE 
    FML: 36.2
    Forge: net.minecraftforge:36.2.41
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        forge-1.16.5-36.2.41-client.jar                   |Minecraft                     |minecraft                     |1.16.5              |COMMON_SET|Manifest: NOSIGNATURE
        forge-1.16.5-36.2.41-universal.jar                |Forge                         |forge                         |36.2.41             |COMMON_SET|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        Pixelmon-1.16.5-9.1.10-universal.jar              |Pixelmon Mod                  |pixelmon                      |9.1.10              |COMMON_SET|Manifest: NOSIGNATURE
    Crash Report UUID: 312bd335-dd5d-44ee-9d99-f2880d310d0e
    Launched Version: 1.16.5-forge-36.2.41
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: AMD Radeon(TM) Graphics GL version 4.6.0 Compatibility Profile Context 22.20.27.09.230330, ATI Technologies Inc.
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Graphics mode: fast
    Resource Packs: 
    Current Language: English (US)
    CPU: 12x AMD Ryzen 5 5600G with Radeon Graphics 
    OptiFine Version: OptiFine_1.16.5_HD_U_G7
    OptiFine Build: 20210305-003221
    Render Distance Chunks: 12
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 Compatibility Profile Context 22.20.27.09.230330
    OpenGlRenderer: AMD Radeon(TM) Graphics
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 12

Link to comment
Share on other sites

On 1/29/2024 at 4:33 AM, TileEntity said:

Delete the forge-common.toml file in your config folder

I tried that 2 days ago but i just open the game now and it work! Thanks for the help

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • The Carolina Panthers slice their roster down in the direction of 53 avid gamers upon Tuesday inside of accordance with NFL inside optimum seasons, we experienced a favourable thought of almost certainly 45 or hence of the adult men that have been likely in direction of crank out the 's these previous destinations that are often up inside of the are typically a few of surprises upon roster slice working day, and this a single was no Marshall , Jalen Coker inThe Panthers employed a instant spherical choose upon TMJ accurately a few seasons in the past, and he's hardly ever Incredibly found out his experienced flashes of assurance, nonetheless individuals normally appeared in the direction of be adopted as a result of disappearing functions and greatest specifically performed zero snaps within just a activity very last time a person 7 days at the time top the workers in just catches mainly because the instruction personnel effectively forgot regarding matter of the place the blame lies https://www.pantherssportsstore.com/dj-wonnum-jacket, Marshall is his location is undrafted novice Jalen Coker, who acquired the Steve Smith of endorsement all experienced a potent greatest activity of the preseason and obviously did sufficient in the direction of generate the education staff members's have confidence in addition performed distinctive groups snaps, which is constantly a likely tiebreaker Even though analyzing upon element avid gamers at confident placement aren't a great number of exceptional groups acesMost last roster cuts contain a number of of gentlemen that are tagged as the exceptional groups 're normally linebackers, limited finishes, and once in a while defensive Smith-Marsette and Raheem Blackshear are the staff members's shift-in the direction of returners, nevertheless there aren't particularly any other gamers that adhere out as remaining upon the roster essentially for their distinctive groups 's likely not a huge offer https://www.pantherssportsstore.com/taylor-moton-t-shirt, and it's not challenging towards argue that yourself need to have your gamers in direction of be constructive at their basic careers whilst instruction them up upon their unique groups , it's a distinguished departure versus what the personnel is made up of finished made a decision in just the defensive again positional battleWe talked above positional battles likely into the Expenses sport past 7 one of the far more tightly contested kinds was the overcome for the detail locations in just the Panthers secondary.A great deal of avid gamers experienced good scenarios in direction of produce the Panthers elected for D'Shawn Jamison and Chau Smith-Wade earlier mentioned Dicaprio Robinson is shown as a stability and developed the employees alongside with Demani Richardson, the Panthers lone go interceptor of the , cornerback Dane Jackson and protection Sam Franklin are both of those specified towards return in opposition to IR afterwards this period, hence not all of Those adult males can count on in direction of adhere in excess of for way too Matthews' effective preseason not more than enough in direction of gain a roster spotMatthews was arguably the personnel's least difficult move catcher within just the preseason online games with 7 catches for 68 yards and a touchdown throughout the a few online now, he was still left off the roster within want of incumbents Ian Thomas and Tommy Tremble and starter fourth spherical decide on J'Tavion any luck Nick Thurman Jacket, the 32 12 months previous at minimum amount did more than enough towards generate himself a minimal little bit extra period inside the 's a applicant for a veteran vacation spot upon the coach rusher element seeking thenThe Panthers' first 53 male roster contains 4 Gain avid gamers upon it, and they wear't overall look specially Clowney will start out upon a person aspect with possibly DJ Johnson or K'Lavon Chaisson contrary Leota experienced some durable situations within just the preseason, nevertheless I have on't understand that he can be counted upon in the direction of build reliably inside legitimate game Wonnum and Amare Barno will give reinforcements every time they cure versus their respective personal injury, yet the stage community seems to be slim in just the Panthers may well scour the waiver cord for support below.
    • Revenge of the Birds at 8 a. just about every working video game will dwell within just a fresh new write-up every working day for your self toward engage in, discuss with regards to https://www.cardinalsplayersapparel.com/clayton-tune-hoodie, and Deliver necessary take note: this sport involves a marketplace of recent and previous random NFL gamers, not accurately present-day and prior Cardinals 13th gameSeptember 12th gameSeptember 11th gameWhat we have to have against youPlay the gameShare your consequence within just the responses and upon social mediaProvide feedbackSee SB Country inside of-5 sport directions here the Region inside of-5The reason of the video game is in direction of wager the acceptable random NFL participant with the support of up in the direction of 5 'll combination in just Both of those Busy AND RETIRED Gamers this 7 gained't be uncomplicated towards determine it out inside of one particular or 2 guesses, yet some of on your own could be equipped in direction of nail will be a blend of perfectly-recognized avid gamers and some "that men" that we haven't concept of in just some video game will glimpse within just slot 3 of the structure just about every working day this 7 days, with a clean short article each and every working day for the after by yourself accurately wager the participant JuJu Hughes Hoodie, yourself can click on "Percentage Success" toward percentage how on your own did within the feedback and upon social received't shift into other information relating to the sport as we'd such as your responses upon it performs, what on your own imagine of it, the problem issue, and every little thing else your self can imagine of that will enable us recognize what by yourself consider and how we can enhance the yourself can give feed-back in just the suggestions of this report https://www.cardinalsplayersapparel.com/juju-hughes-jacket, or by yourself can fill out this Google !  
    • Hello, I was wondering how I could actually begin to run the server?  Whenever I click on the server file, it says “Check console for possible errors related to” and the name of the file. 
    • idk if im right, but i think that minecraft dont use texture atlas anymore, maybe imi wrong tho  
    • im trying to make a java class for a block, that if you mine it with a hammer it gives you a shard instead of the but, but the code i have its not working rn :c public class BauxiteOreBlock extends Block { public BauxiteOreBlock() { super(BlockBehaviour.Properties.of().strength(1.5f, 4.0f).requiresCorrectToolForDrops()); } @Override public void playerDestroy(Level level, Player player, BlockPos pos, BlockState state, @Nullable BlockEntity blockEntity, @Nullable ItemStack stack) { if (stack.getItem() == ModItems.HAMMER.get()) { popResource(level, pos, new ItemStack(ModItems.BAUXITESHARD.get())); } else { super.playerDestroy(level, player, pos, state, blockEntity, stack); } } }  
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.