Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

KMSshooterView game page

Submitted by Unesty — 9 hours, 43 minutes before the deadline
Add to collection

Play game

KMSshooter's itch.io page

Results

CriteriaRankScore*Raw Score
Overall Fun Factor#330.4081.000
Completeness of Experience#330.4081.000
Visual Flair#330.4081.000
Inventive Mechanics#330.4081.000
Linux Compatibility#330.4081.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

Jam Host

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.

Developer

Updated archive, now it is easier to find cube.

Submitted

same AMD error as others. I noticed that the executable was still running after terminating and consuming 100% CPU on one core

Submitted

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

Developer (2 edits)

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

Submitted

I use the open source AMDGPU driver on Arch linux.

Developer

And radeon is not loaded?

Submitted

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.

.....

Submitted

This program didn't quit after the error, it was using CPU time until I stopped it.

Developer
Run strace -f -o sc ./kmsshooter and post sc file content here.
Submitted

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)