tsubaki / UnityZip

Other
167 stars 51 forks source link

Not working on mac standalone build #23

Open SplunkyDev opened 2 years ago

SplunkyDev commented 2 years ago

I get this error when I try unzipping a zipped file

NotSupportedException: Encoding 437 data could not be found. Make sure you have correct international codeset assembly installed and enabled. at System.Text.Encoding.GetEncoding (System.Int32 codepage) [0x0023f] in <695d1cc93cca45069c528c15c9fdd749>:0 at System.Text.Encoding.GetEncoding (System.String name) [0x00012] in <695d1cc93cca45069c528c15c9fdd749>:0 at Ionic.Zip.ZipFile..cctor () [0x00000] in <0b673486957f46b286a1950c59e4644b>:0 Rethrow as TypeInitializationException: The type initializer for 'Ionic.Zip.ZipFile' threw an exception.

The description mentions it works on mac, doesn't it!? Could any explain the issue? Thanks in advance