Need help with the Guild

04/01/2021 08:38 badfrosteg#1
I can't find such an error where.
I climbed everything
0401 10:19:06593 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 0 [errorID: -4]
0401 10:19:06593 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 0 [errorID: -4]
0401 10:19:06593 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 0 [errorID: -4]
0401 10:19:06593 :: CGuildMarkImage::CopyBlockFromCompressedData: cannot decompress, compressed size = 0 [errorID: -4]
when I insert the guild icon, the client knocks out. and no longer loads
04/01/2021 15:56 Endless.#2
Hello, this Error happens by incomplete Entry/Code in your Client SRC.

Look in your SRC and make sure, that your packet.h contains a Code like this :

Code:
Server(Packet.h)			Client(Packet.h)

long long       gold;			long long       gold;
I have found this Solution on a other Website, is not my Work :D
When this not solve you Problem, then check your .png/.tga Files, Resolution, pic Size and File Format.

sry for my bad English -_- :D
04/01/2021 19:23 badfrosteg#3
where to insert it?