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

Problem with converting OBJ on mac os 10.13 #38

Closed
Orkhan075 opened this issue Aug 29, 2021 · 1 comment
Closed

Problem with converting OBJ on mac os 10.13 #38

Orkhan075 opened this issue Aug 29, 2021 · 1 comment

Comments

@Orkhan075
Copy link

Orkhans-MacBook-Pro:FileToVox-v1.12.6-osx orkhanhuseynov$ ./FileToVox --i /Users/orkhanhuseynov/Desktop/sphere.obj --o spherevoxel
[INFO] FileToVox v1.12.6.0
[INFO] Author: @Zarbuz. Contact : https://twitter.com/Zarbuz
[INFO] Specified input path: /Users/orkhanhuseynov/Desktop/sphere.obj
[INFO] Specified output path: spherevoxel
[INFO] Specified output path: /Users/orkhanhuseynov/Desktop/FileToVox-v1.12.6-osx/spherevoxel
[INFO] External program 'MeshSampler' needed! Check location of the program ...
[INFO] Check at: /Users/orkhanhuseynov/Desktop/FileToVox-v1.12.6-osx/MeshSampler/MeshSampler.exe
[INFO] MeshSampler/MeshSampler.exe found!
System.ComponentModel.Win32Exception (8): Exec format error
at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at FileToVox.Converter.MeshToSchematic..ctor(String path, Single scale, Int32 colorLimit, Int32 segmentX, Int32 segmentY, Int32 subsample, Boolean skipCapture)
at FileToVox.Program.GetConverter(String path)
at FileToVox.Program.ProcessFile()

@Zarbuz
Copy link
Owner

Zarbuz commented Aug 29, 2021

MeshSampler isn't available for MacOS at the moment.
However, you can convert you model to a point cloud through CloudCompare, you should watch my video tutorial : https://youtu.be/sg3z2GaMJzM

@Zarbuz Zarbuz closed this as completed Sep 17, 2021
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

2 participants