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

CLI DungeonView game page

"Port" of CLI JAM entry
Submitted by high-impact — 1 day, 8 hours before the deadline
Add to collection

Play game

CLI Dungeon's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

executing dungeon.elf give: 

Shader program linking failed (ID 1)
error: fragment shader input `uv' with explicit location has no matching output
error: fragment shader input `foreground' with explicit location has no matching output
error: fragment shader input `background' with explicit location has no matching output
error: fragment shader input `glyph' with explicit location has no matching output
OpenGL Error: Failed OpenGL setup!
FXT setup failed!

Submitted

I don’t know what to do about it.

Developer

I don't either - the shaders are fine, and there should be nothing linux-specific to break them.  In fact, it should die on error loading the shaders if there were a filesystem issue, but it hasn't.

Submitted

Yep, not working on windows 10 for me either.  Also made my PC freak out a bit and need a restart.

I played this during the CLIJam, it was fun and I wanted to see any progress, let me know if you get it fixed. 
A point of feedback would be because it's in the CLI, players will already be nervous about running the game.  Not sure there is any way to fix that (Maybe some kind of weird wrapper or README file?) but it might help.

Developer

This is my first attempt at exporting SDL and I seem to have blundered.  If I had ever tested it on any PC other than my own I'm sure it would have been caught in time...  Oh well.  I didn't really make much progress since the first version.

I get what you're saying about it seeming like a fishy executable since I didn't use any engine.  Dunno what can really be done about that other than using an engine (which I'd rather avoid -- I'm too dumb for object oriented programming and 20 levels of abstraction) or compiling to WebAssembly and letting people play in browser.  I'll keep it in mind for next time.

Submitted

Doesn't start on Win10 here, error 0xc000007b

Developer (1 edit)

That's really frustrating, seems most likely to be missing a DLL that I have in %path% which allows it to run on my machine, or 32 bit vs 64 bit error.  If I can figure it out, I'll reupload. :/


Edit: I was missing a dependency.  This may or may not allow the program to run.  If you like, please give the new upload a try.