EverQuest II is a massively
multiplayer online game with a vast online world featuring amazing graphics
and a large game world to explore. EverQuest II's design is one graphical realism as opposed to the cartoon like feel of some other popular MMORPG's. There is no shortage of exciting content for all levels and styles of play in this game.
Application Details:
Version: | 05 - The Shadow Odyssey |
License: | Retail |
URL: | http://www.everquest2.com/ |
Votes: | Marked as obsolete |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.2-rc3 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
What does not
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
This test would be silver or higher for wine 1.1.30 if some significant parts of the game didn't just crash outright. The most recent good build of wine I've used is 1.1.18.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Mac OS X 10.5 "Leopard" | Jun 19 2010 | 1.2-rc3 | Yes | No | No | Garbage | Joe Terwilliger | |
Show | Debian GNU/Linux 6.x "Squeeze" | Jun 15 2010 | 1.2-rc3 | Yes | Yes | No | Garbage | Colin Wetherbee | |
Show | Ubuntu 10.04 "Lucid" i386 (+ variants like Kubuntu) | Jun 18 2010 | 1.1.42 | Yes | Yes | No | Silver | John Beaulieu | |
Show | Ubuntu 9.10 "Karmic" amd64 (+ variants like Kubuntu) | Oct 05 2009 | 1.1.30 | Yes | Yes | No | Gold | John Beaulieu | |
Current | Debian GNU/Linux 6.x "Squeeze" | Sep 26 2009 | 1.1.30 | N/A | Yes | No | Bronze | Colin Wetherbee |
Bug # | Description | Status | Resolution | Other apps affected |
6194 | Several Microsoft Installers/Updaters fail due to missing "%systemroot%\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}" folder and catalog file (Microsoft XmlLite, BITS Service 2.0, MSI 4.5 Update) | NEW | View | |
10656 | EQ2 Fullscreen Crash | CLOSED | FIXED | View |
11354 | Complex Shader Distance Error - EverQuest2. | CLOSED | FIXED | View |
11385 | Everquest 2 patcher window has transparency/drawing regression | CLOSED | FIXED | View |
14000 | Everquest2 - unable to find a suitable iPixel Format with ATI | CLOSED | FIXED | View |
14970 | everquest crashes in winmm | CLOSED | FIXED | View |
15326 | ntdll:NtCreateFile is not parsing the file create string correctly so fails | CLOSED | INVALID | View |
15622 | Everquest crashes | CLOSED | FIXED | View |
16487 | SOE Station Launcher does not display windows | CLOSED | FIXED | View |
17853 | EQ2 Particle errors | CLOSED | FIXED | View |
18295 | Textures on characters don't sync in Everquest 2 | CLOSED | ABANDONED | View |
18746 | Starting Everquest 2 in any resolution other than 1024x768 causes a crash | CLOSED | FIXED | View |
19367 | EverQuest 2 crashes in third-person | CLOSED | FIXED | View |
19659 | EverQuest 2: EQ2 Crashed shortly after entering game. | CLOSED | FIXED | View |
20669 | Certain objects found in game cause EQ2 to crash. | CLOSED | DUPLICATE | View |
23417 | EverQuest II: Crashes immediately after hitting "Play" at character select screen | CLOSED | FIXED | View |
Suggested Registry Settings:
HKEY_CURRENT_USER
Software
Wine
Direct3D
DirectDrawRenderer -> opengl
OffScreenRenderingMode -> fbo
(with newer video cards)
PixelShaderMode -> enabled
RenderTargetLockMode -> texdraw
Download here for new players:
http://download.station.sony.com/patch/download/eq2/EQ2trialinstaller.exe
or here for existing players:
http://download.station.sony.com/patch/download/eq2/eq2-us.zip
I recommend downloading PyEQ2MAP:
http://www.eq2interface.com/downloads/info4863-PyEQ2MAPUpdaterUNOFFICIALforLinux.html
If you would rather use the old perl script posted by Stefan Klein you might be able to get it working by following the next steps, but I'm not making any promises:
1) Change the $basefile = "extra_file.xml" to $basefile = "file_list.xml";
2) Add the following directories to your UI ($eq2mapdir) folder if they don't exist:
* POI
* eq2map2
* images
* images/maps
* images/icons
3) Run the script
4) If you're experiencing problems in the game you might need to delete the file 'eq2ui_mainhud_map.xml' in your UI folder.
**OLD SCRIPT by Stefan Klein on Monday December 10th 2007, 14:37
Hacked a small perl script to update EQ2MAP.
Edit $eq2mapdir to the full path of your installation, fix http in $baseurl.
use at own risk.
**
--------------------------------------------------------
#!/usr/bin/perl
use XML::Simple;
$eq2mapdir = ".. PATH TO WINEDIR .. drive_c/Program Files/Sony/EverQuest\ II/UI/EQ2MAP/";
$baseurl = "h t t p : / / maps.eq2interface.com/POI_files/";
$basefile = "extrafile_list.xml";
my $mainfile = `wget -q -O - $baseurl$basefile`;
my $ref = XMLin($mainfile, SuppressEmpty =>'');
foreach my $file (@{$ref->{'Extra'}}) {
if (-e $eq2mapdir . $file->{LocalPath} . $file->{FileName}) {
($md5, $filename) = split(/ /,`md5sum \"$eq2mapdir$file->{LocalPath}$file->{FileName}\"`);
if ("$file->{MD5}" eq "$md5" ) {
next;
}
}
print "downloading $file->{FileName}: \t ";
`wget -q -O
\"$eq2mapdir$file->{LocalPath}$file->{FileName}\"
\"$baseurl$file->{ServerPath}$file->{FileName}\"`;
print " finished\n";
}
Note From Maintainer djdunn,
Remember that many of the graphical options in everquest2 even on Windows are themselves buggy. Many of them don't work right if at all on windows. On top of this Many of the Windows API calls are far from well designed and many of the Devs problems with this project is trying to recreate broken API calls to perform and have exactly the same bugs as the original windows API. On top of this understand that Wine has been developed for over 15 years and you may not be able to get this game to work on your hardware. Compared to Everquest, or WoW or even Guildwars, Everquest2 takes a lot more resources.
Please remember a few months ago this game didn't work at all. I as a maintainer do give this game a silver rating, but also with an application so graphical and hardware intensive you have to have your Linux in really good shape. without much clutter, without a lot of running background processes. And the processes you are running have to be configured well to do what you need and configured to not do what you dont need them to do.
My biggest suggestion is that if you don't have your linux box configured the way you like, or your not getting the performance you would like off of you linux box and you don't like the performance you get from trying to play EQ2 on Linux. This is probably not the way to go, I would really suggest sticking with Windows.
Note From Maintainer John Beaulieu,
The game requires you to run the newest version of the game, so nobody uses an older version. Because of this, the only "versions" we maintain are the full install client and the streaming install client. Please place all test results in the proper one.
EverQuest II Extended has been merged with the Live game. The Steam version is a wrapper around the Full Install Client and still uses Launchpad.
Comments for this application have been disabled because there are no maintainers.