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

Acces denied. #82

Closed
grebert opened this issue Feb 26, 2018 · 2 comments
Closed

Acces denied. #82

grebert opened this issue Feb 26, 2018 · 2 comments

Comments

@grebert
Copy link

grebert commented Feb 26, 2018

Hi! I have a problem now using FBX2glTF.
First time I tried to make .fbx to .glb in dos it worked but it told me this:

C:\PATH>FBX2glTF-windows-x64.exe \3d_NAME.fbx -b
Warning: node /RootNode/Active Camera uses unsupported transform inheritance type 'eInheritRrSs'.
         (Further warnings of this type squelched.)
Wrote 804613 bytes of binary glTF to ./3d_NAME.glb.

and then even I'm Admin, I everytime have access denied

C:\PATH>FBX2glTF-windows-x64.exe \3d_NAME.fbx -b
Access denied.

I added the softwear autorization in the firewall but it still doesn't work...
Have you encounter this problem?

Thanks a lot,
Grebert

@zellski
Copy link
Contributor

zellski commented Feb 26, 2018

Hi @grebert,

The warning you got is pretty common, and is usually harmless. It's just a feature of FBX that glTF doesn't support. If the model looks okay, ignore it.

As for the 'Access denied.' I'm afraid I have no idea. That looks like Windows just isn't letting you run the binary, for some Windows-specific reason that I can't even begin to guess at. I have long since stopped trying to keep up with how permissions work in Microsoft operating systems. Can anyone else help?

If it's anything like Unix permissions, you just need to figure out how to explicitly give yourself execute-permission on this file. It's also possible there's some kind of virus protection software or whatnot running on your machine that decided that this random download is too dangerous for you to run.

@zellski zellski closed this as completed Feb 26, 2018
@grebert
Copy link
Author

grebert commented Feb 26, 2018

Thanks a lot @zellski for your rapid answer,
I'll try to run the software on another computers to see if it works.
Thanks

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