You are not logged in.

#1 2022-02-07 21:09:43

1uk
Member
Registered: 2013-06-09
Posts: 30

Game crashes with i965: Failed to submit batchbuffer

Hello,
I play the game DDNet (ddnet.tw) which is a modification of teeworlds.
When I start it normally it sometimes 'lags' but not because of network latency, but because of hardware. When it 'lags' or freezes I have to wait a couple of seconds and then I can resume.
Sometimes the graphics are messed up until it unfreezes again.
These are my logs:

darkwood% gdb DDNet
GNU gdb (GDB) 11.2
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from DDNet...
(No debugging symbols found in DDNet)
(gdb) run
Starting program: /usr/bin/DDNet
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe54fe640 (LWP 35905)]
[2022-02-07 18:19:04][engine]: running on unix-linux-amd64
[2022-02-07 18:19:04][engine]: arch is little endian
[New Thread 0x7fffe4cfd640 (LWP 35906)]
[New Thread 0x7fffdffff640 (LWP 35907)]
[2022-02-07 18:19:04][storage]: couldn't open storage.cfg
[2022-02-07 18:19:04][storage]: using standard paths
[2022-02-07 18:19:04][storage]: added path '$USERDIR' ('/home/lukas/.teeworlds')
[2022-02-07 18:19:04][storage]: added path '$DATADIR' ('/usr/share/ddnet/data')
[2022-02-07 18:19:04][storage]: added path '$CURRENTDIR' ('/home/lukas')
[2022-02-07 18:19:04][binds]: bound f1 (58) = toggle_local_console
[2022-02-07 18:19:04][binds]: bound f2 (59) = toggle_remote_console
[2022-02-07 18:19:04][binds]: bound tab (43) = +scoreboard
[2022-02-07 18:19:04][binds]: bound equals (46) = +statboard
[2022-02-07 18:19:04][binds]: bound f10 (67) = screenshot
[2022-02-07 18:19:04][binds]: bound a (4) = +left
[2022-02-07 18:19:04][binds]: bound d (7) = +right
[2022-02-07 18:19:04][binds]: bound space (44) = +jump
[2022-02-07 18:19:04][binds]: bound mouse1 (285) = +fire
[2022-02-07 18:19:04][binds]: bound mouse2 (286) = +hook
[2022-02-07 18:19:04][binds]: bound lshift (225) = +emote
[2022-02-07 18:19:04][binds]: bound return (40) = +show_chat; chat all
[2022-02-07 18:19:04][binds]: bound right (79) = spectate_next
[2022-02-07 18:19:04][binds]: bound left (80) = spectate_previous
[2022-02-07 18:19:04][binds]: bound rshift (229) = +spectate
[2022-02-07 18:19:04][binds]: bound 1 (30) = +weapon1
[2022-02-07 18:19:04][binds]: bound 2 (31) = +weapon2
[2022-02-07 18:19:04][binds]: bound 3 (32) = +weapon3
[2022-02-07 18:19:04][binds]: bound 4 (33) = +weapon4
[2022-02-07 18:19:04][binds]: bound 5 (34) = +weapon5
[2022-02-07 18:19:04][binds]: bound mousewheelup (294) = +prevweapon
[2022-02-07 18:19:04][binds]: bound mousewheeldown (295) = +nextweapon
[2022-02-07 18:19:04][binds]: bound t (23) = +show_chat; chat all
[2022-02-07 18:19:04][binds]: bound y (28) = +show_chat; chat team
[2022-02-07 18:19:04][binds]: bound u (24) = +show_chat
[2022-02-07 18:19:04][binds]: bound i (12) = +show_chat; chat all /c
[2022-02-07 18:19:04][binds]: bound f3 (60) = vote yes
[2022-02-07 18:19:04][binds]: bound f4 (61) = vote no
[2022-02-07 18:19:04][binds]: bound k (14) = kill
[2022-02-07 18:19:04][binds]: bound q (20) = say /pause
[2022-02-07 18:19:04][binds]: bound p (19) = say /pause
[2022-02-07 18:19:04][binds]: bound kp_plus (87) = zoom+
[2022-02-07 18:19:04][binds]: bound kp_minus (86) = zoom-
[2022-02-07 18:19:04][binds]: bound kp_multiply (85) = zoom
[2022-02-07 18:19:04][binds]: bound pause (72) = say /pause
[2022-02-07 18:19:04][binds]: bound up (82) = +jump
[2022-02-07 18:19:04][binds]: bound left (80) = +left
[2022-02-07 18:19:04][binds]: bound right (79) = +right
[2022-02-07 18:19:04][binds]: bound leftbracket (47) = +prevweapon
[2022-02-07 18:19:04][binds]: bound rightbracket (48) = +nextweapon
[2022-02-07 18:19:04][binds]: bound c (6) = say /rank
[2022-02-07 18:19:04][binds]: bound v (25) = say /info
[2022-02-07 18:19:04][binds]: bound b (5) = say /top5
[2022-02-07 18:19:04][binds]: bound s (22) = +showhookcoll
[2022-02-07 18:19:04][binds]: bound x (27) = toggle cl_dummy 0 1
[2022-02-07 18:19:04][binds]: bound h (11) = toggle cl_dummy_hammer 0 1
[2022-02-07 18:19:04][binds]: bound slash (56) = +show_chat; chat all /
[2022-02-07 18:19:04][binds]: bound pagedown (78) = toggle cl_show_quads 0 1
[2022-02-07 18:19:04][binds]: bound pageup (75) = toggle cl_overlay_entities 0 100
[2022-02-07 18:19:04][binds]: bound kp_0 (98) = say /emote normal 999999
[2022-02-07 18:19:04][binds]: bound kp_1 (89) = say /emote happy 999999
[2022-02-07 18:19:04][binds]: bound kp_2 (90) = say /emote angry 999999
[2022-02-07 18:19:04][binds]: bound kp_3 (91) = say /emote pain 999999
[2022-02-07 18:19:04][binds]: bound kp_4 (92) = say /emote surprise 999999
[2022-02-07 18:19:04][binds]: bound kp_5 (93) = say /emote blink 999999
[2022-02-07 18:19:04][binds]: bound mouse3 (287) = +spectate
[2022-02-07 18:19:04][binds]: bound minus (45) = spectate_previous
[2022-02-07 18:19:04][binds]: bound equals (46) = spectate_next
[2022-02-07 18:19:04][http]: libcurl version 7.81.0 (compiled = 7.81.0)
[2022-02-07 18:19:04][console]: executing 'settings_ddnet.cfg'
[2022-02-07 18:19:04][binds]: bound a (4) = +left
[2022-02-07 18:19:04][binds]: bound b (5) = kill
[2022-02-07 18:19:04][binds]: bound c (6) = say /rank
[2022-02-07 18:19:04][binds]: bound d (7) = +right
[2022-02-07 18:19:04][binds]: bound e (8) = toggle cl_dummy 0 1
[2022-02-07 18:19:04][binds]: bound h (11) = toggle cl_dummy_hammer 0 1
[2022-02-07 18:19:04][binds]: bound i (12) = +show_chat; chat all /c
[2022-02-07 18:19:04][binds]: bound p (19) = say /pause
[2022-02-07 18:19:04][binds]: bound q (20) = say /pause
[2022-02-07 18:19:04][binds]: bound s (22) = +showhookcoll
[2022-02-07 18:19:04][binds]: bound t (23) = +show_chat; chat all
[2022-02-07 18:19:04][binds]: bound u (24) = +show_chat
[2022-02-07 18:19:04][binds]: bound v (25) = say /info
[2022-02-07 18:19:04][binds]: bound y (28) = +show_chat; chat team
[2022-02-07 18:19:04][binds]: bound 1 (30) = +weapon1
[2022-02-07 18:19:04][binds]: bound 2 (31) = +weapon2
[2022-02-07 18:19:04][binds]: bound 3 (32) = +weapon3
[2022-02-07 18:19:04][binds]: bound 4 (33) = +weapon4
[2022-02-07 18:19:04][binds]: bound 5 (34) = +weapon5
[2022-02-07 18:19:04][binds]: bound return (40) = +show_chat; chat all
[2022-02-07 18:19:04][binds]: bound tab (43) = +scoreboard
[2022-02-07 18:19:04][binds]: bound space (44) = +jump
[2022-02-07 18:19:04][binds]: bound minus (45) = spectate_previous
[2022-02-07 18:19:04][binds]: bound equals (46) = spectate_next
[2022-02-07 18:19:04][binds]: bound leftbracket (47) = +prevweapon
[2022-02-07 18:19:04][binds]: bound rightbracket (48) = +nextweapon
[2022-02-07 18:19:04][binds]: bound slash (56) = +show_chat; chat all /
[2022-02-07 18:19:04][binds]: bound f1 (58) = toggle_local_console
[2022-02-07 18:19:04][binds]: bound f2 (59) = toggle_remote_console
[2022-02-07 18:19:04][binds]: bound f3 (60) = vote yes
[2022-02-07 18:19:04][binds]: bound f4 (61) = vote no
[2022-02-07 18:19:04][binds]: bound f10 (67) = screenshot
[2022-02-07 18:19:04][binds]: bound pause (72) = say /pause
[2022-02-07 18:19:04][binds]: bound pageup (75) = toggle cl_overlay_entities 0 100
[2022-02-07 18:19:04][binds]: bound pagedown (78) = toggle cl_show_quads 0 1
[2022-02-07 18:19:04][binds]: bound right (79) = +right
[2022-02-07 18:19:04][binds]: bound left (80) = +left
[2022-02-07 18:19:04][binds]: bound up (82) = +jump
[2022-02-07 18:19:04][binds]: bound kp_multiply (85) = zoom
[2022-02-07 18:19:04][binds]: bound kp_minus (86) = zoom-
[2022-02-07 18:19:04][binds]: bound kp_plus (87) = zoom+
[2022-02-07 18:19:04][binds]: bound kp_1 (89) = say /emote happy 999999
[2022-02-07 18:19:04][binds]: bound kp_2 (90) = say /emote angry 999999
[2022-02-07 18:19:04][binds]: bound kp_3 (91) = say /emote pain 999999
[2022-02-07 18:19:04][binds]: bound kp_4 (92) = say /emote surprise 999999
[2022-02-07 18:19:04][binds]: bound kp_5 (93) = say /emote blink 999999
[2022-02-07 18:19:04][binds]: bound kp_0 (98) = say /emote normal 999999
[2022-02-07 18:19:04][binds]: bound lshift (225) = +emote
[2022-02-07 18:19:04][binds]: bound rshift (229) = +spectate
[2022-02-07 18:19:04][binds]: bound mouse1 (285) = +fire
[2022-02-07 18:19:04][binds]: bound mouse2 (286) = +hook
[2022-02-07 18:19:04][binds]: bound mouse3 (287) = +spectate
[2022-02-07 18:19:04][binds]: bound mousewheelup (294) = +prevweapon
[2022-02-07 18:19:04][binds]: bound mousewheeldown (295) = +nextweapon
[2022-02-07 18:19:04][client]: starting...
[2022-02-07 18:19:04][sdl]: SDL version 2.0.20 (compiled = 2.0.20)
[New Thread 0x7fffddd36640 (LWP 35912)]
[2022-02-07 18:19:04][gfx]: Created OpenGL 1.3 context.
[New Thread 0x7fffdd535640 (LWP 35935)]
[2022-02-07 18:19:05][opengl]: Vendor string: Intel Open Source Technology Center
[2022-02-07 18:19:05][opengl]: Version string: 3.0 Mesa 21.3.5
[2022-02-07 18:19:05][gfx]: GPU vendor: Intel Open Source Technology Center
[2022-02-07 18:19:05][gfx]: GPU renderer: Mesa DRI Intel(R) HD Graphics 3000 (SNB GT2)
[2022-02-07 18:19:05][gfx]: GPU version: 3.0 Mesa 21.3.5
[2022-02-07 18:19:05][freetype]: freetype version 2.11.1 (compiled = 2.11.1)
[2022-02-07 18:19:05][textrender]: loaded pFont from '/usr/share/ddnet/data/fonts/Icons.ttf'
[2022-02-07 18:19:05][textrender]: loaded pFont from '/usr/share/ddnet/data/fonts/DejaVuSans.ttf'
[2022-02-07 18:19:05][textrender]: loaded fallback font from '/usr/share/ddnet/data/fonts/GlowSansJCompressed-Book.otf'
[2022-02-07 18:19:05][textrender]: loaded fallback font from '/usr/share/ddnet/data/fonts/SourceHanSansSC-Regular.otf'
[2022-02-07 18:19:05][textrender]: default pFont set 0x55555778c7f0
[2022-02-07 18:19:06][gameclient]: initialisation finished after 1024.27ms
[2022-02-07 18:19:06][client]: version 0.6 626fce9a778df4d4
[New Thread 0x7fffc9125640 (LWP 35941)]
[2022-02-07 18:19:06][http]: fetching https://info2.ddnet.tw/info?name=coldren
[New Thread 0x7fffc8924640 (LWP 35942)]
[Thread 0x7fffc9125640 (LWP 35941) exited]
[Thread 0x7fffc8924640 (LWP 35942) exited]
[2022-02-07 18:19:06][http]: task done https://info2.ddnet.tw/info?name=coldren
[2022-02-07 18:19:06][http]: fetching https://master1.ddnet.tw/ddnet/15/servers.json
[2022-02-07 18:19:06][http]: task done https://master1.ddnet.tw/ddnet/15/servers.json
[2022-02-07 18:19:06][serverbrowse_http]: found master, url='https://master1.ddnet.tw/ddnet/15/servers.json' time=180ms
[New Thread 0x7fffc8924640 (LWP 35943)]
[Thread 0x7fffc8924640 (LWP 35943) exited]
[2022-02-07 18:19:06][http]: https://master3.ddnet.tw/ddnet/15/servers.json failed. libcurl error: Could not resolve host: master3.ddnet.tw
[New Thread 0x7fffc8924640 (LWP 35944)]
[2022-02-07 18:19:06][http]: https://master4.ddnet.tw/ddnet/15/servers.json failed. libcurl error: Could not resolve host: master4.ddnet.tw
[Thread 0x7fffc8924640 (LWP 35944) exited]
[New Thread 0x7fffc8924640 (LWP 35945)]
[Thread 0x7fffc8924640 (LWP 35945) exited]
[2022-02-07 18:19:08][client]: connecting to '176.9.114.238:8302'
[2022-02-07 18:19:08][host_lookup]: host='176.9.114.238' port=8302 3
[2022-02-07 18:19:08][client]: timeout code 'EPcMotj6SFkkmjok' (normal)
[2022-02-07 18:19:08][client]: timeout code 'g2MHX6CnU9LfkeeN' (dummy)
[2022-02-07 18:19:08][client]: connected, sending info
[2022-02-07 18:19:08][client]: loading map, map=Samsara IV wanted sha256=282bb53ece99206247f1a585376a065e867b404b258bc84571efa3bbff5ceea7 crc=36b7454d
[2022-02-07 18:19:08][datafile]: loading. filename='maps/Samsara IV.map'
[2022-02-07 18:19:08][datafile]: could not open 'maps/Samsara IV.map'
[2022-02-07 18:19:08][datafile]: loading. filename='downloadedmaps/Samsara IV_282bb53ece99206247f1a585376a065e867b404b258bc84571efa3bbff5ceea7.map'
[2022-02-07 18:19:08][datafile]: allocsize=11520
[2022-02-07 18:19:08][datafile]: readsize=10784
[2022-02-07 18:19:08][datafile]: swaplen=10804
[2022-02-07 18:19:08][datafile]: item_size=9704
[2022-02-07 18:19:08][datafile]: loading done. datafile='downloadedmaps/Samsara IV_282bb53ece99206247f1a585376a065e867b404b258bc84571efa3bbff5ceea7.map'
[2022-02-07 18:19:08][client]: loaded map 'downloadedmaps/Samsara IV_282bb53ece99206247f1a585376a065e867b404b258bc84571efa3bbff5ceea7.map'
[2022-02-07 18:19:08][client/network]: loading done
[2022-02-07 18:19:08][motd]: DDraceNetwork - ddnet.tw
[2022-02-07 18:19:08][motd]:                 Dummy Server
[2022-02-07 18:19:08][motd]:
[2022-02-07 18:19:08][motd]: ╭─           Cᴜʀʀᴇɴᴛ Mᴀᴘ
[2022-02-07 18:19:08][motd]: │ Map: Samsara IV
[2022-02-07 18:19:08][motd]: │ Mapper: Meliodafu
[2022-02-07 18:19:08][motd]: │ Difficulty: ★★★✰✰ (20 Points)
[2022-02-07 18:19:08][motd]: │ Released on 2018-12-08
[2022-02-07 18:19:08][motd]: │ 1062 finishes by 840 tees
[2022-02-07 18:19:08][motd]: │ Top Time: 07:55
[2022-02-07 18:19:08][motd]: │ Median Time: 34:13
[2022-02-07 18:19:08][motd]: │ Worst Time: 06:39:59
[2022-02-07 18:19:08][motd]: ╰───────────────────────
[2022-02-07 18:19:08][datafile]: loading data index=57 size=11041 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=65 size=3340 uncompressed=486918
[2022-02-07 18:19:08][datafile]: loading data index=63 size=2082 uncompressed=1460754
[2022-02-07 18:19:08][datafile]: loading data index=61 size=1915 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=67 size=580 uncompressed=486918
[2022-02-07 18:19:08][datafile]: loading data index=59 size=1809 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=29 size=1006 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=33 size=2055 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=34 size=1522 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=35 size=995 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=36 size=1147 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=37 size=1231 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=38 size=1157 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=39 size=1168 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=40 size=1085 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=41 size=997 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=42 size=993 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=43 size=995 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=44 size=996 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=45 size=972 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=46 size=999 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=47 size=973 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=48 size=975 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=49 size=976 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=50 size=1021 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=51 size=1032 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=52 size=967 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=53 size=1010 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=54 size=991 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=55 size=974 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=56 size=975 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=58 size=967 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=60 size=967 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=62 size=967 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=64 size=967 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=66 size=967 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=68 size=7847 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=69 size=3720 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=70 size=17962 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=71 size=8023 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=72 size=2060 uncompressed=973836
[2022-02-07 18:19:08][datafile]: loading data index=2 size=15282 uncompressed=4194304
[2022-02-07 18:19:08][datafile]: loading data index=1 size=17 uncompressed=9
[2022-02-07 18:19:08][datafile]: loading data index=4 size=10874 uncompressed=65536
[2022-02-07 18:19:08][datafile]: loading data index=3 size=18 uncompressed=10
[2022-02-07 18:19:08][datafile]: loading data index=6 size=35153 uncompressed=889200
[2022-02-07 18:19:08][datafile]: loading data index=5 size=19 uncompressed=11
[2022-02-07 18:19:08][datafile]: loading data index=8 size=62005 uncompressed=4194304
[2022-02-07 18:19:08][datafile]: loading data index=7 size=19 uncompressed=11
[2022-02-07 18:19:08][datafile]: loading data index=10 size=50135 uncompressed=1638400
[2022-02-07 18:19:08][datafile]: loading data index=9 size=25 uncompressed=17
[2022-02-07 18:19:08][datafile]: loading data index=12 size=38598 uncompressed=4194304
[2022-02-07 18:19:08][datafile]: loading data index=11 size=27 uncompressed=19
[2022-02-07 18:19:08][datafile]: loading data index=14 size=65758 uncompressed=4194304
[2022-02-07 18:19:08][datafile]: loading data index=13 size=27 uncompressed=19
[2022-02-07 18:19:08][datafile]: loading data index=16 size=45914 uncompressed=4194304
[2022-02-07 18:19:08][datafile]: loading data index=15 size=24 uncompressed=16
[2022-02-07 18:19:08][datafile]: loading data index=17 size=27 uncompressed=19
[2022-02-07 18:19:08][datafile]: loading data index=19 size=7267 uncompressed=65536
[2022-02-07 18:19:08][datafile]: loading data index=18 size=21 uncompressed=13
[2022-02-07 18:19:08][datafile]: loading data index=21 size=1150 uncompressed=16128
[2022-02-07 18:19:08][datafile]: loading data index=20 size=16 uncompressed=8
[2022-02-07 18:19:08][datafile]: loading data index=0 size=176 uncompressed=473
[2022-02-07 18:19:08][tune]: sv_team 2
[2022-02-07 18:19:08][console]: No such command: sv_team.
[2022-02-07 18:19:08][console]: No such command: sv_max_team_size.
[2022-02-07 18:19:08][console]: No such command: switch_open.
[2022-02-07 18:19:08][console]: No such command: switch_open.
[2022-02-07 18:19:08][console]: No such command: switch_open.
[2022-02-07 18:19:08][console]: No such command: switch_open.
[2022-02-07 18:19:08][console]: No such command: switch_open.
[2022-02-07 18:19:08][console]: No such command: switch_open.
[2022-02-07 18:19:08][console]: No such command: switch_open.
[2022-02-07 18:19:08][console]: No such command: sv_deepfly.
[2022-02-07 18:19:09][chat]: *** 'coldren' entered and joined the game
[2022-02-07 18:19:09][chat]: *** DDraceNetwork Mod. Version: 0.6.4, 15.8.1
[2022-02-07 18:19:09][chat]: *** please visit DDNet.tw or say /info and make sure to read our /rules
[2022-02-07 18:19:09][chat]: *** Welcome to DDraceNetwork!
[2022-02-07 18:19:09][chat]: *** Please join a team before you start
[2022-02-07 18:19:09][serverbrowse_http]: found master, url='https://master2.ddnet.tw/ddnet/15/servers.json' time=1648ms
[2022-02-07 18:19:09][serverbrowse_http]: determined best master, url='https://master1.ddnet.tw/ddnet/15/servers.json' time=180ms
[2022-02-07 18:19:09][demo_recorder]: Recording to 'demos/auto/Samsara IV_2022-02-07_18-19-09.demo'
[2022-02-07 18:19:09][datafile]: loading data index=22 size=101 uncompressed=152
[2022-02-07 18:19:09][datafile]: loading data index=27 size=63 uncompressed=152
[2022-02-07 18:19:09][datafile]: loading data index=30 size=50 uncompressed=152
[2022-02-07 18:19:09][datafile]: loading data index=31 size=49 uncompressed=152
[2022-02-07 18:19:09][datafile]: loading data index=32 size=56 uncompressed=152
[2022-02-07 18:19:09][client]: pinging current server
[2022-02-07 18:19:09][client]: got pong from current server, latency=29ms
[2022-02-07 18:19:11][chat]: *** 'coldrens dummy' entered and joined the game
[2022-02-07 18:19:11][chat]: *** DDraceNetwork Mod. Version: 0.6.4, 15.8.1
[2022-02-07 18:19:11][chat]: *** please visit DDNet.tw or say /info and make sure to read our /rules
[2022-02-07 18:19:11][chat]: *** Welcome to DDraceNetwork!
[2022-02-07 18:19:11][chat]: *** Please join a team before you start
[2022-02-07 18:19:12][demo_recorder]: Stopped recording
[2022-02-07 18:19:12][demo_recorder]: Recording to 'demos/auto/Samsara IV_2022-02-07_18-19-12.demo'
[2022-02-07 18:19:12][client]: pinging current server
[2022-02-07 18:19:12][client]: got pong from current server, latency=25ms
[2022-02-07 18:19:14][chat]: *** coldrens dummy joined team 1
[2022-02-07 18:19:16][chat]: *** coldren joined team 1
[2022-02-07 18:19:17][chat]: *** 'coldren' locked your team. After the race starts, killing will kill everyone in your team.
[2022-02-07 18:19:18][chat]: *** Mappers looking to map using our new features can get our server and client on our website: ddnet.tw
[2022-02-07 18:29:12][client]: pinging current server
[2022-02-07 18:29:12][client]: got pong from current server, latency=24ms
[2022-02-07 18:31:28][chat]: *** Endless hook has been activated
[2022-02-07 18:31:43][tunezone]: got tuning for zone 1
[2022-02-07 18:31:44][tunezone]: got tuning for zone 0
[2022-02-07 18:32:19][chat]: *** Everyone in your locked team was killed because 'coldren' killed.
[2022-02-07 18:34:59][chat]: *** 'Oldnescius' entered and joined the game
[2022-02-07 18:35:01][chat]: *** 'Old's Kiddo' entered and joined the game
[2022-02-07 18:35:02][chat]: *** Old's Kiddo joined team 53
[2022-02-07 18:35:02][chat]: *** Oldnescius joined team 53
[2022-02-07 18:35:17][chat]: *** Old's Kiddo joined team 53
[2022-02-07 18:35:18][chat]: *** Oldnescius joined team 53
i965: Failed to submit batchbuffer: Input/output error

Thread 6 "DDNet" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffdd535640 (LWP 35935)]
0x00007ffff5727d22 in raise () from /usr/lib/libc.so.6
(gdb)

backtrace:

(gdb) bt
#0  0x00007ffff5727d22 in raise () at /usr/lib/libc.so.6
#1  0x00007ffff5711862 in abort () at /usr/lib/libc.so.6
#2  0x00007fffde0b291f in  () at /usr/lib/dri/i965_dri.so
#3  0x00007fffde0a7d51 in  () at /usr/lib/dri/i965_dri.so
#4  0x00007fffde0a9c61 in  () at /usr/lib/dri/i965_dri.so
#5  0x00007fffde223145 in  () at /usr/lib/dri/i965_dri.so
#6  0x00007fffde21d2d5 in  () at /usr/lib/dri/i965_dri.so
#7  0x000055555562fd06 in CCommandProcessorFragment_OpenGL::RunCommand(CCommandBuffer::SCommand const*) ()
#8  0x000055555564eff6 in CCommandProcessor_SDL_OpenGL::RunBuffer(CCommandBuffer*) ()
#9  0x000055555564f521 in CGraphicsBackend_Threaded::ThreadFunc() ()
#10 0x00007ffff5aef3c4 in std::execute_native_thread_routine(void*) (__p=0x555555ac3790)
    at /build/gcc/src/gcc/libstdc++-v3/src/c++11/thread.cc:82
#11 0x00007ffff58c0259 in start_thread () at /usr/lib/libpthread.so.0
#12 0x00007ffff57e95e3 in clone () at /usr/lib/libc.so.6
(gdb)

This is my hardware:

darkwood% lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)

I think this is my GPU: Intel HD 3000

darkwood% cat /proc/cpuinfo | grep model
model		: 42
model name	: Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz
model		: 42
model name	: Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz
model		: 42
model name	: Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz
model		: 42
model name	: Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz

RAM

darkwood% free -ht
               total        used        free      shared  buff/cache   available
Mem:           3.7Gi       2.5Gi       236Mi       287Mi       959Mi       673Mi
Swap:          4.0Gi       1.4Gi       2.6Gi
Total:         7.7Gi       3.9Gi       2.8Gi

When I execute the application like this it doesn't crash:

LIBGL_ALWAYS_SOFTWARE=1 DDNet

Can you tell me what is wrong? And how to fix it. Other GPU demanding apps crash as well like blender.
Is this the main problem:

i965: Failed to submit batchbuffer: Input/output error

This is what I have installed:
* local/xf86-video-intel 1:2.99.917+916+g31486f40-2 (xorg-drivers)
* local/mesa 21.3.5-1
* local/vulkan-intel 21.3.5-1

If that is of any help: (mkinitcpio)

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=()

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS=(base udev plymouth autodetect modconf block filesystems keyboard fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

Thanks for any hints on how to fix this, so that I can use DDNet, and blender without fear of crashing.
I will add 4G to my RAM so I will have 8G. I also thought of buying a GPU for my ThinkPad T420, but I don't know if there is a compatible one that is still available. Didn't find NVIDIA NVS 4200M, 1GB VRAM, Optimus on ebay.

Thanks

Offline

Board footer

Powered by FluxBB