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

Apps build #21

Open
RaphSfeir opened this issue Jul 27, 2013 · 2 comments
Open

Apps build #21

RaphSfeir opened this issue Jul 27, 2013 · 2 comments

Comments

@RaphSfeir
Copy link

Hello, I have a very annoying problem : everytime I run "python manage.py apps" in the environment, everything works fine until a .dae file is encountered / loaded.
When a .dae file is loaded (for instance with a command similar to this : "[DAE2JSON] models\white_cube.dae", nothing happens, the command prompt is stuck in an infinite loop...

Therefore I can't load any model for Debris Dodger.

Any idea how I can solve this ? Thanks ! Please tell me if you need more informations !

@ianballantyne
Copy link

Try adding --verbose to the end of the "python manage.py apps".
That will tell you the last command it was attempting to run. You should then try running that command separately from the environment e.g.

python -m turbulenz_tools.tools.dae2json -i C:\Development\turbulenz_engine\apps\debrisdodger\assets\models\ship.dae -o _build\assets\models\ship.dae.json --nvtristrip C:\Development\turbulenz_engine\tools\bin\win32\NvTriStripper.exe

Try adding --verbose to that command aswell to get a bit more information out.

@RaphSfeir
Copy link
Author

Hey, thanks for you're answer ! Just solved it, it was actually my antivirus (Avast) that was secretly blocking the execution... strange thing is that no warning or such appeared, it just blocked it without notifying me.

Hope that helps, cheers.

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