Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Micro-V

Assembly language programming puzzle game. · By Droog71

Error on Mac

A topic by Jared M. Hall created 37 days ago Views: 29 Replies: 2
Viewing posts 1 to 2

This looks really nice but when I try to run it I get the following error:

thread 'main' panicked at src/graphics/textures.rs:21:74:

called `Result::unwrap()` on an `Err` value: FileError { kind: IOError(Os { code: 2, kind: NotFound, message: "No such file or directory" }), path: "assets/oled_board.png" }


Pretty much I just unzipped the package and ran 'micro-v' and got that error in the terminal.

Developer (1 edit)

I shared this on the Macroquad Discord server. Someone there was kind enough to test the game on Mac OS and reported the following.
I downloaded the game and tried it and it ran fine. It is relative to the current directory though, so they need to start the application from the game directory.

(2 edits)

Thank you for checking on that! I still get the same error with a fresh unzip and running micro-v from the game directory. Are there any files stored locally, outside of the folder, when it runs that could be corrupted? If so, I can try deleting those.


EDIT: Got it working! Just had to run it from the command line :P