It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I'm trying to run the game on Linux Mint 20 (Ubuntu 20.04), and I'm getting:

X Error of failed request: BadDrawable (invalid Pixmap or Window parameter)
Major opcode of failed request: 149 ()
Minor opcode of failed request: 4
Resource id in failed request: 0x4600013
Serial number of failed request: 275
Current serial number in output stream: 281

Other Unity-based games seem to run just fine, so no, it's not a problem with my setup. I'm on the 440.100 stable branch of the Nvidia driver.

Is anyone else seeing this?
No posts in this topic were marked as the solution yet. If you can help, add your reply
I do! Thanks for the report, we will look into it as soon as we can
avatar
atnonplavov: I do! Thanks for the report, we will look into it as soon as we can
Thank you :). I did not even dare to hope you guys were monitoring the GOG forums. Was mostly waiting for feedback from other goggers.
avatar
atnonplavov: I do! Thanks for the report, we will look into it as soon as we can
I figured out what the problem was, and maybe it is something you can potentially address, since I'm not seeing this in any of the other Unity games I have lying around. It's sort of a corner case though.

I was playing around with GPU video encoding these days and wanted to give Intel Quick Sync a try, so I had enabled my iGPU.

Turning it back off gets the game to start correctly. I guess it was trying to use the iGPU instead of my 1080, but since my monitor's connected directly to the 1080, X sorta had a seizure.
avatar
atnonplavov: I do! Thanks for the report, we will look into it as soon as we can
Maybe the problem is with intel cpu video? i face the same issue and only with this game. I have a nvidia integrated card that im not using so im using only the intel card in the cpu

```
Hardware Overview
Processor
Processor Name: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
Processor Speed: 1204.216
Processor Cores: 2
Graphics
Model: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
Driver Module:

i915 2617344 15
nouveau 2375680 1
ttm 118784 1 nouveau
i2c_algo_bit 16384 2 i915,nouveau
drm_kms_helper 253952 2 i915,nouveau
cec 69632 2 drm_kms_helper,i915
intel_gtt 24576 1 i915
mxm_wmi 16384 1 nouveau
wmi 36864 3 asus_wmi,mxm_wmi,nouveau
drm 581632 10 drm_kms_helper,i915,ttm,nouveau
agpgart 53248 4 intel_gtt,ttm,nouveau,drm

Tests: direct rendering: Yes
Display:

Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
eDP1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
1366x768 60.32*+
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
680x384 60.00
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

lspci

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 08)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940M] (rev a2)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
03:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
Well, in fact my error its not quite the same now that i look closely to the output

$ ./start.sh
Running Hellpoint
Set current directory to /home/user/GOG Games/Hellpoint/game
Found path: /home/user/GOG Games/Hellpoint/game/Hellpoint.x86_64
./start.sh: línea 16: 64384 Abortado (`core' generado) ./"Hellpoint.x86_64"
avatar
lea2501: Well, in fact my error its not quite the same now that i look closely to the output

$ ./start.sh
Running Hellpoint
Set current directory to /home/user/GOG Games/Hellpoint/game
Found path: /home/user/GOG Games/Hellpoint/game/Hellpoint.x86_64
./start.sh: línea 16: 64384 Abortado (`core' generado) ./"Hellpoint.x86_64"
Do you have Vulkan installed? I ask because I had the same problem and that fixed it.
The game uses Vulkan only.
I've tried with "-force-glcore45" and previous versions (from 3.2 to 4.5), but with no success.
avatar
lea2501: Well, in fact my error its not quite the same now that i look closely to the output

$ ./start.sh
Running Hellpoint
Set current directory to /home/user/GOG Games/Hellpoint/game
Found path: /home/user/GOG Games/Hellpoint/game/Hellpoint.x86_64
./start.sh: línea 16: 64384 Abortado (`core' generado) ./"Hellpoint.x86_64"
I have the same problem on
Manjaro Linux
Cinnamon 4.8.6
Kernel 5.10.42
Radeon HD 7790

./start.sh: Zeile 16: 19863 Abgebrochen (Speicherabzug geschrieben) ./"Hellpoint.x86_64"

(Vulkan is installed)

Edit: I solved it myself. My system was running on the older radeon kernel driver instead of amdgpu. The easiest way to switch was to edit /etc/default/grub inserting/editing following line: "radeon.cik_support=0 amdgpu.cik_support=1" and updating grub.
Post edited September 23, 2021 by Machion