Hi,
I get Raspberry pi 4 with 4Gb RAM.
After installing Kivy-2.2.1 or
kivy==2.2.0 get error on the simple code.
'''°
>>> %Run test_kiv.py
[INFO ] [Logger ] Record log in /home/pi/.kivy/logs/kivy_23-09-13_16.txt
[INFO ] [Kivy ] v2.2.0
[INFO ] [Kivy ] Installed at "/home/pi/.local/lib/python3.9/site-packages/kivy/__init__.py"
[INFO ] [Python ] v3.9.2 (default, Mar 12 2021, 04:06:34)
[GCC 10.2.1 20210110]
[INFO ] [Python ] Interpreter at "/usr/bin/python3"
[INFO ] [Logger ] Purge log fired. Processing...
[INFO ] [Logger ] Purge finished!
[INFO ] [Factory ] 190 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
[INFO ] [Text ] Provider: sdl2
[INFO ] [Window ] Provider: sdl2
[INFO ] [Window ] Provider: x11(['window_sdl2'] ignored)
FBConfig selected:
Doublebuffer: Yes
Red Bits: 8, Green Bits: 8, Blue Bits: 8, Alpha Bits: 8, Depth Bits: 24
[INFO ] [GL ] Using the "OpenGL ES 2" graphics system
[INFO ] [GL ] Backend used <gl>
Process ended with exit code -11. '''
In one sec., I can see new kivy app, but then it will close.
Anyone can help?
Best regard,
Edmund