LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wine - issue (https://www.linuxquestions.org/questions/linux-newbie-8/wine-issue-247808/)

wprauchholz 10-27-2004 03:40 AM

wine - issue
 
I tried to install wine, but getting stopped by the following error messages.


'/home/ipnspain/.wine/fake_windows/Program Files/KOD/Kod.exe'
Warning: the specified Windows directory L"C:\\Windows" is not accessible.
Warning: the specified System directory L"C:\\Windows\\System" is not accessible.
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file
fixme:dc:LockWindowUpdate (0x10020), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10020), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
err:ole:CoGetClassObject couldn't load InprocServer32 dll C:\PROG~FBU\KOD\Tx4ole.ocx
wine: Unhandled exception (thread 0009), starting debugger...
Warning: the specified Windows directory L"C:\\Windows" is not accessible.
Warning: the specified System directory L"C:\\Windows\\System" is not accessible.
Usage: winedbg [--auto] [--gdb] cmdline


what do I need to do?

judebert 01-14-2005 08:42 PM

Quote:

Warning: the specified Windows directory L"C:\\Windows" is not accessible.
Warning: the specified System directory L"C:\\Windows\\System" is not accessible.
Sounds like your directories aren't writable. Maybe they don't even exist. Check ~/.wine/config to find where your C: drive is really located, make sure it exists, and make sure it's writable. (Use ls -l to check writability, and chmod 774 <directory> to make anything writable if it's not already.)

Quote:

Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file
I'm getting this one, too. Apparently someone deprecated the "Resolution" entry in the [fonts] section of the config file. Put a semicolon in front of that line, and the error should go away. I'm trying to find where to replace it, but none of my *.reg files include an HKEY anything.

linmix 02-03-2005 08:43 AM

the .reg file you're looking for should be in ~/.wine/c_drive/windows/regedit.exe

as for the config file, you mean it should be like this?

[fonts]
;"Resolution" = "96"

judebert 04-05-2005 01:53 PM

That's what I mean. I've pretty much given up on Wine, since even cedega couldn't run Jedi for me, nor Oregon Trail for my kids. When I do run Wine, I just ignore the resolution error and keep going.

Electro 04-17-2005 06:23 PM

To fix the LogPixels error and also program text overlap problem in some programs.

1) Type wine regedit
2) Go to HKEY_CURRENT_CONFIG\Software\Fonts
(you may need to make a key under Software)
3) Create a DWORD named LogPixels
4) Enter DPI number in binary. Usually its 96 for 96 DPI. You can try a lower number if the text is too huge.


All times are GMT -5. The time now is 08:51 AM.