Juan Patricio

Results 40 comments of Juan Patricio

Do you have the full logs before the crash? I'm looking for "Provided chunk is null for " and some error

It tried to save the oversized chunk `[04:16:21] [File IO Thread/INFO]: [Crucible] Oversized Chunk at (5, 0)`, do you have the log before the crash, to see what went wrong...

Yeah, it's saving the oversized chunk but not loading it, I might have missed something in the fix.

Update on the issue: I did not implemented the chunk offset part, it will just break any oversized chunk when saved.

Can you test if the issue persist? https://juanmuscaria.beta.teamcity.com/repository/download/Crucible_Dev/105:id/Crucible-1.7.10-4.1-dev-c4db280-server.jar https://juanmuscaria.beta.teamcity.com/repository/download/Crucible_Dev/105:id/libraries.zip (login as guest to download those files)

Can you send your logs from this time?

Can you try the exploit again with this jar and send the logs? https://juanmuscaria.beta.teamcity.com/repository/download/Crucible_Dev/106:id/Crucible-1.7.10-4.1-dev-4421309-server.jar it will print all chunk read and write, this way we can track down why it''s...

I think the patch is working as intended: ``` [19:30:33] [File IO Thread/WARN]: Oversized Chunk at (5, 0) [19:30:33] [File IO Thread/INFO]: No free space found, growing file [19:30:33] [File...

When not defining on your java arguments the default max heap size is 1 gb, try using `java -noverify -Xmx4096 -jar Crucible-1.7.10-4.1-dev-4421309-server.jar`, 4 gb of ram might be enough.

The patch is the same as the one on mohist, so my guesses are that it may have other patches that makes chunk saving and loading more faster. About the...