WineHQ

NexusTK

No Screenshot

Submit Screenshot

Version 7

Application Details:

Version: 7.x
License: Free to use
URL: http://www.nexustk.com
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 4.0.1

Maintainers: About Maintainership

Free Download KRU interactive

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

So far, character creation, logging in... everything seems totally functional.

What does not

Without the workarounds, you cannot finish installing the game.

Workarounds

Use win32 WINEARCH

The version of .NET required by the game only installs correctly if you are using the 32bit arch setting. I set it as an environment variable in my bash profile before installing the app or creating my wine environment.

export WINEARCH=win32

Manually Install .NET 3.5 SP1


You will need to install the .NET 3.5 SP1 runtime manually before launching the game. If you let the game install it, it says something about enabling features in windows. I installed it via winetricks:

winetricks dotnet35sp1


Use GDI instead of OpenGL for DirectDraw

There is some bug with the OpenGL implementation that causes the screen to flicker but be mostly black. Switching to GDI fixes this issue. To do so, you will need to create a registry key to use GDI instead of OpenGL for DirectDraw.


wine regedit


Create a folder under HKEY_CURRENT_USER->Software->Wine called Direct3D. Add a String value `DirectDrawRenderer` and set it to `gdi`.

What was not tested

I only made a character, logged in, left the Inn and talked to some dog (Hello!). There's a lot more game functionality that could have issues.

Hardware tested

Graphics:

  • GPU: Nvidia
  • Driver: proprietary

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentmacOS 10.13 "High Sierra"Jun 11 20194.0.1Yes Yes YesGoldAdam Smith 
ShowMac OS X 10.8 "Mountain Lion"Feb 14 20131.5.23Yes Yes PlatinumInterstate 

Known Bugs

Bug # Description Status Resolution Other apps affected
13142 Nexus TK 7.x MMORPG crashes on clicking user data input fields or login/logout procedure REOPENED View
33972 Nexus TK 7.0 MMORPG crashes on clicking user data input fields or login/logout procedure CLOSED DUPLICATE View
35606 Nexus TK doesn't show in-game graphics, window remains black CLOSED ABANDONED View
52944 NexusTK Core Dump NEW View

Show open bugs

Comments

Back