Code Monkey home page Code Monkey logo

hyperium's People

Contributors

9y0 avatar boomboompower avatar brunohpaiva avatar chachydev avatar coalcoding avatar conorthedev avatar cubxity avatar dejaydev avatar emanh1 avatar falsehonesty avatar fozziehi avatar gbui avatar kodingdev avatar leftclick-pvp avatar libhalt avatar lucasr1b avatar mas281 avatar modkiller1001 avatar monkuous avatar mralexesistegia avatar rdil avatar realm0f avatar revxrsal avatar robere2 avatar shardcoder avatar simonri avatar sk1er avatar tobiasnyoung avatar walshydev avatar wevns 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  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  avatar  avatar

Watchers

 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

hyperium's Issues

Hitting escape in ModConfigGui causes crash

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at net.minecraft.client.gui.GuiMainMenu.initGui(GuiMainMenu.java:780)
at net.minecraft.client.gui.GuiScreen.setWorldAndResolution(GuiScreen.java:539)
at net.minecraft.client.Minecraft.displayGuiScreen(Minecraft.java:3512)
at net.minecraft.client.gui.GuiScreen.keyTyped(GuiScreen.java:100)
at cc.hyperium.gui.ModConfigGui.keyTyped(ModConfigGui.java:162)
at net.minecraft.client.gui.GuiScreen.handleKeyboardInput(GuiScreen.java:622)
at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:573)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1733)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1061)
at net.minecraft.client.Minecraft.run(Minecraft.java:378)
at net.minecraft.client.main.Main.main(Main.java:113)
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:498)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
at GradleStart.main(GradleStart.java:26)

Failed to fetch json data

when it is installing, it shows these words suddenly.
"failed to fetch json data"
My java is the latest version.
And there is a 1.8.9 minecraft file as well.
What should I do?

Clients crash when they cancel sleeping

Occurs in singleplayer when a user clicks "Leave Bed" or presses escape.
This started occurring at some point between now and B4 release, as it does not occur on B4.
Crash report:

---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 4/21/18 8:55 PM
Description: Updating screen events

java.lang.IllegalAccessError: tried to access field net.minecraft.client.gui.GuiChat.mc from class net.minecraft.client.gui.GuiSleepMP
	at net.minecraft.client.gui.GuiSleepMP.wakeFromSleep(GuiSleepMP.java:65)
	at net.minecraft.client.gui.GuiSleepMP.actionPerformed(GuiSleepMP.java:55)
	at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:494)
	at net.minecraft.client.gui.GuiChat.mouseClicked(GuiChat.java:180)
	at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:596)
	at net.minecraft.client.gui.GuiChat.handleMouseInput(GuiChat.java:140)
	at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:565)
	at net.minecraft.client.Minecraft.runTick(Minecraft.java:1733)
	at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1061)
	at net.minecraft.client.Minecraft.run(Minecraft.java:378)
	at net.minecraft.client.main.Main.main(Main.java:113)
	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:498)
	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(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
	at GradleStart.main(GradleStart.java:26)


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

-- Head --
Stacktrace:
	at net.minecraft.client.gui.GuiSleepMP.wakeFromSleep(GuiSleepMP.java:65)
	at net.minecraft.client.gui.GuiSleepMP.actionPerformed(GuiSleepMP.java:55)
	at net.minecraft.client.gui.GuiScreen.mouseClicked(GuiScreen.java:494)
	at net.minecraft.client.gui.GuiChat.mouseClicked(GuiChat.java:180)
	at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:596)
	at net.minecraft.client.gui.GuiChat.handleMouseInput(GuiChat.java:140)
	at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:565)

-- Affected screen --
Details:
	Screen name: net.minecraft.client.gui.GuiSleepMP

-- Affected level --
Details:
	Level name: MpServer
	All players: 1 total; [EntityPlayerSP['Buggy'/168, l='MpServer', x=136.10, y=64.56, z=24.50]]
	Chunk stats: MultiplayerChunkCache: 624, 624
	Level seed: 0
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: 
	Level spawn location: 148.00,64.00,88.00 - World: (148,64,88), Chunk: (at 4,4,8 in 9,5; contains blocks 144,0,80 to 159,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 1811577 game time, 13000 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: creative (ID 1). Hardcore: false. Cheats: false
	Forced entities: 73 total; [EntityCow['Cow'/19, l='MpServer', x=62.38, y=68.00, z=-22.66], EntitySkeleton['Skeleton'/20, l='MpServer', x=63.50, y=20.00, z=-0.50], EntityCow['Cow'/23, l='MpServer', x=60.19, y=64.00, z=-13.75], EntityCow['Cow'/25, l='MpServer', x=74.09, y=63.00, z=-48.09], EntityZombie['Zombie'/26, l='MpServer', x=67.50, y=13.00, z=-20.50], EntitySkeleton['Skeleton'/27, l='MpServer', x=76.50, y=46.00, z=-20.50], EntityCow['Cow'/31, l='MpServer', x=87.72, y=63.00, z=-51.22], EntityCow['Cow'/32, l='MpServer', x=86.69, y=64.00, z=-55.56], EntityCow['Cow'/33, l='MpServer', x=93.47, y=65.00, z=-23.81], EntityCow['Cow'/34, l='MpServer', x=94.59, y=66.00, z=-4.66], EntitySquid['Squid'/35, l='MpServer', x=88.22, y=49.44, z=80.88], EntitySquid['Squid'/37, l='MpServer', x=86.09, y=53.63, z=84.47], EntityCow['Cow'/40, l='MpServer', x=98.44, y=64.00, z=3.69], EntityCow['Cow'/41, l='MpServer', x=100.94, y=71.00, z=22.88], EntityItem['item.item.egg'/42, l='MpServer', x=102.25, y=45.00, z=38.66], EntityChicken['Chicken'/43, l='MpServer', x=103.56, y=62.59, z=40.63], EntityChicken['Chicken'/44, l='MpServer', x=108.69, y=62.75, z=38.66], EntityItem['item.item.egg'/45, l='MpServer', x=106.44, y=53.00, z=38.91], EntityBat['Bat'/46, l='MpServer', x=106.94, y=31.03, z=80.88], EntityCreeper['Creeper'/49, l='MpServer', x=114.50, y=28.00, z=69.50], EntityCow['Cow'/53, l='MpServer', x=128.03, y=61.55, z=-17.50], EntityBat['Bat'/54, l='MpServer', x=116.70, y=15.07, z=5.47], EntityCreeper['Creeper'/55, l='MpServer', x=130.50, y=37.00, z=14.50], EntitySkeleton['Skeleton'/56, l='MpServer', x=136.84, y=49.00, z=8.50], EntityCreeper['Creeper'/57, l='MpServer', x=140.16, y=49.00, z=8.50], EntityPlayerSP['Buggy'/168, l='MpServer', x=136.10, y=64.56, z=24.50], EntityCreeper['Creeper'/58, l='MpServer', x=134.91, y=49.00, z=9.53], EntityCow['Cow'/59, l='MpServer', x=143.69, y=64.00, z=10.53], EntityZombie['Zombie'/60, l='MpServer', x=140.50, y=42.00, z=23.84], EntityCow['Cow'/61, l='MpServer', x=131.50, y=64.00, z=29.50], EntityCow['Cow'/62, l='MpServer', x=143.53, y=61.00, z=41.66], EntityCow['Cow'/63, l='MpServer', x=142.53, y=60.00, z=35.69], EntityCow['Cow'/64, l='MpServer', x=131.44, y=64.00, z=33.44], EntityCow['Cow'/65, l='MpServer', x=128.50, y=64.00, z=32.50], EntitySkeleton['Skeleton'/193, l='MpServer', x=110.50, y=43.00, z=-5.50], EntityCow['Cow'/66, l='MpServer', x=139.13, y=64.00, z=60.06], EntityCow['Cow'/67, l='MpServer', x=142.75, y=63.00, z=66.34], EntitySkeleton['Skeleton'/196, l='MpServer', x=129.50, y=43.00, z=23.50], EntityZombie['Zombie'/68, l='MpServer', x=122.94, y=27.00, z=81.53], EntityBat['Bat'/69, l='MpServer', x=149.25, y=24.63, z=92.75], EntitySpider['Spider'/198, l='MpServer', x=189.50, y=68.00, z=35.50], EntitySquid['Squid'/74, l='MpServer', x=151.28, y=62.03, z=-19.97], EntityChicken['Chicken'/75, l='MpServer', x=145.78, y=62.59, z=-11.41], EntityItem['item.item.egg'/76, l='MpServer', x=146.38, y=61.00, z=-10.22], EntitySkeleton['Skeleton'/77, l='MpServer', x=151.09, y=39.00, z=9.47], EntityBat['Bat'/78, l='MpServer', x=136.41, y=44.10, z=11.09], EntityCow['Cow'/79, l='MpServer', x=152.22, y=60.00, z=17.44], EntityCow['Cow'/80, l='MpServer', x=154.66, y=64.00, z=51.19], EntityCow['Cow'/81, l='MpServer', x=155.79, y=64.00, z=50.39], EntityChicken['Chicken'/82, l='MpServer', x=148.91, y=62.64, z=68.75], EntityBat['Bat'/83, l='MpServer', x=141.50, y=21.40, z=83.36], EntityBat['Bat'/84, l='MpServer', x=180.89, y=35.97, z=95.48], EntitySkeleton['Skeleton'/219, l='MpServer', x=172.50, y=24.00, z=42.50], EntityCreeper['Creeper'/91, l='MpServer', x=174.50, y=15.00, z=-43.50], EntityCreeper['Creeper'/92, l='MpServer', x=173.09, y=15.00, z=-41.28], EntitySquid['Squid'/93, l='MpServer', x=168.97, y=60.97, z=-24.78], EntityCreeper['Creeper'/94, l='MpServer', x=173.41, y=24.00, z=43.94], EntitySkeleton['Skeleton'/95, l='MpServer', x=161.50, y=32.00, z=60.50], EntityCow['Cow'/96, l='MpServer', x=165.16, y=64.00, z=54.16], EntitySkeleton['Skeleton'/97, l='MpServer', x=163.50, y=24.00, z=75.50], EntitySkeleton['Skeleton'/98, l='MpServer', x=161.50, y=24.00, z=74.50], EntitySkeleton['Skeleton'/99, l='MpServer', x=172.66, y=19.00, z=67.78], EntitySlime['Slime'/100, l='MpServer', x=177.59, y=16.00, z=89.84], EntityCreeper['Creeper'/101, l='MpServer', x=178.44, y=21.00, z=101.03], EntityBat['Bat'/110, l='MpServer', x=188.25, y=19.10, z=38.75], EntityBat['Bat'/111, l='MpServer', x=177.11, y=20.24, z=39.39], EntityBat['Bat'/112, l='MpServer', x=173.47, y=23.94, z=48.75], EntityBat['Bat'/113, l='MpServer', x=186.34, y=21.50, z=41.18], EntityCow['Cow'/114, l='MpServer', x=198.22, y=68.00, z=0.22], EntityCow['Cow'/115, l='MpServer', x=207.28, y=64.00, z=8.19], EntityBat['Bat'/116, l='MpServer', x=204.49, y=20.22, z=57.39], EntityCow['Cow'/120, l='MpServer', x=210.22, y=63.00, z=-3.81], EntitySkeleton['Skeleton'/122, l='MpServer', x=212.50, y=44.00, z=81.50]]
	Retry entities: 0 total; []
	Server brand: vanilla
	Server type: Integrated singleplayer server
Stacktrace:
	at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:379)
	at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2699)
	at net.minecraft.client.Minecraft.run(Minecraft.java:399)
	at net.minecraft.client.main.Main.main(Main.java:113)
	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:498)
	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(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
	at GradleStart.main(GradleStart.java:26)

-- System Details --
Details:
	Minecraft Version: 1.8.9
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_121, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 665070952 bytes (634 MB) / 1462239232 bytes (1394 MB) up to 3801088000 bytes (3625 MB)
	JVM Flags: 1 total; -XX:-DisableExplicitGC
	IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
	Launched Version: 1.8.9
	LWJGL: 2.9.3
	OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.71, 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: Very likely; Jar signature invalidated
	Type: Client (map_client.txt)
	Resource Packs: 
	Current Language: English (US)
	Profiler Position: root.tick.textures
	CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz

Spotify notification

There are two issues with the current implementation:

The notification for a new song is inconsistent and does now always occur

The song name can go off the screen, not exactly ideal, however it's an easy fix

Extension for issue #44

Doesnt even launch

When I click launch/play in the launcher it downloads stuff like always then it just does nothing

LOG:

at net.minecraft.launcher.updater.PreHashedDownloadable.download(PreHashedDownloadable.java:59) ~[launcher.jar:1.6.84-j]
	at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:109) [launcher.jar:1.6.84-j]
	at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12) [launcher.jar:1.6.84-j]
	at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86) [launcher.jar:1.6.84-j]
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_77]
	at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_77]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_77]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_77]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
[00:55:14 ERROR]: Gave up trying to download https://hyperium.cc/Hyperium/libs/jxbrowser-win32-6.19.1.jar for job 'Version & Libraries'
[00:55:14 ERROR]: Job 'Version & Libraries' finished with 3 failure(s)! (took 0:00:01.050)```

Autotip is kinda broken

If you execute /autotip info or /autotip stats it will claim that no tips have been sent while tips are being sent.

youtube link
sorry for poor quality

keystrokes moving around

When setting up keystrokes- if you put it in your desired location, then resize the minecraft window or drag it to another monitor with a different resolution- the Keystrokes mod will end up in the middle of the screen- this is not true with chromahud.

[B7] Game screen red tint

Most of the time can be fixed by reinstall of client.

Sometimes also turns red only after hitting player or getting hit

gradle build error

`E:\gradle-4.1\bin>gradle build

Configure project :
This mapping 'stable_20' was designed for MC 1.8.8! Use at your own peril.

Task :compileJava
Potential refmap conflict. Duplicate refmap name mixin.hcc.refmap.json specified for sourceSet main, already defined for sourceSet main
ERROR StatusLogger Unable to locate a logging implementation, using SimpleLogger
E:\gradle-4.1\bin\build\sources\main\java\com\google\common\hash\BloomFilter.java:64: error: cannot find symbol
interface Strategy extends Serializable {
^
symbol: class Serializable
location: class BloomFilter
where T is a type-variable:
T extends Object declared in class BloomFilter
E:\gradle-4.1\bin\build\sources\main\java\com\google\common\primitives\UnsignedBytes.java:27: warning: Unsafe is internal proprietary API and may be removed in a future release
import sun.misc.Unsafe;
^
Note: SpongePowered MIXIN Annotation Processor Version=0.6.4
Note: ObfuscationServiceMCP supports type: "searge"
Note: ObfuscationServiceMCP supports type: "notch"
error: cannot access InverseEntry
bad class file: C:\Users\nhama.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar(com/google/common/collect/HashBiMap$Inverse$1$1$InverseEntry.class)
undeclared type variable: K
Please remove or make sure it appears in the correct subdirectory of the classpath.
error: cannot access MapEntry
bad class file: C:\Users\nhama.gradle\caches\modules-2\files-2.1\com.google.guava\guava\17.0\9c6ef172e8de35fd8d4d8783e4821e57cdef7445\guava-17.0.jar(com/google/common/collect/HashBiMap$EntrySet$1$MapEntry.class)
undeclared type variable: K
Please remove or make sure it appears in the correct subdirectory of the classpath.
E:\gradle-4.1\bin\build\sources\main\java\com\google\common\primitives\UnsignedBytes.java:27: warning: Unsafe is internal proprietary API and may be removed in a future release
import sun.misc.Unsafe;
^
3 errors
2 warnings

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileJava'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

  • Get more help at https://help.gradle.org

BUILD FAILED in 17s
7 actionable tasks: 7 executed`

stacktrace : https://pastebin.com/yvw0LYQJ

Crashes when checking name history

I set my name history keybind to END, pressed it and typed in Sk1er. When I pressed enter, it crashed...

e: Updating screen events
	at ave.s(SourceFile:1508) ~[ave.class:?]
	at ave.av(SourceFile:889) ~[ave.class:?]
	at ave.a(SourceFile:325) [ave.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
	at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) [launchwrapper-1.7.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:27) [launchwrapper-1.7.jar:?]
Caused by: java.lang.NoClassDefFoundError: me/kbrewster/mojangapi/MojangAPI
	at cc.hyperium.gui.NameHistoryGui.getNames(NameHistoryGui.java:89) ~[NameHistoryGui.class:?]
	at cc.hyperium.gui.NameHistoryGui.a(NameHistoryGui.java:75) ~[NameHistoryGui.class:?]
	at axu.l(SourceFile:428) ~[axu.class:?]
	at axu.p(SourceFile:396) ~[axu.class:?]
	at ave.s(SourceFile:1498) ~[ave.class:?]
	... 9 more
Caused by: java.lang.ClassNotFoundException: me.kbrewster.mojangapi.MojangAPI
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179) ~[launchwrapper-1.7.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
	at cc.hyperium.gui.NameHistoryGui.getNames(NameHistoryGui.java:89) ~[NameHistoryGui.class:?]
	at cc.hyperium.gui.NameHistoryGui.a(NameHistoryGui.java:75) ~[NameHistoryGui.class:?]
	at axu.l(SourceFile:428) ~[axu.class:?]
	at axu.p(SourceFile:396) ~[axu.class:?]
	at ave.s(SourceFile:1498) ~[ave.class:?]
	... 9 more
Caused by: java.lang.NullPointerException
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171) ~[launchwrapper-1.7.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
	at cc.hyperium.gui.NameHistoryGui.getNames(NameHistoryGui.java:89) ~[NameHistoryGui.class:?]
	at cc.hyperium.gui.NameHistoryGui.a(NameHistoryGui.java:75) ~[NameHistoryGui.class:?]
	at axu.l(SourceFile:428) ~[axu.class:?]
	at axu.p(SourceFile:396) ~[axu.class:?]
	at ave.s(SourceFile:1498) ~[ave.class:?]
	... 9 more

tabbing commands

we cannot tab commands for the mod like mod commands such as /hyperiumsettings /keystrokesmod

com.hcc

Not owned by any of your team, should be using a different package.

:feelsbadman:

i got red screen

when i join hypixel on the lobby it's normal but when i join a game or i change lobby screen turn red

Client will not Install.

I go to download link and the download goes through. I then open up downloaded file, it installs until the last little bit of installation then stays like that. This does not change even after an hour. Any ideas. I have advised to install with only optifine and same issue occurs.

Fullscreen main menu overlap issue

If menu style is set to Hyperium (the one with the five huge buttons lined up from left to right), the cosmetics button overlaps the Hyperium logo thing.

d

when will u release this?

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.