Farmer's Delight

Farmer's Delight

77M Downloads

render errors spamming the log

0Navis0 opened this issue ยท 2 comments

commented

These render errors keep spamming the game log.

[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie_slice2
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain bottom->bottom in farmersdelight:block/pie_slice2
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie_slice2
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice2
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain inner->inner in farmersdelight:block/pie_slice2
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice2
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice2
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie_slice3
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain bottom->bottom in farmersdelight:block/pie_slice3
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie_slice3
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice3
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain inner->inner in farmersdelight:block/pie_slice3
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain inner->inner in farmersdelight:block/pie_slice3
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice3
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain bottom->bottom in farmersdelight:block/pie
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain bottom->bottom in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain inner->inner in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain bottom->bottom in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain top->top in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain inner->inner in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice1
[03:45:58] [Render thread/WARN]: Unable to resolve texture due to reference chain side->side in farmersdelight:block/pie_slice1
commented

Hmm... From the looks of the related MCA issue, CTM must be doing something weird with "base" models in an infinite/extended loop.

Basically, pie is a base model referenced in the models for Apple Pie and Sweet Berry Cheesecake. The same is happening to MCA's base thatch blocks. Perhaps they're trying to scan something about the base model? Not sure.

But yeah, sounds like a CTM issue. Best to follow the issue Serifina posted to Chisel-Team.

commented

Chisel has marked this as their bug. Follow this issue for updates on the fix:
Chisel-Team/ConnectedTexturesMod#149