Project 1999

Project 1999 (/forums/index.php)
-   Technical Discussion (/forums/forumdisplay.php?f=40)
-   -   Running EQ under LINUX (/forums/showthread.php?t=14125)

Ag3nT 09-03-2018 04:03 PM

Editing for Victory - I had two dsetup.dll files within the folder, one full caps, the other full lower. I had deleted the lowercase file, which turned out to be the file that I needed in all caps. Not sure where the old dsetup file had come from. Perhaps left behind rather than being overwritten.

Any who, I've got characters to load. Now I’ll try to hop into the game.

Thank you again for your assistance with the issue. Very much appreciated.

Ashintar 09-03-2018 04:51 PM

Glad you were able to log in

gredoo 09-08-2018 05:17 PM

Anyone know if there is a trick for getting better performance?

On a Intel I7-3520M, Intel HD Graphics 4000 (thinkpad x230)

Wine is okay (like everything works) but big zones frames start dropping (most likely due to thermal throttling) and eq only runs on one core :/ grinding it to 100% pretty frequently and my laptop gets REALLY hot (usually point a little fan at it to keep the temp below 90c)

Sitting in velks right now i'm at 77c :p

Am I just not going to ever get decent performance with this hardware or is there some tricks?

Izmael 09-08-2018 05:22 PM

Try setting the max fps to like 80?

gredoo 09-11-2018 10:59 AM

I dropped the max fps to 50 and turned off some of the stuff like shadows. Haven't been in one of the really bad zones like skyfire yet but it seems to have made things less horrible.

I wasn't able to see all the settings in the advanced window for some reason - looks like the window is too small and is cutting off the other stuff. Is there a way to make that window bigger? (easier to change there than the ini)

https://i.imgur.com/mKENErf.png
(from http://everquest.fanra.info/wiki/Gra...settings_guide )

Still doesn't solve the using all of one core problem. I seem to recall reading a while back that one of the major issues with titanium was it only ran single core (this was a big issue on boxing servers like PEQ where you might be running 20+ clients)

Seems crazy to me that a i7 (albeit mobile) and a intel4000 struggle so hard - wine isn't THAT shitty. Especially considering 10 years ago I was boxing 6 on a t60p (under windows)

needsram 01-25-2019 10:24 PM

Installation Problems
 
I'm using Linux Mint. I installed Wine and am trying to install the game from CD, but Wine does not automatically open the file. It opens with Archive Manager instead. When I try to run setup.exe off of the first CD manually, I get an error:

Code:

Error Code:        -5009 : 0x80004002
Error Information:
>Ctor\ObjectWrapper.cpp (389)
>Kernel\Component.cpp (875)
>Kernel\CABFile.cpp (263)
>SetupDLL\SetupDLL.cpp (1617)
pAPP:EverQuest Titanium
PVENDOR:Sony Online Entertainment
PGUID:32714287-4234-412A-877B-D33AFABFDE2B
$7.1.100.1280
@Windows XP Service Pack 1 (7601) BT_OTHER 55224.51

Does anyone know what's going on here or how I could fix it?

mrquincy 01-25-2019 11:40 PM

Hey there,

Are you mounting the iso or somehow navigating into it directly? If you're using a file explorer and are trying to install without first unpacking, that's not good. I recommend mounting the ISO somewhere (/mnt works), bringing up a terminal, descending into /mnt and run the setup.exe with wine explicitly: "wine ./setup.exe"

Beyond that, if you're still having trouble, just give us lots of info and we'll keep trying. Think of everything you've done and try to tell us chronologically.

needsram 01-26-2019 07:56 AM

I'm mounting the ISO first. I tried by right clicking the ISO > Open With > Disk Image Mounter, and by typing "sudo mount file.iso /mnt/cd1" into the terminal.

It mounts fine, but when I run "wine ./setup.exe", I start getting errors in the terminal right away:

Code:

001e:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files (x86)\\Common Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
0020:err:ole:CoGetClassObject class {00000320-0000-0000-c000-000000000046} not registered
0020:err:ole:CoGetClassObject no class object {00000320-0000-0000-c000-000000000046} could be created for context 0x80000001
0020:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0020:err:ole:CoGetClassObject class {00020424-0000-0000-c000-000000000046} not registered
0020:err:ole:CoGetClassObject no class object {00020424-0000-0000-c000-000000000046} could be created for context 0x80000001
0020:err:ole:marshal_object couldn't get IPSFactory buffer for interface {3d8b6331-d8b1-11d2-80c5-00104b1f6cea}
0020:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0020:err:ole:CoMarshalInterface Failed to marshal the interface {3d8b6331-d8b1-11d2-80c5-00104b1f6cea}, 80004002
001e:err:ole:CoGetClassObject class {00000320-0000-0000-c000-000000000046} not registered
001e:err:ole:CoGetClassObject no class object {00000320-0000-0000-c000-000000000046} could be created for context 0x80000001
001e:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
001e:err:ole:CoGetClassObject class {00020424-0000-0000-c000-000000000046} not registered
001e:err:ole:CoGetClassObject no class object {00020424-0000-0000-c000-000000000046} could be created for context 0x80000001
001e:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6494206f-23ea-11d3-88b0-00c04f72f303}
001e:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
001e:err:ole:CoMarshalInterface Failed to marshal the interface {6494206f-23ea-11d3-88b0-00c04f72f303}, 80004002

EverQuest Titanium - InstallShield Wizard opens and the progress bar goes almost all the way to full, then stops. That's when I get the error I posted above. Not sure if something is wrong with my Wine setup, but "winecfg" opens and plays sounds..

needsram 01-26-2019 09:47 AM

I wonder if my Wine version has something to do with the errors... I'm using wine-3.0 (Ubuntu 3.0-1ubuntu1). I installed it from "apt install wine-stable". I also installed wine64 from Synaptic, since I read something about doing that on 64-bit machines.

mrquincy 01-26-2019 11:40 AM

You may have just found the problem. You actually need wine32 to run this application. Try:

sudo apt-get install wine32

And after it's mounted

wine32 ./setup.exe


All times are GMT -4. The time now is 09:05 PM.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.