Skip to content

Known Issues

Gautier Debaecker edited this page Jan 15, 2025 · 4 revisions

Rendering issue with conda

If you open the graphical user interface (GUI) within a conda environment, you might encounter a display problem where the interface doesn't appear correctly. This issue is a recognized rendering issue between conda and CustumTkinter, resulting in buttons with jagged edges (or worse in MacOS).

Even though the graphical user interface (GUI) may not be displayed correctly when launching it in a conda environment, it's important to note that the underlying script still functions properly. One solution is to deactivate conda before creating the python virtual environment, this way the environment created will not be affected by conda . screenshot/conda_gui_problem.png

Screen scaling on Windows

We're aware of a screen scaling issue on Windows systems that may cause script windows to exceed the screen size due to scaling set above 100%. While we're actively working on a fix, a temporary solution is available:

Go to "Settings" > "System" > "Display." Under "Scale and layout," set "Size of text, apps, and other items" to a maximum of 100%. This adjustment should prevent windows from extending beyond the screen until a permanent resolution is implemented.

Clone this wiki locally