Mario Hi, Mario. Could you tell me when this will be fixed?
NNeoAlexLee
- 5 févr.
- Inscrit 25 sept. 2023
- Dans Spine-cpp Promblem
- Dans Spine-cpp Promblem
Hello Nate, We used Version 4.1 when we build solution. Could you check this with 4.1 cpp runtime? - Dans Spine-cpp Promblem
- If you try to load an unidentified image by pressing Export to spine-cpp, the binary may be extracted incorrectly, resulting in a pointer location error and causing unintended operations
2.When there are attachment names with suffixes like (_1, _2, _3…), if extracted in Json Format,when Json Format is selected, the key value in the *.atlas file is 'leg6', and an index is appended to it. when Binary Format is selected, the key values in the *.atlas file are correctly output as 'leg6_1', 'leg6_2'. When actually loading, the index is not utilized at all, resulting in a failure to find the key and load the file when extracted in Json Format. This is causing continuous issues during internal testing.
I have attached detailed information and a sample project via email.
Is there any interface to get these things?
We need this to confirm our structure.
We use cpp spine lib on runtime
Hi, Thank you for your suggestion. However, please understand that we cannot provide the spine file for security reasons. In addition, the symptom about the texture I described is that only certain textures are not output and all other textures come out normally, not about program stopped by some reason. For example, an Atlas texture is exported to png where only the head has disappeared. If it's a problem related to polygon extraction you mentioned, do you have any plans to fix the bug?
Problem statement
We made a Npc Sprite by spine tool, but when we export files as binary, the hand texture did not exported on atlas image.
I checked error message. It looked like an issue related to edge padding so I tried change my padding setting but did not effect.
Unexpectedly, when I changed my packing setting from polygon to grid, the texture suddenly started exporting correctly.
This is my setting that causes error. Can you check this problem?
Give step-by-step instructions so we can reproduce the problem, if possible.
Editor information
Tell us your Spine Editor version.
4.1Post your entire spine.log file here (or attach it), if you got any error messages.
WARNING: Error packing images:
[error] Polygon does not fit within max page size 512 x 512 and edge padding 32,32: images/test
(512 x 488)
at s.Ndh.(:123)
at s.Ndh.(:69)
at s.TkE.(:131)
at s.iQB.(:167)
at s.TkE.(:134)
at s.mOI.(:286)
at s.rqA.(:249)
at s.mOI.(:78)
at s.mOI.(:189)
at s.xSb.(:97)
at s.XCT.(:693)
at java.lang.Thread.run(Unknown Source)