WineHQ
Category: Main Games Online (MMORPG) Games Dark Age Of Camelot Labyrinth of the Minotaur 1.88

Dark Age Of Camelot

No Screenshot

Submit Screenshot
This is the very latest Version of Dark Age of Camelot with the Server/Client Version 1.88

Application Details:

Version: Labyrinth of the Minotaur 1.88
License: Retail
URL: http://www.darkageofcamelot.co...
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 0.9.49.

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download this is the client download link but the program only works with all previous upgrades (Catacombs, Darkness Rising) and an account

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

Game work fine


What does not

Disable Pixel Shader in Wincfg

Mouse invisible

Workarounds

What was not tested

.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu)Nov 12 20070.9.49.Yes Yes NoGoldan anonymous user 
ShowUbuntu 7.04 "Feisty" i386 (+ variants like Kubuntu)Oct 18 20070.9.46.Yes Yes NoGoldan anonymous user 
ShowUbuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu)Sep 23 20070.9.45.Yes No NoGarbagean anonymous user 
ShowGentoo Linux x86_64Aug 17 20070.9.43.Yes Yes NoBronzean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO
System Setup
  • ~10GB free hard disk space.
  • 1GB RAM or more recommended Graphics card that supports pixel shaders >= 1.4
  • glxinfo | grep direct # should say yes.
  • If not, check your distro's docs for setting up accelerated video drivers.
  • Disable Compiz (GL Desktop, Desktop-effects) for better performance.
  • Fairly clean system. At least 50% free CPU resources (run top and check).
  • Fullscreen mode may crash if your modes (or metamodes) are not set up properly in xorg.conf (run xrandr to see if your X server can swtch to e.g. 800x600, 1024x768 or whatever you run the game in). "If the X server can't switch, the game may bitch."
  • If you have no mouse cursor, apply the hack below to use the X cursor instead.
  • Run winecfg. Turn off pixel shaders.

wine-X-cursor-hack.patch

--- dlls/winex11.drv/mouse.c.orig	2008-04-22 03:42:10.000000000 -0800
+++ dlls/winex11.drv/mouse.c	2008-04-22 03:40:29.000000000 -0800
@@ -924,6 +924,7 @@
               lpCursor->nWidth, lpCursor->nHeight, lpCursor->bPlanes, lpCursor->bBitsPerPixel);
     else
         TRACE("NULL\n");
+	return;
 
     /* set the same cursor for all top-level windows of the current thread */			

Applying The Patch:

cd $HOME/Download/wine
patch -p0 < wine-X-cursor-hack.patch
# If you have already installed from source, just re-run make
make -s > /dev/null && sudo make install							

Alternately, you can run make from within the $HOME/Download/wine/dlls/winex11.drv folder and copy winex11.drv.so to wherever wine was installed, probably /usr/local/lib/wine.

If you are worried about the cursor hack messing up other programs you can run wine directly from the source tree without installing:

$HOME/Download/wine/wine camelot

Comments

Comments Disabled

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