minesweeper-rs
minesweeper-rs copied to clipboard
Illegal instruction (core dumped)
Running on Arch Linux.
[darko@antergos-of-barsoom release]$ ./minesweeper Illegal instruction (core dumped) [darko@antergos-of-barsoom release]$
No other info. Same result if I compile without --release.
Thank you! I haven't compile it for a while. Can you please tell me what rust version are you using?
Sure, cargo -V cargo 1.33.0 (f099fe94b 2019-02-12) rustc -V rustc 1.33.0 (2aa4c46cf 2019-02-28)
Hmm, I've got this ussue after update https://github.com/PistonDevelopers/piston/issues/1202, it seems to be a problem with my Mesa, but nothing near "illegal instruction". I'll try to update all of the dependencies, maybe it will resolve this issue.