If I use the command. $ pacman X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed request: 27 Current serial number in output stream: 31 If I use the command. $pacman grey X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed request: 21 Current serial number in output stream: 25
severity 248496 grave thanks Raising priority, since the game does not run at all and the package seems completely abandoned. If I'm right, the package will eventually just be dropped.
Control: severity -1 normal Control: tags -1 moreinfo Hello, the game works for me on amd64 and i386 in Sid. I cannot confirm that the game is unusable for the majority of users hence I think severity grave is not justified in this case. Please note that the package has been orphaned. It simply needs a new maintainer. https://bugs.debian.org/869291 Regards, Markus
It does not work for me, same thing as what the bugreport has, since over 10 years… Il giorno sab 2 giu 2018 alle ore 15:17 Markus Koschany <apo@debian.org> ha scritto:
Am 03.06.2018 um 09:15 schrieb Salvo Tomaselli: We need more information if we want to tackle the problem. What Debian are you running? What architecture, desktop environment, X server and graphics driver do you use? Add everything that might be interesting to this bug report. Without those information it is very hard to debug the problem. Markus
Debian sid, x86_64 up to date. Intel video card, not that it matters. Il 03 Giu 2018 12:14, "Markus Koschany" <apo@debian.org> ha scritto:
Am 03.06.2018 um 13:33 schrieb Salvo Tomaselli: It does matter. But with such poor bug reports this issue will never be fixed for you.
Well it had been open for over 10 years with 0 activity nor request for more details, you only woke up because I raised priority, but are not willing to take the package, a package that for me should be removed. Il giorno dom 3 giu 2018 alle ore 13:34 Markus Koschany <apo@debian.org> ha scritto:
Am 03.06.2018 um 13:57 schrieb Salvo Tomaselli: It has been working for the majority of users for the past ten years, that's why nobody raised the severity in the past. As long as you don't provide proper information to debug this issue nobody will be able to help you. Just removing a package is an extremely poor solution.
It does something bad with the X11 protocol, but I don't know anything
about it so I can't debug it.
I just see from strace a bunch of recvmsg(3, {msg_namelen=0}, 0)
= -1 EAGAIN (Resource temporarily unavailable) soon after the
socket to Xorg is opened.
Il giorno dom 3 giu 2018 alle ore 14:03 Markus Koschany
<apo@debian.org> ha scritto:
Hi, I just encountered the same problem. I'm fairly certain the root cause is that the game assumes some specific named font is available, and fails when it isn't (i.e. missing dependency). I looked at it using xtruss (https://www.chiark.greenend.org.uk/~sgtatham/xtruss/) and it seems to try to use a font called "8x16": OpenFont(fid=f#04600003, name="8x16") ChangeGC(gc=g#04600002, foreground=0x0000FFFF, background=0x00000000, font=f#04600003) ChangeWindowAttributes(window=w#04600001, event-mask=Exposure) ConfigureWindow(window=w#04600001, stack-mode=Above) MapWindow(window=w#04600001) ... OpenFont(fid=f#04600003, name="8x16") = BadName ... ChangeGC(gc=g#04600002, foreground=0x0000FFFF, background=0x00000000, font=f#04600003) = BadFont(font=f#00000000) --- Expose(window=w#04600001, x=0, y=0, width=1, height=1, count=0) X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed request: 27 Current serial number in output stream: 31 I have no idea how to provide the game with the required font; the xfonts-base package, which contains /usr/share/fonts/X11/misc/8x16.pcf.gz, is installed, fwiw. HTH. Andras