Git Product home page Git Product logo

the-planeswalker's People

Watchers

 avatar

the-planeswalker's Issues

Configuration

Hello sorry but there is a way to reduce distance scaling in planewalker dimmension im asking bcs we wanted to nerf it a bit.

Incompatible with Tax Free Levels

Game crashes on startup with Tax Free Levels installed.

[main/WARN]: @Redirect conflict. Skipping theplaneswalker.mixins.json:AnvilScreenHandlerMixin->@Redirect::noSubtractLevels(Lnet/minecraft/class_1657;I)V from mod theplaneswalker with priority 1000, already redirected by taxfreelevels.mixins.json:AnvilScreenHandlerMixin->@Redirect::updateExperienceLevel(Lnet/minecraft/class_1657;I)V from mod taxfreelevels with priority 1000

[PR4] Attacked block floods server console

When a played attacks any block in a server the below message writes to console:

[net.scirave.theplaneswalker.mixin.ServerPlayerInteractionManagerMixin] Attacked block.

This logging provides no information to server owners and can flood logs

PR4 raised to remove this logging

choosing Planeswalker causes NullPointerException "Cannot invoke "org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable.setReturnValue(Object)" because "cir" is null"

I am posting this on behalf of a friend that is having this issue. This is happening on my server.
We tested other origins and it only crashed once he switched to planeswalker
crash report
https://cdn.discordapp.com/attachments/480220534223929346/905239105510719508/crash-2021-11-02_18.30.15-client.txt
link to his playerdata if its useful in anyway. this is directly after choosing planeswalker https://drive.google.com/file/d/1cYjE37Ij0NDNUObHdqs13EykQ-rGnzeP/view?usp=sharing
mods on server are
image

Game crashing when walking away after setting Planewalk

The game crashes after I use Planewalk (Shift + Primary Ability) and walk away from the place where I set it.
I took what seemed related from the logs:

[23:25:59] [main/INFO]: Found new data pack Fabric Mods, loading it automatically
[23:25:59] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[23:25:59] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[23:25:59] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[23:25:59] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[23:25:59] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[23:25:59] [main/INFO]: Reloading ResourceManager: Default, Fabric Mods (Apoli, Fabric Tool Attribute API (v1), Origins, Origins: The Planeswalker)
[23:25:59] [Worker-Main-3/INFO]: Loaded 7 recipes
[23:26:00] [Worker-Main-3/INFO]: Loaded 1139 advancements
[23:26:00] [Worker-Main-3/ERROR]: There was a problem reading sub-power "theplaneswalker:planewalk_void" in power file "theplaneswalker:planewalk": Cannot read field "field_6002" because "entity" is null
[23:26:00] [Worker-Main-3/INFO]: Finished loading powers from data files. Registry contains 124 powers.
[23:26:00] [Worker-Main-3/INFO]: Finished loading origins from data files. Registry contains 12 origins.
[23:26:00] [Worker-Main-3/INFO]: Trying to read layer file: origins:origin
[23:26:00] [Worker-Main-3/INFO]: Trying to read layer file: origins:origin
[23:26:00] [Worker-Main-3/INFO]: Finished loading origin layers from data files. Read 1 layers.
[23:26:33] [User Authenticator #1/INFO]: UUID of player HyScript7 is 5e995427-c2f3-45b4-860c-08405da9de1b
[23:26:33] [Server thread/INFO]: HyScript7[/**.**.**.**:42074] logged in with entity id 402 at (187.5, 71.0, -36.5)
[23:26:33] [Server thread/WARN]: Player class_3222['HyScript7'/402, l='ServerLevel[world]', x=187.50, y=71.00, z=-36.50] could not be synced because server networking isn't set up yet.
[23:26:33] [Server thread/INFO]: HyScript7 joined the game
[23:26:40] [Server thread/INFO]: Player HyScript7 chose Origin: theplaneswalker:planeswalker, for layer: origins:origin
[23:26:55] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraft.class_148: Ticking entity
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:895) ~[intermediary-server.jar:?]
at net.minecraft.class_3176.method_3813(class_3176.java:335) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:831) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270) ~[intermediary-server.jar:?]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.scirave.theplaneswalker.origins.DimensionPower.updateWorld(net.minecraft.class_3218)" because "power" is null
at net.scirave.theplaneswalker.origins.TCEntityActions.lambda$initialization$0(TCEntityActions.java:51) ~[The+Planeswalker+-+2.0.1.jar:?]
at io.github.apace100.apoli.power.factory.action.ActionFactory$Instance.accept(ActionFactory.java:41) ~[8a3d65cb-7287-4f24-9dc9-8b29616228e4.jar:?]
at io.github.apace100.apoli.power.ResourcePower.setValue(ResourcePower.java:30) ~[8a3d65cb-7287-4f24-9dc9-8b29616228e4.jar:?]
at net.scirave.theplaneswalker.origins.TCEntityActions.lambda$initialization$2(TCEntityActions.java:93) ~[The+Planeswalker+-+2.0.1.jar:?]
at io.github.apace100.apoli.power.factory.action.ActionFactory$Instance.accept(ActionFactory.java:41) ~[8a3d65cb-7287-4f24-9dc9-8b29616228e4.jar:?]
at io.github.apace100.apoli.power.ActionOverTimePower.tick(ActionOverTimePower.java:35) ~[8a3d65cb-7287-4f24-9dc9-8b29616228e4.jar:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
at java.util.LinkedList$LLSpliterator.forEachRemaining(LinkedList.java:1242) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
at io.github.apace100.apoli.component.PowerHolderComponentImpl.serverTick(PowerHolderComponentImpl.java:169) ~[8a3d65cb-7287-4f24-9dc9-8b29616228e4.jar:?]
at dev.onyxstudios.cca._generated_.GeneratedComponentContainer_EntityImpl_class_1657_13562080.tickServerComponents(Unknown Source) ~[?:?]
at net.minecraft.class_3218.handler$zim000$tick(class_3218.java:2577) ~[intermediary-server.jar:?]
at net.minecraft.class_3218.method_18762(class_3218.java:655) ~[intermediary-server.jar:?]
at net.minecraft.class_1937.method_18472(class_1937.java:483) ~[intermediary-server.jar:?]
at net.minecraft.class_3218.method_31420(class_3218.java:417) ~[intermediary-server.jar:?]
at net.minecraft.class_5574.method_31791(class_5574.java:54) ~[intermediary-server.jar:?]
at net.minecraft.class_3218.method_18765(class_3218.java:392) ~[intermediary-server.jar:?]
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:891) ~[intermediary-server.jar:?]
... 5 more

I am running the latest version on latest Fabric 1.17.1 on Java 16
I was testing on a server, successfully recreated this bug twice
No mods other than Origins and The Planes Walker were present.

How to recreate:

  1. Create a new world & choose planeswalker as the origin
  2. Use Shift + Primary, and walk away until the progress bar that apeared is full.
  3. Game should've crashed

Eating Glitch

I added planeswalker to my modpack and when you get experience, the food bar doesn't change at all.

Question on update?

I had been getting a modpack together and had been curious if there were intentions on updating the mod only the 1.17.x and 1.18.x versions. If not, is there a way to do so myself with your permission?

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.