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

C2ME + VMP = not loading chunks #16

Closed
3 tasks done
mllightitup opened this issue Jun 14, 2022 · 5 comments
Closed
3 tasks done

C2ME + VMP = not loading chunks #16

mllightitup opened this issue Jun 14, 2022 · 5 comments
Labels
bug Something isn't working question Further information is requested

Comments

@mllightitup
Copy link

mllightitup commented Jun 14, 2022

Describe the bug
If both mods are installed: c2me and vmp then only about 10 chunks are loaded (visually). This happens only if in config file c2me.toml turn off [threadedWorldGen]. From this follows another problem, if I have [threadedWorldGen] enabled then the chunks are generated many times slower than in vanilla and constantly lags and sometimes hangs completely for a significant period of time.
The amount of allocated memory has no effect on this in my case. I tried with both 6GB and 12GB. I also tried different GCs (zgc, shenandoah, g1gc) but none of these critically affect the situation

To Reproduce
Steps to reproduce the behavior:

  1. install c2me and vmp
  2. disable [threadedWorldGen]
  3. set draw distance to 32 chunks for example
  4. create new world

Expected behavior
To the vmp-related bug: Chunks should load normally
To the c2me related problem: Most likely, the use of these two mods implies performance and speed of loading and generation of chunks more than in vanilla and certainly not worse

Screenshots

image

Runtime info (please complete the following information):

  • OS: win 10 pro 21h2
  • Minecraft version: 1.19
  • Mod version: 0.2.0+beta.4.0
  • CPU: i5 9600k
  • GPU: 1060 3gb
  • RAM: 16gb ddr4 (6/12 allocated)
  • JDK: 17 (Temurin/graalvm)

Crash reports / logs
no crash

Other mods
c2me

Checklist

  • I am using the official version of the mod.
  • I tried the latest development version but the issue persists.
  • I searched for similar open issues and could not find an existing bug report on this.

Additional context

Since the bug is related to two mods, maybe I should also write to c2me/issues?

@mllightitup mllightitup added the bug Something isn't working label Jun 14, 2022
@toinouH
Copy link

toinouH commented Jun 14, 2022

@mllightitup You don't need to open another issue.

@mllightitup
Copy link
Author

@mllightitup You don't need to open another issue.

ok

@ishland
Copy link
Contributor

ishland commented Jun 18, 2022

I can't reproduce this error with threadedWorldGen disabled. Can you try again with current latest dev builds again?

@mllightitup
Copy link
Author

This bug has been fixed with the latest dev versions of vmp+c2me. By the way, [threadedWorldGen] is now turned off by default in the c2me config.
image

I can't reproduce this error with threadedWorldGen disabled. Can you try again with current latest dev builds again?

@ishland
Copy link
Contributor

ishland commented Jun 18, 2022

This bug has been fixed with the latest dev versions of vmp+c2me.

Then this issue will be closing as resolved.

By the way, [threadedWorldGen] is now turned off by default in the c2me config. image

This is because I forgot to turn that off automatically for users that have a relatively lower-end machines to avoid possible performance issues.

@ishland ishland closed this as completed Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants