You are not logged in.

#1 2015-06-15 07:49:56

d0ublemur
Member
From: Auburn, AL
Registered: 2015-05-12
Posts: 8

[SOLVED] Installing Eve Online with Wine

I followed this guide: https://appdb.winehq.org/objectManager. … &iId=25823 in an attempt to install Eve on wine. However, when I try to run the installer.msi file, the install window appears, but the buttons to continue are greyed out. The only button that is not greyed out is the cancel button, and I am not able to press it. It seems like the installer is frozen. When I try to run wine installer.msi, I get:

[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ wine EVE_Online_Installer_Full_899716.msi 
wine: Bad EXE format for Z:\home\d0ublemur\Downloads\EVE_OFFLINE_INSTALLER_FILES\EVE_Online_Installer_Full_899716.msi.
[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}

And when I run wine start installer.msi, I get:

[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ wine start EVE_Online_Installer_Full_899716.msi 
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:exec:SHELL_execute flags ignored: 0x00000100
[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

I'm running wine-1.7.44.

I'm not sure where to go from here. Any help will be greatly appreciated.

Last edited by d0ublemur (2015-06-16 00:29:39)

Offline

#2 2015-06-15 08:04:30

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,907
Website

Re: [SOLVED] Installing Eve Online with Wine

Hi d0ublemur, welcome to the Arch Linux forums. Please take a moment to familiarise yourself with the forum etiquette. In particular, please use code tags when pasting terminal output.

https://wiki.archlinux.org/index.php/Fo … s_and_code


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#3 2015-06-15 12:55:56

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,972

Re: [SOLVED] Installing Eve Online with Wine

If you meant to follow "HOWTO - Eve Online install on Linux" from that page, you overlooked something.

After you applied the wincfg setting and installed the necessary dlls with winetricks, it says to run this :

wine Eve_Oline_Installer*.exe

Compare that with the command you typed.

Last edited by Lone_Wolf (2015-06-15 12:56:35)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2015-06-15 19:50:06

d0ublemur
Member
From: Auburn, AL
Registered: 2015-05-12
Posts: 8

Re: [SOLVED] Installing Eve Online with Wine

Ok, so I tried the command in the howto like Lone_Wolf suggested, and it gave me the output:

[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ wine EVE_Oline_Installer*.exe
wine: cannot find L"C:\\windows\\system32\\EVE_Oline_Installer*.exe"
[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}

I thought that the "Eve_Oline_Installer" was a typo so i tried

 wine Eve_Online_Installer*.exe 

and the same thing happened:

[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ wine EVE_Online_Installer*.exe            
wine: cannot find L"C:\\windows\\system32\\EVE_Online_Installer*.exe"
[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}

Offline

#5 2015-06-15 21:04:12

Buddlespit
Member
From: Chesapeake, Va.
Registered: 2014-02-07
Posts: 501

Re: [SOLVED] Installing Eve Online with Wine

try:

[d0ublemur@LinuxBox ~/]$ wine ~/Downloads/EVE_OFFLINE_INSTALLER_FILES/EVE_Online_Installer*.exe

Offline

#6 2015-06-15 21:12:37

d0ublemur
Member
From: Auburn, AL
Registered: 2015-05-12
Posts: 8

Re: [SOLVED] Installing Eve Online with Wine

Buddlespit wrote:

try:

[d0ublemur@LinuxBox ~/]$ wine ~/Downloads/EVE_OFFLINE_INSTALLER_FILES/EVE_Online_Installer*.exe

Nope that still didn't work. These are the offline installer files:

[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ ls
EVE_Online_Installer_Full_899716.msi  eveonline_899716_2.cab  eveonline_899716_4.cab
eveonline_899716_1.cab                eveonline_899716_3.cab

I don't have a file named EVE_Online_Installer*.exe anywhere that I know of.

Offline

#7 2015-06-15 21:58:56

sl1pkn07
Member
From: Spanishtán
Registered: 2010-03-30
Posts: 371

Re: [SOLVED] Installing Eve Online with Wine

try with: msiexec /i 'EVE_Online_Installer_Full_899716.msi'

Offline

#8 2015-06-15 23:00:44

d0ublemur
Member
From: Auburn, AL
Registered: 2015-05-12
Posts: 8

Re: [SOLVED] Installing Eve Online with Wine

sl1pkn07 wrote:

try with: msiexec /i 'EVE_Online_Installer_Full_899716.msi'

Tried that with the same results as wine start EVE_Online_Installer_Full_899716.msi:

[d0ublemur@LinuxBox ~/Downloads/EVE_OFFLINE_INSTALLER_FILES]$ msiexec /i 'EVE_Online_Installer_Full_899716.msi'
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

Here is a picture of what happens when I run msiexec /i 'EVE_Online_Installer_Full_899716.msi'
The same thing happens when I run wine start EVE_Online_Installer_Full_899716.msi but with a slightly different terminal output.

http://i.imgur.com/Wa68hnS.png

Offline

#9 2015-06-16 00:27:29

d0ublemur
Member
From: Auburn, AL
Registered: 2015-05-12
Posts: 8

Re: [SOLVED] Installing Eve Online with Wine

Ok, so I got it to work. Apparently the offline installer .msi file doesn't work, so I had to use the standard one. It's all good now thanks for everyone's help.

Offline

Board footer

Powered by FluxBB