Giter VIP home page Giter VIP logo

advancements-debug's People

Contributors

ecobuilder13 avatar hxr404 avatar technici4n avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

advancements-debug's Issues

Client-side crashes [fabric - 1.19.2]

some really strange error is occuring here
this first crash log happens when executing /locate and upon clicking on the coords client carshes and server states: [Netty Epoll Server IO #0/ERROR] (Minecraft) Exception occurred in netty pipeline
https://mclo.gs/c2G2PKx (crash happening here https://mclo.gs/c2G2PKx#L1134) mouseClicked event handler

then after removing continuity it worked (tried it 3 times and all 3 times same outcome - 4th time without continuity it didn't crashed)

2nd crash - in order to confirm that it is continuity I've enabled continuity again and executed /connectivity packetsClient it didn't showed any packets and 0/kbs
executing same command again it crashed with a keyPressed event handler upon hitting enter to execute command
https://mclo.gs/3EQyeKE (crash happening here https://mclo.gs/3EQyeKE#L1112)

both crashes state that it is ´Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 129´

hope this helps finding and fixing the issue

Idea for mod icon

I saw your mod icon and thought I'll make something real quick. Use and edit this as much as you want, I don't need credit.

The only pre-existing asset in this image is the advancement badge, which I took from the Minecraft wiki, and it should be free to use for non-commercial projects like this.

advancements_debug

Client-side/Server-side ?

Could add to the readme.md if this is a client side or server side mod? I saw you comment that server side should be enough, but you don't seem to ever say if it also works just client side

1.14-1.16.1 compatibility pre 1.14 backport

hi,
i tested your mod in 1.14 and it seemed to work perfectly fine (code also hasnt changed so i dont see why it wouldnt), if you want you could edit that in the modrinth release

i also made a backport for 1.12-1.13.2 (works with legacy fabric), if you want i can make a pullrequest so you can add it as an extra branch, it was just mapping changes bc of legacy fabric, code is the same

Requires icon update for ModMenu

ModMenu changed recently and this mod now produces errors in the log:

[main/ERROR]: Invalid mod icon for icon source advdebug: assets/modid/icon.png
java.nio.file.NoSuchFileException: assets/modid/icon.png
	at com.sun.nio.zipfs.ZipFileSystem.newInputStream(ZipFileSystem.java:544) ~[zipfs.jar:1.8.0_271]
	at com.sun.nio.zipfs.ZipPath.newInputStream(ZipPath.java:645) ~[zipfs.jar:1.8.0_271]
	at com.sun.nio.zipfs.ZipFileSystemProvider.newInputStream(ZipFileSystemProvider.java:278) ~[zipfs.jar:1.8.0_271]
	at java.nio.file.Files.newInputStream(Unknown Source) ~[?:1.8.0_271]
	at com.terraformersmc.modmenu.util.mod.ModIconHandler.createIcon(ModIconHandler.java:33) [modmenu-1.16.6.jar:?]
	at com.terraformersmc.modmenu.util.mod.fabric.FabricMod.getIcon(FabricMod.java:166) [modmenu-1.16.6.jar:?]
	at com.terraformersmc.modmenu.gui.widget.entries.ModListEntry.bindIconTexture(ModListEntry.java:95) [modmenu-1.16.6.jar:?]
	at com.terraformersmc.modmenu.gui.widget.entries.ModListEntry.method_25343(ModListEntry.java:51) [modmenu-1.16.6.jar:?]
	at com.terraformersmc.modmenu.gui.widget.ModListWidget.method_25311(ModListWidget.java:225) [modmenu-1.16.6.jar:?]
	at net.minecraft.class_350.method_25394(class_350.java:206) [intermediary-minecraft-1.16.5-client.jar:?]
	at com.terraformersmc.modmenu.gui.ModsScreen.method_25394(ModsScreen.java:274) [modmenu-1.16.6.jar:?]
	at net.minecraft.class_757.method_3192(class_757.java:616) [intermediary-minecraft-1.16.5-client.jar:?]
	at net.minecraft.class_310.method_1523(class_310.java:1048) [intermediary-minecraft-1.16.5-client.jar:?]
	at net.minecraft.class_310.method_1514(class_310.java:681) [intermediary-minecraft-1.16.5-client.jar:?]
	at net.minecraft.client.main.Main.main(Main.java:215) [intermediary-minecraft-1.16.5-client.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [fabric-loader-0.11.1.jar:?]
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139) [fabric-loader-0.11.1.jar:?]
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27) [fabric-loader-0.11.1.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
[21:50:43] [main/WARN]: Warning! Mod advdebug has a broken icon, loading default icon

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.