Git Product home page Git Product logo

zyinhud's People

Contributors

herocc avatar kevinwchang avatar roycurtis avatar ryantm avatar zyin055 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zyinhud's Issues

torch aid causes issues with shift-rightclick

While experimenting with 1.8.8 mods, I also notice a problem with the torch aid.
Certain machines (I'm sure there are a few out there) require to be shift-rightclicked to access a certain function.
In my case it's Storage Drawers, where I can access the upgrade slots trough that.
When I do that with torch aid activated, instead of accessing the slots, I place down a torch.
Now I don't know if this is the HUD's fault or a problem with the implementation of the drawer's access.
I can't test that with other mods, since there are no other out there that can be used like that at this time.
Either way, I suggest adding the possibility to deactivate certain functionality of torch aid, like placing torches with empty hands.

Everyone likes config options ;D

[1.7.2, 1.3.0] DurabilityInfo does not take shears into account

Reproduction

  1. Make or gain shears in-world (survival gamemode)
  2. Wear the shears down below the DurabilityInfo tool alert threshold
  3. Observe as HUD does not show icon for shears

Reported by a Zyin's Hud user on a public server, confirmed by myself in single-player

Torch Aid problem

Hi see you again,
I dont know if this problem is known;
But I notice an issue when the torch aid is actived, i cant open and close properly any door or chest with free hand.
Also it wont works with Tinker tools, but works fine with a mod pickaxe which i dont wont works.
I mean, it should be added a config file to allow and/or negate any item you want...

thx

[1.7.2, 1.2.0] Health Monitor: Crash on player death

Crash log; https://gist.github.com/RoyCurtis/9697993

This happens upon death, when the Game Over screen comes up. The beep sounds start to play at full volume and seems to glitch out. The game subsequently hangs for a few seconds, then crashes. Additionally, the Development Console log on the launcher seems to get spammed with PlayLowHealthSound(), to the point that the Launcher crashes.

Tested with only Zyin's Hud and Forge installed.

Pause GUI incorrectly being shown from Options GUI

With Zyin's HUD installed; when in the Minecraft Main Menu, going to "Options..." and then "Done" shows the pause menu instead of the main menu.

Reproduction

  1. Start Minecraft with only Forge and Zyin's HUD installed
  2. Click on "Options..."
  3. Click on "Done" to return

Expected

The Minecraft main menu is shown

Actual

The pause menu is shown, with a "Back to Game" and "Disconnect" button. Clicking "Back to Game" will return to the main menu, but "Disconnect" will cause a crash.

Crash #2

This was caused when I was walking forward at the same time as trying to ALT+ScrollWheel to select an item from my inventory to be placed onto my toolbar. (So I was pressing Alt + W + Scroll Wheel Down)

java.lang.ArrayIndexOutOfBoundsException: 11
at com.zyin.zyinhud.mods.ItemSelector.adjustSlot(ItemSelector.java:182)
at com.zyin.zyinhud.mods.ItemSelector.Scroll(ItemSelector.java:130)
at com.zyin.zyinhud.keyhandlers.ItemSelectorKeyHandler.OnMouseWheelScroll(ItemSelectorKeyHandler.java:23)
at com.zyin.zyinhud.ZyinHUDKeyHandlers.MouseEvent(ZyinHUDKeyHandlers.java:124)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_860_ZyinHUDKeyHandlers_MouseEvent_MouseEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.ForgeHooksClient.postMouseEvent(ForgeHooksClient.java:364)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1676)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:421)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:512)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

Forge + Lightloader 1.8 Intitialization with ZyinsHUD failed

I chained lightloader 1.8 with forge 1.8, and I attempted to run it with your mod. It gave me this error, which I did not get before adding this mod.

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 6/15/15 7:59 PM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraftforge/client/event/GuiOpenEvent
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:319)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:508)
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 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:208)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 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.loadMods(Loader.java:493)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
at net.minecraft.client.main.Main.main(SourceFile:120)
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)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.client.event.GuiOpenEvent
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 37 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 39 more

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

-- Head --
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2693)
at java.lang.Class.getDeclaredMethods(Class.java:1967)
at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:319)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:508)
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 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:208)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 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.loadMods(Loader.java:493)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326)
at net.minecraft.client.main.Main.main(SourceFile:120)
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.8
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 171837272 bytes (163 MB) / 471334912 bytes (449 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.81.1079 3 mods loaded, 3 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed
FML{8.0.81.1079} Forge Mod Loader Unloaded->Constructed
zyinhud{1.4.1} Zyin's HUD Unloaded
Loaded coremods (and transformers):
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4600 GL version 4.2.0 - Build 10.18.10.3574, 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: No
Is Modded: Definitely; Client brand changed to 'fml'
Type: Client (map_client.txt)
Resource Packs: [OCD pack 1.8.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)

Ping / Latency info

Is it possible to get ping/latency to a server for display? I'm not sure if MC even really handles it as a number internally.

If not, that's fine, but it'd be much more useful to get an actual onscreen figure instead of just a useless image on the TAB screen.

Possible conflict with another mod

I initially reported this to the mod author of Draconic Evolution. I'm currently developing my own custom modpack and discovered that when attempting to equip my player with armor, or tools, from DE - while running Zyin's HUD, all items will immediately be removed and returned to an available inventory slot.

I'm currently running version 1.3.9 of ZyinsHUD for MC1.7.10 and was able to reproduce the error with the last two versions of DE available on that mods site. It seemed to only affect that mod, so I dropped the author an issue report, but thought I'd drop one here too, in the event someone else has come across a similar issue running ZyinsHUD.

Durability info gives Xray

I'm running Minecraft 1.8 with forge 11.14.0.1289 and OptiFine 1.8 HD U C2
Zyin's Hud 1.4.0
When the durability info displays me the little warning box, it gives a Xray, where you can see every caves around you.
Tried without optifine. Same result.
1

Crash when saving durability info config

I am getting a crash whenever i try to switch off the auto-equipping of low durability items. The crash happes exactly when i click the "save" button.
This happens all the time, even when i load only this one mod into minecraft.
Here is the crash report:

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 25.01.15 18:45
Description: Updating screen events

java.lang.ArrayIndexOutOfBoundsException: -96
at org.lwjgl.input.Keyboard.getKeyName(Keyboard.java:429)
at com.zyin.zyinhud.ZyinHUDConfig.ReadConfigSettings(ZyinHUDConfig.java:785)
at com.zyin.zyinhud.ZyinHUDConfig.SaveConfigSettings(ZyinHUDConfig.java:74)
at com.zyin.zyinhud.gui.GuiZyinHUDOptions.func_146281_b(GuiZyinHUDOptions.java:1373)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:780)
at com.zyin.zyinhud.gui.GuiZyinHUDOptions.func_146284_a(GuiZyinHUDOptions.java:620)
at com.zyin.zyinhud.gui.GuiZyinHUDOptions.func_73864_a(GuiZyinHUDOptions.java:548)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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 org.lwjgl.input.Keyboard.getKeyName(Keyboard.java:429)
at com.zyin.zyinhud.ZyinHUDConfig.ReadConfigSettings(ZyinHUDConfig.java:785)
at com.zyin.zyinhud.ZyinHUDConfig.SaveConfigSettings(ZyinHUDConfig.java:74)
at com.zyin.zyinhud.gui.GuiZyinHUDOptions.func_146281_b(GuiZyinHUDOptions.java:1373)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:780)
at com.zyin.zyinhud.gui.GuiZyinHUDOptions.func_146284_a(GuiZyinHUDOptions.java:620)
at com.zyin.zyinhud.gui.GuiZyinHUDOptions.func_73864_a(GuiZyinHUDOptions.java:548)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)

-- Affected screen --
Details:
Screen name: com.zyin.zyinhud.gui.GuiZyinHUDOptions

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Pystro'/10876816, l='MpServer', x=2856,53, y=8,62, z=-2479,58]]
Chunk stats: MultiplayerChunkCache: 441, 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (737,200,-1268), Chunk: (at 1,12,12 in 46,-80; contains blocks 736,0,-1280 to 751,255,-1265), Region: (1,-3; contains chunks 32,-96 to 63,-65, blocks 512,0,-1536 to 1023,255,-1025)
Level time: 498259265 game time, 506243104 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: 28 total; [EntityClientPlayerMP['Pystro'/10876816, l='MpServer', x=2856,53, y=8,62, z=-2479,58], EntityCow['Cow'/10876833, l='MpServer', x=2827,15, y=58,00, z=-2500,22], EntityItem['item.tile.sapling.acacia'/10876832, l='MpServer', x=2881,88, y=10,13, z=-2487,75], EntityCow['Cow'/10876834, l='MpServer', x=2881,44, y=63,00, z=-2441,78], EntityZombie['Zombie'/10876844, l='MpServer', x=2858,44, y=45,00, z=-2473,56], EntityZombie['Zombie'/10877036, l='MpServer', x=2857,91, y=45,00, z=-2475,56], EntitySkeleton['Skeleton'/10876843, l='MpServer', x=2857,50, y=45,00, z=-2473,50], EntityPig['Pig'/10876842, l='MpServer', x=2900,50, y=76,00, z=-2526,91], EntitySkeleton['Skeleton'/10877309, l='MpServer', x=2811,50, y=37,00, z=-2526,50], EntityZombie['Zombie'/10876991, l='MpServer', x=2864,13, y=46,00, z=-2479,28], EntitySkeleton['Skeleton'/10877188, l='MpServer', x=2869,50, y=10,00, z=-2434,50], EntityItem['item.tile.sapling.oak'/10876821, l='MpServer', x=2855,56, y=10,13, z=-2486,09], EntityItem['item.tile.log.oak'/10876820, l='MpServer', x=2856,13, y=7,13, z=-2483,13], EntityChicken['Chicken'/10876823, l='MpServer', x=2846,44, y=61,84, z=-2489,41], EntityItem['item.tile.sapling.birch'/10876822, l='MpServer', x=2843,84, y=7,13, z=-2484,69], EntitySheep['Sheep'/10876817, l='MpServer', x=2862,53, y=45,00, z=-2475,94], EntitySquid['Squid'/10877329, l='MpServer', x=2841,89, y=60,91, z=-2467,54], EntitySquid['Squid'/10877328, l='MpServer', x=2842,65, y=61,86, z=-2467,72], EntityItem['item.tile.log.birch'/10876819, l='MpServer', x=2850,16, y=7,13, z=-2483,88], EntityPig['Pig'/10876818, l='MpServer', x=2854,79, y=48,00, z=-2467,81], EntityItem['item.tile.sapling.acacia'/10876829, l='MpServer', x=2875,78, y=14,13, z=-2486,94], EntityItem['item.tile.sapling.acacia'/10876828, l='MpServer', x=2877,97, y=10,13, z=-2488,00], EntityChicken['Chicken'/10876831, l='MpServer', x=2828,47, y=60,00, z=-2489,56], EntitySheep['Sheep'/10876825, l='MpServer', x=2829,95, y=57,00, z=-2495,47], EntityChicken['Chicken'/10876824, l='MpServer', x=2832,56, y=58,62, z=-2493,53], EntityChicken['Chicken'/10876827, l='MpServer', x=2834,41, y=57,00, z=-2482,66], EntityPig['Pig'/10876826, l='MpServer', x=2835,81, y=56,00, z=-2483,81], EntitySkeleton['Skeleton'/10877146, l='MpServer', x=2836,50, y=5,00, z=-2527,50]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:908)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_20, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 295080576 bytes (281 MB) / 517996544 bytes (494 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 4 mods loaded, 4 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.10.85.1230} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.13.2.1230} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
zyinhud{1.3.9} Zyin's HUD Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GT 705/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: On (2)

Some InventoryUtil-reliant mods only work on first world entered in a session

Reproduction

  1. Open Minecraft and enter a single player or multiplayer world
  2. With ender pearls in inventory, press C to fire an ender pearl
  3. Observe as Ender Pearl Aid works as intended
  4. Leave world, then re-enter same or enter another world
  5. Repeat step 2.
  6. Observe as Ender Pearl Aid no longer works (ender pearls seem to get used, but do not appear in-world and item count is eventually reverted)

Fixes

In InventoryUtil.java, remove:

private static PlayerControllerMP playerController = mc.playerController;

then change all references to playerController with mc.playerController in-file

Safe overlay renders 'cross' over farmland

According to Minecraft Wiki, mobs cannot spawn on farmland, but safe overlay is still rendering yellow/red crosses over farmland blocks.

Here's the screenshot.(Ground level at y = 4) No mobs are spawning on farmland.
2016-04-11_17 50 56

The screenshot is taken in Mineraft 1.8 with Zyin's hud 1.4.6, but the problem exists for minecraft 1.8.8 and Zyin's hud 1.4.8 too.

Thank you for your time!

Waiting on 1.7.10 fixes

So the death counter and beeps actually break in 1.7.10 can we get a proper 1.7.10 release? I love your mod and please note it works 100% perfect in SP it is only an issue when used while on a server.

Display wrong Icons and Suggestions

BUG:

  • Displays a wrong Poison Effect Icon ("Mining Fatigue" instead of "Heat Stroke")

REQUEST:

  • Allow to zoom armors & tools durability icons as well as poison effects icons

thank you soooooo much

[Suggestion] Multiple middle click modes

I suggest to add another mode for middle click, configurable by the user: when working with a work bench items that are middle-click are automatically placed in the first empty crafting slot.

Dynamic hotkey-reference on the ⌃⌥Z screen

I've always gotta dig through the Zyin settings to find the hotkeys, which I can never remember. The control-option-Z screen is so nearby; it'd be wonderful to see a hotkey reference in the background of that screen (of course, preferably showing whatever you have changed the hotkeys to, instead of the defaults … but I'll take what I can get.)

Attach elements to screen-edges, instead of using absolute pixel coordinates

When I re-size my window, or enter full-screen mode, the size of my Minecraft interface changes. If I try to place your durability monitors, for instance, in the bottom-left; they're suddenly in the middle of the screen when I enter full-screen.

I'd prefer to be able to say “[A] pixels from [top/bottom]; [B] pixels from [left/right]” for each interface element you add, and have those dynamically adjust when the Minecraft window is re-sized.

[1.7.2, 1.1.4] Controls not saved if set via vanilla controls menu

Reproduction

  1. Go to Options > Controls > Zyin's Hud
  2. Click any key (e.g. "Animal Info") and set to a different key
  3. Click "Done", then restart Minecraft
  4. Go back to Options > Controls > Zyin's Hud

Observe that the new key set in step 2 has reverted back to default. This does not happen if the control is changed via the Zyin's Hud menu instead.

Reported as this has caused confusion with some users.

Hud for 1.8 Forge causing crashes on Dedicated Forge b1252 server

[13:18:52] [Client thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.client.event.RenderWorldLastEvent@1b084095:
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.7.0_72]
at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.7.0_72]
at com.zyin.zyinhud.helper.RenderEntityTrackerHelper.RenderEntityInfo(RenderEntityTrackerHelper.java:38) ~[RenderEntityTrackerHelper.class:?]
at com.zyin.zyinhud.ZyinHUDRenderer.RenderWorldLastEvent(ZyinHUDRenderer.java:85) ~[ZyinHUDRenderer.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_35_ZyinHUDRenderer_RenderWorldLastEvent_RenderWorldLastEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
at net.minecraftforge.client.ForgeHooksClient.dispatchRenderLast(ForgeHooksClient.java:262) [ForgeHooksClient.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1397) [cji.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1207) [cji.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1032) [cji.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1049) [bsu.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) [bsu.class:?]
at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_72]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_72]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_72]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]
[13:18:52] [Client thread/ERROR] [FML]: Index: 1 Listeners:
[13:18:52] [Client thread/ERROR] [FML]: 0: NORMAL
[13:18:52] [Client thread/ERROR] [FML]: 1: ASM: com.zyin.zyinhud.ZyinHUDRenderer@97048a0 RenderWorldLastEvent(Lnet/minecraftforge/client/event/RenderWorldLastEvent;)V

Barrier Block Safe Overlay broken

If you place barrier blocks on the ground and the safe overlay is on, they will still show up even though they can't spawn mobs there. Included is a picture.
2015-11-06_20 00 50
Thanks! I can provide more info if needed.

[1.6.4, 1.0.2] Log spamming - eventually causes 100% CPU usage in the launcher

With Zyin's HUD installed; when in Minecraft, the log is written to every tick with the current GUI that is displayed. This seems to be a leftover from personal debugging.

Reproduction

  1. Ensure launcher profile has "Launcher visibility" set to "Keep the launcher open"
  2. Start Minecraft with only Forge and Zyin's HUD installed
  3. Observe the "Development Console" in the launcher

What happens

Every tick, the log is spammed. See http://i.imgur.com/sBL53qC.png for example.

Personal notes

I have had to downgrade to 1.0.1, as this eventually makes Minecraft unplayable and my system unusable due to the 100% CPU usage on the launcher (reached after a few minutes)

Fatal CTD using FOV slider

  • No mods installed except Forge and zyinhud installed

Replicated by a buddy in Germany as well. (He was too lazy to give me his crash report)

How to replicate:

  1. open minecraft (don't go into a world)
  2. goto options
  3. slide the FOV slider, should get a crash to desktop.

If only forge is installed (and no zyinhud) no issue with fov slider.
only shows up once zyinhud is enabled as a mod.

Following is a crash report

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 1/16/16 1:05 PM
Description: Updating screen events

java.lang.NullPointerException: Updating screen events
at com.zyin.zyinhud.gui.GuiZyinHUDOptions.ActionPerformedEventPost(GuiZyinHUDOptions.java:202)
at com.zyin.zyinhud.ZyinHUDGuiEvents.ActionPerformedEventPost(ZyinHUDGuiEvents.java:27)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ZyinHUDGuiEvents_ActionPerformedEventPost_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:468)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:523)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1674)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

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

-- Head --
Stacktrace:
at com.zyin.zyinhud.gui.GuiZyinHUDOptions.ActionPerformedEventPost(GuiZyinHUDOptions.java:202)
at com.zyin.zyinhud.ZyinHUDGuiEvents.ActionPerformedEventPost(ZyinHUDGuiEvents.java:27)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ZyinHUDGuiEvents_ActionPerformedEventPost_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:468)
at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:554)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:523)

-- Affected screen --
Details:
Screen name: net.minecraft.client.gui.GuiOptions
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1674)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
at org.multimc.EntryPoint.listen(EntryPoint.java:170)
at org.multimc.EntryPoint.main(EntryPoint.java:54)

-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1114884368 bytes (1063 MB) / 1530920960 bytes (1460 MB) up to 9306112000 bytes (8875 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx9984m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.0.1684 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 mcp{9.18} Minecraft Coder Pack
UCHIJA FML{8.0.99.99} Forge Mod Loader
UCHIJA Forge{11.15.0.1684} Minecraft Forge
UCHIJA zyinhud{1.4.8} Zyin's HUD
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.91' Renderer: 'GeForce GTX 980/PCIe/SSE2'
Launched Version: MultiMC5
LWJGL: 2.9.1
OpenGL: GeForce GTX 980/PCIe/SSE2 GL version 4.5.0 NVIDIA 358.91, 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: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz

Player Locator Wont Work 1.7.2

Hello,

first i would like to thank you for this latest update ! the player locator wont work. i have used the same forge as the one u listed. attached is the pic of the problem.

thanks !

2014-02-06_14 41 35

[1.7.2, 1.2.0] Health Monitor: Not working on Multiplayer servers

Reproduction

  1. Enter a single player world with Zyin's Hud and the HealthMonitor mod enabled
  2. Reduce health until below 6 (3 hearts or less)
  3. Observe the health monitor beeps begin
  4. Leave single-player and join a multiplayer server (e.g. mc.twit.tv)
  5. Repeat step 2
  6. Observe the health monitor does not beep, even after reducing health to 0

Perhaps LivingHurtEvent does not fire on SMP?

Crash

Caused when I opened an Extra Utilities generator, but it looks like anything could cause it:

java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:397) ~[?:1.7.0-u60-unofficial]
at java.util.Timer.schedule(Timer.java:193) ~[?:1.7.0-u60-unofficial]
at com.zyin.zyinhud.util.InventoryUtil.SwapWithDelay(InventoryUtil.java:233) ~[InventoryUtil.class:?]
at com.zyin.zyinhud.util.InventoryUtil.UseItemInInventory(InventoryUtil.java:197) ~[InventoryUtil.class:?]
at com.zyin.zyinhud.util.InventoryUtil.UseItemInInventory(InventoryUtil.java:169) ~[InventoryUtil.class:?]
at com.zyin.zyinhud.util.InventoryUtil.UseItem(InventoryUtil.java:109) ~[InventoryUtil.class:?]
at com.zyin.zyinhud.mods.TorchAid.UseTorch(TorchAid.java:76) ~[TorchAid.class:?]
at com.zyin.zyinhud.mods.TorchAid.UseTorchIfToolIsEquipped(TorchAid.java:56) ~[TorchAid.class:?]
at com.zyin.zyinhud.mods.TorchAid.OnRightClick(TorchAid.java:42) ~[TorchAid.class:?]
at com.zyin.zyinhud.ZyinHUDKeyHandlers.MouseEvent(ZyinHUDKeyHandlers.java:145) ~[ZyinHUDKeyHandlers.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_697_ZyinHUDKeyHandlers_MouseEvent_MouseEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
at net.minecraftforge.client.ForgeHooksClient.postMouseEvent(ForgeHooksClient.java:364) ~[ForgeHooksClient.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1676) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0-u60-unofficial]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0-u60-unofficial]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0-u60-unofficial]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0-u60-unofficial]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0-u60-unofficial]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0-u60-unofficial]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0-u60-unofficial]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0-u60-unofficial]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:421) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:512) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:165) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?]

Server Control

You may not see this as an issue, but as a server operator I'd like some control over this mod.

Server side control, over client side settings. (Like Journeymap)

The mod itself is great, but on an open world pvp and raid server, it's an issue. You can see players who are crouched behind objects using the player finder feature.

Could that be removed, so that crouching players can't be seen?

Or even add server-side support to disable features?

Moving held item/equipment from non-vanilla slots

http://pastebin.com/CkycAYmz

Essentially, the default setting: auto unequipping tools before they break can cause crashes If you are using a tool that is in a slot that is added from a mod (like battlegear http://www.minecraftforum.net/forums/thread/1291267-m)

Also, on reconnecting to server, it'll crash again (atleast in my scenario) I changed the config (B:AutoUnequipTools=false) and I was able to log back in.

second issue (related) : more torch issues

I also seem to have crashes when torches aren't in the hotbar, and item selected isn't in the default hotbar. If there is a torch somewhere in the vanilla hotbar, works as intended.

A workaround? Move torch to hotbar slot 1, place, then put old item back. Check to see if that was last torch, etc.

‘Eating aid’ doesn't work with re-bound keys

I've my left-click set to place, and right-click set to dig (this makes way more sense to me than having to use the alternate click to place blocks in a game about placing blocks.)

Unfortunately, this apparently breaks the ‘eating aid’ G key? Instead of eating, it tries to automatically break the block in front of me … using a steak. Not very effective. :P

Negative coordinates off by 1

Coordinates for both x and z on the negative side of zero are off by 1. Going from 0 on the x or z axis in the negative direction, the coordinates start counting from 0 again instead of moving to -1.

on x=0
move 1 block west
game reports x as -1, coordinates in hud are reported as x=0

Use of "TAB" key default for coordinates is bad design

Please reconsider the use of the "TAB" key as the default key for pasting coordinates in chat. At the moment, this is causing bad behavior by default:

Xray wont go away

Hello! I just got the mod and turned on the xray option but then turned it off and it stayed, but when I hit ESC it goes away then leave it and it comes back. help me!!!

Bug

Bug with
2016-01-05_18 07 17

In the revolution 2 pack in 1.7.10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.