Bug: Unknown error while decompressing map data

Ask for help regarding any technical issue or report any bug or OS independent issues.
Moonray
Peon
Peon
Posts: 6
Joined: 27 Dec 2005, 19:27

Bug: Unknown error while decompressing map data

Post by Moonray »

I get the following errors (critical) after creating a new character, after having registered. This is from the last lines in my log file:

[19:22:43] Window::Window("Window")
[19:22:43] Window::Window("Debug")
[19:22:43] ResourceManager::get(graphics/sprites/npcs.png)
[19:22:43] Binding texture 103 (1024x256)
[19:22:43] ResourceManager::get(graphics/sprites/emotions.png)
[19:22:43] Binding texture 104 (128x128)
[19:22:43] ResourceManager::get(graphics/sprites/weapons.png)
[19:22:44] Binding texture 105 (1024x1024)
[19:22:44] Error: Unknown error while decompressing map data!
[19:22:44] Error: Could not find map file

I was hoping to give this game a try, but it's not letting me. :-S
I'm running Gentoo Linux and version 0.0.18.

Cheers,
Balarama
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Do all Gentoo users have this problem? Any of them who don't have it?

What if you compile it manually?
Mra
Peon
Peon
Posts: 22
Joined: 19 Feb 2005, 23:10

Post by Mra »

Well actually I have it too at my second gentoo box, I tried to reinstall physfs, libguichan and tmw, even manually, even deleted the .tmw folder in ~, but it didnt work..On my first gentoo box however I have no problems at all with this, I just emerged tmw (Of course using the @x86 flag) and well...it works now on that box...So it works on Gentoo..sometimes and on a clean box ^^
visit my blog (in german)
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Duplicate (contains strace output):
http://forums.themanaworld.org/viewtopic.php?t=1166
flamma
Peon
Peon
Posts: 10
Joined: 30 Dec 2005, 00:23

Post by flamma »

Sorry, I didn't see this thread.

I pasted the trace because Platyne asked me to do so.

I want to thank both of you for your help.
User avatar
Pajarico
Knight
Knight
Posts: 592
Joined: 28 Feb 2005, 19:29
Contact:

Post by Pajarico »

I use Gentoo and never had such problem with CVS or any version.

Could be that zlib and tmw were compiled with different gcc versions?
I suggest Gentoo users to run this command:

Code: Select all

 revdep-rebuild
and see if any of the dependencies appears on the list and let it compile them.
Lv.: Maggot
Please, read the FAQ before posting.
flamma
Peon
Peon
Posts: 10
Joined: 30 Dec 2005, 00:23

Post by flamma »

Nada.

I think it fixed some problems in my system, but not the tmw one.

:(
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Duplicate (shows files are installed correctly):
http://forums.themanaworld.org/viewtopic.php?t=1171
User avatar
Platyna
Grand Knight
Grand Knight
Posts: 2215
Joined: 19 Nov 2005, 13:19
Location: Poland
Contact:

Post by Platyna »

What's about your physfs and guichan? What versions are installed an where? /usr or /usr/local?

Regards.
zbyte64
Peon
Peon
Posts: 5
Joined: 31 Dec 2005, 03:33

Post by zbyte64 »

I was the duplicate above fyi. Guichan and physfs were all installed using the gentoo ebuild system (/usr). tmw was installed using both cvs and gentoo (/usr & /usr/local).

I rememerged zlib and now i get e weird connecting status bar, ie it rolls over to the begining once it reaches the end... does that a few times, then i get the map not found error. Blast
zbyte64
Peon
Peon
Posts: 5
Joined: 31 Dec 2005, 03:33

Post by zbyte64 »

erm where is the log file stored?

edit: nvm found it

i have the same error:

[18:18:12] ResourceManager::get(graphics/sprites/npcs.png)
[18:18:12] ResourceManager::get(graphics/sprites/emotions.png)
[18:18:12] ResourceManager::get(graphics/sprites/weapons.png)
[18:18:12] Error: Unknown error while decompressing map data!
[18:18:12] Error: Could not find map file
User avatar
Pajarico
Knight
Knight
Posts: 592
Joined: 28 Feb 2005, 19:29
Contact:

Post by Pajarico »

Could be that the map data is just corrupted?
Lv.: Maggot
Please, read the FAQ before posting.
User avatar
Platyna
Grand Knight
Grand Knight
Posts: 2215
Joined: 19 Nov 2005, 13:19
Location: Poland
Contact:

Post by Platyna »

Try to gunzip the map data. If it will be ok, try to just remove your ~/.tmw directory. If still not ok, then download sources and compile it manually with --prefix=/home/you/tmw and see if the problem still occurs.

Regards.
Moonray
Peon
Peon
Posts: 6
Joined: 27 Dec 2005, 19:27

Post by Moonray »

I gunzipped all the map data. Still get the error (weird, if it doesn't need to unzip' anything).

I also manually copied all the update data from the update file it downloads when you first start up (update-0.0.17-0.0.18) to the map folder. Still get the error.

Only thing I haven't tried yet is manually compiling... will try that soon.
Moonray
Peon
Peon
Posts: 6
Joined: 27 Dec 2005, 19:27

Post by Moonray »

Oh, and I tried running as root, just to see if there were maybe some permissions getting in the way. Still no go.
Post Reply