Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with Universal wireless terminal #728

Open
wants to merge 147 commits into
base: rv6-1.12
Choose a base branch
from

Conversation

SrYthan
Copy link

@SrYthan SrYthan commented Jul 20, 2022

when I open the wireless and press the hotbar number corresponding to the slot the wireless is in, it makes the wireless move to the creation grid and crashes both the server and the singler player with a repeated nbt error.

steps to produce

  1. link the wireless
  2. shift + click to change wireless for crafting gui
  3. open wireless in crafting mode
  4. Position the mouse over one of the crafting slots
  5. press the number of the hotbar that the wireless is
  6. it will be moved to the crafting grid

crash-2022-07-20_11.44.01-server.txt
wireless
slots to move wireless
crash

I-Enderlord-I and others added 30 commits March 30, 2017 15:55
Fix ExtraCells#398 - OreDictionaryExportBus not working with craftable items
Commented out (unused) IC2 and GT dependencies.
Cleaned up code a bit, for better readability.
Updated OC version and fixed resulting incompatibilities.
Added GTNH Maven & Ivy links
…th old version of addInformation()

WirelessCraftingTerminal dependency is moved to libs, until correct version is put to GTNH maven
Also removed lights from components that should not have light.
Make fluid interface check for it's status before giving crafting items to grid
Aligned light level amount of terminals to be on AE2 levels.
Show Empty Fluid Pattern in NEI
Fix partial fluid output from storage buses
Implement Crafting Storages using new cells
eigenraven and others added 16 commits June 19, 2022 21:33
This commit should fix an NPE caused by `fluid` possibly being null.
* Add advanced storage cell with 2^62 items per type.

* Add Quantum Storage, a single-type 1 billion item cell

* Fix quantum drive type

* Removed deprecated function and fixed some docs

* Remove another deprecated function
* add priority button to fluid storage bus

* nei drag
* add priority button to fluid storage bus

* nei drag

* Fix the bandwidth occupation problem of opening the fluid terminal server
Fix fluid terminal mouse wheel doesn't work
Add ore dict export bus export item preview
Fix ore dict export sometime crash

* Fix the bandwidth occupation problem of opening the fluid terminal server
Fix fluid terminal mouse wheel doesn't work
Add ore dict export bus export item preview
Fix ore dict export sometime crash

* Update new solutions
Update the bandwidth occupation problem of opening the fluid terminal server
Update ore dict export bus export item preview
Add fluid update interval in terminal

* update

* update

* update

* update

* update

* update

* add base part speed config

* update

Co-authored-by: GlodBlock <1356392126@qq.com>
Co-authored-by: zy <854865755@163.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
* add priority button to fluid storage bus

* nei drag

* Fix the bandwidth occupation problem of opening the fluid terminal server
Fix fluid terminal mouse wheel doesn't work
Add ore dict export bus export item preview
Fix ore dict export sometime crash

* Fix the bandwidth occupation problem of opening the fluid terminal server
Fix fluid terminal mouse wheel doesn't work
Add ore dict export bus export item preview
Fix ore dict export sometime crash

* Update new solutions
Update the bandwidth occupation problem of opening the fluid terminal server
Update ore dict export bus export item preview
Add fluid update interval in terminal

* update

* update

* update

* update

* update

* update

* add base part speed config

* update

* Fixed fluid in terminal showing negative numbers

Co-authored-by: GlodBlock <1356392126@qq.com>
Co-authored-by: zy <854865755@163.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
* Bump dep

* Format numbers.

Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
* Consistent Fluid Terminal render

* Consistent Drive Fixture render

* Consistent Storage / Conversion Monitor render

* Extract power status render

* Consistent Fluid Storage Bus render

* Consistent Fluid Storage Bus render in inv

* Consistent Fluid Terminal render in inv
universal wireless terminal when switching have prompt
Glease and others added 13 commits December 11, 2022 11:47
* remove pointless allocations

* spotless
* Update dependencies.gradle

Use latest AE2 and add AE2FC for testing

* Add AE2FC integration.

- Caches AE2FC IDs when IDs are remapped

- Adds some utility methods for NBT conversion

* Deprecate Fluid storage, import, and export buses

Now they will automatically replace themselves with AE2FC variants,
if AE2FC is detected.

* Deprecate Fluid Level Emitter

Convert the EC2 Fluid Level Emitter to AE2FC's variant

* Deprecate Fluid Storage Monitor

Fluid Storage Monitor now converts to AE2FC variant

* Deprecate Fluid Conversion Monitor

And it's gone. If AE2FC exists, that is.

* Deprecate Fluid Interface

Converts them to Dual Interfaces...
* Increment build dependencies

Previous versions of some dependencies were removed, so it was
necessary to increase them in order to build the project.

* Update build script

The build process offered to update the build script.

* Update .editorconfig to not conflict with Spotless

Replace the conflict with line from the ExampleMod instead.

* Apply spotless

The build required to fix what spotless found with
./gradlew.bat :spotlessApply

* Refactor deprecation warning into a class

Fix typo in the warning: covert > convert
The only thing that was changed is that warning now states that
ItemBlockCertusTank doesn't need to ME-IO to convert its contents.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet