-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does the "dosdevices" folder always exist? #1113
Comments
Those symlinks usually exist, however were are you getting the error from? If it’s wine that one thing if it’s coming from PhoenicisOrg that’s another matter, if it’s PhoenicisOrg it shouldn’t be giving an error of the symlinks are missing If it’s wine then a registry setting is missing so it doesn’t keep remaking those symlinks on launch. |
I get this error in Phoenicis when trying to delete the folders during the setup of a |
See also: scripts/Engines/Wine/Verbs/sandbox/script.js Lines 10 to 17 in 773a6dd
|
Originally ‘z’ is a symlinks to ‘/‘ and ‘y:’ would be a symlinks to possibly a disk drive or some other mounted drive. I’m not sure why symlinks are created as when you remove these from within winecfg they don’t get replaced with folders, they just no longer exist until configured within winecfg again. |
@Gcenx do we run into any problems if we manually create the symlink outside wine? |
@madoar I don’t remember any issue when doing anything outside of wine as long as any needed registry entry’s were added/edited/generated correctly it’s always been fine. |
In the following lines of the
sandbox
script we remove two subfolders of thedosdevices
folder:scripts/Engines/Wine/Verbs/sandbox/script.js
Lines 13 to 14 in 773a6dd
After executing the
sandbox
verb modified in #1112, I received an error because these folders don't exist.The text was updated successfully, but these errors were encountered: