Unable to save file in NAVER Line application

Hello community! I just migrated from window 11 to manjaro, so im very newbies here. Now im trying to install several applications that i used to use in window 11

I successfully installed chat application name " Naver line" via winetricks > vcrun2008 (as instructed in https://www.archlinuxuser.com/2013/04/how-to-install-naver-line-on-archlinux_29.html)

THE PROBLEM is that when i try to save file, photo sended to me in the chat application, it keeps saying there is no available space in my computer

https://paste.pics/1833a77f32b32b971553f6617d604e42
https://paste.pics/154e0e96c68bbaf57ed0f48c3361ef24

Any help please ?

Thank you

Hello @point0907 and welcome :slight_smile:

Just to keep sure that there is enough space:

LANG=C df -h

What shows the application if you run it at the terminal?

cd ~/.wine/path/to/app
wine program.exe
[point@yossawat-inspiron5301 current]$ LANG=C df -h
Filesystem      Size  Used Avail Use% Mounted on
dev             3.8G     0  3.8G   0% /dev
run             3.8G  1.9M  3.8G   1% /run
/dev/nvme0n1p2  469G   24G  421G   6% /
tmpfs           3.8G  116M  3.7G   3% /dev/shm
tmpfs           3.8G   57M  3.7G   2% /tmp
/dev/loop3      128K  128K     0 100% /var/lib/snapd/snap/bare/5
/dev/loop1       66M   66M     0 100% /var/lib/snapd/snap/gtk-common-themes/1519
/dev/loop0      165M  165M     0 100% /var/lib/snapd/snap/gnome-3-28-1804/161
/dev/loop2       44M   44M     0 100% /var/lib/snapd/snap/snapd/15177
/dev/loop4       56M   56M     0 100% /var/lib/snapd/snap/core18/2344
/dev/loop6      109M  109M     0 100% /var/lib/snapd/snap/emote/19
/dev/loop5      252M  252M     0 100% /var/lib/snapd/snap/brave/157
/dev/nvme0n1p1  300M  300K  300M   1% /boot/efi
tmpfs           768M   92K  768M   1% /run/user/1000

I ran

~/.wine/drive_c/users/point/AppData/Local/LINE/bin/current
wine LINE.exe

and the application pop up successfully

Thanks

Well, then the application cannot check the disk space how so ever. To solve it I guess you need to debug the application.

Maybe better use the chrome extension? LINE - Chrome Web Store

Where are you saving files to? I have not used Line with wine for years, but I remember files are not able to be saved in symbolic link folders like Desktop at that time.

I try the chrome extension in Chromium and it works well for me

Thanks

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.