-
wine config help
well, if any one can help.
so i installed wine and i go to termanl and run "winecfg"
and i get this long error if any one knows what this is or could help plez replay
[Bryan@hollowpoint ~]$ winecfg
wine: creating configuration directory '/home/Bryan/.wine'...
2907: assertion failed "(*(const char*)_DBUS_FUNCTION_NAME) != '_'" file "dbus-connection.c" line 2877 function _dbus_connection_read_write_dispatch
fixme:ole:ITypeInfo_fnRelease destroy child objects
X Error of failed request: GLXBadContext
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 3367
Current serial number in output stream: 3367
wine: wineprefixcreate failed while creating '/home/Bryan/.wine'.
[Bryan@hollowpoint ~]$ wineserver: could not save registry branch to /home/Bryan/.wine-291NV8/system.reg : No such file or directory
wineserver: could not save registry branch to /home/Bryan/.wine-291NV8/userdef.reg : No such file or directory
wineserver: could not save registry branch to /home/Bryan/.wine-291NV8/user.reg : No such file or directory
-
Do this:
Code:
ls -Ald /home/Bryan/.wine
If it exists as a directory, try 'winecfg' again.
If it does not exist, do this:
Code:
mkdir /home/Bryan/.wine
If no error, check existance of directory and try 'winecfg' again.
If error, post error.
-
The bash script file 'wineprefixcreate' is part of Wine. It creates your ~/.wine directory and populates it with the bare bones registry files, .ini files, and executables. So run wineprefixcreate first.
One note, however. The version that comes with the Mandriva RPM has a bug on line 62.
datadir="$bindir/../local/share/wine"
should be
datadir="$bindir/../share/wine"
I haven't gotten around to seeing if it's Mandriva-only or posting a bug report, but I had to manually modify it to get it to work.