Commit fedc2dd
committed
damn, the last build for linux didn't work. It failed with the following
error:
user@host:~/Downloads/artifacts0$ dist/helloWorld.AppImage
[INFO ] [Logger ] Record log in /home/user/.kivy/logs/kivy_20-05-31_0.txt
[INFO ] [Kivy ] v1.11.1
[INFO ] [Kivy ] Installed at "/tmp/.mount_helloWrLrDju/opt/python3.7/lib/python3.7/site-packages/kivy/__init__.py"
[INFO ] [Python ] v3.7.3 (default, Dec 20 2019, 18:57:59)
[GCC 8.3.0]
[INFO ] [Python ] Interpreter at "/home/user/Downloads/artifacts0/dist/helloWorld.AppImage"
[INFO ] [Factory ] 184 symbols loaded
[INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
[INFO ] [Text ] Provider: sdl2
[INFO ] [Window ] Provider: sdl2(['window_egl_rpi'] ignored)
[INFO ] [Window ] Activate GLES2/ANGLE context
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to authenticate
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 4 (X_DestroyWindow)
Resource id in failed request: 0x1c0000c
Serial number of failed request: 174
Current serial number in output stream: 178
user@host:~/Downloads/artifacts0$
I think it's because of the change to src/main.py I made to change the
KIVY_GL_BACKEND from sdl2 to angle. Maybe. Let me switch it back and
just enable the linux build to see if it works without those two lines.
If so, then I'll probably want to set that env var conditionally based
on the OS or something.1 parent a5e1397 commit fedc2dd
2 files changed
+16
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments