Giter Club home page Giter Club logo

electricadvantage's People

Contributors

drplantabyte avatar dshadowwolf avatar imgbotapp avatar jadenpete avatar jriwanek avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

dshadowwolf

electricadvantage's Issues

Electric Machines NBT issues

hi. there something wrong with few electric machines (at least furnace and crusher). i got no crash, but in log often appear things like it:
[10:27:09] [Client thread/FATAL]: Error executing task java.util.concurrent.ExecutionException: java.lang.ClassCastException: net.minecraft.nbt.NBTTagEnd cannot be cast to net.minecraft.nbt.NBTTagShort at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_71] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_71] at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1045) [bcx.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?] at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_71] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_71] at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310) [NewLaunch.jar:?] at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394) [NewLaunch.jar:?] at org.multimc.EntryPoint.listen(EntryPoint.java:170) [NewLaunch.jar:?] at org.multimc.EntryPoint.main(EntryPoint.java:54) [NewLaunch.jar:?] Caused by: java.lang.ClassCastException: net.minecraft.nbt.NBTTagEnd cannot be cast to net.minecraft.nbt.NBTTagShort at cyano.electricadvantage.machines.ElectricFurnaceTileEntity.loadFrom(ElectricFurnaceTileEntity.java:112) ~[ElectricFurnaceTileEntity.class:?] at cyano.electricadvantage.machines.ElectricMachineTileEntity.func_145839_a(ElectricMachineTileEntity.java:221) ~[ElectricMachineTileEntity.class:?] at net.minecraft.tileentity.TileEntity.handleUpdateTag(TileEntity.java:341) ~[aqk.class:?] at net.minecraft.client.network.NetHandlerPlayClient.func_147263_a(NetHandlerPlayClient.java:728) ~[bll.class:?] at net.minecraft.network.play.server.SPacketChunkData.func_148833_a(SourceFile:96) ~[gt.class:?] at net.minecraft.network.play.server.SPacketChunkData.func_148833_a(SourceFile:18) ~[gt.class:?] at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_71] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_71] at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
im using MC 1.10.2, Forge 12.18.2.2106, Power Advantage 2.3.0, Electric Advantage 2.2.0 if this helps.

Electric Advantage/Electric Advantage 1.12 #1 has failed

Build 'Electric Advantage/Electric Advantage 1.12' is failing!

Last 50 lines of build output:

[...truncated 51.56 KB...]
		                                                                                                                    ^
/var/lib/jenkins/workspace/Electric Advantage/Electric Advantage 1.12/build/sources/main/java/cyano/electricadvantage/machines/ElectricPumpBlock.java:35: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/workspace/Electric Advantage/Electric Advantage 1.12/build/sources/main/java/cyano/electricadvantage/machines/ElectricPumpBlock.java:37: error: cannot find symbol
		super.onBlockDestroyedByPlayer(w, coord, state);
		     ^
  symbol: method onBlockDestroyedByPlayer(World,BlockPos,IBlockState)
/var/lib/jenkins/workspace/Electric Advantage/Electric Advantage 1.12/build/sources/main/java/cyano/electricadvantage/machines/ElectricPumpBlock.java:38: error: package cyano.poweradvantage.init does not exist
		ConduitRegistry.getInstance().conduitBlockPlacedEvent(w, w.provider.getDimension(), coord, cyano.poweradvantage.init.Fluids.fluidConduit_general);
		                                                                                                                    ^
/var/lib/jenkins/workspace/Electric Advantage/Electric Advantage 1.12/build/sources/main/java/cyano/electricadvantage/machines/ElectricPumpBlock.java:44: error: method does not override or implement a method from a supertype
	@Override
	^
/var/lib/jenkins/workspace/Electric Advantage/Electric Advantage 1.12/build/sources/main/java/cyano/electricadvantage/machines/ElectricPumpBlock.java:46: error: cannot find symbol
		super.onBlockDestroyedByExplosion(w, coord, boom);
		     ^
  symbol: method onBlockDestroyedByExplosion(World,BlockPos,Explosion)
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
91 errors
30 warnings

> Task :compileJava FAILED

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. Run with --scan to get full insights.

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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 3m 16s
14 actionable tasks: 13 executed, 1 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
Archiving artifacts
[Set GitHub commit status (universal)] FAILURE on repos [GHRepository@dfa63e0[nodeId=MDEwOlJlcG9zaXRvcnk2NjQzOTU5OQ==,description=<null>,homepage=<null>,name=ElectricAdvantage,fork=false,archived=false,size=18299,milestones={},language=Java,commits={},source=<null>,parent=<null>,isTemplate=<null>,url=https://api.github.com/repos/MinecraftModDevelopmentMods/ElectricAdvantage,id=66439599,nodeId=<null>,createdAt=2016-08-24T07:02:58Z,updatedAt=2020-06-04T02:59:45Z]] (sha:b275772) with context:Electric Advantage/Electric Advantage 1.12
Setting commit status on GitHub for https://github.com/MinecraftModDevelopmentMods/ElectricAdvantage/commit/b275772e94825398af02cf407d04d718a90be794

Changes since last successful build:

View full output

[1.10.2] World Crash using Electrical Advantage Pump With EIO Pressurised Fluid Conduit

mmd crash
The Above pic shows the exact setup i was using to make the crash happen. Essentially setting it up to transfer lava using the Electrical Adantage Pump to send the lava through fluid conduit into Dimensional trasciever hooked up to a Mk2 lava Generator in the overworld which is connected to a Dimensional trsciever set to recieve the lava. I tested this same setup transfering water and it only crashed using Pressurised Fluid Conduits, normal Fluid Conduits work fine.
Crash Report @ http://pastebin.com/ueWBUBJy

SleepyTrousers/EnderIO-1.5-1.12#3694

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.