WineHQ
Wonderland Online 5.0.X



Category: Main > Games > Online (MMORPG) Games > Wonderland Online > 5.0.X


NameWonderland Online
Version5.0.X
License Retail
URLhttp://wl.igg.com/
Votes Marked as obsolete
RatingGold
Wine Version1.1.42
Free Download Wonderland Online's Webpage
Maintainers of this version:
Description
Glory to the Empire is the 5th version for the English Version.
We now have Rome and the Marrage System etc.


Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works

Installation

Self-update

The Game


What does not
Nothing thus far.


What was not tested
Everything was tested.


Additional Comments

The game requires 16-bit color mode to get past the User Agreement. Running the game in an "Emulated Desktop" (Wine Config) and in Fullscreen Mode within that desktop (Game settings), allows the game to run properly.
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowUbuntu 10.04 "Lucid" (+ variants like Kubuntu)Apr 29 20101.1.42 Yes Yes Gold Phillip Hardy 
CurrentPC-BSD 8.0Apr 25 20101.1.42 Yes Yes Gold James 
ShowUbuntu 9.10 "Karmic" (+ variants like Kubuntu)Nov 27 20091.1.33 Yes No Garbage Phillip Hardy 


Known bugs
Bug # Description Status Resolution Other apps affected
17086 Wonderland Online 3.0.1 crashes after agreeing to the user agreement. CLOSED FIXED View

 
Wonderland Online v6.0 Special Edition

Wonderland Online Version 6.0  Clash of Champions Special Edition

The 16-bit Color issue is no longer an issue. With the current installation guide I have not had an issue with the amount of colors displayed. The only real issue with Wine as of now is you cannot run the game in Full-Screen Mode, You will get an error, and the website after you accept the EULA will not load and will error out Wine. I am sure this is a Gecko error or Wonderland Online by default tries to load Internet Explorer (Feel free to try and let me know) which causes the error if it is not installed.

Working Wine Versions: 1.0.X - 1.5.X

Native Libraries Needed: None

Optional:Internet Explorer (Any Version) to clear up the crash after the EULA agreement. But this can be bypassed by a simples hosts entry.

 Here is a guide I made to install the game on the Linux Platform using Wine. In the original post there is a YouTube Video, Using Ubuntu, to visually show you each step. This is a full guide that will get you up and running the game with next to no issues.  I would recommend the current stable version to use with the game.

Original Post: Click here for the guide

A version was added as a note on this wiki so not to lose access in case wlodb.com ever goes down.

 
HOWTO: Setup Wonderland Online under Wine

Step 1. install the game.

Step 2. Install the Latest Patch (may have to install it manualy)

Step 3. make a script file called wlo.sh or something and insert the following

#!/bin/bash
cd '/home/phillip/.wine/drive_c/Program Files/Wonderland Online'
wine explorer "/desktop=WLO_[$RANDOM],800x600 aLogin.exe end /LUA:OFF"

Step 4. chmod +x wlo.sh

Step 5. Double click wlo.sh

Make sure your Game is running in full screen mode and you will now have it
Running Like Wondow's

Enjoy.. Please feel free to email me and add any suggestions to make this howto better.

Phillip Hardy - AKA Hama on Wonderland online T2



 
Wonderland Online Linux Installation Guide
Version: 0.7.4
Last Updated: 08/15/2012 - 8:55PM EST-5

*Note: This guide can be used for almost any Linux that can easily install WINE and other flavors too for example the BSD variants. This also assumes you are going from Windows to Linux or a dual-boot setup of both :)*
*Note2: PlayonLinux extension does not support WLo yet officially. Do not install it*

Requirements

Linux/BSD Distrubution - I used Ubuntu-Class Distro for this guide

Any Distro will work as long as it supports WINE

Operating System Setup

Open your Distro's Software center. Do a search for Wine. Install it.

Video Card Issues: I tried Wonderland with the Linux default ATI Drivers. It would not load off the 1st screen on load up. Tho you could click on stuff. I installed the closed source driver thru additional drivers and this error cleared up.

Wonderland Online Installation

1. Download Wonderland Client from Website

2. Goto the directory with the Installation file in it. Right-Click on it and the run with Wine.

3. Install Wlo then choose to run program afterwards. Under Settings change from Window to Full Screen. Save Setting.

4. Click Enter Game, Then Confirm, Update all files. Then click on Leave then Yes.

Configuring Wine

1. Goto your Start Menu and type winecfg in the box. Choose Wine Configuration.

2. When this loads click on Add Program. Then browse to your wonderland directory and choose main.exe. When back at 1st screen change from use Global Default settings to Windows ME.

3. Click on Add Program. Then browse to your wonderland directory and choose aLogin.exe. When back at 1st screen change from use Global Default settings to Windows ME.

4. Click Apply then Close.

1. With your Distro's text editor. Make a shell script called wlo.sh.

#File contents of wlo.sh

#!/bin/bash
cd '/home/username you choose/.wine/drive_c/Program Files/Wonderland Online'
wine explorer "/desktop=WLO_[$RANDOM],800x600 aLogin.exe end /LUA:OFF"

2.  If you are running the 64-bit version if the distro. Change Programs Files to Program Files (x86).

3. Make a directory in your documents called WLo. Copy wlo.sh to this directory. Now open a terminal window. Type cd Documents/WLo. then type chmod +x wlo.sh. Then type exit. This will allow you to double click the script to run it.

4. Now go to your Documents then WLo directory. Make a copy of wlo.sh for each client you want to run. Right click and open with your text editor and change the name of each client to what you want. Now Right Click on each one and Make a Link aka Shorcut. Then move each one to the Desktop.

5. Double Click on wlo.sh shortcut you made and Wonderland should start right up and you can login as normal. You should notice that it is a Window Size and not FullScreen like we configured it to be. This is because the Shell Script makes a 800x600 Desktop Window which is lower than your screen resolution.

4. On a Side note, You can edit the file and replace where it says 'WLO_[$RANDOM]' Change it to your char name and then save. When you use that shortcut the Name of the Window is you Char name now.

5. Run Wonderland Online thru the wlo.sh script. You can make multiple copies of this script named after each char if you run multiple clients.

Troubleshooting

If you install Internet Explorere thru Winetricks you do not have to do what is below. Wonderland specificly loads IE and if it is not installed it will crash.

1. If you load client and it crashes on the Webpage screen. Do this:
a. Run a terminal window
b. type -> cd /etc
c. sudo nano hosts
d. add this to it -> 127.0.0.1 wl.igg.com
e: then type -> :x

Now you will make it past the screen to server selection. but remeber wl.igg.com is now disabled on the computer and you will have to comment or remove this line to reach it again even in your web browser.

You are now ready to play Wonderland Online. Enjoy the game :)

 

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

WHY???
by Wee Miao Zi on Thursday May 6th 2010, 5:44
I successfully installed wonderland online...
Start up and updating no problem...
but when it comes out user agreement, I press agree and an error message comes out "You are unable to reset the default data. Please check your information." What should I do??

Please help me...I want to play this game. I like it very much.......

[post new] [reply to this]

  • RE: WHY??? by Phillip Hardy on Thursday May 6th 2010, 6:14
    • RE: WHY??? by Wee Miao Zi on Thursday May 6th 2010, 7:00
      • RE: WHY??? by Phillip Hardy on Thursday May 6th 2010, 16:22
        • RE: WHY??? by Phillip Hardy on Thursday July 15th 2010, 20:24
  • RE: WHY??? by Eddmond on Monday November 29th 2010, 13:54



   << Back

Page loaded in 0.19733 seconds.