• EditorBugs
  • error

Hi!
In Spine version 4.0.45 I encounter an error in exporting GIFs and movs. This is the error.

ERROR: Error reading hotkeys file: C:\Users\
Invalid action: Focus - Weights
Invalid action: Highlight Pixels
Invalid action: Physics - Simulate
Invalid action: Physics - Deterministic
Invalid action: Curves View
Invalid action: Pixel Snapping
Invalid action: Weights - Swap
Invalid action: Weights - Weld All
Invalid action: Weights - Weld Overlapping
Invalid action: Select - Colored Bones
Invalid action: Select - IK Constraints
Invalid action: Select - Path Constraints
Invalid action: Select - Physics Constraints
Invalid action: Select - Transform Constraints
Invalid action: Show All Bones/Slots/Constraints
Invalid action: Show Slot Folders
Invalid action: Show Slot Paths
Invalid action: Import PSD
Invalid action: New Physics Constraint
Invalid action: Edit Mesh - Refine
Invalid action: Dopesheet Rows
Invalid action: Graph Toolbar
Invalid action: Graph Rows
Started.
Update available: 4.2.35
OpenAL 1.1, Default audio device
ERROR: Unable to export:
[error] Unable to create frame buffer: 1651418x2386
Are you using the latest graphics drivers?
Is this buffer size too large for your GPU? 1651418x2386 = -1418735792 B
   at s.aes.I(_:284)
   at s.Drl._(_:260)
   at s.Drl._(_:240)
   at s.PMY._(_:620)
   at java.lang.Thread.run(Unknown Source)
Cause: [error] Unable to create frame buffer: 1651418x2386
Are you using the latest graphics drivers?
Is this buffer size too large for your GPU? 1651418x2386 = -1418735792 B
   at s.Drl._(_:568)
   at s.Drl.I(_:263)
   at s.aes._(_:276)
   at s.KZU._(_:309)
   at s.aVQ.run(_:252)
   <events>
Cause: [istate] Frame buffer couldn't be constructed: incomplete attachment
   at s.XDb.B(_:256)
   at s.skf.<init>(_:75)
   at s.kmm.<init>(_:97)
   at s.cMW.<init>(_:237)
   at s.Drl._(_:566) ...

Tell me how to solve it? Thanks!

Related Discussions
...

The error you are encountering indicates that Spine is unable to create a frame buffer of the specified size, which is likely too large for your GPU to handle. This issue can be caused by several factors, including outdated graphics drivers or attempting to export at a resolution that exceeds your GPU's capabilities.

Here are some steps you can take to resolve the issue:

  1. Update Graphics Drivers: Ensure that you have the latest graphics drivers installed for your GPU. Outdated drivers can cause issues with rendering and exporting.

  2. Reduce Export Resolution: Try reducing the resolution of your export. The error message indicates that the buffer size is extremely large (1651418x2386), which is likely too large for your GPU to handle. You can scale down your export settings to a more manageable size.

  3. Check GPU Capabilities: Verify the maximum texture size and buffer size that your GPU can handle. This information can usually be found in the specifications for your GPU model.

  4. Use a Different Version of Spine: If the issue persists, consider using a different version of Spine. Newer versions may have optimizations and bug fixes that could resolve the issue.

  5. Check for Known Issues: There may be known issues related to exporting in the version of Spine you are using. You can check the Spine GitHub issues page for any related issues and potential fixes.

If none of these steps resolve the issue, you may need to provide additional details about your project and export settings for further assistance.

Thanks! I used Reduce Export Resolution and it helped