Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 40 50 60 70 80 .. 81 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 5 post(s) |

Aeon Lri
Gallente Trade and Research Technologies R0ADKILL
|
Posted - 2007.06.21 20:42:00 -
[1261]
Edited by: Aeon Lri on 21/06/2007 20:45:43 Howdy,
Just thought I post how I got EVE to work on Ubuntu Feisty 7.04 with wine 0.9.39. Mind you that most of thist guide came from people that helped out here on the forums, so thank you, you know who you are (Major Quilan and Adel Sorra to name a few)
Quote:
EVE on Ubuntu Feisty 7.04 with wine 0.9.39 ===========================
basic environment -----------------------------
sudo apt-get install build-essential flex bison xlibs-dev x11proto-gl-dev libgl1-mesa-dev fontconfig libfreetype6-dev fontforge checkinstall
Get patch ---------------
http://bugs.winehq.org/attachment.cgi?id=6615&action=view (save the text to a file called 'winediff')
Installation ------------------
(1) Download the Wine 0.9.39 source code (www.winehq.org) (2) Unpack it into a directory (4) From the wine source root directory, run "patch -p1 < winediff" (5) Run "./configure ; make depend && make" (6) install EVE ("wine eve_setup.exe") (7) copy arial.* to fonts dir (typically ~/.wine/drive_c/windows/fonts) (8) run "Wine RedistD3DXonly.exe" from the EVE bin directory (typically ~/.wine/drive_c/Program\ Files\CCP\EVE\bin) (9) start EVE: "wine ~/.wine/drive_c/Program\ Files\CCP\EVE\eve.exe"
Member of TAART - Trade and Research Technologies (http://www.taart.org) |

Shacra
Caldari Quamlibet
|
Posted - 2007.06.21 23:06:00 -
[1262]
Edited by: Shacra on 21/06/2007 23:06:21
Originally by: Aeon Lri Edited by: Aeon Lri on 21/06/2007 20:45:43 Howdy,
Just thought I post how I got EVE to work on Ubuntu Feisty 7.04 with wine 0.9.39. Mind you that most of thist guide came from people that helped out here on the forums, so thank you, you know who you are (Major Quilan and Adel Sorra to name a few)
Quote:
EVE on Ubuntu Feisty 7.04 with wine 0.9.39 ===========================
basic environment -----------------------------
sudo apt-get install build-essential flex bison xlibs-dev x11proto-gl-dev libgl1-mesa-dev fontconfig libfreetype6-dev fontforge checkinstall
Get patch ---------------
http://bugs.winehq.org/attachment.cgi?id=6615&action=view (save the text to a file called 'winediff')
Installation ------------------
(1) Download the Wine 0.9.39 source code (www.winehq.org) (2) Unpack it into a directory (4) From the wine source root directory, run "patch -p1 < winediff" (5) Run "./configure ; make depend && make" (6) install EVE ("wine eve_setup.exe") (7) copy arial.* to fonts dir (typically ~/.wine/drive_c/windows/fonts) (8) run "Wine RedistD3DXonly.exe" from the EVE bin directory (typically ~/.wine/drive_c/Program\ Files\CCP\EVE\bin) (9) start EVE: "wine ~/.wine/drive_c/Program\ Files\CCP\EVE\eve.exe"
(9) Add voiceenabled=0 to your prefs.ini!
At least the vivox voice software seemed to crash my EVE until I disabled it. -------------------------------
Shacra - Quamlibet
|

Shacra
Caldari Quamlibet
|
Posted - 2007.06.21 23:11:00 -
[1263]
Any ideas how to fix the sound buffer underruns? As soon as I enable sound in EVE my console gets spammed with those warnings:
Quote: fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=5996 < primary_done=6000) fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=2468 < primary_done=2472) fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=3296 < primary_done=3300) fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=5532 < primary_done=5536) fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=5768 < primary_done=5772) fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=4004 < primary_done=4008) fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=2472 < primary_done=2476) fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=3416 < primary_done=3420) ...
I've configured wine to use the OSS drivers / Hardware acceleration: Emulate / Emulate drivers. The Alsa drivers don't work for me.
-------------------------------
Shacra - Quamlibet
|

Kadesh Priestess
|
Posted - 2007.06.22 08:17:00 -
[1264]
Edited by: Kadesh Priestess on 22/06/2007 08:18:08 I have problems with eve on testserver. Wine .36. Eve crashed when it's loading station environment, as far as i understood.
Originally by: wine console output fixme:d3d:IWineD3DDeviceImpl_ResourceReleased Vertex buffer released while bound to a state block, stream 0 err:d3d:IWineD3DDeviceImpl_Reset Cannot change the device window yet fixme:imm:ImmGetIMEFileNameA (0x4090409, 0x34a448, 260): stub err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. fixme:atl:AtlModuleInit SEMI-STUB (0x621bb440 0x621b6970 0x62100000) fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE fixme:win:RegisterDeviceNotificationW (hwnd=0x10028, filter=0x349b90,flags=0x00000000), STUB! err:ole:CoGetClassObject class {b9c2e9c4-68c1-4d42-a7a1-e76a26982ad6} not registered err:ole:CoGetClassObject no class object {b9c2e9c4-68c1-4d42-a7a1-e76a26982ad6} could be created for context 0x1 fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
Any ideas how to workaround this? Otherwise, those features sometimes will move to trunk =(
edit: i'm using /end /LUA:OFF keys for both eve installations (c:\games\eve\ and c:\games\eve_test\), maybe it crashes cuz of some shared logs etc?
|

Adel Sorra
|
Posted - 2007.06.22 17:46:00 -
[1265]
Edited by: Adel Sorra on 22/06/2007 17:56:41 Edited by: Adel Sorra on 22/06/2007 17:50:10
Originally by: Kadesh Priestess
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
Those lines seem important. Search for ntlm in your package manager and install the libs.
Originally by: Kadesh Priestess
edit: i'm using /end /LUA:OFF keys for both eve installations (c:\games\eve\ and c:\games\eve_test\), maybe it crashes cuz of some shared logs etc?
If you're using the switch the cache-folders shoud stay in the old dirs, so there should't be any shared stuff.
//edit did you check if the cache wasn't copied to the new place? (c:/windows/profiles/[usr]/Application Data/... or something like that)
//edit2 after rereading your post, is c:/games/eve working fine?
|

Kadesh Priestess
|
Posted - 2007.06.22 18:41:00 -
[1266]
Edited by: Kadesh Priestess on 22/06/2007 18:40:38 Yes, cache and everything else like settings isn't being shared. But all capture/log info is saved into ~/EVE (My Documents\EVE) anyway. //installing ntlm auth library 0.3.10 Hadn't helped me. I'll try to install newer one tomorrow
Edit: c:\games\eve is fine, current tranquility build runs perfectly =)
|

Aaron Koss
Gallente Project Mortormis
|
Posted - 2007.06.22 19:23:00 -
[1267]
hi, I'm not sure if its been addressed or now but I cant get DX9 installed on my Mandriva system. I have the latest version of wine installed already but every time I click on the DX install that comes with EVE it does nothing, it trys to load for a second and then nothing. If any one know how to remedy this please help.
|

Kadesh Priestess
|
Posted - 2007.06.22 20:37:00 -
[1268]
It decompresses some files to current directory...
cd ~/.wine/drive_c/ wine [pathtoevedir]/bin/RedistD3DXOnly.exe wine DXSETUP.exe
|

Aaron Koss
Gallente Project Mortormis
|
Posted - 2007.06.22 23:13:00 -
[1269]
Originally by: Kadesh Priestess It decompresses some files to current directory...
cd ~/.wine/drive_c/ wine [pathtoevedir]/bin/RedistD3DXOnly.exe wine DXSETUP.exe
Were is DXSETUP.exe after i decompress the RedistD3DXOnly.exe?
|

ElfeGER
Black Nova Corp Band of Brothers
|
Posted - 2007.06.23 00:24:00 -
[1270]
Originally by: Kadesh Priestess Edited by: Kadesh Priestess on 22/06/2007 08:18:08 I have problems with eve on testserver. Wine .36. Eve crashed when it's loading station environment, as far as i understood.
Originally by: wine console output fixme:d3d:IWineD3DDeviceImpl_ResourceReleased Vertex buffer released while bound to a state block, stream 0 err:d3d:IWineD3DDeviceImpl_Reset Cannot change the device window yet fixme:imm:ImmGetIMEFileNameA (0x4090409, 0x34a448, 260): stub err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. fixme:atl:AtlModuleInit SEMI-STUB (0x621bb440 0x621b6970 0x62100000) fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE fixme:win:RegisterDeviceNotificationW (hwnd=0x10028, filter=0x349b90,flags=0x00000000), STUB! err:ole:CoGetClassObject class {b9c2e9c4-68c1-4d42-a7a1-e76a26982ad6} not registered err:ole:CoGetClassObject no class object {b9c2e9c4-68c1-4d42-a7a1-e76a26982ad6} could be created for context 0x1 fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
Any ideas how to workaround this? Otherwise, those features sometimes will move to trunk =(
edit: i'm using /end /LUA:OFF keys for both eve installations (c:\games\eve\ and c:\games\eve_test\), maybe it crashes cuz of some shared logs etc?
edit the new prefs.ini (add voiceenabled=0) see
|
|

Kadesh Priestess
|
Posted - 2007.06.23 10:47:00 -
[1271]
lol, sorry, completely forgot that eve resets settings after applying test-patch (refreshed my test installation a few days ago).
|

Aaron Koss
Gallente Project Mortormis
|
Posted - 2007.06.23 21:02:00 -
[1272]
ok, I got it to get past the loading picture but when it trys to bring up the log in window the window stays black, does any one know how to fix this?
|

Keyser Sozie
|
Posted - 2007.06.25 00:37:00 -
[1273]
Hey Everyone,
New to Linux and really want to get rid of my Windows install. I was wondering if anyone has tried the Wine 0.9.36/Rev 2 combination on Fedora 7? I have done everything I think, but my frame rate is slow as sin and I have run out of things to try, so please if anyone has some suggestions would be awesome.
Cheers
|

MonwrathDisortium
D00M. Triumvirate.
|
Posted - 2007.06.25 02:35:00 -
[1274]
I am new to linux but I got my dual boot installed and got compiz fusion installed :) but for the life of me I cant seem to get eve to run, I get the revalations2 screen and that is as far as I can get. I guess I might be taking on to much for one day. I will try again tomorrow :)
|

Barbarellas Daughter
Lonely Barbarella
|
Posted - 2007.06.25 12:41:00 -
[1275]
Originally by: Keyser Sozie Hey Everyone,
New to Linux and really want to get rid of my Windows install. I was wondering if anyone has tried the Wine 0.9.36/Rev 2 combination on Fedora 7? I have done everything I think, but my frame rate is slow as sin and I have run out of things to try, so please if anyone has some suggestions would be awesome.
Cheers
if you have a ATI graphics card (like me) you are doomed  for nvidea, all i know is to install the proprietary driver and it should work good (?) ____________________________________________
Originally by: Marduk Felzhen You have an amazing cleavage, except you have no arms :(
|

Lt Klap
|
Posted - 2007.06.28 19:31:00 -
[1276]
i can log.. and wen the bar finish load and wen eve go to full scren after login.. CRASH.. close EVE reason:
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the back buffer format yet err:d3d:IWineD3DDeviceImpl_Reset Cannot change the device window yet
i edit my pref.ini And put voiceenabled=0 but no Work.. same error:
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the back buffer format yet err:d3d:IWineD3DDeviceImpl_Reset Cannot change the device window yet
What can i do ?
|

ElfeGER
Black Nova Corp Band of Brothers
|
Posted - 2007.06.28 21:28:00 -
[1277]
Originally by: Lt Klap i can log.. and wen the bar finish load and wen eve go to full scren after login.. CRASH.. close EVE reason:
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the back buffer format yet err:d3d:IWineD3DDeviceImpl_Reset Cannot change the device window yet
i edit my pref.ini And put voiceenabled=0 but no Work.. same error:
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the back buffer format yet err:d3d:IWineD3DDeviceImpl_Reset Cannot change the device window yet
What can i do ?
those 2 err messages are normal when starting eve and you can ignore them
you ran probably into this bug and to solve it you should use wine-0.9.36 or compile the latest version of wine with the patch that is linked in the wine appdb
|

Kadesh Priestess
|
Posted - 2007.06.29 21:46:00 -
[1278]
Edited by: Kadesh Priestess on 29/06/2007 21:50:21 Few minutes ago finished compiling .40 wine. Seems to be working out-of-the box w/o 'proposed fix' N1, starmap is fixed now :P
|

Trek
Minmatar N.A.G.A Corporation
|
Posted - 2007.06.30 02:02:00 -
[1279]
Originally by: Kadesh Priestess Edited by: Kadesh Priestess on 29/06/2007 21:50:21 Few minutes ago finished compiling .40 wine. Seems to be working out-of-the box w/o 'proposed fix' N1, starmap is fixed now :P
Just built it and tried it too. Works wonderful! Map works fine too! However agent mission mini-map seems bugged out still. No biggie!  --- My other ship is a Reaper
|

T Rifter
|
Posted - 2007.06.30 10:08:00 -
[1280]
Originally by: Trek
Originally by: Kadesh Priestess Edited by: Kadesh Priestess on 29/06/2007 21:50:21 Few minutes ago finished compiling .40 wine. Seems to be working out-of-the box w/o 'proposed fix' N1, starmap is fixed now :P
Just built it and tried it too. Works wonderful! Map works fine too! However agent mission mini-map seems bugged out still. No biggie! 
Sounds good to me. As a beginner in this stuff, and having just completed the steps to get eve running on .39 wine, do I have to start all over again and remove wine or is there a way to upgrade?
|
|

Kadesh Priestess
|
Posted - 2007.06.30 10:49:00 -
[1281]
You may just compile it and install w/o deinstallation (using steps described somewhere above, excluding patch applying - it isn't needed here) or wait until winehq will prepare binaries for your distrib (this takes ~1 day for ubuntu and 2 days for debian x86, for example).
|

T Rifter
|
Posted - 2007.06.30 11:27:00 -
[1282]
Thank you, you are most helpful :)
|

maltari
Caldari Eve University Ivy League
|
Posted - 2007.06.30 15:01:00 -
[1283]
Originally by: Kadesh Priestess Edited by: Kadesh Priestess on 29/06/2007 21:50:21 Few minutes ago finished compiling .40 wine. Seems to be working out-of-the box w/o 'proposed fix' N1, starmap is fixed now :P
Yup, and .40 packages work just fine. "Trails" behind ships seem to be working too, although I've seen some minor issues with them.
|

Sevarus James
Minmatar Meridian Dynamics FREGE Alliance
|
Posted - 2007.06.30 15:14:00 -
[1284]
Soooo
Anybody else having issues with wine not recognizing ALSA as being on the system?
I've wiped wine off the box (completely, including the home .wine ) installed and de-installed, saw NO errorss in .configure or make install, but when running winecfg, ONLY OSS shows up.
.9.36 had NO ISSUES detecting alsa and setting it up. Is this something distro specific, or?????
(Ubuntu 7.04 here.)
Ubuntu 3d Beryl-Linux Desktop+EVE |

rig0r
0utbreak
|
Posted - 2007.06.30 16:04:00 -
[1285]
No problems with Alsa here (0.9.39 on Gentoo).
|

Scorpyn
Caldari Infinitus Odium
|
Posted - 2007.06.30 17:28:00 -
[1286]
Originally by: Sevarus James Soooo
Anybody else having issues with wine not recognizing ALSA as being on the system?
I've wiped wine off the box (completely, including the home .wine ) installed and de-installed, saw NO errorss in .configure or make install, but when running winecfg, ONLY OSS shows up.
.9.36 had NO ISSUES detecting alsa and setting it up. Is this something distro specific, or?????
(Ubuntu 7.04 here.)
I had that problem when I was running Debian. regedit didn't work either (it crashed when creating new keys etc and I couldn't rename them).
|

Trek
Minmatar N.A.G.A Corporation
|
Posted - 2007.06.30 18:41:00 -
[1287]
I was wondering, has anyone else been experiencing performance issues running two clients lately? I used to be able to run two clients on my machine without any problems, but now it is near impossible to start the second client. It takes 5-10 minutes only to display the portraits when logging in, and I have never had the patience to get all the way into the game.
While it wasnt exactly enjoyable to play with two accounts before, at least it was possible even with my old machine (Athlon XP 2GHz). So now I wonder if anyone else has been having these problems? I have tried downgrading to wine 0.9.36 which I believe used to work fine, so I don't think it is a wine problem per say.
--- My other ship is a Reaper
|

Kadesh Priestess
|
Posted - 2007.06.30 21:11:00 -
[1288]
There's no alsa engine cuz it's being deeply reworked afaik...
|

Gord Ackfordham
Fenscore Enterprises United Corporations Against Macros
|
Posted - 2007.07.01 01:10:00 -
[1289]
Edited by: Gord Ackfordham on 01/07/2007 01:12:16 .40 works without patching in gentoo. i still get boatloads of sound and video errors, but it works... alsa and all.
Quote: err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? primary_done=5172, mixpos=1700, primary_mixpos=25652, writepos=20480, playpos=2048 err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 3554, block size = 4
Quote: fixme:d3d_draw:drawPrimitive Using software emulation because not all material properties could be tracked
--gordo |

Anders1
Caldari Nakama Gemini Federation
|
Posted - 2007.07.02 00:18:00 -
[1290]
I'm getting "fixme:d3d_draw:drawPrimitive Using software emulation because not all material properties could be tracked" and a black login window. Sound works... but what good is sound if you're blind :)
Wine from git + http://elfe.mine.nu/eve/linux/caption_eve.diff [hr] My old signature 404's these days... so it's gone. It doesn't really matter. It sucked. |
|
|
|
|
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 40 50 60 70 80 .. 81 :: one page |
First page | Previous page | Next page | Last page |