You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build the game using the following commands :
swfmake -f loader.xml
swfmake -f swfmake.xml
Both those commands fail, with errors related to the zlib compression.
Here are more detailed information I got while using the verbose option of the compiler:
In both those examples the zlib functions are returning -1 but there ain't an error message to explain what's going on.
A workaround I found is to completely disable compression (by editing the makefiles and the swf files included in swfmake.xml) but I don't think it's a solution we should rely on.
I'm trying to build the game using the following commands :
Both those commands fail, with errors related to the zlib compression.
Here are more detailed information I got while using the verbose option of the compiler:
In both those examples the zlib functions are returning
-1
but there ain't an error message to explain what's going on.A workaround I found is to completely disable compression (by editing the makefiles and the swf files included in
swfmake.xml
) but I don't think it's a solution we should rely on.Distribution: Debian 10/ArchLinux
Zlib version: 1.2.11
The text was updated successfully, but these errors were encountered: