PDA

View Full Version : Wine troubles



penguinchrissy
August 24th, 2006, 07:27 AM
When ever I try and run wine I always get these

Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
wine: could not load L"c:\\windows\\system32\\program.exe": Module not found
what is wrong and how can I fix it. ](*,)

ifokkema
August 26th, 2006, 10:11 PM
Are you using a fake windows directory, or a existing Win install? Possibly, it can't access the path to the windows directory?

penguinchrissy
August 28th, 2006, 12:08 AM
I do have windows installed on the computer so I'm assuming that its not a fake directory. If it can't access it how can I tell it to.

ifokkema
August 28th, 2006, 11:31 AM
I assume then, you haven't gone through the configuration steps for Wine. Start up /usr/bin/winecfg and set the directory of the windows folder.

skymt
August 29th, 2006, 01:16 AM
I've had the OP's problem even after running winecfg. The solution was to upgrade to the latest version of Wine, rm -r ~/.wine, and run winecfg again.

Anonii
August 29th, 2006, 01:23 AM
I've had the OP's problem even after running winecfg. The solution was to upgrade to the latest version of Wine, rm -r ~/.wine, and run winecfg again.

"sudo rm -r /home/<user>/.wine && wineprefixcreate" would update your ~/.wine perfectly, too ^_^

Well, upgrading was fine, but if the problem was in the ~/.wine you could have just fixed it with that command.

skymt
August 29th, 2006, 10:12 PM
"sudo rm -r /home/<user>/.wine && wineprefixcreate" would update your ~/.wine perfectly, too ^_^

Well, upgrading was fine, but if the problem was in the ~/.wine you could have just fixed it with that command.

I didn't communicate properly. The older version of Wine I had would hang when generating ~/.wine, even if I deleted it and started from scratch. After upgrading, it would hang trying to load my broken .wine, so I deleted it, ran winecfg to regenerate it, and it worked fine.

Clear as mud now?