getnamo / ZipUtility-Unreal

Event driven 7zip utility plugin for the Unreal Engine.
Other
205 stars 48 forks source link

I used unzip, it crashed my project #53

Open canceregg opened 3 months ago

canceregg commented 3 months ago

1 3 2

canceregg commented 3 months ago

it seems like unsupport rar extract

kamilhepner commented 3 months ago

Just out of curiosity, have you tried setting the Format on Unzip node? Also, have you tested it with ZIP?

canceregg commented 3 months ago

Just out of curiosity, have you tried setting the Format on Unzip node? Also, have you tested it with ZIP?

Yep, I tried setting COMPRESSION_FORMAT_RAR,but it not work. ZIP can be decompressed.

kamilhepner commented 3 months ago

It seems like the issue is on the 7zip-cpp side: https://github.com/getnamo/7zip-cpp.

Since this plugin uses the 7z.dll library, you can try installing the latest version of 7zip. Then, replace the 7z.dll file in the 7zpp folder of the plugin with the 7z.dll file from the latest 7zip installation. This might resolve the issue. It's worth trying.