kivy / kivy-designer

UI designer for Kivy - DEPRECATED
https://kivy-designer.readthedocs.io
MIT License
821 stars 209 forks source link

[CRITICAL] [Clock ] Warning, too much iteration done before the next frame. Check your code, or increase the Clock.max_iteration attribute #370

Open decipherpunk opened 6 years ago

decipherpunk commented 6 years ago

Pretty much through bunch of errors on first run.. I have been running kivy versions inside virtualenv, never hit this problem at all.

/kivy-designer :master=> system_profiler SPSoftwareDataType
Software:

    System Software Overview:

      System Version: macOS 10.13.3 (17D102)
      Kernel Version: Darwin 17.4.0
      Boot Volume: Macintosh HD
      Boot Mode: Normal
      Computer Name: XYZ
      User Name: ABC
      Secure Virtual Memory: Enabled
      System Integrity Protection: Enabled
      Time since boot: 8:33
virtualenv --version
15.1.0
pip freeze
argh==0.26.2
certifi==2018.1.18
chardet==3.0.4
Cython==0.26.1
docutils==0.14
gitdb2==2.0.3
GitPython==2.1.8
idna==2.6
jedi==0.11.1
Kivy==1.10.1.dev0
Kivy-Garden==0.1.4
parso==0.1.1
pathtools==0.1.2
pygame==1.9.3
Pygments==2.2.0
PyYAML==3.12
requests==2.18.4
six==1.11.0
smmap2==2.0.3
urllib3==1.22
watchdog==0.8.3

Thanks