Jump to content

java.langjava.lang.UnsupportedOperationException: No bounds for empty shape. MC 1 14 4, Forge 28.2.0


Rcarlucci

Recommended Posts

Can anyone tell me what this crash is, why its happening.  Crash happens when underwater, near a temple like structure with chizel blocks (white) once they are broken and you pass throught the area they once were, game freezes then crashes. if you pass throught it and it crashes, game will never load agian, have to go to backups.....
 
 

**Minecraft Version: 1 14 4

Forge Version: 28.2.0

Logs:
crash-2020-02-18_17.34.17-client.txt

Steps to Reproduce:

  1. go into sea
  2. come to a underwater temple like structure, white bricks with chest, not the blue temple.
  3. break blocks, then pass through the area they once were and game freezes then crashes.

 

Description of issue:
---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 2/18/20 5:34 PM
Description: Unexpected error

java.lang.UnsupportedOperationException: No bounds for empty shape.
at net.minecraft.util.math.shapes.VoxelShape.func_197752_a(SourceFile:47) ~[?:?] {re:classloading}
at com.buuz135.industrial.proxy.client.event.IFClientEvents.lambda$blockOverlayEvent$0(IFClientEvents.java:78) ~[?:2.1.2] {re:classloading}
at com.buuz135.industrial.proxy.client.event.IFClientEvents$$Lambda$8339/1715403642.accept(Unknown Source) ~[?:?] {}
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {}
at com.buuz135.industrial.proxy.client.event.IFClientEvents.blockOverlayEvent(IFClientEvents.java:76) ~[?:2.1.2] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_639_IFClientEvents_blockOverlayEvent_DrawBlockHighlightEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:157) ~[?:?] {re:classloading}
at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source) ~[?:?] {}
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.optifine.reflect.Reflector.callBoolean(Reflector.java:786) ~[?:?] {re:classloading}
at net.minecraft.client.renderer.GameRenderer.func_181560_a(GameRenderer.java:1217) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_78471_a(GameRenderer.java:1030) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:790) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {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.14.4-28.2.0.jar:28.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$419/379963364.call(Unknown Source) [forge-1.14.4-28.2.0.jar:28.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}

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

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraft.util.math.shapes.VoxelShape.func_197752_a(SourceFile:47)
at com.buuz135.industrial.proxy.client.event.IFClientEvents.lambda$blockOverlayEvent$0(IFClientEvents.java:78)
at com.buuz135.industrial.proxy.client.event.IFClientEvents$$Lambda$8339/1715403642.accept(Unknown Source)
at java.lang.Iterable.forEach(Iterable.java:75)
at com.buuz135.industrial.proxy.client.event.IFClientEvents.blockOverlayEvent(IFClientEvents.java:76)
at net.minecraftforge.eventbus.ASMEventHandler_639_IFClientEvents_blockOverlayEvent_DrawBlockHighlightEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.client.ForgeHooksClient.onDrawBlockHighlight(ForgeHooksClient.java:157)
at sun.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.optifine.reflect.Reflector.callBoolean(Reflector.java:786)
at net.minecraft.client.renderer.GameRenderer.func_181560_a(GameRenderer.java:1217)
at net.minecraft.client.renderer.GameRenderer.func_78471_a(GameRenderer.java:1030)

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Carlucci_Ace'/73811, l='MpServer', x=342.42, y=55.26, z=-2742.58]]
Chunk stats: Client Chunk Cache: 529, 322
Level dimension: DimensionType{minecraft:overworld}
Level name: MpServer
Level seed: 0
Level generator: ID 07 - biomesoplenty, ver 0. Features enabled: false
Level generator options: {}
Level spawn location: World: (16,63,161), Chunk: (at 0,3,1 in 1,10; contains blocks 16,0,160 to 31,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 321674 game time, 325938 day time
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:574)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1750)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:405)
at net.minecraft.client.main.Main.main(SourceFile:155)
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$419/379963364.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.14.4
Minecraft Version ID: 1.14.4
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: 5102236816 bytes (4865 MB) / 10703863808 bytes (10208 MB) up to 10737418240 bytes (10240 MB)
CPUs: 4
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 4.1.0+62+5bfa59b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
/forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE
/forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE
/forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE
/OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE
FML: 28.2
Forge: net.minecraftforge:28.2.0
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
enchantedbookredesign-1.1.jar Enchanted Book Redesign {[email protected] DONE}
nether+-1.4.1-1.14.4.jar nether+ {[email protected] DONE}
CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {[email protected] DONE}
BetterSigns-1.0_v1.14.4.jar Better Signs {[email protected] DONE}
Uppers-0.1.11.jar Uppers {[email protected] DONE}
extrabows-v1.14.4 b9.jar Extra Bows {[email protected] b9 DONE}
SilentMechanisms-1.14.4-0.6.13+49.jar Silent's Mechanisms {[email protected]+49 DONE}
modnametooltip_1.14.3-1.12.1.jar Mod Name Tooltip {[email protected] DONE}
ForgeEndertech-1.14.4-5.2.0.1-build.0073.jar Forge Endertech {[email protected] DONE}
xnet-1.14-1.8.7-alpha.jar XNet {[email protected] DONE}
JRFTL+[1.14.4]-1.1.jar JRFTL {[email protected] DONE}
CookingForBlockheads_1.14.4-7.4.4.jar Cooking for Blockheads {[email protected] DONE}
Placebo-1.14.4-2.3.5.jar Placebo {[email protected] DONE}
Powah-1.14.4-0.2.7.jar Powah {[email protected] DONE}
rangedpumps-0.6.1.jar Ranged Pumps {[email protected] DONE}
Fence+Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
u_team_core-1.14.4-2.8.2.150.jar U Team Core {[email protected] DONE}
buildinggadgets-3.1.1b.jar Building Gadgets {[email protected] DONE}
JustEnoughResources-1.14.4-0.10.1.74.jar Just Enough Resources {[email protected] DONE}
ExpOre-1.14.4-1.4.jar Exp Ore Block Mod {[email protected] DONE}
BetterThanMending-1.3.2.jar BetterThanMending {[email protected] DONE}
TOOLKIT-1.4.2.jar Tool Kit {[email protected] DONE}
shetiphiancore-1.14-3.6.0.jar ShetiPhian-Core {[email protected] DONE}
refinedstorage-1.7.3.jar Refined Storage {[email protected] DONE}
simpleores-1.14.4-2.0.6.0.jar Simple Ores {[email protected] DONE}
industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {[email protected] DONE}
useful_backpacks-1.14.4-1.7.6.60.jar Useful Backpacks {[email protected] DONE}
torchmaster-2.0.0-rc2.jar Torchmaster {[email protected] DONE}
endertanks-1.14-1.7.0b.jar EnderTanks {[email protected] DONE}
AmbientSounds_v3.0.16_mc1.14.4.jar Ambient Sounds {[email protected] DONE}
BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] DONE}
Lollipop-1.14.4-0.0.23.jar Lollipop {[email protected] DONE}
practicaltools-1.14.4-1.4.jar Practical Tools {[email protected] DONE}
simplefarming-1.14.4-1.2.7.jar Simple Farming {[email protected] DONE}
CatchEverythingInBook-1.14.4-1.0.1-forge.jar Catch Everything In Book {[email protected] DONE}
SolarFluxReborn-1.14.4-14.1.5.jar Solar Flux Reborn {[email protected] DONE}
curios-FORGE-1.14.4-1.0.6.1.jar Curios API {[email protected] DONE}
AutoRegLib-1.4-35.jar AutoRegLib {[email protected] DONE}
elevatorid-1.14.4-1.5.2.jar Elevator Mod {[email protected] DONE}
ChunkNoGoByeBye-1.14.4-1.0.3.jar ChunkNoGoByeBye {[email protected] DONE}
globalxp-1.14.4-v1.4.10.jar Global XP {[email protected] DONE}
YAMDA-4.0.1.jar YAMDA {[email protected] DONE}
instantunify-1.14.4-1.0.3.jar InstantUnify {[email protected] DONE}
FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 DONE}
sfm_1.14-1.0.jar Snowballs Freeze Mobs {[email protected] DONE}
Cyclic-1.14.4-0.1.3.jar Cyclic {[email protected] DONE}
Sauuuuucey's Ores-1.14.4-1.3-release.jar Sauuuuucey's Ores {[email protected] DONE}
inventorysorter-1.14.4-16.2.0.jar Simple Inventory Sorter {[email protected] DONE}
TrashSlot_1.14.4-10.4.8.jar TrashSlot {[email protected] DONE}
EquipmentTooltips-1.14.4-1.3.2+10.jar Equipment Tooltips {[email protected]+10 DONE}
bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE DONE}
jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] DONE}
AttributeFix-1.14.4-3.0.3.jar AttributeFix {[email protected] DONE}
caelus-FORGE-1.14.4-1.0.1.2.jar Caelus API {[email protected] DONE}
Waystones_1.14.4-5.1.1.jar Waystones {[email protected] DONE}
MoreOresInONE-1.5.jar More Ores in ONE {[email protected] DONE}
OresAboveDiamonds-1.14.4 v3.0.jar Ores Above Diamonds {[email protected] DONE}
DimStorage-1.14.4-2.3.1.jar DimStorage {[email protected] DONE}
BasicNetherOres-1.14.4-3.2.2.jar Basic Nether Ores {[email protected] DONE}
AdHooks-1.14.4-4.0.0.2-build.0072.jar Advanced Hook Launchers {[email protected] DONE}
FarmingForBlockheads_1.14.4-5.3.2.jar Farming for Blockheads {[email protected] DONE}
mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {[email protected] DONE}
rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {[email protected] DONE}
ClickMachine-1.14.4-2.1.2.jar Click Machine {[email protected] DONE}
travellersboots-1.14.4-1.2.2.jar Traveller's Boots {[email protected] DONE}
CraftingSpawn-1.14.4-0.1.1.jar Crafting Spawn {[email protected] DONE}
rftoolspower-1.14-1.2.12-alpha.jar RFToolsPower {[email protected] DONE}
forge-1.14.4-28.2.0-universal.jar Forge {[email protected] DONE}
ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] DONE}
Trashed-1.14.4-1.1.1.jar Trashed {[email protected] DONE}
forge-1.14.4-28.2.0-client.jar Minecraft {[email protected] DONE}
Flopper-1.14.4-1.0.6.jar Flopper {[email protected] DONE}
EnchantmentDescriptions-1.14.4-1.3.9.jar EnchantmentDescriptions {[email protected] DONE}
theoneprobe-1.14-1.4.37.jar The One Probe {theoneprobe@NONE DONE}
simplefluidtanks-1.14.4-1.8.0.1.jar Simple Fluid Tanks {[email protected] DONE}
MouseTweaks-2.13-mc1.14.4.jar Mouse Tweaks {[email protected] DONE}
titanium-1.14.4-2.2.10.jar Titanium {[email protected] DONE}
compactores-1.14.4-1.2.2.jar Compact Ores {[email protected] DONE}
SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 DONE}
Durability101-1.14-0.0.3.jar Durability101 {[email protected] DONE}
LargeFluidTank-14.9.6.jar FluidTank {[email protected] DONE}
extragolems-9.0.5.jar Extra Golems {[email protected] DONE}
Exotic Ores 1.14-0.8.jar Exotic Ores {[email protected] DONE}
Quark-r2.0-210.jar Quark {[email protected] DONE}
gravestone-1.15.2.jar Gravestone Mod {[email protected] DONE}
corail_recycler-4.0.2-1.14.4.jar Corail Recycler {[email protected] DONE}
polyores-1.2.jar Poly's Ores {[email protected] DONE}
Harvest-forge-1.14.4-1.2.10-23.jar Harvest {harvest@version DONE}
InventoryHud_1.14.4.forge.2.0.jar Inventory HUD+(Forge edition) {[email protected] DONE}
InstantLava_1.13.2-1.1.1.jar InstantLava {[email protected] DONE}
FastFurnace-1.14.4-2.2.4.jar FastFurnace {[email protected] DONE}
AppleSkin-mc1.14.4-forge-1.0.13.jar AppleSkin {[email protected] DONE}
forgemod_VoxelMap-1.9.13b_for_1.14.4.jar VoxelMap {[email protected] DONE}
ElementaryOres-1.14.4-0.0.1.jar Elementary Ores {[email protected] DONE}
refinedstorageaddons-0.5.jar Refined Storage Addons {[email protected] DONE}
healingcf_1.14-1.7.jar Healing Campfire {[email protected] DONE}
SuperTools-1.6b.jar Super Tools {[email protected] DONE}
luckyores-1.14.4-1.3.1.jar Lucky Ores Mod {[email protected] DONE}
pn_1.14-1.0.jar Pet Names {[email protected] DONE}
bigbuckets-1.0.0.jar BigBuckets {[email protected] DONE}
Launched Version: 1.14.4-forge-28.2.0
LWJGL: 3.2.2 build 10
OpenGL: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.19, 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: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Resource Packs: vanilla, mod_resources, file/Soartex_Fanver - 64x .zip, file/Nelliks-GUIs-2.6.0-1.14.zip
Current Language: English (US)
CPU: 4x Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz
OptiFine Version: OptiFine_1.14.4_HD_U_F5
OptiFine Build: 20191204-141250
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: BSL_v7.1.04.1.zip
OpenGlVersion: 4.6.0 NVIDIA 442.19
OpenGlRenderer: GeForce GTX 980 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
 

 

 

 
 
Edited by Rcarlucci
Link to comment
Share on other sites

This looks like an issue with IndustrialForegoing

https://github.com/InnovativeOnlineIndustries/Industrial-Foregoing/issues/688

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.

Announcements



×
×
  • Create New...

Important Information

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