Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-12-2006, 06:03 PM   #1 (permalink)
Law
Law's Avatar
 
Wizard Techie

Join Date: Aug 2005

Location: the data closet

Posts: 4,172

Law is on a distinguished road

Default Help with Wine

I got wine setup, but I have a little problem I think I may know why but I just need your opinion just to be sure. The problem I think is happening is Wine is trying to write to the NTFS partition and it's mounted as read only, plus SUSE 10.1 kernel doesn't support writing to NTFS.

Look at these error messages:

wine /root/.wine/drive_c/Program\ Files/Microsoft\ Office/OFFICE11/WINWORD.EXE
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\profiles\\root\\Local Settings\\Temporary Internet Files"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\profiles\\root\\Local Settings\\History"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\profiles\\root\\Cookies"'.
fixme:system:SystemParametersInfoW Unimplemented action: 8202 (SPI_GETFONTSMOOTHINGTYPE)
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
fixme:psdrv:PSDRV_ExtEscape QUERYESCSUPPORT(25) - not supported.
fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
fixme:psdrv:PSDRV_DeviceCapabilities DC_BINADJUST: stub.
fixme:uniscribe:ScriptRecordDigitSubstitution 1024,0x31621328
fixme:imm:ImmReleaseContext (0x10040, 0x1840a0): stub
err:x11drv:X11DRV_CreateWindow invalid window width 9368332
err:x11drv:X11DRV_CreateWindow invalid window width 9368332
err:x11drv:X11DRV_CreateWindow invalid window width 9368332
err:x11drv:X11DRV_CreateWindow invalid window width 9368332
fixme:imm:ImmGetProperty (IGP_CONVERSION)
fixme:imm:ImmGetProperty IGP_SENTENCE)
fixme:imm:ImmGetDefaultIMEWnd (0x10026 - (nil) 0x1840a0 ): semi-stub
fixme:imm:ImmReleaseContext (0x10042, 0x1840a0): stub
fixme:imm:ImmGetOpenStatus (0x1840a0): semi-stub
fixme:imm:ImmReleaseContext (0x10042, 0x1840a0): stub
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:imm:ImmReleaseContext (0x10042, 0x1840a0): stub
fixme:imm:ImmSetCandidateWindow (0x1840a0, 0x30a98c80): stub
fixme:imm:ImmReleaseContext (0x10042, 0x1840a0): stub

Screenshot: http://members.cox.net/mypeth/WordOnSuse.jpg

Any thoughts about the errors? I should try and get NTFS write support or is it a bad idea to let Wine write to the NTFS?
Law is offline  
Old 08-12-2006, 06:14 PM   #2 (permalink)
Law
Law's Avatar
 
Wizard Techie

Join Date: Aug 2005

Location: the data closet

Posts: 4,172

Law is on a distinguished road

Default

Let me give a little more information, basically before I try to run the programs I first edited my fstab file to mount the ntfs partition.

/dev/sda1 /mnt/sda1 ntfs rw,users,umask=022 0 0

This basically gives root full access but allows users and other to just read it. But I know that NTFS write is not supported with this SUSE kernel so I'll fix that later.

Now I just mount the ntfs partition "mount -a -t ntfs" to mount all the ntfs in the fstab file.

Then I back up my wine folder and then I deleted original folder.

Then I created a symbolic link
ln -s /mnt/sda1 ~/.wine/drive_c

So what this is telling me is I need NTFS write support, but I am just unsure at this moment that I should be playing around with the NTFS partition
Law is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On