Results 1 to 2 of 2
everytime when i launch the overcross it opens a dialog that says:
"Unable to convert 'c:/' to a Unix path:
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map
segment from ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-03-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 39
having problems with overcross (wine)...
everytime when i launch the overcross it opens a dialog that says:
"Unable to convert 'c:/' to a Unix path:
wine: failed to initialize: /opt/cxoffice/lib/wine/ntdll.dll.so: failed to map
segment from shared object: Cannot allocate memory"
now... i've found a solution:
http://tr.opensuse.org/Wine#Wine_bug_workaround
it says that i need to go to: etc/stsconfig as a root and i need to edit a file that called ulimit....
in the ulimit i need to change the value of virtualsoftlimit to 0...
but i can't figure how to save the file after that im changing it....
it seems that im stucked inside the file (right after writing "edit ulimit" in the terminal)..
how can i save it or if theres another solution.....
tnx.. so sorry to bother you so much....
- 09-04-2006 #2
Well, in direct answer to your question, I'm guessing the file is owned by root and you are editing it as a user, so you can edit it, but not save the edit. So just edit it as root.
But back on the original problem, every "Windows" file accessed by Wine must be reachable by a path mapping in your ~/.wine/dosdevices/ directory. Is your "fake C drive" ~/.wine/drive_c? From your question, it's not clear what setup you have. But I suspect the solution lies in creating a symbolic link in your dosdevices directory wherever it is.
Try this:That will cause every file under /opt to be visible via the Wine o: drive (assuming ~/.wine is your Wine directory).Code:cd ~/.wine/dosdevices ln -s /opt o:


Reply With Quote
