Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
So the problem is that I can't open files (or save them for that matter) using msword in wine 0.9. I downloaded the Debian .deb file from winehq. Install went well no errors. When I installed msword I also received no errors. Word gives me this error when I try to open a folder, switch to a differnet folder or save:
The folder 'C:\windows\Personal' isn't accessible. The folder may be located on an unavailable volume or protected with a password.
And the command line error, running behind wine, is:
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub manager, oxid=800000009, oid=4
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
I made sure the permissions are correctly set, user and group are set to rwx, and the folder does exist. The folder is in my home directory and I have had no other problems accessing any files on that partition.
I'm using word 97 and have tried setting wine to use all versions of windows and nothing changes in any scenario. I've done some research, but haven't found anyone that has had the same problems. Let me know if you have any suggestions.
Thanks
edit: I can open files, but only by specifying which file to open on the command-line when I start up wine:
Honestly I don't need ms word, but my wife, who isn't particularly computer savvy, uses ms word quite a bit and doesn't want to have to learn another program (she's still getting used to the migration from windows).
I don't think the problem is wine. I assume that your c: drive is formatted as ntfs. By default an ntfs drive is mounted as read only. I think, but am not sure that the latest ntfs drivers are capable of reliable read write operations. I would check with another, more reliable source, prior to trying this:
the read, write characteristics of a drive to be mounted are stored in the /etc/fstab file. Take a look at the permissions of the partition corresponding to the ntfs drive. You can type man fstab to learn all of the options you can use to modify the way a drive is mounted.
I'm dual booting with linux (debian sarge 2.4.27-2-386) & win98se so none of my partitions are ntfs. Also, my c: "drive" is just a folder in my home directory: /home/torsin/.wine/drive_c (there's a link in /home/torsin/.wine/dosdrives named c: that targets above directory). So, I'm pretty sure that's not the problem and I made sure the permissions are set so I can write in all of the folders. As I'm using wine I haven't even tried to use a msdos partition, but am getting it to work on linux and then add the msdos partition that has the word documents I want to be able to edit/create.
The error could be that you do not have a certain DLL file. Run wine in full debug mode. Probably ole32 is needed and several others.
Go sign up for a trial of VMware. You can still use Windows while using Linux as your primary OS. Using software emulators like WINE will give you problems until all your hair is out.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.