[Wine v1.0] Excel won't save files, claims the disk is full

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Roccivic
Newbie
Newbie
Posts: 2
Joined: Mon Jun 30, 2008 4:23 am

[Wine v1.0] Excel won't save files, claims the disk is full

Post by Roccivic »

I recently installed Excel 2003 in Wine 1.0, it works well, but I can't save anything as Excel claims the disk is full. I even tried to run it as root, but that didn't work out too well. The messages are "The disk is full" followed by "Document not saved"
I'm running Ubuntu 8.04 and I have the following DLL overrides installed in Wine:

Code: Select all

riched20, native, windows
riched32, native, windows
msxml3, native, windows

This is the errors that are returned when Excel pops up the error messages (from the below error log):

Code: Select all

fixme:storage:StgCreateStorageEx Stub: calling StgCreateDocfile, but ignoring pStgOptions and grfAttrs
fixme:storage:StorageImpl_CopyTo Exclude option not implemented
Here's the full error log:

Code: Select all

user@user-pc:~$ env WINEPREFIX="/home/myusername/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" "Z:\mydatabase.xls"
fixme:powrprof:DllMain (0x7e350000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16
fixme:win:EnumDisplayDevicesW ((null),0,0x32d710,0x00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10042 0x00000000
fixme:storage:StorageImpl_Commit (0x14f7f0 5): stub
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000457,(nil),0x0001,0x00000000,0x7e5dc254,(nil)): stub
err:eventlog:ReportEventW L".NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Service reached limit of transient errors. Will shut down. Last error returned from Service Manager: 0x80070005.\n"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime Optimization Service"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000454,(nil),0x0001,0x00000000,0x7e5dc2c8,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:gdi:ExtCreatePen Hatches not implemented
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10026 0x00000000
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
fixme:reg:GetNativeSystemInfo (0x32fc00) using GetSystemInfo()
fixme:advapi:CheckTokenMembership ((nil) 0x1efa80 0x32fc08) stub!
fixme:advapi:CheckTokenMembership ((nil) 0x1efa80 0x32fc08) stub!
fixme:storage:StgCreateStorageEx Stub: calling StgCreateDocfile, but ignoring pStgOptions and grfAttrs
fixme:storage:StorageImpl_CopyTo Exclude option not implemented
fixme:imm:ImmReleaseContext (0x10026, 0x12cd98): stub
fixme:shell:IPersistFile_fnSaveCompleted (0x21fec8)->(L"C:\\windows\\profiles\\chc\\Recent\\Cork-06-07-wine.xls (6).lnk")
fixme:shell:DllCanUnloadNow stub
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x10042
Many thanks for your help, Rouslan
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Sounds like this bug: http://bugs.winehq.org/show_bug.cgi?id=13822
I even tried to run it as root, but that didn't work out too well.
Never run Wine as root: http://wiki.winehq.org/FAQ#head-96bebfa ... 78b0d41014
Locked