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 on Forge 1.19 #17

Open
ghost opened this issue Aug 8, 2022 · 5 comments
Open

Crashing on Forge 1.19 #17

ghost opened this issue Aug 8, 2022 · 5 comments

Comments

@ghost
Copy link

ghost commented Aug 8, 2022

I'm using Forge 41.1.0 with 70 mods, tested basically all mods and this mod causes crashes,
Here is the crash and the latest file, also I used the 1.2.2 version of the mod:
xp-crash.txt
xp-latest.log

@Real-Gecko
Copy link
Owner

If you can explain me what InvocationTargetException means I'll gladly fix it, it does not happen with Forge 41.0.91.

@Real-Gecko
Copy link
Owner

So, are you interested in version 1.19 or it can be 1.19.2?

@ghost
Copy link
Author

ghost commented Aug 16, 2022

Yeah unfortunately some of the mods I have won't work for 1.19.2, so mainly looking for 1.19 yes

@goonza93
Copy link

Same issue here...
i dont mod or develop on java, but i believe the issue is the BreakEvent class not being found (as the crash says)

Package net.minecraftforge.event.world
and now its named
Package net.minecraftforge.event.level

in here resides the BlockEvent.BreakEvent that is failing to find when loading the mod.

i dont really know if it will still crash after that fix, but id love to get started on developing mods or fixing them so they work on my server.

Note: If you can help me setup a development enviroment id love to learn about mod development. (i work as a dev on .NET) Starting on new technology is always a long process when learning by yourself 😃 any help is appreciated.

@joshuai96
Copy link

Same with Forge 1.19.2-43.1.25

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

3 participants