WineHQ

RF Online

Episode 2 Update 2 Part 4 (Grand Update)

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

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

work install and update client

What does not

Authentication

Workarounds

What was not tested

GamePlay 

Hardware tested

Graphics:

  • GPU:
  • Driver:

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

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowLinux Mint 21Sep 06 20227.13-stagingYes Yes NoBronzeWesley Lange 
ShowUbuntu 10.10 "Maverick" amd64 (+ variants like Kubuntu)Oct 13 20101.3.4Yes No NoGarbagean anonymous user 
ShowopenSUSE 11.2 x86_64Mar 30 20101.1.41Yes No NoGarbagereptily 
CurrentopenSUSE 11.2 x86_64Jan 29 20101.1.37Yes No NoGarbagereptily 
ShowopenSUSE 11.2 x86_64Jan 20 20101.1.36Yes No NoGarbagereptily 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Patcher running
by Jayson Santos dos Reis on Friday June 19th 2009, 9:00
I'm able to run the initial interface with a patch.
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 ?
RE: Patcher running
by Jayson Santos dos Reis on Friday June 19th 2009, 9:03
Well formated patch.
pastebin.com/f195aef41
Back