ManaPlus - Former Official TMW Client v1.6.4.23

Development discussions for TMW's official client, alternative clients and client adaptations.


Locked
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: TMW Client Patch

Post by 4144 »

Krist wrote:
4144 wrote:For 9.04 only deb packages. From source you can compile for any linux versions.
Sorry, I kinda don't get what your saying....
In any words you can follow Gala's instuctions for ubuntu 9.04.
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: TMW Client Patch

Post by 4144 »

New patch release.
Now based on git sources.

For windows users. If you see beta in client version, please redownload client.
Avital
Peon
Peon
Posts: 30
Joined: 29 Aug 2009, 04:57

Re: TMW Client Patch

Post by Avital »

Just in case it hasn't been answered:

YES. Gala's post for 9.04 is compatible with patching in 9.10. I had to do it yesterday and it worked without any problems.
-Just Me
User avatar
Fluffers
Novice
Novice
Posts: 50
Joined: 23 Aug 2009, 15:24
Location: A lap.

Re: TMW Client Patch

Post by Fluffers »

My git client produced an error on logging into the charserv. I had to reinstall to get rid of the error, but it always comes back. I'll try to reproduce it and find out what causes it.

I got a shot of the error here: http://usera.ImageCave.com/Katze/odderror.PNG.jpg
As you can see, I'm pretty much playing the game. No errors occured so far that I know of, unless you count GMs not being identified in the online list as an error.

The client version is v1.0-git 4144 0.9 (eAthena)
Erienne in game.
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Re: TMW Client Patch

Post by ElvenProgrammer »

Fluffers wrote:My git client produced an error on logging into the charserv. I had to reinstall to get rid of the error, but it always comes back. I'll try to reproduce it and find out what causes it.

I got a shot of the error here: http://usera.ImageCave.com/Katze/odderror.PNG.jpg
As you can see, I'm pretty much playing the game. No errors occured so far that I know of, unless you count GMs not being identified in the online list as an error.

The client version is v1.0-git 4144 0.9 (eAthena)

Can you run it in debug mode?
User avatar
Fluffers
Novice
Novice
Posts: 50
Joined: 23 Aug 2009, 15:24
Location: A lap.

Re: TMW Client Patch

Post by Fluffers »

How do I do that?
Erienne in game.
luker2008
Peon
Peon
Posts: 3
Joined: 14 Nov 2009, 23:00

Re: TMW Client Patch

Post by luker2008 »

Galadriel wrote:Verbose Ubuntu 9.04 Compiling Instructions:

Note: For Ubuntu 9.10 (Karmic Koala)
1. Follow the instructions below to compile using patch 0.08,
OR
2. Click Here for instructions to compile using patch 0.09.


Uninstall standard TMW (0.0.29.1)
  • Open Synaptic Package Manager (System > Administration> Synaptic Package Manager)
  • Click Search button
  • Type tmw and click [search]
  • Highlight all installed tmw files and select "Mark for removal" then click the Apply button, top left.
  • Once uninstalled, close Synaptic.
Download
Sourcefile for 0.0.29.1 and 4144 Patch.

Preparing TMW with 4144 Patch:
  • Create folder on Desktop and name it tmw and double-click to open.
  • Double-click sourcefile (tmw-0.0.29.1.tar.gz).
  • When the file roller opens (compressed file manager), double-click the folder tmw-0.0.29.1
  • When you see folders and files, highlight them all and drag them to the open tmw folder.
  • Close the compressed file manager (File Roller).
  • Double-click the 4144 patch (tmw-0.0.29.1-4144-v0.8.diff.bz2) and drag the 4144 patch (tmw-0.0.29.1-4144-v0.8.diff) to the tmw folder (on the desktop)
  • Rename tmw-0.0.29.1-4144-v0.8.diff to 4144.diff
Compiling TMW with 4144 Patch:
  • Open a Terminal (Applications > Accessories > Terminal) and navigate in the Terminal to the tmw folder on the desktop:

    Code: Select all

    cd Desktop/tmw
  • Issue the following commands in the Terminal:

    Code: Select all

    sudo apt-get install build-essential libphysfs-dev libguichan-dev libcurl4-gnutls-dev libxml2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-net1.2-dev autoconf2.13 libtool gettext cvs
    Note: if any of the above tools are already installed, apt-get will ignore them (so this only need be done once). After they're installed, proceed to the next step.

    Code: Select all

    ./configure

    Code: Select all

    patch -p0 <4144.diff

    Code: Select all

    autoreconf -i

    Code: Select all

    make

    Code: Select all

    sudo make install
  • Close the terminal
  • Play the game
Note: if game crashes prior to completing the login sequence (each time), then rename the .tmw folder:

Code: Select all

mv ~/.tmw ~/.tmw-old
Restart the program.

Uninstalling 0.0.29.1.4144
  • Open a Terminal (Applications > Accessories > Terminal) and navigate in the Terminal to the 'tmw' folder on the desktop:

    Code: Select all

    cd Desktop/tmw
  • Issue the following command:

    Code: Select all

    sudo make uninstall
  • drag 'tmw' folder to trash
Edited for 0.6 update
added ./configure
added uninstall

can you make one for the 0.9 because there's is confusing? :?

:? :? :? :? :? :? :?
Image
now I'm level 45 whoot!
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: TMW Client Patch

Post by 4144 »

ElvenProgrammer wrote:
Fluffers wrote:My git client produced an error on logging into the charserv. I had to reinstall to get rid of the error, but it always comes back. I'll try to reproduce it and find out what causes it.

I got a shot of the error here: http://usera.ImageCave.com/Katze/odderror.PNG.jpg
As you can see, I'm pretty much playing the game. No errors occured so far that I know of, unless you count GMs not being identified in the online list as an error.

The client version is v1.0-git 4144 0.9 (eAthena)

Can you run it in debug mode?
This bug is patch specific. I think main line git client not affected.
Bug will be fixed in next patch version.

PS: to avoid bug, need wait for downloading all update information.
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: TMW Client Patch

Post by 4144 »

Windows patch version updated.
Kill3rZ
Novice
Novice
Posts: 200
Joined: 17 Jun 2009, 11:45

Re: TMW Client Patch

Post by Kill3rZ »

I understand what you did with the [Tab] key and that's very nice, but can you please add the option of assigning the old [tab] function to another key?
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: TMW Client Patch

Post by 4144 »

Kill3rZ wrote:I understand what you did with the [Tab] key and that's very nice, but can you please add the option of assigning the old [tab] function to another key?
Ok i add this function in next version.
User avatar
Doulos
Novice
Novice
Posts: 189
Joined: 26 Jan 2009, 17:23

Re: TMW Client Patch

Post by Doulos »

As you may already be aware, this file mana-4144-data_1.0.git-0.9-1_all.deb installs in 9.04 Ubuntu.

But mana-4144_1.0.git-0.9-1_i386.deb produces this error message:
Error: Dependency is not satisfiable: libphysfs1 (>= 1.1.1)
Will you create a 0.09 patch for 9.04 Ubuntu Linux?
Kill3rZ
Novice
Novice
Posts: 200
Joined: 17 Jun 2009, 11:45

Re: TMW Client Patch

Post by Kill3rZ »

Oh oh oh! Can you add a button to manually refresh online list? Once it returns a connection error you lose online list forever until you restart the client. Can you? Can you? Can you? :)
User avatar
Fluffers
Novice
Novice
Posts: 50
Joined: 23 Aug 2009, 15:24
Location: A lap.

Re: TMW Client Patch

Post by Fluffers »

^ This.

Pweeease?
Erienne in game.
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: TMW Client Patch

Post by 4144 »

Kill3rZ wrote:Oh oh oh! Can you add a button to manually refresh online list? Once it returns a connection error you lose online list forever until you restart the client. Can you? Can you? Can you? :)
ok :)
Locked