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

Getting invalid ttmp file error #281

Open
vaulknerx77 opened this issue Jul 11, 2022 · 6 comments
Open

Getting invalid ttmp file error #281

vaulknerx77 opened this issue Jul 11, 2022 · 6 comments

Comments

@vaulknerx77
Copy link

Hiya!
First of all, thank you so much for building a mac-compatible tool for FFXIV mods, I'm really excited to use it. However, after following all the install instructions, I'm getting an error when attempting to install a ttmp file. It reads out that the ttmp in question is invalid– I've attached part of the error here. I tried this on two separate ttmps and both popped the same error.

Additionally, I've noticed the commands struggle with spaces in the file system, is there anything you suggest for that aside from adding hyphens/underscores to the file name?

Screen Shot 2022-07-11 at 3 12 41 PM

Thank you much!

@fosspill
Copy link
Owner

That's very interesting. @shinnova time to have a look?

@fosspill
Copy link
Owner

Spaces should be fine, but try to put " around the whole path?

Basically all the code does to check if it's a valid ttmp file is checking if it exists and if it has the right extension, so that means it's not finding a ttmp in the path you are using.

Could you show the full command you ran + output? Feel free to anonymize the path and such as long as it follows the same structure
And, ry something like ffmt mpi "/user/my name/mods/VieraFluffyTails1.2.ttmp"?

@vaulknerx77
Copy link
Author

For some reason it's duplicating the first two in the filepath so: Users/my name/Users/my name ???

if I try any variation, it's not tacking on the initial Users/my name so it can't find the directory
Screen Shot 2022-07-11 at 5 21 14 PM

@fosspill
Copy link
Owner

Ah that's interesting then. What happens if you write the full directory on your own including the first "/"?

@vaulknerx77
Copy link
Author

Ah, first / seems to help point it to the right place! Now it does this
Screen Shot 2022-07-16 at 1 19 24 PM

@midorialexandros
Copy link

midorialexandros commented Aug 14, 2022

Had the same issue. The only way I got around it is to remove the spaces from the paths.

EDIT: however, I was only trying to install a single mod, and it shows it's installed 12 times. My assumption is that every time I saw the file being invalid, it was actually installing the mod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants