WineHQ
Unreal Development Kit (UDK) December 2011 Beta



Category: Main > Games > Game Tools > Unreal Development Kit (UDK) > December 2011 Beta


NameUnreal Development Kit (UDK)
VersionDecember 2011 Beta
License Free to use
URLhttp://www.udk.com
Votes  
RatingGarbage
Wine Version1.3.36
Free Download Where to download UDK
Free Download Where to download UDK
Maintainers of this version:
Description
Unreal Development Kit.

New features in this version can be found here: http://www.udk.com/news-beta-dec2011.html
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)

What works
Nothing at the moment.


What does not
Installer. But I have found a way to install it anyways. See below


What was not tested
Everything past installation.


Additional Comments

Make sure you have unzip installed. Should be in your package manager.

Create a folder ~/UDK

cd ~/UDK

Download UDK: http://download.udk.com/UDKInstall-2011-12-BETA.exe

unzip /path/to/UDK download.exe

It will take awhile to extract, but it does solve the installation problems.

AMD Phenom x4 2.0GHz
Nvidia GeForce GTS 450 - 295.10 drivers
7 GB DDR2 Ram
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentGentoo Linux AMD64Jan 08 20121.3.36 No, but has workaround No Garbage Brandon Dulaney 
ShowGentoo Linux AMD64Jan 05 20121.3.36 No, but has workaround No Garbage Brandon Dulaney 


Known bugs
Bug # Description Status Resolution Other apps affected

 
.NET framework 3.5

it doesn't install because it needs .NET framework 3.5.

if we don't get that working, this won't work either.


 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

err:module:LdrInitializeThunk Main exe fix
by Sebastian Grebe on Saturday February 4th 2012, 14:50
You actually just have to do
sudo chmod +x /tmp
This goes for Ubuntu but you will run into an error.

[post new] [reply to this]

Xaudio2*.dll and Xapofx1_5.dll fix
by Brandon Dulaney on Sunday January 8th 2012, 18:37
If you don't have winetricks, go here and follow the steps:

wiki.winehq.org/winetricks

1. Create a new WINEPREFIX:
export WINEPREFIX=~/.wine-UDK

(or whatever you want to call it)

winecfg

This will create the prefix you'll need so you don't mess up your old WINEPREFIX and makes it easier to start over.

2. Run this in a new terminal window if one's not opened:

winetricks xact_2010

3. It should download the June 2010 Directx Redistributable and install all of the Xaudio files needed, but not the Xapofx1_5 file. That must be done manually.

4. Install cabextract from your package manager or obtain it from this site: www.cabextract.org.uk/

5. Create a directory where you will want to store your extracted Direcx files in the next step.

6. Change to this directory:
cd /path/to/directory for Directx

7. cabextract ~/.cache/winetricks/directx9/directx_Jun2010_redist.exe

8. Then you must run cabextract on Jun2010_XAudio_x86.cab like so:
cabextract Jun2010_XAudio_x86.cab

9. Copy XAPOFX1_5.dll like so:
cp -v XAPOFX1_5.dll $WINEPREFIX/drive_c/windows/sytem/xapofx1_5.dll

10. winecfg

11. Go to libraries and type xapofx1_5 in the drop down box.

12. Click add and then edit and make sure it's on Native then builtin.

You're done. Should solve that problem. Maybe Dan Kiegel should add this to winetricks Xact_2010 stuff.

[post new] [reply to this]




   << Back

Page loaded in 0.14133 seconds.