Posted July 27, 2022
Hey, I'm trying to start game on linux fedora, hoping to get it workings as several other games worked on fedora.
I click the start icon and nothing happens. I go onto terminal, and do bash ./start , and below happens.
-----
[kaushan@fedora Crypt of the NecroDancer]$ bash ./start.sh
Running Crypt of the NecroDancer
./NecroDancer.sh: line 3: ./NecroDancer: No such file or directory
-----
in the /game/ directory ,
there is a NecroDancer.sh , and a file simply called NecroDancer. Trying to run NecroDancer.sh gives :
[kaushan@fedora game]$ bash NecroDancer.sh
NecroDancer.sh: line 3: ./NecroDancer: No such file or directory
-----
Trying to run NecroDancer gives :
[kaushan@fedora game]$ bash NecroDancer
NecroDancer: NecroDancer: cannot execute binary file
-----
anything I can do?
I click the start icon and nothing happens. I go onto terminal, and do bash ./start , and below happens.
-----
[kaushan@fedora Crypt of the NecroDancer]$ bash ./start.sh
Running Crypt of the NecroDancer
./NecroDancer.sh: line 3: ./NecroDancer: No such file or directory
-----
in the /game/ directory ,
there is a NecroDancer.sh , and a file simply called NecroDancer. Trying to run NecroDancer.sh gives :
[kaushan@fedora game]$ bash NecroDancer.sh
NecroDancer.sh: line 3: ./NecroDancer: No such file or directory
-----
Trying to run NecroDancer gives :
[kaushan@fedora game]$ bash NecroDancer
NecroDancer: NecroDancer: cannot execute binary file
-----
anything I can do?