Results 1 to 10 of 16
Hi mates,
I am having some problems with Wine, installing it for the second time...(since I had to
reinstall Linux completely some days ago)
I didn't have those problems the ...
- 11-19-2006 #1
Wine "kicks me in da face"
Hi mates,
I am having some problems with Wine, installing it for the second time...(since I had to
reinstall Linux completely some days ago)
I didn't have those problems the first time I installed Wine, curiously.
I downloaded all the necessary dependencies, and the ./configure and ./make work...
but when running it, this is what tells me:
[root@localhost wine]# winecfg
wine: creating configuration directory '/root/.wine'...
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31
2918: assertion failed "(*(const char*)_DBUS_FUNCTION_NAME) != '_'" file "dbus-connection.c" line 2877 function _dbus_connection_read_write_dispatch
libGL warning: 3D driver claims to not support visual 0x23
libGL warning: 3D driver claims to not support visual 0x25
libGL warning: 3D driver claims to not support visual 0x27
libGL warning: 3D driver claims to not support visual 0x29
libGL warning: 3D driver claims to not support visual 0x2b
libGL warning: 3D driver claims to not support visual 0x2d
libGL warning: 3D driver claims to not support visual 0x2f
libGL warning: 3D driver claims to not support visual 0x31
Failed to open the service control manager.
The things about the 3D driver appeared the first time I installed it, but were no problem at all.
The thing of the cnotrol manager is the new problem, which doesn't allow it to start.
Any ideas, dudes?
- 11-19-2006 #2
./configure and ./make? Does this mean you're installing wine from source?
I don't know if this is the root of your problem, but the recommended way to install wine from source is to use the wineinstall script from the tools directory (in the wine source directory tree). Try uninstalling wine and re-installing using wineinstall (as per the README).Stand up and be counted as a Linux user!
- 11-19-2006 #3
Oh, thanks, I will try... but could you tell me how to uninstall, considering I
installed it with a .rpm file?
- 11-19-2006 #4
to uninstall .rpm packages
Code:rpm -e <package_name>
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-19-2006 #5
Oh no...now it tells me that Wine is not installed, when I try to delete it.
And when I downloaded it again to install it again, it tells me it is already installed... ???
Perhaps I should try a different thing...Wasn't there a wine-like program more focused to
run Windows games? I think I heard about it some time ago, but don't remember the name.
Thanks
- 11-19-2006 #6So you installed it from source ? Or from an RPM ?
Originally Posted by hajime
You should not run "winecfg" as root. Unless you plan to use Wine as root.
Originally Posted by hajime "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 11-20-2006 #7Yes,yes, from an RPM.
Originally Posted by antidrugue
Do you know why I can't delete it, by the way?
Do you know where it usually "installs itself"?
Thanks, mate.
- 11-20-2006 #8
whats the output of
Code:rpm -e wine
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-20-2006 #9Here it is, my friend:
Originally Posted by devils_casper
bash-3.1$ rpm -e wine
- 11-20-2006 #10
Sorry the other message doesn't allow me to show it, so I open another one.
This is the output:
bash-3.1$ rpm -e wine
エラー: can't create transaction lock on /var/lib/rpm/__db.000
bash-3.1$


Reply With Quote