![]() |
#1
|
|||
|
![]() I'm about as big a Linux power user gets these days. I'm struggling to get the EQEmuLauncher to work properly. I get it all the way to the server selection screen, and then it doesn't matter what sort of clicking I can think of, it just sits. I can scroll up and down the list all I want. I have tried winetricks Mono 2.8.2 and 2.10.8, and EQEmuLauncher 1.71 and 1.78 (all 4 in the cartesian product).
If I just run eqgame.exe, I get logged in and told my spells_us.txt is out of date. I can see a few options that might get me playing again. 1) The old setup guides used to have a link to the current spells_us.txt. Does anybody know what the current link is? (and potentially other resources as well?) 2) Perhaps the source code to the EQEmuLauncher program? That would do nicely. 3) Perhaps a working EQEmuLauncher xml file that has p1999 as a selected server (Maybe the "Play" button will work if I can select the dumb server) 4) Exhausting the EQEmuLauncher and Mono/DotNet version matrix. 5) I'm really not interested in entertaining the idea of running Windows, though I recognize it as a valid "option". Anyone want to lend me a hand? By the way, my wine config is currently "Out of the Box", and changing the VertexShaders=FALSE fixed the "invisible everything" issue. I'm quite pleased. | ||
#2
|
||||
|
![]() I think I can answer #1 for ya anyway [You must be logged in to view images. Log in or Register.] in this post there's a link for the up to date spell file (the v28 link at the top)
Quote:
__________________
Freddi
Farson | |||
#3
|
|||
|
![]() I'd be happy to attempt to reproduce the issue and see if we can fix it.
Here's some context so we can factor out common issues. I'm currently running Xubuntu 13.04 64-bit, and EQ is working based on the following setup:
So, onto your question. I just tried the launcher on linux, and so far I haven't gotten as far as you have. Here's what I did: Code:
apt-get install mono-complete # probably overkill... apt-get install libmono-webbrowser2.0-cil libmono-webbrowser4.0-cil # ensure libgluezilla export WINEPREFIX=$HOME/wineprefixes/eq export WINEARCH=win32 # idiomatic wine EQEmuLauncher.exe # version 1.71 Code:
err:module:import_dll Library mscoree.dll (which is needed by L"C:\\Program Files\\Sony\\unzip\\EQEmuLauncher.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Sony\\unzip\\EQEmuLauncher.exe" failed, status c0000135 | ||
#4
|
|||
|
![]() @Laugher
Thanks! That's precisely what I was looking for. I kinda feel sheepish for missing it [You must be logged in to view images. Log in or Register.] I found one post with the link to eqchangesv4.zip, and I tried up to 8 or 9 with only 404 responses [You must be logged in to view images. Log in or Register.] I guess I gave up entirely too soon. @Ruien I tried 'mono210', 'mono28' (which required a manual download because Novell changed the ftp link), and 'dotnet40' (which failed to install entirely.) I'm not terribly concerned about getting EQEmuLauncher working, but if it would be helpful to anyone else, I'm happy to work through it. | ||
#5
|
|||
|
![]() Now I'm getting ERRORCODE DLL-1. I read through this post
http://www.project1999.org/forums/sh...ad.php?t=47319 But I'm not sure where to go from here. My eqchangesv28.zip only has these files in them: Code:
kai@gamer-ubuntu12-64:~/Downloads$ unzip -l eqchangesv28.zip Archive: eqchangesv28.zip Length Date Time Name --------- ---------- ----- ---- 2000896 2013-07-14 06:04 dsetup.dll 4968263 2013-07-14 05:54 spells_us.txt 111756 2012-09-18 17:51 spellsnew.eff 1814 2012-09-18 17:51 Resources/GlobalLoad.txt 568508 2012-09-18 17:51 dbstr_us.txt --------- ------- 7651237 5 files | ||
#6
|
|||
|
![]() lol, case-sensitive filesystems for the win!
dsetup.dll != DSETUP.dll | ||
#7
|
|||
|
![]() rm DSETUP.dll
| ||
![]() |
|
|