question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mekanism Util 1.11.2 Array Crash

See original GitHub issue

Please use the search functionality before reporting an issue. Also take a look at the closed issues!

Issue description:

You are using a ArrayList in your code that needs to be changed to the something like below

List<IRecipe> recipes = (List) CraftingManager.getInstance().getRecipeList();

instead of using ArrayList

Steps to reproduce:

1.install Mekanism along side Bookshlft by Darkhax 2.start pack 3.crash

Version (make sure you are on the latest version before reporting):

Forge: 13.20.0.2366 Mekanism: 9.3.2.307 Other relevant version:

If a (crash)log is relevant for this issue, link it here: (It’s almost always relevant)

https://pastebin.com/ur1XxzeK

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tomelfringcommented, Jun 27, 2017

@aidancbrady Please release a new version… This must be the tenth report of this…

@Kashdeya this has been fixed and will be in the next release 😉

0reactions
Kashdeyacommented, Jul 18, 2017

I see that you have released a 1.10.2 update. Will you be releasing the 1.11.2 update to fix the ARRAY crash?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mekanism rendering error (Causes Crash) · Issue #3924
@ProsperCraft I think the complete log is more useful here. That crash seems to be as a result of a previous error. Obviously...
Read more >
1.11.2 crash (Urgent) - Support & Bug Reports - Forge Forums
I wanted to play some modded minecraft with the modern warfare mod and the game crashes whenever i click on Singleplayer.
Read more >
Bug - Modpack crashes when adding Mekanism (1.11.2)
Worked great until I added Mekanism which causes the pack to crash. I am unsure why. It is worth noting that I'm using...
Read more >
[106 Mods] Crash when i scroll down in creative inventory (NEI)
When I scroll down the middle mouse in inventory, subject to which i hover (If it is in the inventory) disappears and in...
Read more >
Accident Report - NTSB/AAR-14/01 PB2014-105984
1.11.2 Flight Data Recorder. ... airplane crashes and the mechanism that produces high thoracic spinal injuries. ... array of skills.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found