raylibtech / rtools

rtools feedback and issues
17 stars 1 forks source link

[`rInstallFriendly`] Not unpacking zip contents in Linux Mint #35

Open luis605 opened 6 months ago

luis605 commented 6 months ago

Hi, I'm encountering an issue with rInstallerFriendly setup. I've configured it as follows: image

However, the installer folder remains empty. Even when I attempt to save the contents in a root directory and run it as root, the folders are not being created and the installer tells me it unpacked 0MB: image

Additionally, the zip file is 200MB long.

When running the build installer on the CLI, I also get the following warnings:

sudo ./"lit engine installer"
[sudo] password for lixt:       
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave

This seems to be a Linux related issue, because this works on Windows.

raysan5 commented 4 months ago

@luis605 Next release should fix this issue. Actually it's related to the way some .zip are packed: some packers consider directories as separate .zip entries while others do not and just add them to the file entries.

luis605 commented 4 months ago

Amazing, looking forward to the next release!