Help running FightCade application?
I'm new to Ubuntu and trying to get the application FightCade (fightcade.com) up and running. I followed the directions in the readme
file, but have run up against a wall:
I used the terminal to download wine and all the other things, and the readme suggests I should just be able to type ./fightcade
to run the application. But I just get the message No such file or directory.
How should I proceed?
command-line software-installation wine games
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm new to Ubuntu and trying to get the application FightCade (fightcade.com) up and running. I followed the directions in the readme
file, but have run up against a wall:
I used the terminal to download wine and all the other things, and the readme suggests I should just be able to type ./fightcade
to run the application. But I just get the message No such file or directory.
How should I proceed?
command-line software-installation wine games
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm new to Ubuntu and trying to get the application FightCade (fightcade.com) up and running. I followed the directions in the readme
file, but have run up against a wall:
I used the terminal to download wine and all the other things, and the readme suggests I should just be able to type ./fightcade
to run the application. But I just get the message No such file or directory.
How should I proceed?
command-line software-installation wine games
I'm new to Ubuntu and trying to get the application FightCade (fightcade.com) up and running. I followed the directions in the readme
file, but have run up against a wall:
I used the terminal to download wine and all the other things, and the readme suggests I should just be able to type ./fightcade
to run the application. But I just get the message No such file or directory.
How should I proceed?
command-line software-installation wine games
command-line software-installation wine games
edited Mar 22 '15 at 11:27
Fabby
26.6k1360159
26.6k1360159
asked Mar 16 '15 at 10:25
zone1122zone1122
1112
1112
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You have to navigate to the directory in which the fightcade
executable is located before running ./fightcade
:
cd <path_to_fightcade_executable>
add a comment |
I'm working on the same thing.
The latest version comes with an installer so you just need to execute
sudo ./linux-install.sh
To execute it should just be ./fightcade
There is a WiKi post about it here.
https://code.google.com/p/groovyarcade/wiki/FightCade_Install_HowTo?ts=1430474430&updated=FightCade_Install_HowTo
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f597385%2fhelp-running-fightcade-application%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have to navigate to the directory in which the fightcade
executable is located before running ./fightcade
:
cd <path_to_fightcade_executable>
add a comment |
You have to navigate to the directory in which the fightcade
executable is located before running ./fightcade
:
cd <path_to_fightcade_executable>
add a comment |
You have to navigate to the directory in which the fightcade
executable is located before running ./fightcade
:
cd <path_to_fightcade_executable>
You have to navigate to the directory in which the fightcade
executable is located before running ./fightcade
:
cd <path_to_fightcade_executable>
answered Mar 16 '15 at 10:33
koskos
25.5k870121
25.5k870121
add a comment |
add a comment |
I'm working on the same thing.
The latest version comes with an installer so you just need to execute
sudo ./linux-install.sh
To execute it should just be ./fightcade
There is a WiKi post about it here.
https://code.google.com/p/groovyarcade/wiki/FightCade_Install_HowTo?ts=1430474430&updated=FightCade_Install_HowTo
add a comment |
I'm working on the same thing.
The latest version comes with an installer so you just need to execute
sudo ./linux-install.sh
To execute it should just be ./fightcade
There is a WiKi post about it here.
https://code.google.com/p/groovyarcade/wiki/FightCade_Install_HowTo?ts=1430474430&updated=FightCade_Install_HowTo
add a comment |
I'm working on the same thing.
The latest version comes with an installer so you just need to execute
sudo ./linux-install.sh
To execute it should just be ./fightcade
There is a WiKi post about it here.
https://code.google.com/p/groovyarcade/wiki/FightCade_Install_HowTo?ts=1430474430&updated=FightCade_Install_HowTo
I'm working on the same thing.
The latest version comes with an installer so you just need to execute
sudo ./linux-install.sh
To execute it should just be ./fightcade
There is a WiKi post about it here.
https://code.google.com/p/groovyarcade/wiki/FightCade_Install_HowTo?ts=1430474430&updated=FightCade_Install_HowTo
edited May 1 '15 at 10:57
muru
1
1
answered May 1 '15 at 10:11
ThePlayerOfGamesThePlayerOfGames
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f597385%2fhelp-running-fightcade-application%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown