Et Futurum Requiem

Et Futurum Requiem

105k Downloads

Loading Exception

Ventivu opened this issue ยท 9 comments

commented

Please check any boxes that apply to you and your issue

  • I use a translator application to post this issue.

  • [] This is a crash. Please upload, Pastebin, Gist or copypaste the whole crash report along with this issue.

  • This is a mod incompatibility. If I do this in vanilla Forge with only Et Futurum Requiem installed, it works normally.

Version number of Et-Futurum-Requiem (IMPORTANT)

2.5.0

Describe the issue (IMPORTANT)

add package-info to Baubles API pls!!!!!!!!!
the API without package-info makes lots of unfixable error.

commented

FYI idk even how it crashes since with regular Baubles it just doesn't add compat and without it, nothing happens. Idk what you did

commented

You don't have Baubles Expanded installed, or any version of baubles. What is a "description file" and why is it needed EFR already has an mcmod.info... You're also on 2.4.6, the latest version is 2.5.0, you claimed to be on 2.5.0 but the crash log clearly shows 2.4.6
Also the error you're getting has nothing to even do with baubles, it looks like a weird access error. This is a different issue.

Closing due to being invalid

commented

I send wrong!!

commented

image
crash-2023-09-23_13.58.44-client.txt
image
I think this is my problem, but I can't find the cause of the problem, once the automatic operation is performed (which I know is illegal) it causes the access error

commented

add package-info to Baubles API pls!!!!!!!!!
the API without package-info makes lots of unfixable error.

What are you actually asking me to do? Is this actually a bug report? What are you reporting? What is the error? Please answer the questions provided by the issue template...

commented

add package-info to Baubles API pls!!!!!!!!!
the API without package-info makes lots of unfixable error.

What are you actually asking me to do? Is this actually a bug report? What are you reporting? What is the error? Please answer the questions provided by the issue template...

This mod uses the API from Baubles, but does not add the corresponding description file, causing the mod using the newer version of the API to read the wrong version of the API and throw a No Such Method Error when looking for Method in API

commented

This mod uses the API from Baubles Expanded, not regular Baubles.

commented

I have not delete any class or method
idk what happend
but I fixed it yestarday
it maybe a compress error

commented

Is your fork of Baubles doing some weird ASM? It seems the crash report contains bizarre stacks of what I can assume is bytecode or something and "Bad access to protected data in getfield", which also tells me my access transformers are being messed up.

What exactly is your fork doing here? The crash report appears to be completely unrelated to Baubles API. Are you sure you did not remove any classes from the original Baubles API? EFR is intended to be used with Baubles Expanded ONLY but does not crash with the regular one, meaning there's a possibility you moved some classes around.