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

Crashing After initial spell creation #187

Closed
TaronBD opened this issue Nov 26, 2013 · 17 comments
Closed

Crashing After initial spell creation #187

TaronBD opened this issue Nov 26, 2013 · 17 comments

Comments

@TaronBD
Copy link

TaronBD commented Nov 26, 2013

Constant crashes occuring immediately after adding the spell parchment and has led to recurring crashes on login sice then.

[2013-11-26 18:28:46] [INFO] [STDOUT] ---- Minecraft Crash Report ----
[2013-11-26 18:28:46] [INFO] [STDOUT] // Hey, that tickles! Hehehe!
[2013-11-26 18:28:46] [INFO] [STDOUT]
[2013-11-26 18:28:46] [INFO] [STDOUT] Time: 11/26/13 6:28 PM
[2013-11-26 18:28:46] [INFO] [STDOUT] Description: Rendering entity in world
[2013-11-26 18:28:46] [INFO] [STDOUT]
[2013-11-26 18:28:46] [INFO] [STDOUT] java.lang.NullPointerException
[2013-11-26 18:28:46] [INFO] [STDOUT] at am2.spell.SpellTextureHelper.getIcon(SpellTextureHelper.java:91)
[2013-11-26 18:28:46] [INFO] [STDOUT] at am2.items.SpellBase.func_77617_a(SpellBase.java:76)
[2013-11-26 18:28:46] [INFO] [STDOUT] at am2.items.SpellBase.getIcon(SpellBase.java:82)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.entity.RenderItem.func_77014_a(RenderItem.java:136)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.entity.RenderItem.func_76986_a(RenderItem.java:613)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.entity.RenderManager.func_78719_a(RenderManager.java:312)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.entity.RenderManager.func_78720_a(RenderManager.java:281)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.RenderGlobal.func_72713_a(RenderGlobal.java:524)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1160)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1002)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.main.Main.main(SourceFile:101)
[2013-11-26 18:28:46] [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2013-11-26 18:28:46] [INFO] [STDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[2013-11-26 18:28:46] [INFO] [STDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[2013-11-26 18:28:46] [INFO] [STDOUT] at java.lang.reflect.Method.invoke(Unknown Source)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
[2013-11-26 18:28:46] [INFO] [STDOUT]
[2013-11-26 18:28:46] [INFO] [STDOUT]
[2013-11-26 18:28:46] [INFO] [STDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:
[2013-11-26 18:28:46] [INFO] [STDOUT] ---------------------------------------------------------------------------------------
[2013-11-26 18:28:46] [INFO] [STDOUT]
[2013-11-26 18:28:46] [INFO] [STDOUT] -- Head --
[2013-11-26 18:28:46] [INFO] [STDOUT] Stacktrace:
[2013-11-26 18:28:46] [INFO] [STDOUT] at am2.spell.SpellTextureHelper.getIcon(SpellTextureHelper.java:91)
[2013-11-26 18:28:46] [INFO] [STDOUT] at am2.items.SpellBase.func_77617_a(SpellBase.java:76)
[2013-11-26 18:28:46] [INFO] [STDOUT] at am2.items.SpellBase.getIcon(SpellBase.java:82)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.entity.RenderItem.func_77014_a(RenderItem.java:136)
[2013-11-26 18:28:46] [INFO] [STDOUT] at net.minecraft.client.renderer.entity.RenderItem.func_76986_a(RenderItem.java:613)
[2013-11-26 18:28:46] [INFO] [STDOUT]
[2013-11-26 18:28:46] [INFO] [STDOUT] -- Entity being rendered --
[2013-11-26 18:28:46] [INFO] [STDOUT] Details:
[2013-11-26 18:28:46] [INFO] [STDOUT] Entity Type: Item (net.minecraft.entity.item.EntityItem)
[2013-11-26 18:28:46] [INFO] [STDOUT] Entity ID: 1862718
[2013-11-26 18:28:46] [INFO] [STDOUT] Entity Name: item.item.null
[2013-11-26 18:28:46] [INFO] [STDOUT] Entity's Exact location: -261.50, 69.13, -190.50
[2013-11-26 18:28:46] [INFO] [STDOUT] Entity's Block location: World: (-262,69,-191), Chunk: (at 10,4,1 in -17,-12; contains blocks -272,0,-192 to -257,255,-177), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
[2013-11-26 18:28:46] AL lib: (EE) alc_cleanup: 1 device not closed

@diamondmeth1289
Copy link

happens to me to!

@diamondmeth1289
Copy link

minecrashes once i drop the blank rune in

@joshuafcole
Copy link

Does the crash occur immediately after adding the parchment? Or after you pick it up? Does it crash the server or the client? What spell recipe(s) have you tried?

@TaronBD
Copy link
Author

TaronBD commented Dec 8, 2013

Immediately after adding the parchment for the crash. Crashes the client, and also killed any other peoples client who were in the area.

@liamsaliba
Copy link

Exactly same problem. This renders Ars Magica 2 useless, so this really stuff the game.

@Mithion
Copy link
Owner

Mithion commented Dec 9, 2013

Please post the full ForgeModLoader-0-Client.log files when this happens.

@Addar
Copy link

Addar commented Dec 30, 2013

I'm able to view spells fine but my wife crashes every time. After some testing i found that she crashed every time she views the Spell ICON. It first started when I created the spell she was standing next to me watching and crashed RIGHT after i tossed the parchment and the Spell ICON dropped. I created the same spell one more time and she crashed at EXACTLY the same time. So then we did another test NOT involving spell creation in case that was the cause. I had the spell item in my bag and tossed it on the ground and she crashed again. So we did one more final test. I put the item in a chest and as soon as she opened the chest she crashed again. Something with VIEWING the spell item. I can not pastebin the ENTIRE log as it is to big for a free user but here is the end of it. If you need something else in the log let me know and I'll give you what you need or send me a e-mail address and I'll e-mail it to you. This is the log for when she OPENED the chest. She just launched the client after the previous crash and I placed the spell in a chest. She loaded MC and open the chest as the first thing she did and crashed.

http://pastebin.com/5Zhk76ma

@Addar
Copy link

Addar commented Dec 30, 2013

We did one final test, I placed the spell in a spell book and tossed her the spell book. She did not crash for the spell book laying on the ground or when she picked it up. However she did crash as soon as she selected the spell book. My guess is that the render of the spell icon in the top left of the screen is what crashed her from the spell book.... I had to log in as her on my pc and take the spell book from her so she would not crash and could once again play.

@Mithion
Copy link
Owner

Mithion commented Dec 30, 2013

I need the full log file. Use dropbox or something equivalent and send me the link.

@Addar
Copy link

Addar commented Dec 30, 2013

@Mithion
Copy link
Owner

Mithion commented Dec 30, 2013

It may be related to the fact that you have an exclamation point in the path to your minecraft instance. What happens if you change it from !minecraft to something else, such as .minecraft?

@Addar
Copy link

Addar commented Dec 30, 2013

That is what it was LOL, weird..... I took out the ! all together and it no longer crashed her.

@Addar
Copy link

Addar commented Dec 30, 2013

She said THANK YOU THANK YOU THANK YOU! :P

@Mithion
Copy link
Owner

Mithion commented Dec 30, 2013

No worries - I will see if I can change my code to be able to handle these kinds of situations.

@Addar
Copy link

Addar commented Dec 30, 2013

She also posted an update on the minecraft forum as this exact issue she posted there as well.

@Mithion
Copy link
Owner

Mithion commented Dec 30, 2013

Great, thanks!

@Mithion
Copy link
Owner

Mithion commented Jan 9, 2014

This has been corrected to no longer crash when this situation occurs.

@Mithion Mithion closed this as completed Jan 9, 2014
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

No branches or pull requests

6 participants