Closed midn1 closed 8 years ago
Works fine for me. Without more information my guess is that your source model is invalid or something.
I exported both of them from C4D. Really have no idea what to change in the export settings.
How did you verify it is indeed an issue with fbx-conv and not with the file? Perhaps consider testing the file in another application the uses FBX-SDK. E.g. the Autodesk FBX Converter.
I just tried Autodesk's FBX converter and it worked.
Must be something else then, perhaps try another file or desktop. Anyways, as said, without the required information to reproduce the issue, there's not much we can do.
I tried it on my Ubuntu and the same error occoured.
Yeah, let's close this. As said, if you don't want to provide the required information then there is nothing we can do.
Got the same issue with C4D R19, since this issue still pops in the first page on google I would like to share what worked for me: inspecting the .obj file exported by C4D it comes out that it has some empty lines, just remove them and repeat the conversion, it works.
Got the same issue with 3D demo file
Whenever I try to load an FBX file the program says this: `----------------------------------- fbx-conv-win32.exe -v -m 32 -b 12 -w 4 spaceship1.fbx libgdx-model-viewer.temp.g3dj
INFO: FBX to G3Dx converter, version 0.01.0071 x32 , FBXSDK 2015.01 STATUS: Loading source file ERROR: FBX SDK encountered an error (1): Unexpected file type ERROR: Error loading source file STATUS: Closing source file `
If it's an OBJ: `----------------------------------- fbx-conv-win32.exe -v -m 32 -b 12 -w 4 spaceship1.obj libgdx-model-viewer.temp.g3dj
INFO: FBX to G3Dx converter, version 0.01.0071 x32 , FBXSDK 2015.01 STATUS: Loading source file ERROR: FBX SDK encountered an error (1): File not opened ERROR: Error loading source file STATUS: Closing source file`