GithubHelp home page GithubHelp logo

jabelar / movinglightsource-1.12 Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 511 KB

Jabelar's Moving Light Sources Mod

Home Page: https://minecraft.curseforge.com/projects/jabelars-moving-light-sources

Java 100.00%

movinglightsource-1.12's People

Contributors

jabelar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

movinglightsource-1.12's Issues

glowing player.

The player glows even when the inventory is empty.
2018-10-18_09 04 50
Note: used mod "Hardcore Darkness".

Shield interaction

When I carry a shield in my off hand the shield disappears in first person view until I use it, though it is still there in 3rd person view.
v1.0.3
Forge 14.23.4.2739

Server crash

[14:38:20] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@7352c91d:
java.util.ConcurrentModificationException: null
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) ~[?:1.8.0_181]
        at java.util.ArrayList$Itr.next(ArrayList.java:859) ~[?:1.8.0_181]
        at com.blogspot.jabelarminecraft.movinglightsource.EventHandler.processLightPlacementForEntities(EventHandler.java:72) ~[EventHandler.class:?]
        at com.blogspot.jabelarminecraft.movinglightsource.EventHandler.onEvent(EventHandler.java:66) ~[EventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_284_EventHandler_onEvent_WorldTickEvent.invoke(.dynamic) ~[?:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287) [FMLCommonHandler.class:?]
        at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:752) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
        at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
[14:38:20] [Server thread/ERROR] [FML]: Index: 11 Listeners:
[14:38:20] [Server thread/ERROR] [FML]: 0: NORMAL
[14:38:20] [Server thread/ERROR] [FML]: 1: ASM: class com.endertech.minecraft.forge.world.ForgeWorld$WorldData onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 2: ASM: class com.endertech.minecraft.mods.adchimneys.world.Events onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 3: ASM: com.ferreusveritas.dynamictrees.event.CommonEventHandler@62a1c353 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 4: ASM: mods.railcraft.common.blocks.charge.ChargeManager@27c35449 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 5: ASM: mods.railcraft.common.blocks.machine.wayobjects.signals.TokenManager@7e6e07e7 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 6: ASM: sereneseasons.handler.season.SeasonHandler@202254dc onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 7: ASM: sereneseasons.handler.season.RandomUpdateHandler@189215bd onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 8: ASM: sereneseasons.handler.season.SeasonSleepHandler@5946912a onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 9: ASM: sereneseasons.handler.season.WeatherFrequencyHandler@4a160815 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 10: ASM: drzhark.customspawner.handlers.SpawnTickHandler@786918a6 worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 11: ASM: com.blogspot.jabelarminecraft.movinglightsource.EventHandler@4a6315cd onEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 12: ASM: codechicken.nei.ServerHandler@3b4c7926 tickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 13: ASM: class brightspark.sparkshammers.handlers.BlockEventHandler onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
[14:38:20] [Server thread/ERROR] [FML]: 14: ASM: com.sk89q.worldedit.forge.ThreadSafeCache@1cf735fd tickStart(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
[14:38:20] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.util.ConcurrentModificationException: null
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:909) ~[?:1.8.0_181]
        at java.util.ArrayList$Itr.next(ArrayList.java:859) ~[?:1.8.0_181]
        at com.blogspot.jabelarminecraft.movinglightsource.EventHandler.processLightPlacementForEntities(EventHandler.java:72) ~[EventHandler.class:?]
        at com.blogspot.jabelarminecraft.movinglightsource.EventHandler.onEvent(EventHandler.java:66) ~[EventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_284_EventHandler_onEvent_WorldTickEvent.invoke(.dynamic) ~[?:?]
        at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
        at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
        at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:752) ~[MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) ~[nz.class:?]
        at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) ~[MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
[14:38:20] [Server thread/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify net.minecraftforge.fml.common.eventhandler.ASMEventHandler_284_EventHandler_onEvent_WorldTickEvent (untransformed name: net.minecraftforge.fml.common.eventhandler.ASMEventHandler_284_EventHandler_onEvent_WorldTickEvent)
[14:38:20] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /home/libre/forge-server-1.12.2/./crash-reports/crash-2018-10-28_14.38.20-server.txt
[14:38:20] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server

Crash with latest build

movinglightsource v1.12.2-1.0.4
Crash: https://paste.dimdev.org/oqotomupac.mccrash

Started happening after updating this mod.

Correspondent issue on @Ordinastie 's MalisisDoors repo.

EDIT: Removing MalisisDoors just makes MovingLightSource crash alongsite the next mod in the list (in the case @cubex2 's MoreFurnaces): https://paste.dimdev.org/oqovobimov.rb

After removing it and CXLibrary (its dependency) finally makes Minecraft load.

Anyway i would say theres some issue in all the three mods listed, BUT since the crash is very similar with #6 reported by @tetsune i think something on MLS is causing the error for some modded light sources.

Active bug in SpongeForge causes Server thread runaway

I thought I would open a ticket here too for a heads up. I am running a server with Forge and Sponge. When I run MovingLightSources with spongeforge-1.12.2-2768-7.1.6-RC3628 My server thread goes into a runaway state requiring it to be terminated from the OS tools (Linux in my case).

I opened a ticket with Sponge and a dev mentioned I should use RC3616 until a patch is published. The issue does not affect the recommended version however which currently is spongeforge-1.12.2-2768-7.1.5.

Here is the ticket if it helps at all.
SpongePowered/SpongeForge#2654

Epilepsy warning, tick-rate config

I haven't had an actual fit, but I am affected by the flickering. Could this be resolved by adjusting the update rate (preferably in the config file)?

[Bug]

standing in tall grass or doorways or any other non-solid blocks causes lights to go out or flicker rapidly when walking through them

also light does not update when mining down and you fall onto a new 1x1 hole

Crash on 1.12.2

Hey bud, loving the mod so far... works amazingly with Hardcore Darkness.

Got this crash, but did not realize you just did an update 6hrs ago. Still gonna post the pastebin just in case its unrelated to something you fixed in this update.

https://pastebin.com/ezHAQ5SS

minecraft server getting close..

[Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@1c7f2fa3:
java.util.ConcurrentModificationException: null

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.