Please Help Me Uninstall. Make Uninstall not Working. Beta10

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
slixz85
Greenhorn
Posts: 6
Joined: 23 Aug 2012, 00:20

Please Help Me Uninstall. Make Uninstall not Working. Beta10

Post by slixz85 »

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
User avatar
Staff
Global Moderator
Global Moderator
Posts: 387
Joined: 27 May 2011, 04:08

Re: Please Help Me Uninstall. Make Uninstall not Working. Be

Post by Staff »

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
If you didn't do sudo make install, then it isn't installed, so sudo make uninstall won't work.
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.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Please Help Me Uninstall. Make Uninstall not Working. Be

Post by NoQ »

mouse movement in beta 10 does not work for me. it works in the top left right portion of screen but not the bottom.
Are you playing in windowed mode, with the bottom part of the window below the screen? Or maybe wrong resolution?
slixz85
Greenhorn
Posts: 6
Joined: 23 Aug 2012, 00:20

Re: Please Help Me Uninstall. Make Uninstall not Working. Be

Post by slixz85 »

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.
User avatar
Staff
Global Moderator
Global Moderator
Posts: 387
Joined: 27 May 2011, 04:08

Re: Please Help Me Uninstall. Make Uninstall not Working. Be

Post by Staff »

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.
Sorry, this account has been deactivated.
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

Post by slixz85 »

Staff 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.
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. thanks
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Please Help Me Uninstall. Make Uninstall not Working. Be

Post by NoQ »

welcome to UNIX (:
stiv
Warzone 2100 Team Member
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

Post by stiv »

welcome to UNIX (:
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.