MultiMC / Launcher

A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
https://multimc.org/
Other
4.3k stars 878 forks source link

Dragging file from Windows' File Explorer onto loader mods section from zip does not behave the same as nonzip entries #4127

Open dexman545 opened 3 years ago

dexman545 commented 3 years ago

Operating System

Windows

Description of bug

Expected: the file to be decompressed and copied/moved to the mods folder of the instance, like is done for non-zip entries Actual: nothing happens (no error, no attempt at decompression)

Steps to reproduce

Open a zip in File Explorer: image Attempt to drag a file onto the "loader mods" section of the instance window

Suspected cause

No response

This issue is unique

sophienix commented 3 years ago

cant you just put it in the mods folder of the instance ? thats how cruseforge works

spannerman79 commented 3 years ago

You need to extract the zip yourself. Doing what you are doing @dexman545 places those files into temp.

On Linux temp files are (usually) placed into /tmp (or /var/tmp)which is literally just a RAM drive and is usually cleared fairly often.

This is a similar issue to running MultiMC from zip - it shouldn't be done and bad practise.