You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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.
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.
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 !
The text was updated successfully, but these errors were encountered: