| 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) |

maltari
Caldari Eve University Ivy League
|
Posted - 2008.05.20 20:59:00 -
[2071]
Same problem with singularity here; Looks like we aren't going to get in that Empyrean Age testing :(
|

Sevarus James
Minmatar Meridian Dynamics Cosmic Anomalies
|
Posted - 2008.05.21 01:29:00 -
[2072]
Originally by: Spud NoSkill Tks for the guide Deb, but I have the problem where the two panels at the bottom of the screen are not disappearing when I run Eve. I've only just install Ubuntu 8.04 and am learning it as I go. Also some of the planets look a little glitchy ... but i can live with that. Premium graphics look ok but i can't see bottom of the screen fully !!!!!!
Any ideas ?
Just as an fyi, this was (if you have compiz enabled by default) an issue (regression) in wine not fullscreening properly when used in conjunction with compiz. This has since been fixed in 1.rc1.
I have noticed that using 'extreme cache' will cause memory problems (reported to winehq) by not releasing memory back to the system. On a 2 gig ram system, this will cause major issues fairly quickly. Running with "normal cache" seems to work as it should.
On 8.04 Hardy with nvidia 8800GTS amd dual core AMD x2 3800, fps under wine is right at about 20% lower than native xp, with no gfx issues to be seen. I still find the 'bounding box' to be a slight annoyance under wine (it is "broader") than the official wrapped client or XP, but its only a minor hindrance.
Ubuntu 3d Beryl-Linux Desktop+EVE |

Lionel Redstar
|
Posted - 2008.05.21 14:54:00 -
[2073]
Edited by: Lionel Redstar on 21/05/2008 14:55:21 Edited by: Lionel Redstar on 21/05/2008 14:54:57 Same problem here with wine-0.9.58 and Empyrean Age patch
fixme:process:IsWow64Process (0xffffffff 0x33fe3c) stub! err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1 blue.win32.ERROR_INVALID_PARAMETER: [Error 87] Invalid parameter: 'CryptSetKeyParam'
|

ElfeGER
Black Eclipse Corp Band of Brothers
|
Posted - 2008.05.21 22:52:00 -
[2074]
no clue why the key salt is bigger than 128bit in this case but works when I remove the early exit
diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c index 14e67d7..7296259 100644 --- a/dlls/rsaenh/rsaenh.c +++ b/dlls/rsaenh/rsaenh.c @@ -2829,8 +2830,8 @@ BOOL WINAPI RSAENH_CPSetKeyParam(HCRYPTPROV hProv, HCRYPTKEY hKey, DWORD dwParam /* salt length can't be greater than 128 bits = 16 bytes */ if (blob->cbData > 16) { - SetLastError(ERROR_INVALID_PARAMETER); - return FALSE; + //SetLastError(ERROR_INVALID_PARAMETER); + //return FALSE; } memcpy(pCryptKey->abKeyValue + pCryptKey->dwKeyLen, blob->pbData, blob->cbData);
|

Aurix Lexico
Slacker Industries Cruel Intentions
|
Posted - 2008.05.21 23:04:00 -
[2075]
Edited by: Aurix Lexico on 21/05/2008 23:03:58
Originally by: El***ER no clue why the key salt is bigger than 128bit in this case but works when I remove the early exit
diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c index 14e67d7..7296259 100644 --- a/dlls/rsaenh/rsaenh.c +++ b/dlls/rsaenh/rsaenh.c @@ -2829,8 +2830,8 @@ BOOL WINAPI RSAENH_CPSetKeyParam(HCRYPTPROV hProv, HCRYPTKEY hKey, DWORD dwParam /* salt length can't be greater than 128 bits = 16 bytes */ if (blob->cbData > 16) { - SetLastError(ERROR_INVALID_PARAMETER); - return FALSE; + //SetLastError(ERROR_INVALID_PARAMETER); + //return FALSE; } memcpy(pCryptKey->abKeyValue + pCryptKey->dwKeyLen, blob->pbData, blob->cbData);
<3 recompiled wine 1.0 rc-1 with those two comments added, and it works.
|

Aidia Nestor
|
Posted - 2008.05.22 10:47:00 -
[2076]
I can also confirm that the patch works =) recomplied wine 1.0-rc1 and it works great :)
El***ER, have you sent this to the wine devs? |

Element 22
|
Posted - 2008.05.23 18:48:00 -
[2077]
awesome and all, but could you tell us how to edit out those lines and recompile?
I've been using linux for about 4-5 months now and I still have no idea how to do most of the stuff .
Thanks Signatures are annoying...kinda like me. |

Aurix Lexico
Slacker Industries Cruel Intentions
|
Posted - 2008.05.23 20:20:00 -
[2078]
Edited by: Aurix Lexico on 23/05/2008 20:22:34 Edited by: Aurix Lexico on 23/05/2008 20:22:11 Edited by: Aurix Lexico on 23/05/2008 20:21:20 Edited by: Aurix Lexico on 23/05/2008 20:21:06 Ok, here we go.
Step 1 - Download wine's source, wine 1.0 rc-1 is here. Step 2 - Extract it (right click it in nautilus (or whatever file browser you use) and press extract here) Step 3 - Using your file browser navigate to wine-1.0-rc1/dlls/rsaenh/ Step 4 - Open up rsaenh.c in your favorite text editor, search for "/* salt length can't be greater than 128 bits = 16 bytes */", then comment out (put two /'s in front of) "SetLastError(ERROR_INVALID_PARAMETER);" and "return FALSE;" Step 5 - Open a console and cd to the directory you extracted wine to (in my case I would use "cd /home/******/Desktop/wine-1.0-rc1") Step 6 - type "./configure" in your console then "make install" and get a cup of tea then "sudo make install" (make sure you have removed wine if you have already installed it)
|

Sevarus James
Meridian Dynamics Cosmic Anomalies
|
Posted - 2008.05.23 22:26:00 -
[2079]
Just tested RC2 (out today), and it appears that things are still running fine with tranquility.
Ubuntu 3d Beryl-Linux Desktop+EVE |

Element 22
|
Posted - 2008.05.24 00:10:00 -
[2080]
I'm still getting the blank Eula and it said that I don't have d3dx9_35.dll but it's in the system32 folder.
 
Is there anything else I need to do?
Also, once I've installed wine your way I can't seem to uninstall it, sudo apt-get remove wine simply brings up that there is no wine, but I can run wine. Signatures are annoying...kinda like me. |

Sevarus James
Meridian Dynamics Cosmic Anomalies
|
Posted - 2008.05.24 01:36:00 -
[2081]
Edited by: Sevarus James on 24/05/2008 01:37:20
Originally by: Element 22
Also, once I've installed wine your way I can't seem to uninstall it, sudo apt-get remove wine simply brings up that there is no wine, but I can run wine.
First off, you have to understand that manually compiling and installing wine (which is what you did following those instructions) BYPASSES the apt database (which is what apt-get uses to install/remove/remember whats on the system.)
To get rid of (uninstall) wine manually:
sudo make uninstall
is the command to use in the same directory that you installed from.
As to your blank screen problem, without system info, tis a bit difficult to say why you are having problems.
Ubuntu 3d Beryl-Linux Desktop+EVE |

Kaladr
No Quarter. Imperial Republic Of the North
|
Posted - 2008.05.24 03:21:00 -
[2082]
Originally by: El***ER no clue why the key salt is bigger than 128bit in this case but works when I remove the early exit
Thanks for the patch! ---- EVE-Central.com - Your EVE economic and corporate site, featuring the inter-region market browser |

olonoloko olm
|
Posted - 2008.05.24 05:02:00 -
[2083]
I'm a bit lost here, what problem exactly does this patch solve?
|

Kadesh Priestess
|
Posted - 2008.05.24 05:46:00 -
[2084]
Splash'n'Crash of Empryan Age ------- EVE Online + GNU/Linux (ru_RU version) |

Aidia Nestor
|
Posted - 2008.05.24 08:51:00 -
[2085]
Edited by: Aidia Nestor on 24/05/2008 08:51:57 Edited by: Aidia Nestor on 24/05/2008 08:51:38
Originally by: olonoloko olm I'm a bit lost here, what problem exactly does this patch solve?
It solves this error: blue.win32.ERROR_INVALID_PARAMETER: [Error 87] Invalid parameter: 'CryptSetKeyParam'
For the patch to empyrean age
|

Kadesh Priestess
|
Posted - 2008.05.24 09:23:00 -
[2086]
By the way, did anybody use xbindkeys + xvkbd (i use them to enable back/forward buttons on my mouse) to enable all weapon slots with one click/keypress? Or it's prohibited by EULA? ------- EVE Online + GNU/Linux (ru_RU version) |

Element 22
|
Posted - 2008.05.24 17:13:00 -
[2087]
Edited by: Element 22 on 24/05/2008 17:14:58 err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1 fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub! (in reality there is no space here, but the following line is repeated something close to 100 times.) err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008 err:threadpool:iocp_poller NtRemoveI
Also it said it couldn't find d3dx9_35, but I do have it, and it's in my system32 folder.
Also said it couldn't find audio drivers and such, but that doesn't matter so much to me.
I'm running Kubuntu 8.04 with a 7900GS card, my drivers are through Envy.
This is the data when I try to run classic or premimum (the windows versions, I may be thick but I'm not...no, wait, yes I am...), I get the three pop up boxes telling me of the missing dll and audio driver, then I get a blank EULA. Could it be that I don't have wine set to access the internet? Signatures are annoying...kinda like me. |

deathlords
|
Posted - 2008.05.24 23:07:00 -
[2088]
Originally by: Kadesh Priestess By the way, did anybody use xbindkeys + xvkbd (i use them to enable back/forward buttons on my mouse) to enable all weapon slots with one click/keypress? Or it's prohibited by EULA?
No, they cannot prohibit you from using external software to modify your own keyboard functions. Though I don't use keybinds anyway, I haven't found the current interface limiting anyway. EVE is not exactly Quake.
|

deathlords
|
Posted - 2008.05.24 23:42:00 -
[2089]
This patch is incorrect. The source to EVE is also incorrect.
http://msdn.microsoft.com/en-us/library/aa387782(VS.85).aspx
"Note The total length of an Enhanced Provider symmetric key and its salt value cannot be greater than 128 bits."
The patch removes the check that may result in buffer overflow. Correct patch would change the blob->cbData to either
( blob->cbData > 16 ? 16 : blob->cbData )
or more to specs, the *total* length of the key and the salt must not exceed 128 bits so,
( blob->cbData + pCryptKey->dwKeyLen > 16 ? 16 - pCryptKey->dwKeyLen : blob->cbData )
then you set the salt length to that value.
But in this case EVE is the one that is passing wrong argument to the API. Can someone at CCP comment on this? Will you guys fix this in your sources?
Originally by: El***ER no clue why the key salt is bigger than 128bit in this case but works when I remove the early exit
diff --git a/dlls/rsaenh/rsaenh.c b/dlls/rsaenh/rsaenh.c index 14e67d7..7296259 100644 --- a/dlls/rsaenh/rsaenh.c +++ b/dlls/rsaenh/rsaenh.c @@ -2829,8 +2830,8 @@ BOOL WINAPI RSAENH_CPSetKeyParam(HCRYPTPROV hProv, HCRYPTKEY hKey, DWORD dwParam /* salt length can't be greater than 128 bits = 16 bytes */ if (blob->cbData > 16) { - SetLastError(ERROR_INVALID_PARAMETER); - return FALSE; + //SetLastError(ERROR_INVALID_PARAMETER); + //return FALSE; } memcpy(pCryptKey->abKeyValue + pCryptKey->dwKeyLen, blob->pbData, blob->cbData);
|

Cheiho
|
Posted - 2008.05.25 03:12:00 -
[2090]
I am trying to install it on my ASUS Eee (to a memory stick) using Wine, and i encounter the following error;
http://i136.photobucket.com/albums/q190/jozsa/snapshot29.png
Help?
|

Aurix Lexico
Slacker Industries Cruel Intentions
|
Posted - 2008.05.25 04:17:00 -
[2091]
I had something like that before. IIRC, opening winecfg and setting wine to act like windows 95/98 fixes that. Switch back to xp to actually play EVE though.
|

Aidia Nestor
|
Posted - 2008.05.25 10:26:00 -
[2092]
Originally by: Cheiho I am trying to install it on my ASUS Eee (to a memory stick) using Wine, and i encounter the following error;
http://i136.photobucket.com/albums/q190/jozsa/snapshot29.png
Help?
1) Well, you shouldn't install as root.. use chmod 777 instead to set permissions and run as normal user.
2) The easiet way I think is to create a symlink from your home-directory to the flashdrive instead..
/home/.../.wine/drive_c/Program Files/CCP -> /media/USB.../data/wine
|

Element 22
|
Posted - 2008.05.25 19:40:00 -
[2093]
I hate to bring it up again, but does anybody know how to check if wine can access the internet? I think that may be why I'm getting a blank eula.
Or any other suggestions would be appreciated. Signatures are annoying...kinda like me. |

Element 22
|
Posted - 2008.05.25 20:17:00 -
[2094]
I know this is a bit unorthodox, and out of the question for those that use wine to report bugs, but I used winetricks and it seems to be working, yay for *cough* legal work arounds
http://wiki.winehq.org/winetricks
I installed it, used their example
sh winetricks corefonts vcrun6
and then got DirectX9 by
winetricks directx9
seems to work on TQ, going to see about SISI.
Yay WINE  Signatures are annoying...kinda like me. |

Aurix Lexico
Slacker Industries Cruel Intentions
|
Posted - 2008.05.25 22:05:00 -
[2095]
I use
env WINEPREFIX="/home/******/.wine" wine "E:\Program Files\ccp\eve2\eve.exe" /server:87.237.38.50
|

Element 22
|
Posted - 2008.05.25 22:50:00 -
[2096]
NVM, the new patch made it all work, and I've already lost my first ship: a brutix to a tempest :D
Signatures are annoying...kinda like me. |

Ek Onkar
Viziam
|
Posted - 2008.05.28 02:01:00 -
[2097]
|

Sevarus James
Meridian Dynamics Cosmic Anomalies
|
Posted - 2008.05.30 19:11:00 -
[2098]
Edited by: Sevarus James on 30/05/2008 19:11:28 Wine 1.0-rc3 was released today. Initial testing (docking/gate to gate, character sheet, markets, UI testing, fps counter) all seems to be working as expected with Tranquility. Just an fyi.
Ubuntu 3d Beryl-Linux Desktop+EVE |

Aurix Lexico
Slacker Industries Cruel Intentions
|
Posted - 2008.05.31 01:29:00 -
[2099]
Edited by: Aurix Lexico on 31/05/2008 01:30:17 Edited by: Aurix Lexico on 31/05/2008 01:29:28 Edited by: Aurix Lexico on 31/05/2008 01:29:12 I compiled wine 1.0 rc-3 and it's running okay. Don't see any bugs so far. What's weird is that cap ships do seem to render. Just in the wrong places. 
A picture is worth a thousand words ...
Linkage
EDIT: oh, and it was doing the same thing in my edited 1.0 rc-2 install yesterday.
|

rig0r
Auriga inc The Darwin Award Foundation
|
Posted - 2008.06.08 15:35:00 -
[2100]
I have a similar issue, stargates do not render for me with premium content with rc3.
|
| |
|
| 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 |