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

Custom Module Loading Issue #2210

Open
Xyaafol opened this issue Aug 26, 2024 · 4 comments
Open

Custom Module Loading Issue #2210

Xyaafol opened this issue Aug 26, 2024 · 4 comments
Assignees
Labels
📝 Missing information Required information is missing 😴 No response Reports that haven't received a respond for over a week ❌ Unconfirmed Bugs that were reported but yet to be replicatable

Comments

@Xyaafol
Copy link

Xyaafol commented Aug 26, 2024

Minecraft's Version

Paper 1.21.1-40

Plugin's Version

SuperiorSkyblock Version 2024.2-b311 dev

Describe the bug

All quests that I have created linked to a custom module do not work after updating from 1.20.6 to 1.21.1, testing with SuperiorSkyblock version 2024.1-bb260 works fine but the latest 2024.2-b311 gives an error that the module is not valid when loading the missions. Full log on test server: https://pastebin.com/q6PkeBDa

To Reproduce

Compile a custom module jar and custom mission following the instructions on the Wiki, attempt to load on version 1.20.6 with SuperiorSkyblock 2024.1-bb260 and see the working outcome. Update the server to 1.21.1 on SuperiorSkyblock version 2024.2-b311 and use the same files to observe the error.

Additional Information

The source code for my custom module, in case something that I have not noticed in the code needs to be changed as the version updates: https://pastebin.com/7Wc0dDwX . The module has been tested compiled with Java 21 and Java 17 and both give the same error. The mission that I am testing with, though all missions referencing the custom module give the same error: https://pastebin.com/BQV1b2qa

@Xyaafol Xyaafol added the Pending Pending reports to be investigated label Aug 26, 2024
@OmerBenGera
Copy link
Member

Please upload the compiled jar to here so I can look into it as well

@OmerBenGera OmerBenGera added 📝 Missing information Required information is missing and removed Pending Pending reports to be investigated labels Aug 30, 2024
@Xyaafol
Copy link
Author

Xyaafol commented Aug 30, 2024

Wont let me upload directly, here is a dropbox link for the compiled jar https://www.dropbox.com/scl/fi/1uof5vvzit6kkyv8dh9lz/SmeltingMission2.jar?rlkey=xia51dsjgykwf4nrroi4q0epl&st=8q0b8ohf&dl=0

@OmerBenGera
Copy link
Member

OmerBenGera commented Aug 30, 2024

I get the following errors when using your mission file and the mission jar:
https://pastebin.com/QTRGEJ1Y

It loaded the jar correctly, then couldn't load due to faulty configuration

@OmerBenGera OmerBenGera added the ❌ Unconfirmed Bugs that were reported but yet to be replicatable label Aug 30, 2024
@OmerBenGera
Copy link
Member

Any news regarding this?

@OmerBenGera OmerBenGera added the 😴 No response Reports that haven't received a respond for over a week label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Missing information Required information is missing 😴 No response Reports that haven't received a respond for over a week ❌ Unconfirmed Bugs that were reported but yet to be replicatable
Projects
None yet
Development

No branches or pull requests

4 participants
@OmerBenGera @Xyaafol and others