Application Details:
Version: | Episode 2 |
License: | Free to use |
URL: | https://web.archive.org/web/20... |
Votes: | 83 |
Latest Rating: | Bronze |
Latest Wine Version Tested: | 7.13-staging |
Maintainers: About Maintainership
What works
work install and update client
What does not
Authentication
Workarounds
What was not tested
GamePlay
Hardware tested
Graphics:
Additional Comments
when trying to enter the login and password client can not connect to the server and an error No response from the server Try again later
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Linux Mint 21 | Sep 06 2022 | 7.13-staging | Yes | Yes | No | Bronze | Wesley Lange | |
Show | Ubuntu 10.10 "Maverick" amd64 (+ variants like Kubuntu) | Oct 13 2010 | 1.3.4 | Yes | No | No | Garbage | an anonymous user | |
Show | openSUSE 11.2 x86_64 | Mar 30 2010 | 1.1.41 | Yes | No | No | Garbage | reptily | |
Current | openSUSE 11.2 x86_64 | Jan 29 2010 | 1.1.37 | Yes | No | No | Garbage | reptily | |
Show | openSUSE 11.2 x86_64 | Jan 20 2010 | 1.1.36 | Yes | No | No | Garbage | reptily |
Bug # | Description | Status | Resolution | Other apps affected |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Jayson Santos dos Reis on Friday June 19th 2009, 9:00
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index f96d101..7ba4561 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -3518,7 +3518,7 @@ static HRESULT WINAPI IWineD3DImpl_GetDeviceCaps(IWineD3D *iface, UINT Adapter,
pCaps->MaxUserClipPlanes = GL_LIMITS(clipplanes);
pCaps->MaxActiveLights = GL_LIMITS(lights);
- pCaps->MaxVertexBlendMatrices = GL_LIMITS(blends);
+ pCaps->MaxVertexBlendMatrices = 0x04;
pCaps->MaxVertexBlendMatrixIndex = 0;
pCaps->MaxAnisotropy = GL_LIMITS(anisotropy);
However when I try to login the server does not answer to me.
I tried with wireshark monitor the port and It is answering, so that is strange, maybe a RF problem ?
by Jayson Santos dos Reis on Friday June 19th 2009, 9:03
pastebin.com/f195aef41