WineHQ

Unreal Tournament 3

UT3 as available on Steam

Application Details:

Version: Steam
License: Retail
URL: http://www.unrealtournament3.c...
Votes: 7
Latest Rating: Gold
Latest Wine Version Tested: 4.1

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

  • SinglePlayer
  • History Mode
  • Multiplayer
  • Log-in
  • Steam Overlay

What does not

  • Anything that i can think

Workarounds

What was not tested

  • Extensive play, more than 10 minutes.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Run's out-of-the-box, just install and play, no tricks needed. I didn't play alot with this version of wine, but, seens that everything is working pretty fine. My Config: AMD Phenom II x6 1090T, 8GB DDR3 1600MHz Nvidia GeForce GTX460,Nvidia Proprietary 310.19 Debian Wheezy i386 with PAE

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowmacOS 10.14 "Mojave"May 09 20194.1Yes Yes YesGoldAndrew 
ShowDebian GNU/Linux 9.x "Stretch" x86_64Dec 31 20172.21-stagingYes Yes NoPlatinumDavid Chalmers 
ShowArch Linux x86_64May 21 20172.8Yes Yes NoBronzelex 
ShowArch Linux x86_64Apr 06 20141.7.15Yes Yes NoPlatinumBen 
ShowArch Linux x86_64Jul 24 20131.6Yes Yes NoPlatinumArtur h0m3 

Known Bugs

Bug # Description Status Resolution Other apps affected
6971 Mouse "escapes" window or is confined to an area in the full screen program CLOSED FIXED View
17629 unimplemented function setupapi.dll.CM_Locate_DevNode_ExA CLOSED FIXED View
17630 Unreal Tournament 3: d3dx10_35.dll not found CLOSED FIXED View
19748 Multiple games complain about checking occlusion query results from the wrong thread (Metro 2033, Unreal Tournament 3, Counter Strike: Source, Metro 2033, Call of Duty 4, Left 4 Dead, Left 4 Dead 2, Final Fantasy XIV, Half-Life 2) CLOSED FIXED View
23048 Unreal Tournament 3 fails and locks up CLOSED FIXED View
24104 Unreal Tournament 3 hangs at start CLOSED DUPLICATE View
27779 Desktop mouse pointer always visible in Steam games CLOSED FIXED View
29294 No sound with ALSA loopback devices CLOSED ABANDONED View
31595 Unreal Tournament 3 (Steam) crashes on launch CLOSED ABANDONED View

Show open bugs

HowTo / Notes

Sugestions about Test result submit

This notes was updated: August, 03 - 2013

First of all, thank you for spending some time to help Wine to get better,

I would like to make some suggestions for you to make your tests results more relevant to other users of Wine:
  • Detail your PC specifications at the Extra Coments section (e.g. your video card, processor, and system memory).
  • It's also important to specify your video card driver version into Extra Comments section.
  • Specify if you installed the game into a fresh Wineprefix (or not), and what programs you actually installed.
  • Detail what version of the Windows emulation you use in your Wineprefix (e.g. Windows XP, 7, etc).
  • Add a comment about what is not working.
  • Specify if you made any changes to your game e.g. like a games "Mod", an patch (official or unofficial) or details of any modification you made to the stock configuration files from the game.
  • Please, don't send tests results with "Everything is working" or "Everything isn't working".

These are recommendations to make tests result more uniform and targeted to include common information that will be useful to other users of Wine.

How-To Install the game.

You need:

  • A recent version of wine, it's recomended the last release.
  • A video card with 3D Acceleration suport on your unix.
  • The 3D driver installed for that card.
  • It's not necessary a clean prefix, but it's recomended.
  • Steam installed and running, to do that, follow the steps on Steam page.

Installing:

Just install your game like other normal game installed on Steam, it's not necessary any patch or program. For more detail how to boost your games see the section Tips below.

Tips:

For make Unreal Tournament 3 run better and without any problem, install Visual C Runtime libraries, to do that, download here and here and install-it.

After installing,to override wine vcrun to the native one, create a file called vcrun.reg and put the following content:

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"msvcr80"="native,builtin"
"msvcr90"="native,builtin"

Then run the follow command:

env WINEDEBUG="fixme-all" WINEPREFIX="(your-prefix)" wine regedit ./vcrun.reg

You can also install Visual C runtime libraries using winetricks, by typing:

env WINEPREFIX="(your-prefix)" ./winetricks vcrun2005 vcrun2008

To also make sure that everything will work fine, install the tahoma.ttf, arial.ttf, verdana.ttf and lucida.ttf fonts on your prefix. You can do-it manually or using winetricks with the follow command:

env WINEPREFIX="(your-prefix)" ./winetricks corefonts
Troubleshoot
For steam related problems, please visit the Steam Official Release page.

Unreal Tournament crash on start-up, don't open.

This bug normally happens because of the Visual C Runtime, see the Tips section for more information.


Unreal Tournament 3 Laggy, slow:

This happens in alot of games if you dont set the size of RAM that you VideoCard has, use this registry key to set:

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"VideoMemorySize"="768"

Change the 768 to the real ammount of RAM in MB that your VideoCard has.


 Game closes shortly after open.

This is a common Steam Overlay problem, to solve, open your winecfg and override the library gameoverlayrenderer to Disabled.

Old Problems.

Note: These problems don't affect the newest versions of wine, it's only here for precaution, if you have any of these bug's maybe you should upgrade your wine version.


Mouse stuck into the edges of screen, cant turn 360ยบ

This happens because the Mouse Input of wine is not so good until now, you can solve adding this patch to registry:

[HKEY_CURRENT_USER\Software\Wine\DirectInput]
"MouseWarpOverride"="force"

The Mouse will not work into the menu, you gonna have to use the keyboard to walk into the Unreal menus.


Mouse is showing in the screen while playing (Only steam version).

This bug only happens with the Steam version, all the games into steam has this problem with old versions of wine/steam.

See more at bug #27779.


Mouse randomly jumps around menu or in game.

This is caused by implementation of mouse input in old versions of wine, to solve-it, you need to run the game in Windowed mode or into a Virtual Desktop.


UT3 Logo hangs indefinitely using 100% of cpu.

You can solve this problem by using the options -nomoviestartup and -onethread in the game executable. Newest version of wine don't have this bug.

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back