Worms: Reloaded

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Addys
Level 2
Level 2
Posts: 47
Joined: Tue Nov 25, 2008 11:33 am

Worms: Reloaded

Post by Addys »

I bought Worms Reloaded and I've been testing it on wine. Anyone else?
So far:
- Sound doesn't work at all
- Playing fullscreen at native resolution makes Xorg mirror the first screen into the second (?!)
- Multiplayer doesn't work, but might not be a wine issue. I get stuck at "Loading...".
- Can't write some letters in lobby (for me: colon, semicolon, maybe some others)

Solutions?

Ubuntu Maverick (10.10), Xorg 1.9, nvidia 256.44 (-ignoreABI). pulseaudio 0.9.21-63-gd3efa-dirty, wine-1.3.1-135-g2c127dd
fireedo
Newbie
Newbie
Posts: 3
Joined: Sat Jan 03, 2009 1:42 pm

Post by fireedo »

at least here full screen run very smooth....Acer Aspire 4740G Intel i3 2,1Ghz, Nvidia GeForce 310M (512Mb) driver 256.44, RAM 3Gb, Arch linux 64 bit, Kernel 2.6.35, Wine 1.3.1

but sound not working, dont know about multiplayer yet
Addys
Level 2
Level 2
Posts: 47
Joined: Tue Nov 25, 2008 11:33 am

Post by Addys »

So i tested 1v1 multiplayer and apparently it's working.
Sound appears to be a windows issue related to direct x.

I filed http://bugs.winehq.org/show_bug.cgi?id=24146 for the startup crash, and http://bugs.winehq.org/show_bug.cgi?id=24147 for the resolution crash.
Addys
Level 2
Level 2
Posts: 47
Joined: Tue Nov 25, 2008 11:33 am

Post by Addys »

winetricks vcrun2005 works around most issues with the game.
bechmoul
Newbie
Newbie
Posts: 1
Joined: Sun Aug 29, 2010 2:51 pm

doesn't work anymore

Post by bechmoul »

Hi,

For me the game doesn't work anymore :
I installed the vcrun2005 package, it worked and now the game crashes whenever an explosion happens
kacperpl1
Newbie
Newbie
Posts: 1
Joined: Fri Sep 10, 2010 3:39 am

Post by kacperpl1 »

Hi there guyz, its my first post here cause i wanted to tell u how to make the game to work flawlessly:

What have I done:
#1 install libraries through winetricks

Code: Select all

sh winetricks vcrun2005 vcrun2008 d3dx9
#2 get and install latest dxredist from dx website:

Code: Select all

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=3b170b25-abab-4bc3-ae91-50ceb6d8fa8d
#3 make bash script that cd to game dir before running like this:

Code: Select all

#!/bin/sh
cd "/media/hdd/Games/Worms Reloaded/"
wine WormsReloaded.exe
#4 Add shortcut to the bash script in games menu.
U can use this icon: Image

The interesting thing is that game works fine on my notebook with GMA950 onboard graphics(only OpenGL 1.4 support) so this should work on all netbooks.
James McKenzie

Worms: Reloaded

Post by James McKenzie »

On 9/10/10 2:00 AM, kacperpl1 wrote:
Hi there guyz, its my first post here cause i wanted to tell u how to make the game to work flawlessly:
Can you update the Applications Database entry for this program?

Thank you.

James McKenzie
Locked