- Mar 19, 2020
- 2,283
- 3,006
No, you're not. Just not "assume" something because it's too obvious, read the full post -- especially if someone already said from the beginning it is not obvious ;-)Okay, I admit it. I'm an idiot.
No, you're not. Just not "assume" something because it's too obvious, read the full post -- especially if someone already said from the beginning it is not obvious ;-)Okay, I admit it. I'm an idiot.
It's official. I'm an idiot.So READ out LOUD what is written in the v12 line...![]()
![]()
Okay, I admit it. I'm an idiot.
No, you're not. An idiot would be someone who double-down and triple-down and quadruple-down and quintuple-down on their own mistake all while calling other people smartass for pointing it out, like a certain someone around here about a week ago.It's official. I'm an idiot.
What Cabin Fever said... making a mistake is one thing and it's not something to be ashamed of... just turn back a few pages on this forum thread to find someone with the quality you mentioned after making the same mistake as you... it is something to learn from !It's official. I'm an idiot.
Thanks for the kind words, but if you knew my education level (and what I studied) you would probably understand why I consider what I did as idiotic.What Cabin Fever said... making a mistake is one thing and it's not something to be ashamed of... just turn back a few pages on this forum thread to find someone with the quality you mentioned after making the same mistake as you... it is something to learn from !To say the least
![]()
Welp I have not mentioned mine ( and I won'tThanks for the kind words, but if you knew my education level (and what I studied) you would probably understand why I consider what I did as idiotic.
Don't worry... you are not the only idiot here. F95 is full of them.Okay, I admit it. I'm an idiot.
Well I'm late but I agree with the others, you're too harsh with yourself now, it can happen and I apologize with you for being rude, I could have helped you without being an ass, so sorry.It's official. I'm an idiot.
LiesWell I'm late but I agree with the others, you're too harsh with yourself now, it can happen and I apologize with you for being rude, I could have helped you without being an ass, so sorry.![]()
Not this time, sorry man I went overboard with him and an apology was due.Lies
Overboard ? Nah... a bit more harsh than usual maybe... a D ^ here's what's overboardNot this time, sorry man I went overboard with him and and apology was due.
You little devilF95 is full of them.![]()
Hi and thanks for your reply. Although I can and do use the command line (at a mid level) I never have had a need to use it on this site as I usually simply make the .sh file executable in the GUI. If on the rare occasion that it fails then I open the game in WINE which in the past has worked just fine.I don't want to be mean, but if you've running Linux for many years, you should know how to troubleshoot such an easy one...
1) Download the Linux package of the game and extract it
2) Open a terminal,cd
to the directory where you extracted your files, and run./nw
or./launcher.sh
You will get an error ("Permission denied"), which is to be expected, because distributing a Linux package of a program/game as ZIP or RAR archive is a bad idea, because it doesn't preserve any file permissions. Therefore you have to make sure the main file is executable
3) Makenw
executable by typingchmod u+x nw
4) Run./nw
(or./launcher.sh
) again
5) If you still got errors (i.e. missing libraries), make sure you have all the needed libraries installed
(I'm not going to explain how to install additional libraries, this is way to off-topic)
6) After installing the missing libraries, the game should run perfectly fine
Thanks for your response. As in my reply to TheMickey I do not usually use the command line on this site. I will try again with the terminal.What error or message do you get when your try to launch nw.sh via Terminal?
I'm still hereOMG what has the world come to? The "evil curmudgeons", myself included, have all gone soft simultaneously!![]()
I told this several times already... it all comes up to who am I dealing with... if your a good lad I will be an even better lad... if you are an asshole I will be a grade A assholeOMG what has the world come to? The "evil curmudgeons", myself included, have all gone soft simultaneously!![]()
Hi Again. OK. I did get the game to start from the command line as you suggested and it seems to run well so far.I don't want to be mean, but if you've running Linux for many years, you should know how to troubleshoot such an easy one...
1) Download the Linux package of the game and extract it
2) Open a terminal,cd
to the directory where you extracted your files, and run./nw
or./launcher.sh
You will get an error ("Permission denied"), which is to be expected, because distributing a Linux package of a program/game as ZIP or RAR archive is a bad idea, because it doesn't preserve any file permissions. Therefore you have to make sure the main file is executable
3) Makenw
executable by typingchmod u+x nw
4) Run./nw
(or./launcher.sh
) again
5) If you still got errors (i.e. missing libraries), make sure you have all the needed libraries installed
(I'm not going to explain how to install additional libraries, this is way to off-topic)
6) After installing the missing libraries, the game should run perfectly fine
Fixed.. ThanksThanks for your response. As in my reply to TheMickey I do not usually use the command line on this site. I will try again with the terminal.