Chocolate Quest Repoured

Chocolate Quest Repoured

2M Downloads

[1.12.2]Error installed with Wizardry

EnterFor opened this issue · 24 comments

commented

Common sense Info
To check a checkbox: Insert a lower case X between the square brackets, you need to remove the space though.

  • I play...
    • With a large modpack
    • Only with CQR and it's dependencies
  • The issue occurs in...
    • Singleplayer
    • Multiplayer
  • I have searched for this or a similar issue before reporting and it was either (1) not previously reported, or (2) previously fixed and I'm having the same problem.
  • I am using the latest version of the mod (all versions can be found on github under releases)
  • I read through the FAQ and i could not find something helpful (FAQ)
  • I reproduced the bug without any other mod's except forge, cqr and it's dependencies
  • The game crashes because of this bug

Versions
Chocolate Quest Repoured ('latest' IS NOT a valid version! Please use the version string that shows up in the mod overview of forge):
Forge:2855
Minecraft:1.12.2

Describe the bug
Install with Wizardry
There will be some errors
This can be found in the client log.
And I also tested with the server, the server can not enter

To Reproduce
Steps to reproduce the behavior:

  1. Install Wizardry
  2. Install Chocolate Quest Repoured
  3. Start the game
    .
    .
    .
  4. See error

Expected behavior
The server can go in

Screenshots
my mod list.Please ignore the Chinese characters
image

Other
Please note: log files and crash reports should be uploaded as a FILE and not as a copy paste of the text of it here. Upload the file to a site like pastebin or similar and link it here!!

commented

https://paste.ubuntu.com/p/p3yhXV8Qfn/ (server log)
The message that appears when the player tries to access the server

commented

Can't reproduce it. I use CQR and wizardry in a small setup with a server and it works perfectly fine.

Also this doesn't seem to be a problem caused by eb-wizardry or cqr, there's no trace of either mod in the server log.

Also where did you download this from?
Also: Did you have an older version of CQR installed before? If yes, how exactly did you install the update?

commented

Ok, found the cause for the bug. Update will be released either later today or tomorrow, depends on when i test it.

commented

Anyway, the fix i made only fixes a internal problem that occurs when a client disconnects from a server. I think the problem that you can't connect to a server has a different reason.

commented

Looks like an incompatibility between librarianlib and bukkit. Are you able to join the server without cqr?

commented

Looks like an incompatibility between librarianlib and bukkit. Are you able to join the server without cqr?

yes,I used to have a lot of mods, when I had problems, I started testing, and eventually found out that there would be errors when installing these two. Deleted CQR game continues normally

commented

My English is not very good, I use Google Translate.
Hope you can understand and thank you again for your quick reply!

commented

Now then please just install CQR and llib. Can you still join with these two? And please try using the standard forge server, not some weird hybrid like magma/mohist/catserver

commented

Can you give me a fixed mod for me to test
As you know, Forge's performance has been a problem...
So I had to use other mixes.
But I can test the situation using Forge

commented

Like i said, the fix i made only affects the game when you disconnect from the server. Honestly, the current release of the mod works fine for me. For forge's performance, there are some pretty decent mods that do a good job in that segment (phosphor, performant, betterFPS, etc)

commented
  • The issue occurs in...
  • Singleplayer

You checked the singleplayer checkbox. So can you reproduce this issue in singleplayer and then upload the log?
Also which server software are using?

commented
  • The issue occurs in...
  • Singleplayer

You checked the singleplayer checkbox. So can you reproduce this issue in singleplayer and then upload the log?
Also which server software are using?
There are only error logs in the single player game. The game starts up normally.
As I posted earlier:
https://paste.ubuntu.com/p/qmWcKSK3j7/ (Client log)

commented

And like i said: these errors occur when you disconnect from the server, they have nothing to do with login.

Anyways: I will release a cqr build later today that contains the changes i made. You can still try to compile it by yourself but you need to add geckolib-3-beta.7 to server & client

commented

I know, I finally understand this time

commented

Okey, I tested it with Forge server, and I didn't have any problems logging in, which is frustrating...

commented
  • The issue occurs in...
  • Singleplayer

You checked the singleplayer checkbox. So can you reproduce this issue in singleplayer and then upload the log?
Also which server software are using?

I use the plugin
image

commented

OK, then it seems to be mohist.

I can confirm you that

  1. There is a forge version of FAWE and worldedit
  2. CQR (2.2.4B) works fine with the Magma Server software (i use it myself cause of bungeecord support)
commented

So I tested mohist and as I expected I can't connect when mohist and librarianlib is installed.
You should report this to librarianlib or mohist or both.

When only mohist, cqr and llibrary is installed it works fine.

commented

OK, thank you meldex for confirming that CQR isn't the problem!

I will close the issue now.

@EnterFor Please report to mohist and librarianlib that they "don't like each other"

commented

maybe this helps you?
TeamWizardry/LibrarianLib#129

liblib devs stated they don't support hybrid servers such as catserver, mohist, magma. So my guess is that you will have to use the standard forge server if you want to use mods that need liblib

commented

this one contains a solution: https://github.com/Mohist-Community/Mohist/issues/659

Solution according to them is to add "-noverify" behind the "-jar" in your server-startup script

commented

Thank you so much. That's good news. I'll try it sometime.
Because now I've deleted LibrarianLib.
Thank you for your kindness! ~ღ( ´・ᴗ・` )

commented

I don't understand what this start parameter means.
Will this cause problems with other mods?

commented

Like i said, according to the mohist dev that is a solution to that problem.
I'd suggest you to just try it out.

Sinc that is a java launch argument, just check out the java documentation, it should be explained there.