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

How to install and run on Mac OS Catalina #47

Closed
LFranco25 opened this issue Jan 14, 2022 · 3 comments
Closed

How to install and run on Mac OS Catalina #47

LFranco25 opened this issue Jan 14, 2022 · 3 comments

Comments

@LFranco25
Copy link

LFranco25 commented Jan 14, 2022

Good afternoon I have read previous threads whom held the same issue as mine. Unfortuntely, none of the solution listed have helped so far. Every time I download the ".osx" zip file, I do not get a ".exe" file. I just get a file named "FileToVox", which when I try to open it, it just opens in the "text/Edit" app on Mac. Any advice on this matter would truly be appreciated. Thank you.

@ahx-code
Copy link

You need to make it executable. For instance:

chmod +x FileToVox

Then you need to specify input and output like:

./FileToVox -i input.ply -o input

Then you will have an output on your current dir. In my case FileToVox gave me the following warnings:

[INFO] FileToVox v1.14.0.0
[INFO] Author: @Zarbuz. Contact : https://twitter.com/Zarbuz
[INFO] Specified input path: dresser_0201.ply
[INFO] Specified output path: dresser.vox
[INFO] Specified output path: /Users/ahx/Desktop/file2vox/dresser.vox
[INFO] Start reading PLY data...
[INFO] Done.
[WARNING] No voxels to quantize, skipping this part...
[INFO] Vox Width: 0
[INFO] Vox Length: 0
[INFO] Vox Height: 0
[INFO] Total blocks: 0
[INFO] Started to write chunks ...
[INFO] Done.
[INFO] Check total blocks after conversion: 0
[INFO] Done.

As a result, I have a blank output.

@LFranco25
Copy link
Author

LFranco25 commented Jan 17, 2022

Thank you for the reply @ahx-code and I also apologize for the late response. Just stepping back into the office. I am sorry to be difficult but unfortunately I am extremely new to the world of coding.

So far I was able to make it executable but I am lost in the input and output section. This is what I get now once I try to open it...
Screen Shot 2022-01-17 at 1 16 57 PM

@fffiloni
Copy link

@LFranco25 i'm using Catalina 10.15.7 here

Check my messages here #52

You should be able to make it work. Also i'm waiting for @Zarbuz 's consent to push a little mac app that make it easier to use ;)

@Zarbuz Zarbuz closed this as completed Feb 3, 2022
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

4 participants