No free diskspace reported during Win application installation

Questions about Wine on Linux
Locked
Luwi57
Level 1
Level 1
Posts: 5
Joined: Sat Aug 07, 2021 2:04 pm

No free diskspace reported during Win application installation

Post by Luwi57 »

Hello,

I'm using Wine 5.0 (comes with my openSUSE Leap 15.2 package). During the installation of AcrobatPro V6 the process stops with the message that there isn't any disk space, but that's not correct.

Code: Select all

lw@La01:~> df -h ~
Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
/dev/sda7       231G     58G  169G   26% /
I was able to install another Win application successfully so I'm assuming that Wine itself is working correctly. I checked the FAQ and the documentation but couldn't find a solution. Do you have any hints for me to go on?

Best regards
Lukas
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: No free diskspace reported during Win application installation

Post by jkfloris »

Does Wine display the same available space?

Code: Select all

wine cmd /c dir c:
Luwi57
Level 1
Level 1
Posts: 5
Joined: Sat Aug 07, 2021 2:04 pm

Re: No free diskspace reported during Win application installation

Post by Luwi57 »

Code: Select all

lw@La01:~> wine cmd /c dir c:
Datenträger in Laufwerk c hat keine Bezeichnung.
Datenträgernummer ist 0000-0000

Directory of c:

04.08.2021     21:17  <DIR>         Program Files
05.08.2021     10:47  <DIR>         Program Files (x86)
05.08.2021     10:48  <DIR>         ProgramData
04.08.2021     21:17  <DIR>         users
05.08.2021     12:52  <DIR>         windows
       0 files                        0 bytes
       5 directories    180,173,557,760 bytes free
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: No free diskspace reported during Win application installation

Post by jkfloris »

That looks normal.
It may be that the installation program is too old to handle a 64-bit environment properly.
Does the installation work in a 32-bit wine prefix?

Code: Select all

WINEPREFIX=~/wine-adobe WINEARCH=win32 wine setup.exe
There are also known problems with "strange" partition formats.
In what way is sda7 formatted?

Code: Select all

lsblk -f /dev/sda7
Luwi57
Level 1
Level 1
Posts: 5
Joined: Sat Aug 07, 2021 2:04 pm

Re: No free diskspace reported during Win application installation

Post by Luwi57 »

Hallo,

Code: Select all

lsblk -f /dev/sda7
lw@La01:~> lsblk -f /dev/sda7
NAME FSTYPE LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda7 ext4         59b4fc86-421a-4d99-bff6-e4d66a908c4e  167,5G    25% /
Installation of the 32 bit version run but delivered some errors:

Code: Select all

lw@La01:~> WINEPREFIX=~/.wine-adobe WINEARCH=win32 wine setup.exe
wine: created the configuration directory '/home/jl/.wine-adobe'
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
0017:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0017:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0017:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0019:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0019:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:err:mscoree:LoadLibraryShim error reading registry key for installroot
0019:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0019:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0017:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0017:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
001d:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
001d:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
001d:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
001d:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
0010:fixme:dwmapi:DwmIsCompositionEnabled 6D95DD14
001f:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0df537, context 0x3ad3c8, init_notify 0, handle 0x143fcd8): stub
0010:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
wine: configuration in L"/home/jl/.wine-adobe" has been updated.
0009:err:module:__wine_process_init L"C:\\windows\\system32\\setup.exe" not found
The next trial to install Adobe ended as before: I can setup the installation process (e.g. setting parts to be installed) but the moment installation really starts program hangs with the message "free disk space = 0".

By the way: I'm a little bit confused using different wine prefixes. I set the prefix to the new location with

Code: Select all

lw@La01:~> export WINEPREFIX=~/.wine-adobe
but the prefix seems to be empty

Code: Select all

lw@La01:~> echo WINEPREFIX
WINEPREFIX
So I'm not really sure whether the newly installed 32 bit version is used to install Adobe.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: No free diskspace reported during Win application installation

Post by Bob Wya »

Luwi57 wrote: Tue Aug 17, 2021 7:04 am
...

By the way: I'm a little bit confused using different wine prefixes. I set the prefix to the new location with

Code: Select all

lw@La01:~> export WINEPREFIX=~/.wine-adobe
but the prefix seems to be empty

Code: Select all

lw@La01:~> echo WINEPREFIX
WINEPREFIX
So I'm not really sure whether the newly installed 32 bit version is used to install Adobe.
@Luwi57

The export command is correct (and should work OK).

But you'd want to use:

Code: Select all

env | grep WINEPREFIX
or

Code: Select all

echo "${WINEPREFIX}"
to check that the env variable is set.

See (for a fuller explanation): How To Read and Set Environmental and Shell Variables on Linux

Bob
Luwi57
Level 1
Level 1
Posts: 5
Joined: Sat Aug 07, 2021 2:04 pm

Re: No free diskspace reported during Win application installation

Post by Luwi57 »

Hello Bob,
thanks for that link, very helpful.
Now I'm sure, that there is an 32 bit environment, but unfortunately installation process reported the same error. Therefore I doubt that this installation failure is caused by the 64 bit environment.

I have installed Acrobat successfully with the former Linux version (openSUSE Leap 15.1.) , but I can't recall what Wine version it was.
User avatar
DarkShadow44
Level 9
Level 9
Posts: 1338
Joined: Tue Nov 22, 2016 5:39 pm

Re: No free diskspace reported during Win application installation

Post by DarkShadow44 »

Is there a free demo we could test with?
Luwi57
Level 1
Level 1
Posts: 5
Joined: Sat Aug 07, 2021 2:04 pm

Re: No free diskspace reported during Win application installation

Post by Luwi57 »

DarkShadow44 wrote: Wed Aug 25, 2021 9:46 am Is there a free demo we could test with?
Unfortunately not, I only have this original version (bought ages ago, but is still doing what I need :wink: )
Locked