Difference between revisions of "Common bugs and solutions"
(Added turkish texture problems) |
|||
Line 83: | Line 83: | ||
== Other technical issues == | == Other technical issues == | ||
− | + | === Texture problems on turkish computers === | |
− | Solutions in the forums | + | The turkish language settings performs upper and lowercase conversion of the letters ''i'' and ''I'' differently than most languages. As a consequence the client can't find some textures and models and just display a red "x" on white ground instead. |
+ | |||
+ | You can either change the language setting of your computer to a different language (eg. english) [http://forum.wurmonline.com/index.php?/topic/72252-strange-texture-issues-since-3-months/#entry715617] or | ||
+ | start Wurm with an option to run with a different language setting [http://forum.wurmonline.com/index.php?/topic/93625-graphics-problem/#entry939516]: | ||
+ | |||
+ | Create a shortcut with the following command or run the command from the command prompt (Windows+R): | ||
+ | |||
+ | C:\Windows\System32\javaws.exe -J-Duser.country=us -J-Duser.language=en http://www.wurmonline.com/client/wurmclient.jnlp | ||
+ | |||
+ | === Solutions in the forums === | ||
* Out of memory errors: [http://forum.wurmonline.com/index.php?/topic/75790-how-do-i-fix-this-problem/#entry749327] | * Out of memory errors: [http://forum.wurmonline.com/index.php?/topic/75790-how-do-i-fix-this-problem/#entry749327] | ||
* nVidia Optimus systems: [http://forum.wurmonline.com/index.php?/topic/71698-2fps-and-crashing/#entry708815] | * nVidia Optimus systems: [http://forum.wurmonline.com/index.php?/topic/71698-2fps-and-crashing/#entry708815] |
Revision as of 15:26, 6 January 2014
Note: This is made by the players of Wurm, not someone from the development team so there may be errors, don't just fully rely on this, just check this first, attempt it then post.
Have a look at Client Log Messages for more common errors and solutions.
Contents
Problems before pressing the play button
The game crashes before the login screen
- Make sure you are running an up to date client version.
- Make sure your Java version is up to date.
The play button is grayed out
- Have you entered your character name correctly?
- Have you entered your password?
- Have you read and accepted the EULA?
- Has the pack update completed successfully?
If the button remains greyed out, post a thread in the bug forum and ask for help.
The pack update has failed
(In version 2.7.0 or newer only) Press the 'show error log' button and post the log in the bug forum.
Attempt to download the packs manually.
The packs can be downloaded using these links (Right click & then Save Target/Link As):
Then, place the downloaded .jar files in the wurm/packs/ folder.
Do not attempt to unzip the files.
Make sure ALL files are downloaded and installed.
If it still doesn't work:
Make a post in the bug forum and wait for dev or GM assistance.
Problems after pressing play, before actually playing
Grey game window when using a Macintosh
Make sure you are using the JOGL+AWT renderer in game settings.
Turn on 'Use nanoTime' timer in the compatibility tab in the settings.
The game crashes with a crash window
Read the crash message at the top of the window (the part inside <brackets>).
- Check Client Log Messages if the message and a solution is listed.
The game crashes without a crash window
Locate the HS_ERR_PID crash log. It is usually on the desktop, but can be placed in other locations too.
For Intel users
- Disable VBO (compatibility tab)
- If it still crashes, disable multidraw (compatibility tab)
For ATI users
- Make sure you are using Catalyst 9.12 or newer.
- If your card is too old, use Catalyst 9.3 or older.
- Catalyst 9.4 through 9.11 have OpenGL memory leaks.
- Disable Catalyst AI
- Set antialiasing (AA) and anisotropic filtering (AF) to game-controlled.
If it still fails
Post your log file with description of the problem in the technical issues forums, and wait for developer, GM or other assistance.
Link : http://forum.wurmonline.com/index.php?/forum/26-technical-issues/
Mention that you used this page, and that your problem wasn't listed.
Other technical issues
Texture problems on turkish computers
The turkish language settings performs upper and lowercase conversion of the letters i and I differently than most languages. As a consequence the client can't find some textures and models and just display a red "x" on white ground instead.
You can either change the language setting of your computer to a different language (eg. english) [1] or start Wurm with an option to run with a different language setting [2]:
Create a shortcut with the following command or run the command from the command prompt (Windows+R):
C:\Windows\System32\javaws.exe -J-Duser.country=us -J-Duser.language=en http://www.wurmonline.com/client/wurmclient.jnlp