This version is the current live "Tiamat" version on the Tranquility server.
Application Details:
Version: | Current |
License: | Retail |
URL: | http://www.eve-online.com/ |
Votes: | 228 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 6.23 |
Maintainers: About Maintainership
What works
Chat, Missiles, Ships, Space, launcher, new inventory, logging in.
(Of course with dll overrides)
What does not
Eve Voice, Web browser (not very well in any case)
Lack of Eve Voice functionality is terribly annoying, specially for R v B fleets.
Anti-Aliasing doesn't work, textures seem to go invisible
Shadows drop performance by about half when on high.
Workarounds
What was not tested
Pos + Inventory management
Planetary Interaction
Hardware tested
Graphics:
Additional Comments
Nvidia driver version 295.49 Gtx 680 i5 2500k
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | openSUSE Leap 15.2 | Dec 08 2021 | 6.23 | Yes | Yes | Yes | Gold | BoredTester | |
Show | Ubuntu 21.10 "Impish" (+ variants like Kubuntu) | Nov 21 2021 | 6.20-staging | Yes | Yes | Yes | Silver | John C. McCabe-Dansted | |
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Apr 08 2021 | 6.5-staging | No, but has workaround | Yes | Yes | Gold | DeveloperWithBrains | |
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Mar 04 2021 | 6.3-staging | Yes | Yes | Yes | Bronze | James Baker | |
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Feb 11 2021 | 6.1-staging | Yes | No | No | Garbage | James Baker |
Bug # | Description | Status | Resolution | Other apps affected |
5657 | EVE Online reports VM Size as 0 while on Windows it reports the memory usage (NtQueryInformationProcess ProcessVmCounters info class: actual value for 'PagefileUsage' required) | CLOSED | FIXED | View |
18146 | EvE Online;Salvage Beams and Warp (or so i think) are rendered incorrectly and cause a FPS drop | CLOSED | ABANDONED | View |
19207 | eve online voice chat crappy audio | CLOSED | ABANDONED | View |
22326 | The EVE-Online in-game browser renders HTML pages very slowly. | CLOSED | ABANDONED | View |
26170 | EVE Online: Crashes after 30 seconds if using port other than 26000 | CLOSED | ABANDONED | View |
27291 | EVE Online - Intermittent Freezes On Window Focus | CLOSED | ABANDONED | View |
27909 | EVE Online: Installer is missing left half of text | NEW | View | |
29777 | EVE Online Crashes when entering Captains Quarters | CLOSED | NOTOURBUG | View |
31209 | Feature Request - Kernel Samepage Merging | UNCONFIRMED | View | |
32342 | Multiple applications and games using 'Webkit' or 'Blink' web browser engine crash on startup ('Arial' and 'Times New Roman' font face name validation) | STAGED | View | |
32781 | EVE Online Anti Aliasing Option Can't Be Enabled | CLOSED | ABANDONED | View |
33479 | Multiple games (Guild Wars 2, Risen 2, Tomb Raider 2013): Raw input is broken | CLOSED | FIXED | View |
33665 | EVE Online: Slow text rendering | CLOSED | ABANDONED | View |
33773 | EVE Online hangs on focus restore with latest X.Org | CLOSED | ABANDONED | View |
35357 | mouse behaving weirdly in EVE Online if synergy is running as of commit 76bbf106a28c4caa | CLOSED | DUPLICATE | View |
35695 | Unhandled exception in awesomium with ccpbrowser in EVE - Online | CLOSED | DUPLICATE | View |
36756 | EVE Online: short freezes for 2-3 seconds on gates, at before warp | CLOSED | INVALID | View |
37371 | EVE Probe reports 'ALError: ALResult(80004005) E_FAIL' (NV Optimus detection doesn't work) | CLOSED | ABANDONED | View |
37948 | EVE Online launcher crashes when importing/exporting patches | UNCONFIRMED | View | |
38960 | Multiple applications need 'kernel32.SetFileCompletionNotificationModes' implementation (Steam 'steamwebhelper.exe' and Blizzard Battle.net desktop app CEF v3.2+/Chromium v44+ crash in Win7 mode, Sony Xperia Companion 1.7.x) | CLOSED | FIXED | View |
39536 | Multiple games render black/garbled screen when anti-aliasing enabled (Guild Wars, Eve Online, Gear Grinder) | CLOSED | FIXED | View |
39607 | Broken Image in Fitting Window. | CLOSED | FIXED | View |
42011 | Eve Online Launcher doesn't display correctly | UNCONFIRMED | View | |
42473 | Eve Online Launcher is completely white (no content displayed) | UNCONFIRMED | View | |
42492 | EVE Online cannot be started | NEEDINFO | View | |
42610 | EVE-Online crashes | NEEDINFO | View | |
42721 | EVE Online crashes after long periods of play | NEEDINFO | View | |
43358 | EVE Online crashes on startup in Win7+ mode (XAudio 2.7 'IXAudio2SourceVoice::GetState' called with 'Flags' parameter, causing %ESI or %EDI register corruption) | CLOSED | FIXED | View |
45460 | Running EVE Online keeps locking up after a few hours | NEEDINFO | View | |
45873 | EVE Online: Starting a client sometimes errors | UNCONFIRMED | View | |
50163 | Multiple applications crash with a stack overflow (Mod Organizer 2, World of Tanks, SWTOR, Audacity) | CLOSED | FIXED | View |
51465 | EVE Online launcher crashes | CLOSED | FIXED | View |
You will need to disable Direct3D v11 support
Run winecfg and select -> Libraries -> [New override for library: ] d3d11 -> Add -> Edit... -> Disable
You will need to install a number of required libraries with winetricks.
http://wiki.winehq.org/winetricks
Virtual Desktops
Most testers report that Eve runs best in full screen mode in a virtual desktop, however as of wine 1.5 many users report that windowed mode is stable. If you are using wine 1.4 you can set the virtual desktop mode via winecfg or create a script to run Eve. Most people put the script in ~/bin/eve.bash or /usr/local/bin/eve.bash. Note that 1920x1080 should be your desired resolution.
#!/bin/bash
WINE=wine
$WINE explorer /desktop=eveA,1920x1080 "c:\program files\ccp\eve\eve.exe"
Then run;
If you are running wine 1.5 you may find it simpler to use windowed mode. If you wish to run multiple clients with wine 1.4 it's recommend that you create additional script for each instance, and change "desktop=eveA" to "desktop=eveB"... You will also need to change the settings eve launcher settings so that it does not relaunch itself.
Creating a new wine prefix
If you need/want to use wine different instances of "windows" for Eve. (Important if you have a lot of games with various installed dlls, and overrides that conflict.) Creating a new prefix is simple create the directory and add the WINEPREFIX to all wine and winetricks commands.
Some users prefer to have multiple wineprefixes for each eve client, but this is not required.
-- Edited by Silbory 2/7/12 --
2) If you are crashing during play you may find that reducing your graphic settings will help. This is vital if you have an older card, low amounts of memory, and/or run a lot of clients.
3) DirectX11 support in Wine is potentially a long way off, so make sure your client is using DirectX9.
1] Catalyst is actively setting constrains on Wine [BUG = http://ati.cchtml.com/show_bug.cgi?id=528] Is under investigation by the AMD, workaround below; cp /usr/bin/wine /usr/bin/Emulator or something else, though please note that this under investigation and may introduce bugs that AMD may have tried to workaround with that ugly fix. 2] Seems that explosions from missiles and other effects have some corruption on the ships. Workaround, enable Anti-Aliasing >= Low in options. 3] Rendering and GLSL errors when shaders on High Catalyst 12.6 and older will have issues on High shaders. Later versions should have this fixed when released. [NOT FIXED in 12.8] 4] Freezes Catalyst may freak Xorg out sometimes during login screen. SSH into the computer and killing the Wineprefix that the game was running may return the computer to usable state without the need of hard reboot. There is also a big chance that the game rendering will crash on first launch. UI works but you cant open menu's or drag ships or undock. Restart client if this happens. Other workaround would be to have a script executed to kill the Wineprefix with a delay if not terminated. 5] Catalyst 12.9 beta2 This driver seem to have better and more stable performance, no more degrading over time nor crashing as much as it did in the ones before. However it got some drawbacks as in not rendering previews of ships, drones and gates and performance dies when running the game with HDR enabled.Cortesy Artur O.
Added by: N3o
You need to use 'root' user in all steps, later of installation you can run wine as normal user
1) Get a 32 bit copy from : https://www.freebsd.org/where....
2) Mount your 32 bit DVD of FreeBSD and install the base system, related 32 bits libraries and source code, copy Xorg (necessary to compile nVIDIA driver) packages and download NVIDIA driver 32bits:
# mkdir -p /compat/i386
# cd /compat/i386
# mount -t cd9660 /dev/`mdconfig -f [freebsd_32_bit.iso file] ` /mnt
# cd /mnt/usr/freebsd-dist
# sh
# export DESTDIR=/compat/i386
# for file in base.txz src.txz; do (cat $file | tar --unlink -xpJf - -C ${DESTDIR:-/}); done
Note:
DESTDIR variable could be different on your system, the idea here, is put the correct path to your copy of FreeBSD 32bits
3) Mount dev directory in the i386 enviroment:
# mount -t devfs devfs /compat/i386/dev
4) Copy your /etc/resolv.conf to /compat/i386/etc
# cp -v /etc/resolv.conf /compat/i386/etc/
5) Copy your ports from Host's system inside 32 bit chroot's enviroment :
# cp -vr /usr/ports /compat/i386/usr/
6) Now do a chroot on /compat/i386 (as root) and change to "sh" shell:
# chroot /compat/i386
# sh
7) Edit /etc/rc.d/ldconfig and add /usr/local/lib to system library:
Before :
if [ -x "${ldconfig_command}" ]; then
_LDC="/lib /usr/lib "
for i in ${ldconfig_local_dirs}; do
if [ -d "${i}" ]; then
_files=`find ${i} -type f`
if [ -n "${_files}" ]; then
ldconfig_paths="${ldconfig_paths} `cat ${_files} | sort -u`"
After:
if [ -x "${ldconfig_command}" ]; then
_LDC="/lib /usr/lib /usr/local/lib"
for i in ${ldconfig_local_dirs}; do
if [ -d "${i}" ]; then
_files=`find ${i} -type f`
if [ -n "${_files}" ]; then
ldconfig_paths="${ldconfig_paths} `cat ${_files} | sort -u`"
This is necessary because some libraries installation path is located in /usr/local/lib and later Wine' configure don't detect them
8) Inside of chroot (/compat/i386) do the following:
# /etc/rc.d/ldconfig start
# setenv MACHINE i386 && setenv UNAME_p i386 && setenv UNAME_m i386
# pkg install gsm mpg123 speex xorg wget flex help2man jpeg lcms bison libGLU libXi libXrandr libXcursor
# cd /usr/ports/graphics/libosmesa && make install clean
# mkdir -p /usr/X11R6/man/man1 && mkdir -p /usr/X11R6/lib/modules/drivers
9) Now we will install the NVIDIA driver 32 bits version inside Chroot current version is 390.48, your 64bits OS and the chroot environment should be the same driver version, this is very important, if you install different version, Wine won't run :
# cd /usr/ports/x11/nvidia-driver && make install clean
[Important : Don't check Linux support option]
10) Now is time to build Wine :
# cd /usr/ports/emulators/wine-devel && make install clean
11) Now we will exit from chroot :
# exit
12) To run apps with wine we need first complete fonts apps dependency, normally Arial fonts. to do this will install in outside chroot, cabextract (as root):
# cd /usr/ports/archivers/cabextract && make install clean
# download Arial family letters from https://sourceforge.net/projec... [to_a_folder]
# cd [to_a_folder]
# cabextract *
13) Move the fonts to right place :
# mv -v Ari* /usr/local/share/fonts/TTF/
14) Open a terminal and put some aliases:
# alias winecfg="LD_32_LIBRARY_PATH=/compat/i386/usr/local/lib:/compat/i386/usr/X11R6/lib PATH=/compat/i386/usr/local/bin:$PATH /compat/i386/usr/local/bin/winecfg"
# alias wine="LD_32_LIBRARY_PATH=/compat/i386/usr/local/lib:/compat/i386/usr/X11R6/lib PATH=/compat/i386/usr/local/bin:$PATH /compat/i386/usr/local/bin/wine"
15) Run winecfg and configure the rest as always or with your preferences.
16) Create the symlink to the new fonts installed in step 13 in ~/.wine/drive_c/windows/Fonts :
# ln -s /usr/local/share/fonts/TTF/Ari* /home/$USER/.wine/drive_c/windows/Fonts/
17) Run your win32 application as always.
17.1 To install EVE run:
wine msiexec /I (filename).msi
Edited by N3o
04.19.2018
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Evil on Thursday February 4th 2021, 17:50
Unhandled exception: unimplemented function msvcp140_1.dll._Aligned_get_default_resource called in 32-bit code (0x7b00fd36).
by Evil on Thursday February 4th 2021, 18:01
[32:36:0204/175817.880:ERROR:dxva_video_decode_accelerator_win.cc(1399)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: Module not fou)d
[32:36:0204/175817.899:ERROR:dxva_video_decode_accelerator_win.cc(1407)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. )0
[32:36:0204/175818.428:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 8
[616:620:0204/175822.453:ERROR:dxva_video_decode_accelerator_win.cc(1399)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: Module not f)u
[616:620:0204/175822.473:ERROR:dxva_video_decode_accelerator_win.cc(1407)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found)
[616:700:0204/175822.494:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 8
by Tooniis on Tuesday February 16th 2021, 3:41
by Evil on Saturday February 20th 2021, 17:35
by lusankya on Wednesday February 17th 2021, 9:53
by Don on Monday October 12th 2020, 16:36
by Don on Monday October 12th 2020, 20:29
by N. Andrew Walsh on Saturday July 13th 2019, 4:26
My video card is really old (GTX580), so I'm on the legacy (390.*) branch of nvidia-drivers. Is there some change to the graphics support in 4.12.* that might lead to this problem?
o7
by ZeroPointEnergy on Wednesday July 17th 2019, 7:39
by N. Andrew Walsh on Thursday July 18th 2019, 2:52
I'll add my thumbs-up to the pile.
by N. Andrew Walsh on Saturday July 13th 2019, 4:24
by N. Andrew Walsh on Sunday March 3rd 2019, 10:39
if I am doing EVE things that are system-intensive, such as Project Discovery, or after a long fleet, or (this week) ratting with smartbombs, the client will occasionally freeze the entire system. The image on the screen freezes, the sound cuts out, the mouse disappears, and the system monitors on the other screen (gkrellm and conky) freeze. There's no way to reboot except with the reset button, and when I do it very often happens that my client settings are lost (UI color scheme resets, chat windows all go back to default, the neocom goes back to default, overview goes back to default, etc.).
I've suspected this is heat-related, but now I'm not so sure. The CPU is an 8-core AMD FX9590, the GPU an nVidia GTX580. Both are on a water-cooled loop with an external radiator. The PSU is a "be quiet!" "pro" 1kw model. The GPU and water loop are from 2008, the GPU from … 2010? and the mobo/CPU from 2014-ish.
I'm currently using wine-staging 4.1 and nvidia-drivers 390.116 (legacy drivers because the card is old). OS is gentoo Linux, so everything is semi-beta releases. Kernel is 4.20.12.
Any guesses what might be causing this? Is it the client? Something wrong with my setup? Old hardware?
Cheers,
by Andrew on Saturday December 1st 2018, 10:23
EveLauncher-1423047.exe
wine 3.20
Kubuntu 18.10
Do I have one or all?
by Scott Howard on Wednesday October 17th 2018, 15:59
WINEPREFIX=~/.wine32-eve winetricks list-installed
Using winetricks 20180815-next - sha256sum: 471c399684fc89391f05d4ab461f8ec502c8868e40266c14754de107ba461b0e with wine-3.18 (Staging) and WINEARCH=win32
warning: /home/showard/.wine32-eve/winetricks.log not found; winetricks has not installed anything in this prefix.
Works in Windows 10 and XP. DX9 and DX11 works, but DX11 is missing some shader stuff, but maybe it's just my driver.
There is a bug in the launcher:
bugs.winehq.org/show_bug.cgi?id=45939
Basically if you leave the launcher open, there will be a file descriptor leak that will eventually lock up the wineserver after about an hour or so. Simply close the launcher after you start the client, and the bug goes away.
by N. Andrew Walsh on Wednesday October 24th 2018, 7:56
Is there a bug on the wine project for looking into this? Anybody else having the same problem?
Cheers,
A
by N. Andrew Walsh on Thursday October 25th 2018, 0:51
wined3d: Derive allowed shader versions from the current feature level.
wined3d: Add GL_ARB_shader_viewport_layer_array extension.
and these two from the same dev in 3.16:
wined3d: Add support for 1D UAVs in shaders.
wined3d: Use >= for shader model checks in feature_level_from_caps().
So maybe I should get in touch with that dev and ask him if he could look into it.
by Aaron on Tuesday July 3rd 2018, 6:16
by Evil on Monday June 4th 2018, 15:57
Native (Linux) Launcher:
- I've noticed that if I run the clients in DX11 mode (using either plain Wine3.9 or via DXVK) the native launcher will start pegging out one of my CPUs for now apparent reason. Also, it will occasionally leak memory. I've seen it leak 32GB in a period of 3+ hours. Sometimes it will leak about 16GB, then 'reset' when something cleans up.
- Launches consistently and is really stable; never crashes.
Windows Launcher:
- Doesn't have the CPU/Mem bug seen in the native launcher.
- Won't launch at all unless you set winecfg to WinXP... support for which is being deprecated. This is due to bug 38960 (bugs.winehq.org/show_bug.cgi?id=38960).
- Sometimes verrrrry unstable if you run the game in DX11 mode. It will crash (putting nothing obvious in the console) and cause all launched game clients to hang up some time shortly thereafter. The clients seem to keep in communication with it to queue shared downloads or something. It's hard to say if this is a wine, driver, or dxvk problem from my limited testing, as I've been udating/changing all of these things and it seems to be working so far today (nvidia 396.24.02, dxvk-master 0.53+15 commits). Note, this even happens if you disable "Allow Flipping" in the nvidia OpenGL settings, which fixes some other hangs/crashes.
- Frequently presents a blank "white" window with nothing but the windows controls visible. It may work fine on the next launch, or it might get stuck and have this happen every launch. If it gets stuck, clear the Qt webengine cache (rm -rf {your wineprefix path}/drive_c/users/evil/Local\ Settings/Application\ Data/CCP/EVE/cache/QtWebEngine/Default/*') and it should work on next launch.
by Dr. Wes Snyder V on Monday June 4th 2018, 10:35
wes@dragon:~$ env WINEPREFIX="/home/installs/EVE" wine C:\\EVE\\ eve.exewes@dragon:~$ 002e:fixme:kerberos:kerberos_SpInstanceInit 65536,0x7deba3a0,(nil): stub
002e:fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1cf8, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33ea38, (null), (null), 0x630b1d00): stub
002e:fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1d18, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33ea38, (null), (null), 0x630b1d20): stub
002e:fixme:ntdll:EtwEventRegister ({43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28, (nil), 0x630b1500) stub.
0030:fixme:ver:GetCurrentPackageId (0x4fdfebc (nil)): stub
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 179
Current serial number in output stream: 180
^C
wes@dragon:~$ env WINEPREFIX="/home/installs/EVE" /opt/wine-staging/bin/wine C:\\EVE\\eve.exe
000b:fixme:winediag:start_process Wine Staging 3.9 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
002b:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\shlwapi.dll" (error=80)
002b:fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1cf8, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33d038, (null), (null), 0x630b1d00): stub
002b:fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1d18, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33d038, (null), (null), 0x630b1d20): stub
002b:fixme:ntdll:EtwEventRegister ({43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28, (nil), 0x630b1500) stub.
002b:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
002b:fixme:heap:RtlSetHeapInformation 0x110000 0 0x33d434 4 stub
002b:fixme:ntdll:EtwRegisterTraceGuidsW (0x638962c3, 0x63ab1058, {ffdb9886-80f3-4540-aa8b-b85192217ddf}, 1, 0x33d07c, (null), (null), 0x63ab1058): stub
002b:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {ffdb9886-80f3-4540-aa8b-b85192217ddf}
002b:fixme:ntdll:EtwRegisterTraceGuidsW (0x638964fa, 0x63aae200, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33d060, (null), (null), 0x63aae208): stub
002b:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {0cfe0455-93ba-440d-a3fe-553973d0b723}
002b:fixme:ntdll:EtwRegisterTraceGuidsW (0x638964fa, 0x63aae220, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33d060, (null), (null), 0x63aae228): stub
002b:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {797fabac-7b58-4796-b924-d51178a59ce4}
002b:fixme:ntdll:EtwRegisterTraceGuidsW (0x638962c3, 0x63ab1088, {9e3b3947-ca5d-4614-91a2-7b624e0e7244}, 1, 0x33d07c, (null), (null), 0x63ab1088): stub
002b:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {9e3b3947-ca5d-4614-91a2-7b624e0e7244}
002b:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
002b:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
002b:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
002b:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
wine: configuration in '/home/installs/EVE' has been updated.
000b:fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1cf8, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33eac8, (null), (null), 0x630b1d00): stub
000b:fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1d18, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33eac8, (null), (null), 0x630b1d20): stub
000b:fixme:ntdll:EtwEventRegister ({43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28, (nil), 0x630b1500) stub.
000b:fixme:ntdll:EtwRegisterTraceGuidsA (0x63073bcf, 0x630b3258, {9e3b3947-ca5d-4614-91a2-7b624e0e7244}, 1, 0x33ecfc, (null), (null), 0x630b3258): stub
000b:fixme:ntdll:EtwEventEnabled (deadbeef, 0x6302b3c0): stub
000b:fixme:ntdll:EtwEventEnabled (deadbeef, 0x63020688): stub
000b:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
wes@dragon:~$ 0031:fixme:kerberos:kerberos_SpInstanceInit 65536,0x7ded53a0,(nil): stub
0031:fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1cf8, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0x33ea48, (null), (null), 0x630b1d00): stub
0031:fixme:ntdll:EtwRegisterTraceGuidsA (0x6307379f, 0x630b1d18, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0x33ea48, (null), (null), 0x630b1d20): stub
0031:fixme:ntdll:EtwEventRegister ({43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 0x6309ce28, (nil), 0x630b1500) stub.
0033:fixme:ver:GetCurrentPackageId (0x4ecfecc (nil)): stub
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 180
Current serial number in output stream: 181
I tried 32bit prefix, ie8, and all the other stuff.
by Dr. Wes Snyder V on Monday June 4th 2018, 14:49
by Bob on Sunday February 11th 2018, 5:11
Additionally, CCP released a launcher that currently works with some tweaking required. This installs its own version of wine which may/may not work for you. Results appear to vary from running okay to not at all with this custom version of wine. If you want to try it, get the Linux launcher from the forums. To improve performance somewhat/get it to actually work these days, linking your native Qt libraries instead of using the supplied ones does help. Steps below to do this on Ubuntu flavors, adjust to suit the paths on your distro:
* Remove Qt library files from evelauncher folder and symlink your system libraries*
$ cd evelauncher
$ rm libQt5*.so.5 QtWebEngineProcess (Those are the symlinks the launcher is bound to)
$ ln -s /usr/lib/x86_64-linux-gnu/libQt5*.so.5 . (Or fix your system’s Qt Path accordingly…)
$ ln -s /usr/lib/x86_64-linux-gnu/qt5/libexec/QtWebEngineProcess .
$ rm -r plugins/
$ ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins/ .
* Add Locales files *
$ mv resources resources.old
$ ln -s /usr/share/qt5/resources .
$ ln -s /usr/share/qt5/translations .
Then you’re all set, and you can launch the launcher with the simple:
$ ./evelauncher.sh
Note, as mentioned, the Eve launcher downloads its own version of Wine which as of recently has issues. You need to install the Windows launcher using Wine to get it to use your system wine version or set up the folder paths manually appropriately to replace it.
by Igor on Wednesday January 31st 2018, 7:48
wors fine on debian 8 wine 3.0 and both dx 10 and 11
by Svito on Saturday December 23rd 2017, 19:22
You can incorporate useful bits from this into HowTo / Notes and delete the comment:
''EVE Online'' is a space-based, persistent world [[Wikipedia:Massively multiplayer online role-playing game|massively multiplayer online role-playing game]] (MMORPG) that is renound for its scale and complexity. It features free-to-play and pay-to-play versions--the pay-to-play version unlocking additional ships, skills, and training bonuses. Both versions access the same characters and assets belonging to the player.
There is no Linux client program for EVE Online. The game is installed with the ''EVE Launcher Setup'' (a Windows program) run under [[Wine]], the ''win''dows ''e''mulator. The ''EVE Launcher'', once installed (also a Windows program, under Wine), authenticates the player then starts the game proper. An internet connection to the EVE Online servers is maintained throughout play. The purpose of Wine is to translate the Windows API calls made by the install and game programs into compatible Linux API calls, on-the-fly as the programs run.
== Requirements ==
=== Installing ===
* Internet connectivity
* Familiarity with [[Wine]]
* A [[Desktop environment]]
* The 32-bit version of your graphics driver, as listed in the ''OpenGL (Multilib)'' column in [[Xorg#Driver installation]].
=== Playing ===
* Internet connectivity
* Patience; be prepared for a steep learning curve if you are a new pilot.
== Installation ==
=== Install packages ===
# [[Install]] the {{Pkg|wine-staging}}, {{Pkg|winetricks}}, and {{Pkg|samba}} packages.
# [[Install]] the {{Pkg|lib32-alsa-plugins}}, {{Pkg|lib32-gnutls}}, {{Pkg|lib32-gst-plugins-base-libs}}, {{Pkg|lib32-libldap}}, {{Pkg|lib32-libpulse}}, {{Pkg|lib32-libva}}, {{Pkg|lib32-libxml2}}, {{Pkg|lib32-mpg123}}, {{Pkg|lib32-openal}}, and {{Pkg|lib32-v4l-utils}} packages from the official [[multilib]] repository.
: {{Note|You do ''not'' need to [[start]] or [[enable]] the {{ic|samba.service}} file installed from the {{Pkg|samba}} package; no further configuration of [[Samba]] is required. Wine requires the {{ic|/usr/bin/ntlm_auth}} program which is provided by the {{pkg|samba}} package.}}
=== Prepare the Wine configuration ===
In this section, you will prepare a fresh ''Wine configuration'' suitable for installing the EVE Launcher ''into'' (as described in the next section).
; Wine configuration: Background: An arbitrary Windows program running under Wine needs routine access to a minimum of files, such as Windows support programs, native and emulated .dll's, registry entries, and so forth. On the first invocation of Wine, these files are copied into a "working" directory (typically at {{ic|~/.wine}}) in an arrangement that mimics a native Windows filesystem. An ''application'' such as the EVE Launcher is then installed into this minimal Windows filesystem by its setup program also run under Wine. At this point Wine can run the EVE Launcher in its proper filesystem context. Together, all this data comprises a single ''Wine configuration'', particular to zero, one, (or more) Windows applications installed and runnable therein.
==== Set environment variables ====
'''If you have no other Wine configurations''' (i.e. this is a clean install), the environment variables {{ic|WINEPREFIX}} and {{ic|WINEARCH}} will not be defined--their defaults being {{ic|~/.wine}} and {{ic|win64}} respectively, and you can '''skip to step 4'''. Otherwise '''read on'''.
# Select a location in your filesystem to store the Wine configuration: a location that you have access to, is persistant, and doesn't contain any files. It should be a directory, but it doesn't have to exist yet--Wine will create it if it doesn't exist. Note the ''path'' of this location.
:: {{Warning|It would be unwise to select an ''existing'' Wine configuration and attempt to install the EVE Launcher into it unless you know what you're doing; better to start with a "clean slate".}}
: 2. Set the [[Wine#WINEPREFIX|WINEPREFIX]] environment variable to the ''path'' you noted in the previous step.
:: {{bc|1=export WINEPREFIX=''path''}}
:: The value of {{ic|WINEPREFIX}} is the path to the configuration that Wine will use at runtime. If {{ic|WINEPREFIX}} is not defined {{ic|~/.wine}} will be used by default. A generic Wine configuration will be generated automatically at this path if it is empty, or updated if it contains files.
:: {{Tip|If you periodically redefine {{ic|WINEPREFIX}} to run other Wine configurations, you would be wise to verify that {{ic|WINEPREFIX}} is correctly set to the EVE Online Wine configuration path prior to starting the game.}}
'''If you have no win32 Wine configurations''' the environment variable {{ic|WINEARCH}} will not be defined, the default being {{ic|win64}}, and you can '''skip to step 4'''. Otherwise '''read on'''.
: 3. Ensure the [[Wine#WINEARCH|WINEARCH]] environment variable is not defined (or is set to {{ic|win64}}).
:: {{Note|EVE Online requires a 64-bit Wine configuration.}}
:: {{Tip|If you periodically set {{ic|1=WINEARCH=win32}} to run Windows programs in 32-bit Wine configurations you would be wise to verify that {{ic|WINEARCH}} is correctly set to {{ic|win64}} (or undefined) prior to starting the game.}}
==== Create the minimal configuration ====
: 4. Generate the minimal Wine configuration.
:: {{bc|$ winecfg}}
:: Generation will take place followed by the appearance of the {{ic|Wine configuration}} window.
:: {{Tip|Wine writes ''alot'' of diagnostic messages to {{ic|stdout}} which you can safely ignore unless you experience problems.}}
:: {{Tip|If you have [[Firejail]] installed and the {{ic|Wine configuration}} window does not appear, see [[#Firejail incompatibility]] for a resolution.}}
: 5. On the {{ic|Applications}} tab, click the {{ic|Windows Version}} drop-down box and select {{ic|Windows 10}}.
: 6. Click {{ic|OK}} to accept changes and close the window.
:: {{ic|winecfg}} will exit.
==== Add supplementary components ====
: 7. Download and install the suplementary runtime components needed by EVE Online into the configuration using {{ic|winetricks}}.
:: {{bc|$ winetricks corefonts vcrun2005 vcrun2008 vcrun2010}}
:: The components will be downloaded and you will see a series of dialogs asking you to confirm each installation.
: 8. Confirm each.
:: The components will be installed into the Wine configuration, then {{ic|winetricks}} will exit.
=== Install EVE Online ===
Download the [community.eveonline.com/support/download/ EVE Launcher Setup program].
{{Note|The setup program's filename will in the format {{ic|EveLauncher-''nnnnnnnn''.exe}}, where ''nnnnnnnnn'' is the release number.}}
Run the EVE Launcher setup under Wine.
$ wine EveLauncher-''nnnnnnnnn''.exe
You will be presented with a series of dialogs where you can customize the installation of EVE Online. Accept the defaults or customize. Click {{ic|Finish}} and the EVE Launcher setup will exit.
== Play the game ==
Ensure that {{ic|WINEPREFIX}} and {{ic|WINEARCH}} are not defined, or defined appropriately.
Start the EVE Launcher:
$ wine start 'C:\EVE\eve.exe'
Login with your EVE username and password, or create an account. Accounts are [[Wiktionary:free as in beer|free as in beer]].
{{Note|Everytime you start the EVE Launcher, it will verify that your EVE game software is up-to-date. If it needs updating, it will download and install file "bundles" automatically with no action necessary on your part. Game updates happen frequently (several times a week on average).}}
{{Note|The ''first time'' you start the EVE Launcher, it will download and install a large number of "bundles" taking 1-5 minutes depending on your network bandwidth.}}
== Tips and tricks ==
* If you experience "stuttering" in the graphics during scenes with many redrawings, try lowering the rendering quality to better suit your hardware and drivers. Pressing {{ic|Esc}} at any time during the game will display a panel where you can adjust these settings.
== Known issues ==
=== Game freezes during play ===
==== Symptoms ====
* Multi-second game "freezes" on a multi-core processor.
==== Resolution ====
When starting the EVE Launcher, prefix the {{ic|wine}} command as in the following:
{{bc|$ taskset -c0 wine 'C:\EVE\eve.exe'}}
This will force the EVE process to stay on one processor core only, preventing slow migration from core to core.
{{Warning|This will decrease game performance and is not recommended unless you are experiencing freezes.}}
=== Firejail incompatibility ===
As of September 2017, the default [[Firejail]] ''profile'' for Wine is incompatible with EVE Online. If you install {{Pkg|firejail}} subsequent to installing {{Pkg|wine-staging}}, the Firejail configuration process may create a symlink {{ic|/usr/local/bin/wine -> /usr/bin/firejail}} that automatically "sandboxes" Wine with this profile. From this point forward, EVE Online will no longer run.
==== Symptoms ====
* {{ic|winecfg}}, {{ic|winetricks}}, and {{ic|wine}} produce messages to {{ic|stdout}} then halt, with no game or configuration windows appearing.
==== Resolution ====
# Delete or rename the {{ic|/usr/local/bin/wine}} symlink so {{ic|$ wine}} correctly runs {{ic|/usr/bin/wine}}, bypassing Firejail entirely.
by Hugo Osvaldo Barrera on Wednesday October 18th 2017, 10:20
[1]: appdb.winehq.org/objectManager.php?sClass=version&iId=25823&iTestingId=100006
by Maquis196 on Wednesday October 18th 2017, 11:36
Haven't touched it myself, thought it was just some frontend to native wine or something. Cheers for letting me know.
by Hugo Osvaldo Barrera on Wednesday October 18th 2017, 14:09
As described in Eve's site; the launcher downloads a custom build of wine, and installs Eve onto that. I'm not even sure if it's wine 2.18, or a previous version.
by Filip on Monday May 22nd 2017, 15:17
- Antialiasing is not working at all, had to tun it off
- When looking the camera into the sun screen starts flickering
Going back do directx9. But nice progress.
by Jarkko Korpi on Monday May 22nd 2017, 15:19
by Filip on Monday May 22nd 2017, 15:34
by Jarkko Korpi on Monday May 22nd 2017, 16:55
bugs.winehq.org/
by Cherrot Luo on Sunday May 7th 2017, 9:43
err:module:load_builtin_dll failed to load .so lib for builtin L"WLDAP32.dll": libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
installing lib32-libldap should fix this.
by Cherrot Luo on Sunday May 7th 2017, 8:49
According to forums.eveonline.com/default.aspx?g=posts&m=6922902#post6922902 , you could install libopenssl-1.0-compat from the AUR and run Eve with LD_LIBRARY_PATH set:
LD_LIBRARY_PATH=/usr/lib/openssl-1.0-compat/ ./evelauncher.sh
by Thomas on Wednesday June 8th 2016, 17:29
by Steven Wilson on Monday October 30th 2017, 21:19
by N. Andrew Walsh on Monday April 25th 2016, 15:18
Cheers
by Rustam Second_Fry Gubaydullin on Monday May 2nd 2016, 16:38
Launcher settings -> Run with DirectX 9 (so you configure EVE, not break wine config)
Shield effects works, can't confirm armor as was flying frigate and got spooked by incoming DPS. Anyway graphics is on the same level as Windows.
by N. Andrew Walsh on Thursday June 2nd 2016, 9:56
Cheers.
by N. Andrew Walsh on Thursday June 2nd 2016, 11:37
by Rustam Second_Fry Gubaydullin on Thursday June 2nd 2016, 11:43
We would like to assure the Mac community that we are aware that the current client is DirectX 9 only. This is something we have been discussing internally and we are investigating solutions. The Mac client is something we will continue to support and _we have been investing in this recently_.
Wine support for Mac – forums.eveonline.com/default.aspx?g=posts&t=472538&_ga=1.140042811.928679848.1462632406
Make sure your launcher is up to date (version 1016420 or later). Select Preferences... from the EVE Launcher menu and select Wine for the wrapper.
I didn't check yet if you can rip CCP wine build and dispatch into linux distro, but that shows at least that EVE Online is going work via Wine on Macs now. So should be no problem.
Anyway voting for Vulkan.
by N. Andrew Walsh on Monday December 5th 2016, 4:27
Anyway, yes: I'm running the CCP build of the launcher, and it works fine as a DX9 version of the game. But a lot of the new graphics effects (dust clouds, secondary lighting on gates and in stations, some parts of the explosions, etc.) are DX11 only. Looking at the progress page for the win API implementation, it seems as though they're making progress. Here's hoping they get there.
I can't imagine CCP would drop all their Mac and Linux players, tiny a community they may be, so maybe they'll either hold off on complete phase-out until DX11 works, or contribute directly to getting it working. Fingers crossed!
by harry on Friday January 15th 2016, 8:10
thats what's posted in the eve update list..
forums.eveonline.com/default.aspx?g=posts&t=464880&_ga=1.85153177.1053213709.1451420891
forums.eveonline.com/default.aspx?g=posts&m=6273329#post6273329
"
Technical
EVE, Linux (Wine) and Captains Quarters
If you are playing EVE under Linux via Wine, then you can now enter the Captains Quarters thanks to CCP Snorlax' brilliant skills (he found a bug in a 3rd party SDK and did a work around). If you want to use Wine, please use the Wine 32 bit version.
"
SAVE FLIGHT!
by Sorin Istrate on Thursday January 14th 2016, 15:02
After I installed EVEOnline (current version, just downloade) and run EVEOnline launcher, it crashes. Message is "The program QTEngineProcess.exe has encountered a serious problem and needs to close.We are sorry for the inconvenience".
I use Linux Mint 17.3 Rosa 64-bit and I have wine 1.9.1 from your site. Winecfg is set to Windows 10, d3d11.dll is disabled.
Solved:
I activated msvcr120.dll in libraries and works like a charm. Also, works with d3d11.dll activated with setting Native Windows, it doesn't work with Native then builtin.
by Steve on Friday January 15th 2016, 1:19
by Sorin Istrate on Friday January 15th 2016, 3:29
by Sorin Istrate on Monday January 18th 2016, 12:35
by gonzo28 on Tuesday January 26th 2016, 13:19
I have linux mint 17.3, wine 1.9.2, EveLauncher-998442.exe and I get the error "QtWebEngineProcess.exe has encountered a serious problem...". I also tried a 64 bit prefix and wine version 1.9.1. Also tried d3d11 disabled/enabled and mscvr disabled/enabled. Nothing works. Still crashes.
Old Launcher works with no problems.
by xxxxxxxxxxxx on Saturday February 6th 2016, 13:15
by Alex on Friday December 18th 2015, 14:35
wine: Unhandled page fault on read access to 0x346b1000 at address 0xf7194ce9 (thread 0048), starting debugger...
Unhandled exception: page fault on read access to 0x346b1000 in 32-bit code (0xf7194ce9).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:f7194ce9 ESP:0033a41c EBP:0000000c EFLAGS:00010206( R- -- I - -P- )
EAX:00000000 EBX:00000000 ECX:00000004 EDX:00000000
ESI:346b1000 EDI:7cd5d218
Stack dump:
0x0033a41c: 00000020 00000009 0033a52c f5a80400
0x0033a42c: f5a86c1f 346b0fb0 7cd5d1c8 00000020
0x0033a43c: 7cd5d1c8 00000080 0000000f 00000020
0x0033a44c: f5a87200 00000000 0033a52c 00000000
0x0033a45c: f5a8e4fd ee94b000 0033a52c 0033a484
0x0033a46c: 00000001 00000001 f5a86bc0 00000000
000c: sel=0067 base=00000000 limit=00000000 32-bit r-x
Backtrace:
=>0 0xf7194ce9 (0x0000000c)
0xf7194ce9: movl 0x0(%esi),%ebx
Modules:
Module Address Debug info Name (222 modules)
PE 3e0000- 3f3000 Deferred physxloader
PE 400000- 487000 Deferred exefile
PE 2a80000- 2b5d000 Deferred _ssl.pyd
PE 2b60000- 2c82000 Deferred ccpbrowserhost.pyd
PE 2c90000- 2ca2000 Deferred pychartdir27.pyd
PE 2cb0000- 2cda000 Deferred _planetresources
PE 2de0000- 2e7f000 Deferred d3dinfo.pyd
PE 2e80000- 3a55000 Deferred _trinity_dx9_deploy
PE 3a60000- 3ac9000 Deferred bink2w32
PE 3ad0000- 3bc7000 Deferred apexframework_x86
PE 3bd0000- 3bf8000 Deferred tbb
PE 3c00000- 3d05000 Deferred cairo
PE 3d10000- 3d2f000 Deferred cairo-script
PE 4920000- 495e000 Deferred evelocalization
PE 4960000- 498f000 Deferred geo2
PE 4990000- 49c6000 Deferred _yaml.pyd
PE 49e0000- 4a56000 Deferred pyfsd.pyd
PE 4a60000- 4a83000 Deferred pyexpat.pyd
PE 4a90000- 4c15000 Deferred _audio2
PE 4c20000- 4cc8000 Deferred _destiny
PE 4cd0000- 545a000 Deferred _gameworld
PE 5460000- 57d6000 Deferred physxcore
PE 57e0000- 582a000 Deferred cudart32_30_9
PE 5a60000- 5ac4000 Deferred physxcooking
PE 5ce0000- 5cfa000 Deferred _vivox
PE 5d00000- 5d49000 Deferred ortp
PE 5d50000- 5dac000 Deferred vivoxoal
PE 5db0000- 5dd3000 Deferred _twitch
PE 5de0000- 5dfb000 Deferred extensions
PE 5e10000- 5e23000 Deferred _ime
PE 95c0000- 9c60000 Deferred vivoxsdk
PE e910000- eb46000 Deferred chartdir
PE ec60000- ed0b000 Deferred unicodedata.pyd
PE ed10000- edae000 Deferred pyevepathfinder
PE edb0000- ee9f000 Deferred twitchsdk_32_release
PE 10000000-1038e000 Deferred blue
PE 1d1a0000-1d1b7000 Deferred _ctypes.pyd
PE 1e000000-1e3b2000 Deferred python27
PE 65980000-6599d000 Deferred swresample-ttv-0
PE 6eb80000-6ec09000 Deferred libmp3lame-ttv
PE 6f140000-6f199000 Deferred libsndfile-1
PE 70a40000-70a7a000 Deferred avutil-ttv-51
PE 78050000-780b9000 Deferred msvcp100
PE 78aa0000-78b5f000 Deferred msvcr100
ELF 7b800000-7ba5b000 Deferred kernel32
\-PE 7b810000-7ba5b000 \ kernel32
ELF 7bc00000-7bcdb000 Deferred ntdll
\-PE 7bc10000-7bcdb000 \ ntdll
ELF 7bf00000-7bf04000 Deferred
ELF 7d712000-7d793000 Deferred rpcrt4
\-PE 7d720000-7d793000 \ rpcrt4
ELF 7d793000-7d8cf000 Deferred ole32
\-PE 7d7b0000-7d8cf000 \ ole32
ELF 7d8cf000-7d906000 Deferred uxtheme
\-PE 7d8e0000-7d906000 \ uxtheme
ELF 7d906000-7d90c000 Deferred libxfixes.so.3
ELF 7d90c000-7d917000 Deferred libxcursor.so.1
ELF 7d917000-7d927000 Deferred libxi.so.6
ELF 7d927000-7d92b000 Deferred libxcomposite.so.1
ELF 7d92b000-7d936000 Deferred libxrandr.so.2
ELF 7d936000-7d941000 Deferred libxrender.so.1
ELF 7d941000-7d947000 Deferred libxxf86vm.so.1
ELF 7d947000-7d94b000 Deferred libxinerama.so.1
ELF 7d94b000-7d952000 Deferred libxdmcp.so.6
ELF 7d952000-7d956000 Deferred libxau.so.6
ELF 7d956000-7d978000 Deferred libxcb.so.1
ELF 7d978000-7daac000 Deferred libx11.so.6
ELF 7daac000-7dabf000 Deferred libxext.so.6
ELF 7dadf000-7db71000 Deferred winex11
\-PE 7daf0000-7db71000 \ winex11
ELF 7dbed000-7dc16000 Deferred libexpat.so.1
ELF 7dc16000-7dc51000 Deferred libfontconfig.so.1
ELF 7dc51000-7dc79000 Deferred libpng12.so.0
ELF 7dc79000-7dd19000 Deferred libfreetype.so.6
ELF 7dd19000-7dd41000 Deferred mpr
\-PE 7dd20000-7dd41000 \ mpr
ELF 7dd41000-7ddbd000 Deferred wininet
\-PE 7dd50000-7ddbd000 \ wininet
ELF 7ddbd000-7dec4000 Deferred comctl32
\-PE 7ddc0000-7dec4000 \ comctl32
ELF 7dec4000-7df3e000 Deferred shlwapi
\-PE 7ded0000-7df3e000 \ shlwapi
ELF 7df3e000-7e171000 Deferred shell32
\-PE 7df50000-7e171000 \ shell32
ELF 7e171000-7e178000 Deferred libffi.so.6
ELF 7e178000-7e1a9000 Deferred libcrypt.so.1
ELF 7e1a9000-7e266000 Deferred libsqlite3.so.0
ELF 7e266000-7e2ad000 Deferred libhx509.so.5
ELF 7e2ad000-7e2bc000 Deferred libheimbase.so.1
ELF 7e2bc000-7e2e5000 Deferred libwind.so.0
ELF 7e2e5000-7e2ea000 Deferred libgpg-error.so.0
ELF 7e2ea000-7e326000 Deferred libp11-kit.so.0
ELF 7e326000-7e33a000 Deferred libtasn1.so.6
ELF 7e33a000-7e354000 Deferred libz.so.1
ELF 7e354000-7e36a000 Deferred libroken.so.18
ELF 7e36a000-7e39f000 Deferred libhcrypto.so.4
ELF 7e39f000-7e445000 Deferred libasn1.so.8
ELF 7e445000-7e4cb000 Deferred libkrb5.so.26
ELF 7e4cb000-7e551000 Deferred libgcrypt.so.11
ELF 7e551000-7e617000 Deferred libgnutls.so.26
ELF 7e617000-7e653000 Deferred libgssapi.so.3
ELF 7e653000-7e66e000 Deferred libsasl2.so.2
ELF 7e66e000-7e686000 Deferred libresolv.so.2
ELF 7e686000-7e6d8000 Deferred libldap_r-2.4.so.2
ELF 7e6f8000-7e75c000 Deferred wldap32
\-PE 7e700000-7e75c000 \ wldap32
ELF 7e75c000-7e799000 Deferred winhttp
\-PE 7e760000-7e799000 \ winhttp
ELF 7e799000-7e7bf000 Deferred iphlpapi
\-PE 7e7a0000-7e7bf000 \ iphlpapi
ELF 7e7bf000-7e831000 Deferred advapi32
\-PE 7e7d0000-7e831000 \ advapi32
ELF 7e831000-7e94e000 Deferred gdi32
\-PE 7e840000-7e94e000 \ gdi32
ELF 7e94e000-7eaa8000 Deferred user32
\-PE 7e960000-7eaa8000 \ user32
ELF 7eaa8000-7eb77000 Deferred crypt32
\-PE 7eab0000-7eb77000 \ crypt32
ELF 7eb77000-7eb91000 Deferred version
\-PE 7eb80000-7eb91000 \ version
ELF 7eb91000-7ebc7000 Deferred ws2_32
\-PE 7eba0000-7ebc7000 \ ws2_32
ELF 7ebf6000-7ec03000 Deferred libnss_files.so.2
ELF 7ec03000-7ec0f000 Deferred libnss_nis.so.2
ELF 7ec0f000-7ec28000 Deferred libnsl.so.1
ELF 7ef9a000-7efe0000 Deferred libm.so.6
ELF 7efe1000-7efea000 Deferred libheimntlm.so.0
ELF 7efea000-7eff9000 Deferred liblber-2.4.so.2
ELF f31b6000-f31e2000 Deferred libvorbis.so.0
ELF f31e2000-f335a000 Deferred libvorbisenc.so.2
ELF f335a000-f338e000 Deferred libflac.so.8
ELF f338e000-f3400000 Deferred libsndfile.so.1
ELF f3500000-f3509000 Deferred libogg.so.0
ELF f3509000-f3510000 Deferred libasyncns.so.0
ELF f3510000-f351a000 Deferred libwrap.so.0
ELF f351a000-f3589000 Deferred libpulsecommon-4.0.so
ELF f3589000-f35d8000 Deferred libpulse.so.0
ELF f35d8000-f3600000 Deferred winepulse
\-PE f35e0000-f3600000 \ winepulse
ELF f3b24000-f3b46000 Deferred mmdevapi
\-PE f3b30000-f3b46000 \ mmdevapi
ELF f3b46000-f3b8f000 Deferred dsound
\-PE f3b50000-f3b8f000 \ dsound
ELF f3b8f000-f3baf000 Deferred dnsapi
\-PE f3ba0000-f3baf000 \ dnsapi
ELF f3baf000-f3c57000 Deferred msvcrt
\-PE f3bc0000-f3c57000 \ msvcrt
ELF f3c57000-f3c60000 Deferred librt.so.1
ELF f3c60000-f3cab000 Deferred libdbus-1.so.3
ELF f3cab000-f3cdb000 Deferred libk5crypto.so.3
ELF f3cdb000-f3d99000 Deferred libkrb5.so.3
ELF f3d99000-f3ddf000 Deferred libgssapi_krb5.so.2
ELF f3ddf000-f3eca000 Deferred comdlg32
\-PE f3df0000-f3eca000 \ comdlg32
ELF f3eca000-f4000000 Deferred oleaut32
\-PE f3ee0000-f4000000 \ oleaut32
ELF f4101000-f410d000 Deferred libkrb5support.so.0
ELF f410d000-f417a000 Deferred libcups.so.2
ELF f417b000-f4186000 Deferred libjson-c.so.2
ELF f4186000-f419a000 Deferred sensapi
\-PE f4190000-f419a000 \ sensapi
ELF f419a000-f41da000 Deferred winspool
\-PE f41a0000-f41da000 \ winspool
ELF f41da000-f431a000 Deferred wined3d
\-PE f41f0000-f431a000 \ wined3d
ELF f431a000-f4390000 Deferred d3dcompiler_43
\-PE f4320000-f4390000 \ d3dcompiler_43
ELF f4412000-f4424000 Deferred libavahi-client.so.3
ELF f4424000-f4465000 Deferred usp10
\-PE f4430000-f4465000 \ usp10
ELF f4465000-f44f4000 Deferred d3dx9_36
\-PE f4470000-f44f4000 \ d3dx9_36
ELF f44f6000-f44fa000 Deferred libkeyutils.so.1
ELF f45ef000-f461f000 Deferred p11-kit-trust.so
ELF f461f000-f4652000 Deferred secur32
\-PE f4630000-f4652000 \ secur32
ELF f4652000-f466f000 Deferred libgcc_s.so.1
ELF f466f000-f4676000 Deferred libnss_dns.so.2
ELF f4676000-f467a000 Deferred libnss_mdns4_minimal.so.2
ELF f4778000-f47a5000 Deferred netapi32
\-PE f4780000-f47a5000 \ netapi32
ELF f47a5000-f47e2000 Deferred d3d9
\-PE f47b0000-f47e2000 \ d3d9
ELF f47e2000-f4807000 Deferred imm32
\-PE f47f0000-f4807000 \ imm32
ELF f49a3000-f6f37000 Deferred libnvidia-glcore.so.340.96
ELF f6f37000-f704e000 Deferred libgl.so.1
ELF f705b000-f706e000 Deferred gnome-keyring-pkcs11.so
ELF f706e000-f717d000 Deferred opengl32
\-PE f7090000-f717d000 \ opengl32
ELF f717e000-f7193000 Deferred d3d11
\-PE f7180000-f7193000 \ d3d11
ELF f7195000-f71a3000 Deferred libavahi-common.so.3
ELF f71a3000-f71bf000 Deferred wsock32
\-PE f71b0000-f71bf000 \ wsock32
ELF f71bf000-f71d3000 Deferred msimg32
\-PE f71c0000-f71d3000 \ msimg32
ELF f71d3000-f71fb000 Deferred d3dxof
\-PE f71e0000-f71fb000 \ d3dxof
ELF f71fb000-f7215000 Deferred d3dx9_42
\-PE f7200000-f7215000 \ d3dx9_42
ELF f7215000-f7240000 Deferred msacm32
\-PE f7220000-f7240000 \ msacm32
ELF f7240000-f72fa000 Deferred winmm
\-PE f7250000-f72fa000 \ winmm
ELF f72fa000-f7312000 Deferred wtsapi32
\-PE f7300000-f7312000 \ wtsapi32
ELF f7312000-f7354000 Deferred rsaenh
\-PE f7320000-f7354000 \ rsaenh
ELF f7354000-f7368000 Deferred psapi
\-PE f7360000-f7368000 \ psapi
ELF f7368000-f73d0000 Deferred dbghelp
\-PE f7370000-f73d0000 \ dbghelp
ELF f73d2000-f7580000 Deferred libc.so.6
ELF f7580000-f7585000 Deferred libdl.so.2
ELF f7586000-f75a2000 Deferred libpthread.so.0
ELF f75a2000-f75a7000 Deferred libcom_err.so.2
ELF f75a7000-f75b0000 Deferred libnss_compat.so.2
ELF f75bb000-f75c0000 Deferred libnvidia-tls.so.340.96
ELF f75c2000-f7777000 Dwarf libwine.so.1
ELF f7779000-f779b000 Deferred ld-linux.so.2
ELF f779d000-f779e000 Deferred [vdso].so
Threads:
process tid prio (all id:s are in hex)
0000000e services.exe
0000001e 0
0000001d 0
00000014 0
00000010 0
0000000f 0
00000012 winedevice.exe
0000001c 0
00000019 0
00000017 0
00000013 0
0000001a plugplay.exe
00000020 0
0000001f 0
0000001b 0
00000021 explorer.exe
00000023 0
00000022 0
00000024 launcher.exe
00000025 0
00000026 launcher.exe
0000004a 0
00000049 0
00000040 0
0000003f 0
0000003c 0
00000039 0
00000036 0
0000002f 0
0000002e 0
0000002d 0
0000002c 0
0000002b 0
0000002a 0
00000029 0
00000028 0
00000027 0
00000016 (D) C:\Program Files (x86)\CCP\EVE\bin\exefile.exe
00000095 0
00000094 0
00000093 0
00000092 0
00000074 0
00000072 0
00000071 2
00000070 1
0000006f 0
0000006e 15
0000006d 0
0000006c 0
0000006b 15
0000006a 0
00000069 1
00000068 0
00000067 0
00000066 0
00000065 0
00000064 0
00000063 0
00000062 0
00000061 0
00000060 0
0000005f 0
0000005e 0
0000005d 0
0000005c 0
0000005b 0
0000005a 0
00000059 0
00000058 0
00000057 0
00000056 0
00000055 0
00000054 0
00000053 0
00000052 0
00000051 0
00000050 0
0000004f 0
0000004e 0
0000004d 0
0000004c 0
0000004b 0
00000048 0
by Alex on Saturday December 19th 2015, 0:05
by Vince Yankey on Friday November 13th 2015, 14:05
by Dave Doe on Saturday November 14th 2015, 11:35
by Vince Yankey on Tuesday November 17th 2015, 10:12
by Vince Yankey on Friday November 27th 2015, 11:44
by Alexey Min on Sunday October 18th 2015, 2:10
wine bin/exefile.exe /triPlatform=dx9
there you can set window mode/fullscreen mode, lower graphics settings, and then configure game to use DX9 in launcher settings, and then you can just use launcher to start game.
by Michael on Friday August 28th 2015, 22:11
wine msiexec /I (filename).msi appears to be the solution.
by andrew on Saturday July 25th 2015, 15:20
by Thomas on Thursday July 23rd 2015, 6:40
wine msiexec /i EVE_Online_Installer_916531.msi
by Hugo Osvaldo Barrera on Saturday August 29th 2015, 21:12
by jualposter on Wednesday July 1st 2015, 14:05
by evanh on Tuesday April 28th 2015, 7:03
Unless I'm mistaken, Eve's no longer exhibiting what was it's familiar incessant thrashing between cores. I'm not yet expecting anything dramatic in terms of performance/stuttering improvements but it could be a sign that better is to come.
by Hugo Osvaldo Barrera on Thursday March 12th 2015, 10:31
by Josh Raymond on Sunday April 5th 2015, 16:07
If this does not help, or you want to avoid using winetricks, try running the EVE repair tool.
I personally have not experienced this issue, however my brother did, both of these things fixed his problem on 2 separate computers.
by Jean Tessier on Monday May 18th 2015, 20:25
by Justin on Thursday November 27th 2014, 19:50
I've just installed EVE through wine and I'm having an issue interacting with the windows. Basically it requires two consecutive clicks in the same place before the window registers the click. For example if I have two windows overlapping in the center with the left window in front and click on the visible part of the window on the right the window on the right comes to the front. But then if I click somewhere where the two windows overlap it will bring the left window forward again as if it was the one in the front.
Steps:
1. Open two windows side by side overlapping in the center
2. Ensure the left window is on top
3. Click exposed portion of right window
4. Click overlapping portion of windows
Expected:
5. Right window responds to click
Actual:
5. Left window regains focus and responds to click
This also effects clicking on buttons as you need to click them twice before they will respond. Same thing with dragging stuff you need to click, release, click and then drag.
If anyone can help me with this issue I'd greatly appreciate it.
Justin
by gonzo28 on Monday October 26th 2015, 10:36
by Alexander L. on Thursday September 18th 2014, 2:28
Eve Online was already installed from playing under linux for a long time, I could start it using Wine under Mint 17 without any problem, and as long as I don't enter captains quarter I can enter the game, undock, fly around, pass jita and gates with lots of other players without any problem.
But as soon as I enter an asteroid belt the game crashes and leaves me on the destkop.
It's definitely a graphical thing, as I don't crash if I open the map while in-warp, then I can sit in the asteroid belt and warp out again. If I don't open the map, it will crash, sometimes as soon as I enter the warp into the belt, sometimes while coming out of warp, sometimes 5 seconds after coming out of warp. Asteroids aren't rendered, I don't see them.
I used the depicted workaround in winetricks, disabled dx11 etc.
I upgraded the default wine 1.6 in mint17 to 1.7.26, no difference. I even lowered graphical settings, though on my current machine (8 gb system ram, ATI 7970 card with 3 GB ram) it shouldn't be necessary.
I would be very grateful for any ideas on where the problem could be located and how to fix it, as I didn't plan on going back to windows.
by Alexander L. on Thursday September 18th 2014, 2:34
by Experitor on Monday September 8th 2014, 11:39
After log in and choseing my character EVE just started with black screen, audio running and the messageboxes and the menu wehre aviable.
I made no system changes since the last login, forums talking about an DNS problem.
Deffinetly the only thing i changed was the internet access, same provider but other location and IP.
When i changed internet access back EVE started without any problems.
Has anybody made the same expirience?
Is there a soloutin for this login error thing?
System Info:
Lenovo ThinkPad T410, i5@2.4Ghz, 4GB RAM, Intel Mesa chip running with Linux Mint "qiana" via wine 1.7.25
by Matthew O. on Monday September 8th 2014, 14:24
There were major connectivity issues on some ISPs to the EVE online servers today. By your own account, a switch in internet connection solved the issue.
As for the audio running and messageboxes visible: did you actually try to use any of the chatboxes? When EVE times out, you usually end it with a visible but non-working interface. If this happens during a session change you also end up with a black screen.
by Michael Carver on Friday May 30th 2014, 14:33
"Offline Installer" route fail in some way, either during or after extracting the files (I cant tell partly because I'm suffering from the 'half of the text on the installer blank' thing)
Help?
by Guti on Thursday May 22nd 2014, 3:44
by Jarkko Korpi on Saturday August 9th 2014, 16:59
by Andrew on Friday April 25th 2014, 16:04
Terminating Process By Request - Returning 0
Arch x86_64
Wine 1.17.17
by Linubie on Saturday April 19th 2014, 10:01
I am using latest wine 1.7.17 and starting eve like "wine /path/to/eve/bin/exefile.exe".
If I try to quit the game it doesn't quit and freezes, I need to kill all processes related to eve manually to quit the game.
Does anyone face this problem too?
by mike on Monday April 21st 2014, 4:40
The game itself runs fine, both via launcher and by running exefile.exe. When I hit ESC -> Quit Game, console output gets all the way to "Terminating process by request - returning 0" and hangs. I can CTRL+C at console to close the game or kill all the related processes.
I've tried clearing the cache and running the repair tool but the problem remains.
by eXeler0n on Monday April 21st 2014, 15:58
arch linux with wine-1.7.17-1-x86_64
by Vince Yankey on Monday June 16th 2014, 10:41
I started having this problem after I upgraded my Nvidia video driver to 337.25. Rolling the driver back to 331.79 seems to fix it, but who doesn't want the latest drivers.
by Vince Yankey on Thursday June 19th 2014, 16:07
by Michael on Friday March 21st 2014, 13:15
by evanh on Wednesday March 26th 2014, 6:14
by evanh on Sunday February 16th 2014, 0:31
I'm guessing it's a Firefox bug. Of note is the memory footprint, Firefox appears to be leaking badly:
Process 2049 - firefox
Summary
The process firefox (with pid 2049) is using approximately 2.0 GB of memory.
It is using 2.0 GB privately, and a further 9.0 MB that is, or could be, shared with other programs.
Dividing up the shared memory between all the processes sharing that memory we get a reduced shared memory usage of 1478.0 KB. Adding that to the private usage, we get the above mentioned total memory footprint of 2.0 GB.
Library Usage
The memory usage of a process is found by adding up the memory usage of each of its libraries, plus the process's own heap, stack and any other mappings, plus the stack of its 31 threads.
Private
2011192 KB [heap]
30076 KB /usr/lib/firefox/libxul.so
1952 KB /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
1060 KB /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so
812 KB /usr/lib/firefox/libnss3.so
Shared
844 KB /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.4
696 KB /lib/x86_64-linux-gnu/libc-2.15.so
520 KB /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
492 KB /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
468 KB /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
Totals
Private 2052040 KB (= 34604 KB clean + 2017436 KB dirty)
Shared 9176 KB (= 9112 KB clean + 64 KB dirty)
Rss 2061216 KB (= Private + Shared)
Pss 2053518 KB (= Private + Shared/Number of Processes)
Swap 0 KB
by evanh on Sunday February 16th 2014, 0:36
Also, it looks like Eve doesn't need the virtual desktop any longer so many people won't have even struck it.
by Louis Pace on Saturday February 15th 2014, 0:17
I have tried the configuration changes listed in this article, but when I run ExeFile.exe, I receive the following error, no matter what I try.
attach_process_dlls "blue.dll" failed to initialize
I am very new to linux and wine, so I'll ask your forgiveness if I've overlooked something obvious. I did try Google, but I have had little luck. I'm running Ubuntu 12.04 LTS, and Wine 1.7.12.
Thank you for any help that you can provide.
--
Louis Pace
by evanh on Saturday February 15th 2014, 4:20
env WINEPREFIX="/home/evanh/.wine-eve-link1" WINEDEBUG=-all wine explorer /desktop=EVE-1-Tranquility,1920x1200 "C:/Program Files/CCP/EVE/bin/ExeFile.exe"
It's the way everyone ran Eve back before any launcher existed. ExeFile.exe is the actual game program. You even get to see the original login this way.
by evanh on Saturday February 15th 2014, 4:37
by Louis Pace on Saturday February 15th 2014, 9:23
by evanh on Saturday February 15th 2014, 17:14
It almost looks like you haven't installed Eve within a Wine prefix. If you are trying to run Eve from a Windoze volume there is some extra tricks required if I remember rightly. I don't know what they are though.
You could try running it in a shell without the DEBUG and see what happens. You might get a useful error message.
by evanh on Friday February 14th 2014, 20:31
Every time I minimised Eve it was a pain to get the window back again. Until now I had to flip between desktops to recover a previously minimised Wine app.
by evanh on Monday February 10th 2014, 6:45
forums.eveonline.com/default.aspx?g=posts&m=4212405#post4212405
I decided to do a quick check myself and found, initially at least, that once you're in space the client is using well short of 1 GB, around 650-700 MB with maybe another 100 MB utilised by Wine. So that pretty much agrees with the original post.
Eve presumably does do some caching but I believe I've also observed leakiness in the past myself. It shows up in the speed with which Eve consumes all the RAM. The behaviour had come and gone over the years so it's prolly back at the moment.
by evanh on Tuesday February 11th 2014, 3:41
It's not just an on-screen glitch either, it's stored in Firefox's in-memory copy of WineHQ's AppDB bordering styles. As in each page I open - even starting a fresh separate window, with Eve closed, and go to the main webpage of the AppDB shows the same artifacts.
Here's a snapshot - postimg.org/image/fouoy9j9r/
by evanh on Wednesday March 26th 2014, 6:13
by David Ward on Wednesday September 11th 2013, 1:26
To clarify the problem: ships weren't showing correctly while docked in a station, flying through space or previewing their models from the "Show Info" screen. If you rotate the view so that a large light-source is behind the vessel, you'll see a weird kind of transparent view of the ship without textures, kind of like when it's just coming out of a jump-gate.
There's no pretty background for the star-systems either. Oh, also, scanning graphics don't show.
The problem turns out to be the lack of S3TC texture compression in Mesa and this problem is likely to appear only on select distributions that do not ship with "libtxn_dxtn.so."
To check whether this is your problem, run eve with MESA_DEBUG set to 1. Alternatively, run wine via strace and grep for libtxc_dxtn. :)
The solution is to rebuild Mesa with USE_EXTERNAL_DXTN_LIB set to 1 and have libtxc_dxtn installed. Check Google, you'll find the sources easily.
If you're running 64bit, ensure that you build the 32bit version of the library with the appropriate compiler and linker flags.
PS: You may have to write a .drirc file that force-enables s3tc compression in your X driver.
Good luck and happy hunting! :)
by David Ward on Wednesday September 11th 2013, 1:27
by Josh Raymond on Saturday September 7th 2013, 18:23
Whenever theres a massive sound effect (such as warping, or the stargate sounds) I get this periodic like static sound. Almost like the sound driver is breaking every 3-5 seconds. It lasts for no longer then half a second each time, and isn't a game breaking malfunction, but does get rather annoying after a few hours of play.
Has anyone else experienced this and know how to fix it?
by Vince Yankey on Tuesday February 4th 2014, 10:08
by Timo R. on Sunday May 26th 2013, 17:25
forums.eveonline.com/default.aspx?g=posts&m=930044#post930044
For everyone who's too lazy to click:
1. install vcrun2010 using winetricks: "winetricks vcrun2010", you need to manually download msxml3 here download.cnet.com/Microsoft-XML-Parser-MSXML-3-0-Service-Pack-7-SP7/3000-7241_4-10731613.html
2. go to winecfg -> libraries and set from "msvcr100 (native, builtin)" to "msvcr100(builtin, native)"
3. Profit!
No idea if installing msxml3 via winetricks works, too. Installing that msi worked for me.
by Eric Sandall on Wednesday May 29th 2013, 17:38
by Sam Silbory on Wednesday May 29th 2013, 17:48
by Sam Silbory on Tuesday May 21st 2013, 16:21
If the above doesn't work try the repair tool.
( generally C:\Program Files\CCP\EVE\repair.exe)
wiki.eveonline.com/en/wiki/Client_Repair_Tool
PS- Also note that the launcher appears to be borked for Windows too.
evenews24.com/2013/05/21/eve-launcher-support-thread/
by Mikael on Saturday May 11th 2013, 12:55
Many of you might know that 04.06. comes the new Odyssey expansion. And with new EVE client comes new EVE launcher. And we wine users were asked by devs to test the new launcher.
forums.eveonline.com/default.aspx?g=posts&t=233154&find=unread
The thing is, that the new launcher does not work very well, or sometimes at all. So if I may ask you, can you please test the new launcher and if possible throw your experience here or better to this threat? (Necessary to read the first post before testing)
forums.eveonline.com/default.aspx?g=posts&t=230690&find=unread
My testing ended up like this (with dev resposne what she things about those errors)
forums.eveonline.com/default.aspx?g=posts&m=3008001#post3008001
Thanks for your time.
by evanh on Sunday May 12th 2013, 1:08
Might be a long way off from a fix.
by Mikael on Sunday May 12th 2013, 7:06
by Mark on Friday April 26th 2013, 3:35
The trick is to run msvcr90, disable d3d11, but DO NOT run in a virtual desktop, make sure you have all microsoft corefonts, winetricks, etc. There are walkthroughts aplenty for those. Basically follow any work around for ubuntu 12.10 but again, no virtual desktop, and again the aformentioned library overrides.
I'm not sure why exactly, but the newest release of wine and ubuntu doesn't seem to like the virtual desktop environment.
Hope this works for you. Thanks WineHQ.
by Mark on Friday April 26th 2013, 12:00
by evanh on Friday April 26th 2013, 21:21
Try disabling "Load Station Environment" in the graphics settings of Eve before logging in.
Once you have got into the game in a station you can change back to the ship spinning dock and re-enable Load Station Environment.
by Artur O. on Saturday March 9th 2013, 15:58
This has been an issue before and is an issue now. When people post testcases you/we should and need to review them before accepting them. We had allot of times where the game got Gold or even Garbage like now accepted to the testcases because people who make those tests don't even bother tho read the guidelines and just post it garbage because "they" could not google or search for a solution.
Sure reading each if there would be allot of them would be troublesome but there are not allot of people submitting the test cases and also seeing a pattern like "silver silver silver garbage" would at least need a frown no?
by Maquis196 on Saturday March 9th 2013, 16:09
If its silver, silver, silver, silver and garbage then the avg user will know thats odd are it will work fine. I'd rather accept a garbage rating, then work with that user to work with us in the comments section to fix their issue and then get them to put a new report in (at which point I'll delete the garbage one).
I agree with the Gold rating thing mind, if there is a single issue its obviously not gold :).
Hopefully, we'll get that garbage rating removed, but when the user changes it.
Just my 2pence :)
by evanh on Sunday March 24th 2013, 0:50
As far as I can tell Eve has not become any harder to install nor has it become less capable due to bugs. I'd say the opposite, Eve's performance and features have improved under Wine over the years.
Just to repeat, the rating system, and the guidelines for it, are about ease of getting the app to run, rather than how well it runs.
Other than getting the OpenGL driver working correctly - not an Eve issue, Eve is quite simple to get going.
Gold is still the correct category - as it had been until recently.
by Maquis196 on Sunday March 24th 2013, 4:51
It's the same when an install you've been using forever (like my eve online prefixes) suddenly stop working when a new version of wine breaks something, then it's completely acceptable to put in a garbage report.
Bottom line, lets face it, the game is essentially perfect on wine, anyone who plays it knows it. Only CQ is broken which no one cares about yet (yet being crucial, but I have no idea when we'll need to be able to walk around properly). I would argue that for anyone who can't get the game working and who would put a garbage report in, should comment below first to allow us to help get it working. Might be worth a new note?
Fly dangerous :)
by evanh on Monday March 25th 2013, 4:16
The test of ratings is: Does it go/run, no = garbage. If yes then how hard was it to get running? The amount of effort is the rest of the ratings.
Which has no problem handling your okay then broken scenario.
As for preferred process of submitting test results, I had no idea they were even reviewed at all. The time to respond to questions could be an issue. I know I don't read the AppDB very often.
by Maquis196 on Monday March 25th 2013, 5:33
Just add yourself as a monitor, as a maintainer I get email alerts to new appdb posts, and often I'll come in and try to help fix them. In fact you check my maintained list, I do it for quite a few games! (except ones where theres another super even more responsive then me, it normally happens when someone becomes super, then it peters out after a few weeks lol).
Things like discussions on ratings definitely only happen when there are several maintainers each with their own spin on the guidelines :).
by evanh on Monday March 25th 2013, 5:56
Bugginess is not for the ratings, bugs are reported to Bugzilla.
by Maquis196 on Monday March 25th 2013, 9:35
At a glance, if you see a game is bronze, you think "not sure if its worth playing on wine, ill dual boot into windows or not play it", the effort required is separate too that. (going by what appdb says it is, not what we want it to be).
Youre right, bugs go bugzilla, but were not talking about bugs.
The fact were having this discussion shows how much scope there is for people to treat appdb differently.
by evanh on Thursday March 28th 2013, 4:39
BTW, with your position on app usability rather than ease of configuring/installing the app, it looks like you have taken us back to "There shouldn't be any programs listed under Gold or Platinum" position as there will be bugs in every app listed.
by Maquis196 on Thursday March 28th 2013, 5:01
Say theres a bug where eve voice is broken in a specific wine release. Well to me thats obviously at best a silver rating. It would be that simple.
CQ is broken = bug = !gold or !platinum. So silver rating at best. If someone finds that all the bugs add up to a rubbish eve experience then they can put down bronze. That is what the appdb is about.
Not all bugs prevent gameplay, some don't really affect the game at all (like starfleet armada, the menu hasnt got any movement in the background, thats a bug which doesnt affect gameplay).
This whole thread is about garbage ratings, and yes id prefer we didn't have the odd one but im not going to reject one because theyre peoples opinions.
by evanh on Thursday March 28th 2013, 7:14
by evanh on Thursday March 28th 2013, 7:19
by Maquis196 on Thursday March 28th 2013, 8:11
I doubt we will ever see eye to eye on this, I do get what youre saying. All my eve test results clearly have at the bottom (or should have anyway) THIS GAME IS PERFECTLY PLAYABLE. Look at it another way, if station environments came into eve tomorrow, the game wouldn't be ready, hence the silver. Silver is most games is perfectly playable anyway, its only bronze and garbage that suck :).
by evanh on Monday April 1st 2013, 20:15
On the matter of CQ integration into Eve: If tomorrow ever occurs and CQ is a useful part of Eve then, after that, it might be sensible to reduce the rating to silver ... or garbage if CCP gets silly ideas again.
Until the mythical tomorrow, Gold is the easy choice.
by Sam Silbory on Monday April 1st 2013, 21:00
That said unlike Artur I tend to let people's ratings stand unless the overall rating is way out of line.
PS- Don't worry CCP will break the game this summer and we won't have to argue ratings;-)
by evanh on Tuesday April 2nd 2013, 5:05
Everything works fine for Eve too.
by Sam Silbory on Tuesday April 2nd 2013, 11:44
by evanh on Tuesday April 2nd 2013, 23:40
Wouldn't have a clue about voice though as it is just a bit of fluff. TS, Vent or Mumble are the backbone of action.
by Maquis196 on Wednesday April 3rd 2013, 4:03
Ship spinning does work, so glad they put that back in.
Lets face it, eve for you works perfectly. Great, I'm glad. It also works for me perfectly, but that still doesn't mean a gold rating :).
by evanh on Thursday April 4th 2013, 21:22
On a playability scale that would make the diff between Gold and Platinum I guess. :P
by Maquis196 on Friday April 5th 2013, 6:09
by Maquis196 on Monday January 7th 2013, 4:46
Just wondering if anyone else had this issue? Oh and yes, normally nvidia runs fine through that command, glxgears -info confirms its my nvidia being used as well.
Cheers!
by Maquis196 on Monday January 7th 2013, 4:57
Essentially running the game directly with optirun seems to do it;
Go into eve/bin and run optirun env WINEPREFIX=/data/wine_games/steam wine ExeFile.exe.
This launches the game directly (strangely, it didnt want to work with primusrun...). Eve confirms its the nvidia card but you can tell straight away with it not being about 5fps.
by Snytko Vadim on Sunday January 6th 2013, 14:38
I trying to install EVE under Ubuntu 12.10, but not very successfully.
First - trouble with downloading. Unfortunately, webinstaller can`t download needed files and routing me at this page: community.eveonline.com/download/?fallback=1
I was download this files twice.
Every time I starting to install EVE, but to unsuccessful. There some strange in first and forth windows: clip2net.com/page/m96271/39613542 and clip2net.com/page/m96271/39613544
Last window describe some error, but I can`t understand it.
The next step: I decompressed archives manually. Then I run eve.exe. Loader start checking files, and finally I saw the orange button "Play"!
Thats all! Game are not start in any case. I`ll try difference configurations:
winetricks corefonts d3dx9_36 vcrun2005 vcrun2008 vcrun2010
wineconfig: windows xp and windows 7
msvcr80, msvcr90 and msvcr100 I`ve setting each of in "native, then buildin", and in "buildin, native" states. d3dx9_36 and d3dx9_42 - as native.
In every case the ExeFile error will follow me: pastebin.com/7QC3J1PN
I use next configuration:
AMD Athlon II X3 CPU
AMD HD6670 videocard
Ubuntu 12.10 32 bit
Catalyst 12.11 beta drivers
What I should to try?
PS: Sorry for my English!
by evanh on Monday January 14th 2013, 18:41
D3D11 support is only just starting to be implemented in Wine's bleeding releases and does not work. Games that even test for it will fail unless it is disabled.
by Sam Silbory on Monday January 14th 2013, 20:03
by Sam Silbory on Wednesday January 2nd 2013, 22:13
wiki.eveonline.com/en/wiki/Install_EVE_on_Linux_with_Wine
by Malcolm Anderson on Friday October 3rd 2014, 16:35
by Murph on Tuesday April 24th 2012, 20:10
forums.eveonline.com/default.aspx?g=posts&m=1186571post1186571
by fahmyramdani on Thursday February 12th 2015, 19:26