Hello all, I just installed wine from CVS on fakewindows configuration, but I can't seem to get anything to work well. I tried installing the DCOM98, but I get "Cluster size not supported." The same error occurs when I execute just about anything. Has anyone encountered this or know what it is referring to? Thanks in advance, Leo
Skipped content of type multipart/alternative-------------- next part -------------- Invoking /usr/lib/wine/wine.bin c:\dcom98.exe ... trace:volume:GetDiskFreeSpaceW (null),0x4067fc34,0x4067fc2c,0x4067fc30,0x4067fc1c trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\E:": err 2 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDriveTypeW L"C:\\" -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\C:": err 2 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\C:": err 2 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDriveTypeW L"D:\\" -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\D:": err 5 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\D:": err 5 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDriveTypeW L"E:\\" -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\E:": err 2 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\E:": err 2 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDriveTypeW L"F:\\" -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\F:": err 2 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\F:": err 2 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDriveTypeW L"Z:\\" -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\Z:": err 5 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\Z:": err 5 trace:volume:GetDriveTypeW (null) -> 3 trace:volume:GetDiskFreeSpaceW (null),0x4067fd78,0x4067fd70,0x4067fd74,0x4067fd60 trace:volume:GetVolumeInformationW cannot open device L"\\\\.\\C:": err 2 trace:volume:GetDriveTypeW (null) -> 3 Wine failed with return code 3
On Mon, 20 Sep 2004 04:05:43 -0700, you wrote:> Hello all, > > > I just installed wine from CVS on fakewindows configuration, but I can't > seem to get anything to work well. I tried installing the DCOM98, but I > get "Cluster size not supported." The same error occurs when I execute > just about anything. Has anyone encountered this or know what it is > referring to?$ find . -name '*[ch]' -print0|xargs -0 grep -i 'Cluster size' $ Exact and complete error message please. Rein. -- Rein Klazes rklazes@xs4all.nl
On Mon, 20 Sep 2004 05:03:22 -0700, you wrote:> >>I just installed wine from CVS on fakewindows configuration, but I can't > >>seem to get anything to work well. I tried installing the DCOM98, but I > >>get "Cluster size not supported." The same error occurs when I execute > >>just about anything. Has anyone encountered this or know what it is > >>referring to? > >> > >> > > > >$ find . -name '*[ch]' -print0|xargs -0 grep -i 'Cluster size' > >$ > > > >Exact and complete error message please.> > > The exact and complete error is: > "The cluster size in this system is not supported." > > This error appears in a Windows error dialog with the title: > DCOM98 for Windows 98Please keep CC'ing wine-users. What file system are you using (where your \windows directory is) ? I have to guess how the program is getting the cluster size. What is the output of the program when you do: WINEDEBUG=+volume,+int21 wine .... Rein. -- Rein Klazes rklazes@xs4all.nl
On Sat, 16 Oct 2004 20:48:54 +0200, you wrote:> > I would like to see the output of your program run like: > > > > WINEDEBUG=+relay,+volume wine ... &>winedebug.log > > Enclosed (3,7 Mb). Warning : it was 350 Mb befor bzip2'ing ... I couldn't > even edit it. > > Keep me in the loop : if there is anything I can do for help, please let me > know...Well, I looked through it and did not find anything wrong with the calculation of the disk space. If there is an error there it must be in the application itself. However there is some thing else that you can try. The last significant thing the program does before complaining is to look in the registry for a value with the name "BootDir" in the key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup The key seems to exist but "BootDir" id not found. Using regedit can you add this (string) value and fill it with "C:\" (without the ampersands). See if that makes a difference. Last thing to try is change the window version, make sure you both tested win98 and win2k. Rein. -- Rein Klazes rklazes@xs4all.nl
On Tue, 19 Oct 2004 08:43:53 +0200, you wrote:> > The key seems to exist but "BootDir" id not found. Using regedit can you > > add this (string) value and fill it with "C:\" (without the ampersands). > > See if that makes a difference. > > It did ! > > I haven't completed the setup (lack of time due to RealLife concerns), > but at least I'm no longer stopped by the damn "not enough space" error box. > > It seems you've pinpointed the immediate cause of my problem. Thank you > very much ! I wouldn't have been able to do this (I'm not a Wine hacker > ...).> > Thank you again ! > > Anything else I could do to help debug this problem further ?I think that I know enough. I will add this registry value to wine's installation defaults Rein. -- Rein Klazes rklazes@xs4all.nl