• Register

This member has provided no bio about themself...

Comment History
Coryf88
Coryf88 - - 1 comments @ Atom Zombie Smasher

I ran into the same problem. Very simple fix though, edit ~/desura/common/atom-zombie-smasher/
data/atomzombiesmasher and change
MONO_LOG_LEVEL="debug" mono ./release.exe "$@"
to
MONO_LOG_LEVEL="debug" ./mono ./release.exe "$@"

Good karma+1 vote