Play game
KMSshooter's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Overall Fun Factor | #33 | 0.408 | 1.000 |
Completeness of Experience | #33 | 0.408 | 1.000 |
Visual Flair | #33 | 0.408 | 1.000 |
Inventive Mechanics | #33 | 0.408 | 1.000 |
Linux Compatibility | #33 | 0.408 | 1.000 |
Ranked from 1 rating. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Ahoy there! I wasn't able to get your game running. On my desktop machine running Nvidia proprietary drivers, I get an error (not surprising - AFIK, kmscube isn't intended to work with them) saying:
"drmModeGetResources failed: Invalid argument
failed to initialize DRM"
On a laptop running Intel Sandybridge graphics with Mesa 18.2.2, I get a white screen when switching to a TTY and attempting to run it, which doesn't seem to respond to anything except Ctrl+C. When returning to the TTY, I see output that lists EGL and OpenGL extensions, but no indicators of problems.
I'm happy to invest a little time in getting things running, but I'd like to wrap up my impressions/feedback by tomorrow and may not be able to include KMSshooter.
Updated archive, now it is easier to find cube.
same AMD error as others. I noticed that the executable was still running after terminating and consuming 100% CPU on one core
amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.
do_winsys_init: DRM version is 3.27.0 but this driver is only compatible with 2.12.0 (kernel 3.2) or later.
failed to set mode: Permission denied
Do you use radeon driver? I found that amdgpu driver could be used to prevent this issue. https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1696231
I use the open source AMDGPU driver on Arch linux.
And radeon is not loaded?
This game failed to play.
amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
amdgpu: amdgpu_device_initialize failed.
do_winsys_init: DRM version is 3.26.0 but this driver is only compatible with 2.12.0 (kernel 3.2) or later.
.....
This program didn't quit after the error, it was using CPU time until I stopped it.
This repeats many times.
9624 execve("./kmsshooter", ["./kmsshooter"], 0x7ffdb225c2e8 /* 53 vars */) = 0
9624 brk(NULL) = 0x55b9ac85b000
9624 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
9624 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
9624 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
9624 fstat(3, {st_mode=S_IFREG|0644, st_size=158527, ...}) = 0
9624 mmap(NULL, 158527, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fbb4d4a3000
9624 close(3)