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

Downloading the .zip and starting QuiltiX.bat doesn't do anything #84

Open
hybridherbst opened this issue Jul 23, 2024 · 1 comment
Open
Labels
question Further information is requested

Comments

@hybridherbst
Copy link

I followed the instructions here https://pypi.org/project/QuiltiX/#from-zip to download the complete ZIP archive on Windows.

However, when I run QuiltiX.bat, all it prints is:

found Arnold SDK

and then it closes again. No window opens or anything.

How can I investigate what's going wrong?

Version: QuiltiX_win_v0.6.1

@RichardFrangenberg
Copy link
Member

Without any error message, the only way to debug that would be to step through the Python code using a debugger (or print statements) to see until which lines of the Python scripts get executed.
The first file which is called is \tools\entry.py, which then calls \python_libs\QuiltiX\quiltix.py.

@manuelkoester manuelkoester added the question Further information is requested label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants