DysonSphereMod / QOL

64 stars 34 forks source link

[MultibuildBeta] error when pasting really big blueprint #67

Open aria1th opened 3 years ago

aria1th commented 3 years ago

https://www.dysonsphereblueprints.com/blueprints/9518aefb-8d42-4ef1-909f-fd003037025c

I tried to paste this blueprint and got this: image

brokenmass commented 3 years ago

oh yes I'm aware of this issue. it's quite complex to solve and the only issue that it creates is the red error message and a slightly incorrect rendering of the belts previews. I'll look into this at some point in the future.

brokenmass commented 3 years ago

If anyone wants to take a look at this issue the root cause is that the connGizmoRenderer computebuffers are limited. Not sure if, in order to fix this issue, it's safe to increase the buffer size in the csharp code or if any other change is required. A temporary solution could be to wrap the buffer copy methods in a try catch to silence the error.

brokenmass commented 3 years ago

for the moment (starting with 2.3.4) this error has been silenced.

barbrady123 commented 3 years ago

I've gotten this error multiple times, and as far as I can tell, it does not cause any issues.