Go Back   Team17 Forum > Game Chat & Support > Older Titles > Worms Armageddon

Closed Thread
 
Thread Tools Display Modes
Old 20 Feb 2009, 17:12   #1
ADX
 
ADX's Avatar
 
Join Date: October 2006
Location: Alicante
Worms Armageddon and Windows 7

Hi,

I've successfully installed Worms Armageddon on Windows 7 with the Automatic Installer (unwain.exe). No errors but strange and annoying colors on screen (like 16-color-converted images). Any solution?

Thanks.
ADX is offline  
Old 20 Feb 2009, 17:14   #2
CyberShadow
Moderator
 
CyberShadow's Avatar
 
Join Date: July 2005
Location: Moldova, Eastern Europe
See the FAQ for Windows Vista.
__________________
Worms Armageddon maintainer. Latest version: W:A 3.7.2

W:A devblog | WormKit (W:A extension framework) | Help and FAQs
CyberShadow is online now  
Old 20 Feb 2009, 17:21   #3
ADX
 
ADX's Avatar
 
Join Date: October 2006
Location: Alicante
Worked fine killing the explorer.exe task.
Thanks!
ADX is offline  
Old 21 Feb 2009, 00:22   #4
franpa
 
franpa's Avatar
 
Join Date: March 2006
Location: Australia, QLD, Brisbane
Send a message via MSN to franpa
Theres some batch files here that may help automate the task for you

http://forum.team17.com/showthread.php?t=37985
__________________
Core i7 920 @ 2.66GHZ
ASUS P6T Mother Board
6GB DDR3 1600 RAM
500GB SATA2 HDD
Auzentech Forte
Nvidia Geforce 560Ti 2048MB PCI-E (latest drivers)
Windows 7 Home Premium x64
Thermaltake 750watt Toughpower Power Supply
Thermaltake Armor+ MX case.

http://home.exetel.com.au/franpa/
franpa is offline  
Old 2 Dec 2009, 19:27   #5
sabres89
 
sabres89's Avatar
 
Join Date: August 2007
Location: Fifty One
You must just kill task explorer.exe
So a...I have made application with options:

-start worms armageddon (kill task explorer and run application default calleda WA.exe)
-resurect explorer (when u finish playing)

Paste it in directory WA, the same where is WA.exe and run it, you can also make shortcut and paste on desktop. Please report if it works.

download file link:
code ::
http://www.uploadjockey.com/download/7213064/wastarter.zip


ps. i dont know if there is any clue to make new topic. Good Luck!

Last edited by sabres89; 2 Dec 2009 at 22:05.
sabres89 is offline  
Old 3 Dec 2009, 06:09   #6
CyberShadow
Moderator
 
CyberShadow's Avatar
 
Join Date: July 2005
Location: Moldova, Eastern Europe
You do realize that your program is simply the 3rd or 4th reimplementation of the same idea posted on this forum, except that yours is an opaque executable (whereas the previous versions were batch files)?
__________________
Worms Armageddon maintainer. Latest version: W:A 3.7.2

W:A devblog | WormKit (W:A extension framework) | Help and FAQs
CyberShadow is online now  
Old 3 Dec 2009, 07:47   #7
sabres89
 
sabres89's Avatar
 
Join Date: August 2007
Location: Fifty One
quoted:
Originally Posted by CyberShadow View Post
You do realize that your program is simply the 3rd or 4th reimplementation of the same idea posted on this forum, except that yours is an opaque executable (whereas the previous versions were batch files)?
It is exe instead batch, true.
sabres89 is offline  
Old 4 Dec 2009, 13:36   #8
Explorer
 
Join Date: March 2006
Location: Taipei
quoted:
Originally Posted by sabres89 View Post
It is exe instead [of] batch, true.
And why don't you use the wkColorFix module (with a simple and consistent loader called WormKit)?

double post edit

If you really want a batch, try this one. This works with all games which have the same problem. (e.g. Starcraft)
Usage: "Yourbatch.bat YourGame.exe" (EDIT: You can also drag the game's executable directly to the icon of the batch file.)

code ::
@ECHO OFF
IF [%1]==[] (
ECHO This batch file fix the color problems that occurs in most paletted games by terminating the Explorer.exe process.
ECHO Usage: %0 command [parameters]
) ELSE (
taskkill /F /IM explorer.exe
%*
Start explorer.exe
)


Last edited by Explorer; 15 Jan 2010 at 12:29.
Explorer is offline  
Old 14 Jan 2010, 16:31   #9
albertob30
 
Join Date: January 2010
Location: athens
how can i kill explorer.exe?

someone help me plz!!
albertob30 is offline  
Old 15 Jan 2010, 12:00   #10
franpa
 
franpa's Avatar
 
Join Date: March 2006
Location: Australia, QLD, Brisbane
Send a message via MSN to franpa
Ctrl-Alt-Delete -> Task Manager -> Processes Tab -> select it then "End Task"
__________________
Core i7 920 @ 2.66GHZ
ASUS P6T Mother Board
6GB DDR3 1600 RAM
500GB SATA2 HDD
Auzentech Forte
Nvidia Geforce 560Ti 2048MB PCI-E (latest drivers)
Windows 7 Home Premium x64
Thermaltake 750watt Toughpower Power Supply
Thermaltake Armor+ MX case.

http://home.exetel.com.au/franpa/
franpa is offline  
Old 16 Jan 2010, 20:53   #11
sOuNNd
 
Join Date: January 2010
Location: Cluj
Hello,

After reading all your posts about W:A on Windows 7 i said i'll give it a try.
First attempt, won't work, ERRORLOG thing poped up, and crashed
Second attempt, kill explorer, run W:A, again, ERRORLOG crashes my game.
Third attempt, use .bat file copy-pasted from this topic, same problem, ERRORLOG.
Could someone please help me? I'm using Windows 7 x86.

I will upload my errorlog to see what's it in. Hope it will help you.

If you could please explain to me step by step what to do I will be appreciate that

Copy-pasted my .bat file here :

"@echo off
@echo WA Colour Fix v0.1 by Chandler
@echo off
taskkill /f /IM explorer.exe
if exist wormkit.exe wormkit.exe
if not exist wormkit.exe wa.exe
pause
start explorer.exe "

Please help !

Thanks a lot.
Attached Files
File Type: txt ERRORLOG.TXT (114.4 KB, 120 views)
sOuNNd is offline  
Old 17 Jan 2010, 04:45   #12
CyberShadow
Moderator
 
CyberShadow's Avatar
 
Join Date: July 2005
Location: Moldova, Eastern Europe
sOuNNd: buy the game.
__________________
Worms Armageddon maintainer. Latest version: W:A 3.7.2

W:A devblog | WormKit (W:A extension framework) | Help and FAQs
CyberShadow is online now  
Old 17 Jan 2010, 10:10   #13
sOuNNd
 
Join Date: January 2010
Location: Cluj
except that, no other solution?
sOuNNd is offline  
Old 17 Jan 2010, 15:44   #14
franpa
 
franpa's Avatar
 
Join Date: March 2006
Location: Australia, QLD, Brisbane
Send a message via MSN to franpa
None that will be offered here, why are you asking on the forum of the company that spent money making the game how to make a illegal pirated copy of the game to work? doesn't make much sense now, does it?
__________________
Core i7 920 @ 2.66GHZ
ASUS P6T Mother Board
6GB DDR3 1600 RAM
500GB SATA2 HDD
Auzentech Forte
Nvidia Geforce 560Ti 2048MB PCI-E (latest drivers)
Windows 7 Home Premium x64
Thermaltake 750watt Toughpower Power Supply
Thermaltake Armor+ MX case.

http://home.exetel.com.au/franpa/
franpa is offline  
Old 4 Feb 2010, 20:31   #15
MetalSlug2
 
Join Date: February 2010
Location: London
Hi. About two years ago i bought Worms Armageddon from 'Sold-out Software'.
It came as a CD.
I just upgraded to windows 7 and have found that when i try to run a game (yes, i have the newest update for worms, 3.6.29.0), regardless of resolution the colors go all neon.
This happened before in vista, however it was remedied by minimizing the game and then reopening it. This is not the case with windows 7 unfortunately.

Are there any patches or updates available which will allow me to play Worms again?

Thanks
MetalSlug2 is offline  
Old 5 Feb 2010, 03:26   #16
CyberShadow
Moderator
 
CyberShadow's Avatar
 
Join Date: July 2005
Location: Moldova, Eastern Europe
Please read the sticky threads before posting.
__________________
Worms Armageddon maintainer. Latest version: W:A 3.7.2

W:A devblog | WormKit (W:A extension framework) | Help and FAQs
CyberShadow is online now  
Old 7 Feb 2010, 14:44   #17
Del-Rei
 
Join Date: February 2010
Location: Brasil
sad

Help!

I have Windows 7 x64, and the game is not starting... comes up a text box saying that the program stoped working and will close.

I tried the solution of the colour problem (kill explorer), but didnt work too!

Can any1 help?!
Del-Rei is offline  
Old 8 Feb 2010, 02:43   #18
franpa
 
franpa's Avatar
 
Join Date: March 2006
Location: Australia, QLD, Brisbane
Send a message via MSN to franpa
Tried updating your game?
__________________
Core i7 920 @ 2.66GHZ
ASUS P6T Mother Board
6GB DDR3 1600 RAM
500GB SATA2 HDD
Auzentech Forte
Nvidia Geforce 560Ti 2048MB PCI-E (latest drivers)
Windows 7 Home Premium x64
Thermaltake 750watt Toughpower Power Supply
Thermaltake Armor+ MX case.

http://home.exetel.com.au/franpa/
franpa is offline  
Old 19 Mar 2010, 03:04   #19
ExtraMude
 
Join Date: March 2010
Location: FL
Well, I have one solution for most of you. I'm using Windows Home Premium 64 bit. What I did to fix the color issue is right click on the WA.exe and go to Compatibility. I put a checkmark next to everything and selected Windows 98 / Windows ME compatibility. Not really sure if that last thing has any effect but the game runs fine with good color. You still might get that color glitch like 1 out of 20 times opening the program but I doubt it, was probably something I did wrong. I want to know how to run the game in a window though since I usually only play when I'm waiting for something to download or Render.

I might add that playing the game in 640 x 480, along with checking all the boxes in the compatibility page on the WA.exe properties as well as a shortcut if you're using one is how I fixed the color problem. If you using a higher resolution than 640 x 480 than I'm not sure it will work. I like it though, everything is closer up so it looks more detailed.

Last edited by thomasp; 19 Mar 2010 at 17:41. Reason: double post merge
ExtraMude is offline  
Old 20 Mar 2010, 09:42   #20
franpa
 
franpa's Avatar
 
Join Date: March 2006
Location: Australia, QLD, Brisbane
Send a message via MSN to franpa
Compatability mode isn't reccomended even if it solves the colour bug.
__________________
Core i7 920 @ 2.66GHZ
ASUS P6T Mother Board
6GB DDR3 1600 RAM
500GB SATA2 HDD
Auzentech Forte
Nvidia Geforce 560Ti 2048MB PCI-E (latest drivers)
Windows 7 Home Premium x64
Thermaltake 750watt Toughpower Power Supply
Thermaltake Armor+ MX case.

http://home.exetel.com.au/franpa/
franpa is offline  
Old 27 Mar 2010, 00:06   #21
tellisk
 
Join Date: November 2006
Location: Virginia
quoted:
Originally Posted by franpa View Post
Compatability mode isn't reccomended even if it solves the colour bug.
Why is this? I've searched the forums for this and haven't been able to find any more info. I installed WormKit (I used to use it when I played the game on XP as well) and wkColorFix but that didn't solve it for me. I still had the color bug until I checked "Run in 256 Colors" under Compatibility. (I do not have any other options checked there.)

Thanks in advance. Haven't played in a while and I'm eager to get set up on my new laptop.
tellisk is offline  
Old 27 Mar 2010, 01:09   #22
tellisk
 
Join Date: November 2006
Location: Virginia
Never mind. The color issue is fixed without checking that box. I don't know why. WA runs fine, but every so often (generally two-three times per turn) in gameplay, the game freezes for a few seconds (up to about 10 at the worst). This happens in online games as well as offline. Other than that, everything is great.

Last edited by tellisk; 28 Mar 2010 at 10:06.
tellisk is offline  
Old 7 Nov 2010, 17:52   #23
alphadelta
 
Join Date: November 2010
Location: montreal
thumbs up

since cracked/hacked version don't work does anybody known where i can buy the old school worms armageddon. i known you can buy the reloaded version on steam... what a bad reloaded game anyways


so if any one known where to buy it near montreat, canada: send me an email via the forum
alphadelta is offline  
Old 8 Nov 2010, 17:40   #24
Muzer
 
Muzer's Avatar
 
Join Date: May 2004
Location: A very odd place.
Send a message via ICQ to Muzer Send a message via AIM to Muzer Send a message via MSN to Muzer Send a message via Yahoo to Muzer Send a message via Skype™ to Muzer
quoted:
Originally Posted by alphadelta View Post
since cracked/hacked version don't work does anybody known where i can buy the old school worms armageddon. i known you can buy the reloaded version on steam... what a bad reloaded game anyways


so if any one known where to buy it near montreat, canada: send me an email via the forum
http://www.amazon.ca/Sold-out-Softwa...9238012&sr=8-1
__________________
Join Date: 3rd May 2004
Posts: 4,420 AT LAST COUNT
THANKS DANGER FOR THE BRILLIANT AV, IN USE SINCE 2004!
My old sig! http://myweb.tiscali.co.uk/digitaltv/oldsig.txt
Awards: The oddest thread I have ever seen award. (How many bathrooms in your house?) Most Outrageous Recovery in the Team17 pop quiz 1/2 a point for reading someone's sig.

0118999881999119725...3
Muzer is offline  
Old 8 Nov 2010, 17:43   #25
CyberShadow
Moderator
 
CyberShadow's Avatar
 
Join Date: July 2005
Location: Moldova, Eastern Europe
This thread has been bumped way too many times (and not even on topic), closing. Start a new thread if you want to ask something not directly related to the discussion.
__________________
Worms Armageddon maintainer. Latest version: W:A 3.7.2

W:A devblog | WormKit (W:A extension framework) | Help and FAQs
CyberShadow is online now  
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:35.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.