hi. i still enjoy playing this game i use 2.3.9 without any problems
i just need to uninstall beta 10 because i want to get beta 11 and the mouse movement in beta 10 does not work for me. it works in the top left right portion of screen but not the bottom.
i just dont like that idea of two warzones installed either. the sudo make uninstall command does not work from the games directory so i am not sure what to do. i installed it by doing ./autogen.sh && ./configure && make
thanks to any help
Please Help Me Uninstall. Make Uninstall not Working. Beta10
-
slixz85
- Greenhorn
- Posts: 6
- Joined: 23 Aug 2012, 00:20
-
Staff
- Global Moderator

- Posts: 387
- Joined: 27 May 2011, 04:08
Re: Please Help Me Uninstall. Make Uninstall not Working. Be
If you didn't do sudo make install, then it isn't installed, so sudo make uninstall won't work.slixz85 wrote:hi. i still enjoy playing this game i use 2.3.9 without any problems
i just need to uninstall beta 10 because i want to get beta 11 and the mouse movement in beta 10 does not work for me. it works in the top left right portion of screen but not the bottom.
i just dont like that idea of two warzones installed either. the sudo make uninstall command does not work from the games directory so i am not sure what to do. i installed it by doing ./autogen.sh && ./configure && make
thanks to any help
You can just delete the game directory.
Most people on linux just run the game from the source directory anyway, it is a bit easier.
Sorry, this account has been deactivated.
Please post issues in Website feedback instead, only Moderators can read things there.
Please post issues in Website feedback instead, only Moderators can read things there.
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Please Help Me Uninstall. Make Uninstall not Working. Be
Are you playing in windowed mode, with the bottom part of the window below the screen? Or maybe wrong resolution?mouse movement in beta 10 does not work for me. it works in the top left right portion of screen but not the bottom.
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
slixz85
- Greenhorn
- Posts: 6
- Joined: 23 Aug 2012, 00:20
Re: Please Help Me Uninstall. Make Uninstall not Working. Be
to staff. if i put the game directory in the trash then ./src/warzone2100 still works from terminal to open it. so since it appears it is installed i have restored the folder back to where it was in case i can find a fix.
and to noQ. i have switched resolutions around and it hasn't fixed it. it started by default in window mode but had this problem so i switched to fullscreen besides that is how i like playing it. so i am not sure what is up with it. i have still been playing 2.3.9 with no problems but would really like to uninstall this beta10 all the way and just move to beta11 anyway since it is out and better. maybe this was fixed and some people had this problem.
and to noQ. i have switched resolutions around and it hasn't fixed it. it started by default in window mode but had this problem so i switched to fullscreen besides that is how i like playing it. so i am not sure what is up with it. i have still been playing 2.3.9 with no problems but would really like to uninstall this beta10 all the way and just move to beta11 anyway since it is out and better. maybe this was fixed and some people had this problem.
-
Staff
- Global Moderator

- Posts: 387
- Joined: 27 May 2011, 04:08
Re: Please Help Me Uninstall. Make Uninstall not Working. Be
If you deleted the directory, while you still had a terminal open to that directory, it won't delete it, until after you close the terminal, or change directory to something else that isn't in the source tree directory.
As I said, as long as you didn't do sudo make install, then you didn't install it.
If you want to install it, add the prefix flag to where you want the game to be installed to, or else, it uses the normal location for your distro when you do the sudo make install command.
As I said, as long as you didn't do sudo make install, then you didn't install it.
If you want to install it, add the prefix flag to where you want the game to be installed to, or else, it uses the normal location for your distro when you do the sudo make install command.
Sorry, this account has been deactivated.
Please post issues in Website feedback instead, only Moderators can read things there.
Please post issues in Website feedback instead, only Moderators can read things there.
-
slixz85
- Greenhorn
- Posts: 6
- Joined: 23 Aug 2012, 00:20
Re: Please Help Me Uninstall. Make Uninstall not Working. Be
that was exactly it. wierd i didnt expect somethin so simple to be it. lol. figured if in trash then it couldn't read it anyway. thanksStaff wrote:If you deleted the directory, while you still had a terminal open to that directory, it won't delete it, until after you close the terminal, or change directory to something else that isn't in the source tree directory.
As I said, as long as you didn't do sudo make install, then you didn't install it.
If you want to install it, add the prefix flag to where you want the game to be installed to, or else, it uses the normal location for your distro when you do the sudo make install command.
-
NoQ
- Special

- Posts: 6226
- Joined: 24 Dec 2009, 11:35
- Location: /var/zone
Re: Please Help Me Uninstall. Make Uninstall not Working. Be
welcome to UNIX (:
Maps | Tower Defense | NullBot AI | More NullBot AI | Scavs | More Scavs | Tilesets | Walkthrough | JSCam
-
stiv
- Warzone 2100 Team Member

- Posts: 876
- Joined: 18 Jul 2008, 04:41
- Location: 45N 86W
Re: Please Help Me Uninstall. Make Uninstall not Working. Be
Last I checked, Windows exhibits similar behavior - a file in use cannot be deleted - with the added feature that sometimes you need to reboot to clear a stale reference.welcome to UNIX (: