- May 26, 2018
- 10
- 4
So when I decompile a map (2fort to be exact) I get this error [warning] LzmaBuffer: Difference in LZMA data length: found 43,175 bytes, expected 43,172. the map loads funny with the message 1 or more textures have not been loaded would you like to save your map without them? and when I launch the game with the recompiled map its al weird and parts of the map are missing. When I try to decompile with all embedded files i get this:
[warning] BspSource: Can't extract embedded files, caused by org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException: unsupported feature method 'LZMA' used in entry materials/maps/ctf_2fort/nature/blendgroundtogravel001_wvt_patch.vmt
at org.apache.commons.compress.archivers.zip.ZipUtil.checkRequestedFeatures(ZipUtil.java:328)
at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.read(ZipArchiveInputStream.java:374)
at java.io.InputStream.read(Unknown Source)
at java.nio.file.Files.copy(Unknown Source)
at java.nio.file.Files.copy(Unknown Source)
at info.ata4.bsplib.PakFile.unpack(PakFile.java:89)
at info.ata4.bsplib.PakFile.unpack(PakFile.java:56)
at info.ata4.bsplib.PakFile.unpack(PakFile.java:45)
at info.ata4.bspsrc.BspSource.decompile(BspSource.java:107)
at info.ata4.bspsrc.BspSource.run(BspSource.java:67)
at info.ata4.bspsrc.gui.BspSourceFrame$5.run(BspSourceFrame.java:362)
[warning] LzmaBuffer: Difference in LZMA data length: found 43,175 bytes, expected 43,172
please help!
[warning] BspSource: Can't extract embedded files, caused by org.apache.commons.compress.archivers.zip.UnsupportedZipFeatureException: unsupported feature method 'LZMA' used in entry materials/maps/ctf_2fort/nature/blendgroundtogravel001_wvt_patch.vmt
at org.apache.commons.compress.archivers.zip.ZipUtil.checkRequestedFeatures(ZipUtil.java:328)
at org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.read(ZipArchiveInputStream.java:374)
at java.io.InputStream.read(Unknown Source)
at java.nio.file.Files.copy(Unknown Source)
at java.nio.file.Files.copy(Unknown Source)
at info.ata4.bsplib.PakFile.unpack(PakFile.java:89)
at info.ata4.bsplib.PakFile.unpack(PakFile.java:56)
at info.ata4.bsplib.PakFile.unpack(PakFile.java:45)
at info.ata4.bspsrc.BspSource.decompile(BspSource.java:107)
at info.ata4.bspsrc.BspSource.run(BspSource.java:67)
at info.ata4.bspsrc.gui.BspSourceFrame$5.run(BspSourceFrame.java:362)
[warning] LzmaBuffer: Difference in LZMA data length: found 43,175 bytes, expected 43,172
please help!