Jump to content

[1.15.2] Game crashed while rendering an entity in the world


Recommended Posts

I recently updated some mods after not playing for a while.

Upon starting a new world or trying to load an old one my game crashes with the following crash report:

 

---- Minecraft Crash Report ----
// My bad.

Time: 08/06/20 5:46 PM
Description: Rendering entity in world

java.lang.AbstractMethodError: Method net/minecraft/client/renderer/BufferBuilder.isSeparateAoInAlpha()Z is abstract
    at net.minecraft.client.renderer.BufferBuilder.isSeparateAoInAlpha(BufferBuilder.java) ~[?:?] {re:classloading,xf:OptiFine:default}
    at com.mojang.blaze3d.vertex.IVertexBuilder.func_227890_a_(IVertexBuilder.java:535) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,pl:mixin:APP:mixins.optiforge.json:com.mojang.blaze3d.vertex.MixinIVertexBuilder,pl:mixin:A}
    at net.minecraftforge.client.extensions.IForgeVertexBuilder.addVertexData(IForgeVertexBuilder.java:47) ~[?:?] {re:mixin,re:classloading}
    at net.minecraft.client.renderer.ItemRenderer.func_229112_a_(ItemRenderer.java:243) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:quark:extract-item-color,xf:fml:quark:get-glint-color}
    at net.minecraft.client.renderer.ItemRenderer.func_229114_a_(ItemRenderer.java:122) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:quark:extract-item-color,xf:fml:quark:get-glint-color}
    at net.minecraft.client.renderer.ItemRenderer.func_229111_a_(ItemRenderer.java:180) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:quark:extract-item-color,xf:fml:quark:get-glint-color}
    at net.minecraft.client.renderer.ItemRenderer.func_229109_a_(ItemRenderer.java:300) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:quark:extract-item-color,xf:fml:quark:get-glint-color}
    at net.minecraft.client.renderer.FirstPersonRenderer.func_228397_a_(FirstPersonRenderer.java:60) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.entity.layers.HeldItemLayer.func_229135_a_(SourceFile:61) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.entity.layers.HeldItemLayer.func_225628_a_(SourceFile:39) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.entity.layers.HeldItemLayer.func_225628_a_(SourceFile:15) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.entity.LivingRenderer.func_225623_a_(LivingRenderer.java:229) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:mixins.optiforge.json:net.minecraft.client.renderer.entity.MixinLivingRenderer,pl:mixin:A}
    at net.minecraft.client.renderer.entity.MobRenderer.func_225623_a_(MobRenderer.java:47) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.entity.MobRenderer.func_225623_a_(MobRenderer.java:20) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.entity.EntityRendererManager.func_229084_a_(EntityRendererManager.java:300) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:quark:add-render}
    at net.minecraft.client.renderer.WorldRenderer.func_228418_a_(WorldRenderer.java:1870) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:sereneseasons:temperature_transformer,pl:mixin:APP:mixins.optiforge.json:net.minecraft.client.renderer.MixinWorldRenderer,pl:mixin:A}
    at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:1564) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,xf:fml:sereneseasons:temperature_transformer,pl:mixin:APP:mixins.optiforge.json:net.minecraft.client.renderer.MixinWorldRenderer,pl:mixin:A}
    at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:1005) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:686) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading}
    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:56) [forge-1.15.2-31.2.0.jar:31.2] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$443/1137945509.call(Unknown Source) [forge-1.15.2-31.2.0.jar:31.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.0.jar:?] {re:classloading}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.0.jar:?] {re:classloading}


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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.client.renderer.BufferBuilder.isSeparateAoInAlpha(BufferBuilder.java)
    at com.mojang.blaze3d.vertex.IVertexBuilder.func_227890_a_(IVertexBuilder.java:535)
    at net.minecraftforge.client.extensions.IForgeVertexBuilder.addVertexData(IForgeVertexBuilder.java:47)
    at net.minecraft.client.renderer.ItemRenderer.func_229112_a_(ItemRenderer.java:243)
    at net.minecraft.client.renderer.ItemRenderer.func_229114_a_(ItemRenderer.java:122)
    at net.minecraft.client.renderer.ItemRenderer.func_229111_a_(ItemRenderer.java:180)
    at net.minecraft.client.renderer.ItemRenderer.func_229109_a_(ItemRenderer.java:300)
    at net.minecraft.client.renderer.FirstPersonRenderer.func_228397_a_(FirstPersonRenderer.java:60)
    at net.minecraft.client.renderer.entity.layers.HeldItemLayer.func_229135_a_(SourceFile:61)
    at net.minecraft.client.renderer.entity.layers.HeldItemLayer.func_225628_a_(SourceFile:39)
    at net.minecraft.client.renderer.entity.layers.HeldItemLayer.func_225628_a_(SourceFile:15)
    at net.minecraft.client.renderer.entity.LivingRenderer.func_225623_a_(LivingRenderer.java:229)
    at net.minecraft.client.renderer.entity.MobRenderer.func_225623_a_(MobRenderer.java:47)
    at net.minecraft.client.renderer.entity.MobRenderer.func_225623_a_(MobRenderer.java:20)

-- Entity being rendered --
Details:
    Entity Type: minecraft:skeleton (net.minecraft.entity.monster.SkeletonEntity)
    Entity ID: 13
    Entity Name: Skeleton
    Entity's Exact location: 166.86, 28.00, -179.19
    Entity's Block location: World: (166,28,-180), Chunk: (at 6,1,12 in 10,-12; contains blocks 160,0,-192 to 175,255,-177), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null

-- Renderer details --
Details:
    Assigned renderer: net.minecraft.client.renderer.entity.SkeletonRenderer@55fc6954
    Location: 47.36,-36.00,-9.69 - World: (47,-36,-10), Chunk: (at 15,-3,6 in 2,-1; contains blocks 32,0,-16 to 47,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Rotation: -139.21875
    Delta: 0.0
Stacktrace:
    at net.minecraft.client.renderer.entity.EntityRendererManager.func_229084_a_(EntityRendererManager.java:300)
    at net.minecraft.client.renderer.WorldRenderer.func_228418_a_(WorldRenderer.java:1870)
    at net.minecraft.client.renderer.WorldRenderer.func_228426_a_(WorldRenderer.java:1564)
    at net.minecraft.client.renderer.GameRenderer.func_228378_a_(GameRenderer.java:1005)

-- Affected level --
Details:
    All players: 1 total; [ClientPlayerEntity['TerraCraft25'/264, l='MpServer', x=119.50, y=64.00, z=-169.50]]
    Chunk stats: Client Chunk Cache: 625, 400
    Level dimension: DimensionType{minecraft:overworld}
    Level name: MpServer
    Level seed: 6419743027930825464
    Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: false
    Level generator options: {}
    Level spawn location: World: (128,67,-160), Chunk: (at 0,4,0 in 8,-10; contains blocks 128,0,-160 to 143,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 1857 game time, 1857 day time
    Known server brands: 
    Level was modded: false
    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
    Server brand: forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:611)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1763)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:567)
    at net.minecraft.client.main.Main.main(SourceFile:204)
    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.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$443/1137945509.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.15.2
    Minecraft Version ID: 1.15.2
    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: 159125312 bytes (151 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 5.1.0+69+master.79f13f7
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.1.1-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.15.2-31.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /preview_OptiFine_1.15.2_HD_U_G1_pre23.jar OptiFine TRANSFORMATIONSERVICE 
        /forge-1.15.2-31.2.0.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /OptiForge-MC1.15.2-0.1.21.jar optiforge TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE 
        /MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE 
    FML: 31.2
    Forge: net.minecraftforge:31.2.0
    FML Language Providers: 
        [email protected]
        minecraft@1
        [email protected]
    Mod List: 
        doubledoors_1.15-2.0.jar Double Doors {[email protected] DONE}
        jmh_1.15.2-2.2.jar Just Mob Heads {[email protected] DONE}
        Craft_and_Hunt_V1.1.0_MC_1.15.2.jar Craft and Hunt {[email protected] DONE}
        Variant16x-1.15-v0.11.2_beta_pre2.jar Variant16x {[email protected]_beta_pre2 DONE}
        pamhc2trees-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Fruit Trees {pamhc2trees@version DONE}
        OptiForge-MC1.15.2-0.1.21.jar OptiForge {[email protected] DONE}
        Abnormals-Core-1.15.2-v1.0.5.jar Abnormals Core {[email protected] DONE}
        Bamboo-Blocks-1.15.2-v1.4.0.jar Bamboo Blocks {[email protected] DONE}
        Buzzier-Bees-1.15.2-1.5.1.jar Buzzier Bees {[email protected] DONE}
        caelus-FORGE-1.15.2-2.0-beta2.jar Caelus API {[email protected] DONE}
        Upgrade-Aquatic-1.15.2-v1.6.1.jar Upgrade Aquatic {[email protected] DONE}
        Bloomful-1.15.2-v1.4.0.jar Bloomful {bloomful@NONE DONE}
        Clumps-5.0.2.jar Clumps {[email protected] DONE}
        SereneSeasons-1.15.2-3.0.0.68-universal.jar Serene Seasons {[email protected] DONE}
        decorative_blocks-6d.jar Decorative Blocks {[email protected] DONE}
        The-Endergetic-Expansion-1.15.2-v1.3.1.jar The Endergetic Expansion {[email protected] DONE}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] DONE}
        bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {[email protected] DONE}
        Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
        forge-1.15.2-31.2.0-universal.jar Forge {[email protected] DONE}
        SimpleOres2-1.15.2-2.1.5.1.jar Simple Ores {[email protected] DONE}
        forge-1.15.2-31.2.0-client.jar Minecraft {[email protected] DONE}
        cofh_core-1.15.2-0.4.0b.jar CoFH Core {[email protected] DONE}
        AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] DONE}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
        BiomesOPlenty-1.15.2-10.0.0.363-universal.jar Biomes O' Plenty {[email protected] DONE}
        Variant16x-BiomesOPlenty-1.15-v0.11.2_beta_pre1.jar Variant16x: Biomes O' Plenty {[email protected]_beta_pre1 DONE}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] DONE}
        pamhc2crops-1.15.2-1.0.5.jar Pam's HarvestCraft 2 Crops {pamhc2crops@version DONE}
        masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE DONE}
        archers_paradox-1.15.2-0.4.0b.jar Archer's Paradox {[email protected] DONE}
        simplylight-1.15.2-0.9.0.jar Simply Light {[email protected] DONE}
        xercamod-1.15.2-2.5.jar Xerca Mod {[email protected] DONE}
        Atmospheric-1.15.2-1.4.0.jar Atmospheric {[email protected] DONE}
        Bountiful-1.15.2-3.1.1.jar Bountiful {[email protected] DONE}
        paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] DONE}
        Ecnanos'+More+Armor++Tools+Mod+[1.15.2]+{1.5.2}.jar Ecnanos' More Armor & Tools Mod {[email protected] DONE}
        corail_woodcutter-1.1.3-1.15.2.jar Corail Woodcutter {[email protected] DONE}
        ShulkerTooltip-1.9.2.jar Shulker Tooltip {[email protected] DONE}
        gravestone-1.17.3.jar Gravestone Mod {[email protected] DONE}
        levelhearts-1.15.2-2.2.0.jar LevelHearts {[email protected] DONE}
        autumnity-1.3.1-1.15.2.jar Autumnity {[email protected] DONE}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
        Quark-r2.1-243.jar Quark {[email protected] DONE}
        sit-1.15.1-v1.3.jar Sit {[email protected] DONE}
        DoubleSlabs-1.15-2.4.5.jar Double Slabs {[email protected] DONE}
        backpacked-1.4.1-1.15.2.jar Backpacked {[email protected] DONE}
        worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {[email protected];48cc31c DONE}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] DONE}
        ilikewood-1.15.2-2.2.2.0.jar I Like Wood {[email protected] DONE}
        Aquaculture-1.15.2-2.0.14.jar Aquaculture 2 {[email protected] DONE}
        sm-1.15.2-1.2.3.jar Standard Materials {[email protected] DONE}
        xptome-1.15.2-v1.1.5.jar XP Tome {[email protected] DONE}
        unenchanting-1.15.2-2.0.0.jar Unenchanting {[email protected] DONE}
    Launched Version: 1.15.2-forge-31.2.0
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics 520 GL version 4.5.0 - Build 25.20.100.6518, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: vanilla, mod_resources
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i3-6100U CPU @ 2.30GHz
    OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre23
    OptiFine Build: 20200607-215525
    Render Distance Chunks: 10
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: (internal)
    OpenGlVersion: 4.5.0 - Build 25.20.100.6518
    OpenGlRenderer: Intel(R) HD Graphics 520
    OpenGlVendor: Intel
    CpuCount: 4

Link to comment
Share on other sites

What happens if you remove Optifine?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

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.



×
×
  • Create New...

Important Information

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