Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error: fromString failed to parse float #377

Open
2 tasks done
IscaBird opened this issue Jul 21, 2024 · 2 comments
Open
2 tasks done

[BUG] Error: fromString failed to parse float #377

IscaBird opened this issue Jul 21, 2024 · 2 comments
Labels
Bug Something isn't working Triage PR/Issue needs to be triaged.

Comments

@IscaBird
Copy link

Validations

  • I have checked for similar bug reports and could not find any.
  • I have tested and confirmed that this is an issue in an official branded build.

Describe the bug

Attempting to open a specific project in Creator causes the error window with the text "Error: fromString failed to parse float" to pop up, and the project fails to open, instead going back to the project menu. Other project files open just fine.

It may be pertinent, that I was able to recover a previous sutosave, but only autosaves that were created before I merged a .psd file containing alterations to the puppet's outfit.

Reproduction

  1. Open Creator
  2. Open my most recent project file
  3. See error

System Architecture

x86_64

Operating System

Windows

Version

Inochi Creator beta v0.8.5

Logs

No response

Additional Context

No response

@IscaBird IscaBird added Bug Something isn't working Triage PR/Issue needs to be triaged. labels Jul 21, 2024
@Libba
Copy link

Libba commented Jul 22, 2024

Have the same bug. Any file that I used Merge option on is not opening, with the same message: fromString failed to parse float.
image

@amelielavender
Copy link

amelielavender commented Jul 29, 2024

temporary fix for the time being: if you're inclined to, you can build and use the INPUnpack tool and unpack your inx file with it.

afterward, you can see if there are any places where "nan" or similar appears in the generated payload.json file and change those to a numerical value instead. basically using find and replace, but do take care to note what type of values you're fixing.

if you're not comfortable with doing that yourself, you can feel free to ask someone who already has INPUnpack to unpack, edit and repack the file for you; probably someone in the discord server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage PR/Issue needs to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants