Giter Site home page Giter Site logo

Comments (5)

DarkGuardsman avatar DarkGuardsman commented on September 25, 2024

Going to say its either a cauldran or fastcraft issue

Especially since the line its crashing on its a vanilla call to get the tile entity. https://github.com/BuiltBrokenModding/MFFS_Classic/blob/master/src/main/java/com/builtbroken/mffs/content/field/BlockForceField.java#L346

from mffs_classic.

DarkGuardsman avatar DarkGuardsman commented on September 25, 2024

Added a temp fix that might solve the problem, but its not a real fix. What it will do is catch the crash the first 5 times and then suppress the error. This should prevent the game from failing but will cause render problems.

from mffs_classic.

clienthax avatar clienthax commented on September 25, 2024

@DarkGuardsman

      Item item = stack != null ? stack.func_77973_b() : null;

      if (((Integer)errorCount.get(item)).intValue() < 5)

https://pastebin.com/PWF27tkn
errorcount.get... null....

from mffs_classic.

xJon avatar xJon commented on September 25, 2024

Any update? This crash is still happening even in the latest build.

from mffs_classic.

Su5eD avatar Su5eD commented on September 25, 2024

This is now outdated as we dropped 1.7.10 in favor of the rewrite.

from mffs_classic.

Related Issues (20)

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.