• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Fixed (1.20.1.4) Logging: "Mesh can not have more than 65000 vertices"

via5

Well-known member
Joined
Jun 5, 2020
Messages
126
Solutions
1
Reactions
408
When logging too much stuff, I first see


String too long for TextMeshGenerator. Cutting off characters
(Filename: Line: 222)


then


ArgumentException: Mesh can not have more than 65000 vertices
at UnityEngine.UI.VertexHelper.FillMesh (UnityEngine.Mesh mesh) [0x00000] in <filename unknown>:0
at UnityEngine.UI.Graphic.DoMeshGeneration () [0x00000] in <filename unknown>:0
at UnityEngine.UI.Graphic.UpdateGeometry () [0x00000] in <filename unknown>:0
at UnityEngine.UI.Text.UpdateGeometry () [0x00000] in <filename unknown>:0
at UnityEngine.UI.Graphic.Rebuild (CanvasUpdate update) [0x00000] in <filename unknown>:0
at UnityEngine.UI.CanvasUpdateRegistry.PerformUpdate () [0x00000] in <filename unknown>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception, Object)
UnityEngine.UI.CanvasUpdateRegistry:performUpdate()
UnityEngine.Canvas:SendWillRenderCanvases()
(Filename: Line: -1)


At this point, the log window stops drawing text, although the caret can still be moved and text selected. Clearing fixes it. [Edit: Fuck emojis.]
 
Last edited:
This was actually resolved in 1.20.1.4 release
 
Back
Top Bottom