Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. [00:46:38] [Client thread/WARN] [Phosphor]: Something (likely another mod) has attempted to modify the world's state from the wrong thread!
  2. This is *bad practice* and can cause severe issues in your game. Phosphor has done as best as it can to mitigate this violation, but it may negatively impact performance or introduce stalls.
  3. In a future release, this violation may result in a hard crash instead of the current soft warning. You should report this issue to our issue tracker with the following stacktrace information.
  4. (If you are aware you have misbehaving mods and cannot resolve this issue, you can safely disable this warning by setting `enable_illegal_thread_access_warnings` to `false` in Phosphor's configuration file for the time being.)
  5. java.lang.IllegalAccessException: World is owned by 'Server thread' (ID: 102), but was accessed from thread 'Client thread' (ID: 1)
  6. at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.acquireLock(LightingEngine.java:210) [LightingEngine.class:?]
  7. at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngine.processLightUpdatesForType(LightingEngine.java:186) [LightingEngine.class:?]
  8. at net.minecraft.world.chunk.Chunk.func_177413_a(Chunk.java:1789) [axw.class:?]
  9. at net.minecraft.world.World.func_175705_a(World.java:836) [amu.class:?]
  10. at net.minecraft.world.World.func_175626_b(World.java:887) [amu.class:?]
  11. at net.minecraft.client.particle.Particle.func_189214_a(Particle.java:344) [btf.class:?]
  12. at com.asx.mdx.lib.client.entityfx.EntityBloodFX.func_180434_a(EntityBloodFX.java:140) [EntityBloodFX.class:?]
  13. at net.minecraft.client.particle.ParticleManager.func_78872_b(ParticleManager.java:390) [btg.class:?]
  14. at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1383) [buq.class:?]
  15. at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259) [buq.class:?]
  16. at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062) [buq.class:?]
  17. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119) [bib.class:?]
  18. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) [bib.class:?]
  19. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  23. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  24. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  25. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  29. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  30. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?]
  31. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?]
  32. at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
  33. at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement