Skip to content

ArgumentError in createVertexBuffer #1083

@j3k0

Description

@j3k0

This looks similar to issue #676, which is from 6 years ago but still open, so I kinda think I should post a new issue. It happens to a few users, I can't reproduce unfortunately.

ArgumentError: Error 3672
  ?, in starling.rendering::VertexData/createVertexBuffer()
  ?, in starling.rendering::Effect/uploadVertexData()
  ?, in starling.display::MeshBatch/syncVertexBuffer()
  ?, in starling.display::MeshBatch/render()
  ?, in starling.rendering::Painter/drawBatch()
  ?, in BatchProcessor/finishBatch()
  ?, in starling.rendering::Painter/finishMeshBatch()
  ?, in starling.rendering::RenderState/copyFrom()
  ?, in starling.rendering::Painter/restoreState()
  ?, in starling.display::DisplayObjectContainer/render()
  ?, in starling.display::DisplayObjectContainer/render()
  ?, in starling.core::Starling/render()
  ?, in starling.core::Starling/onEnterFrame()

The stack trace isn't "complete" in production, not sure if that can be improved. I will try to catch the error from createVertexBuffer to get more info, if someone has any idea in the meantime I'm interested.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions