I do not know if this question is appropriate here; so please excuse me if it is not (I have not had any answer elsewhere)
On Mdk10.1 the following command (which is called by wineprefixcreate and so also by wineinstall) never terminate.
wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
Although this happens most of the time, it does not appears every time and did not appeard on Mdk10.0.
If it is not possible to make it works, anyone has an idea on how to do the things by hands?
Olive
On Wed, 17 Nov 2004 13:12:03 +0100, Olive Esseret wrote:
I do not know if this question is appropriate here; so please excuse me if it is not (I have not had any answer elsewhere)
On Mdk10.1 the following command (which is called by wineprefixcreate and so also by wineinstall) never terminate.
wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
Are you using ReiserFS by any chance?
Mike Hearn wrote:
On Wed, 17 Nov 2004 13:12:03 +0100, Olive Esseret wrote:
I do not know if this question is appropriate here; so please excuse me if it is not (I have not had any answer elsewhere)
On Mdk10.1 the following command (which is called by wineprefixcreate and so also by wineinstall) never terminate.
wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
Are you using ReiserFS by any chance?
No, I am on a Ext3 partition, with glibc-2.3.3-21mdk, and kernel 2.6.8.1-12mdk, xorg-x11 6.7.0. It appears with the default installation of Mandrake 10.1 Powerpack (with some very minor change: locale, partitioning). This is very mysterious since all worked well Mdk10.0 and there is not much difference between the two distribution. If you need more information (some trace, etc...) please tell me, I do not know what is important to give.
Olive
Mike Hearn wrote:
On Wed, 17 Nov 2004 13:12:03 +0100, Olive Esseret wrote:
I do not know if this question is appropriate here; so please excuse me if it is not (I have not had any answer elsewhere)
On Mdk10.1 the following command (which is called by wineprefixcreate and so also by wineinstall) never terminate.
wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
Are you using ReiserFS by any chance?
I have some news, with strace, I have seen that the hang occurs during an ioctl on /dev/dri/card0. After having chmod'ing the /dev/dri directory to forbid access; all work normally. So the problem is definitely related to xorg (xorg vers. 6.7.0 ) which is indeed a difference between mandrake 10 (Xfree 4.3).
Olive