Results 1 to 3 of 3

Thread: Fix for WINE "Warning:...L"c:\\windows" is no

  1. #1
    Junior Member
    Join Date
    Nov 2006
    Posts
    2

    Fix for WINE "Warning:...L"c:\\windows" is no

    Hi Everyone,

    When I first tried using WINE to run an old multiplayer game server, I got the following error (plus a couple others):

    "Warning: the specified Windows directory L"c:\\windows" is not accessible."

    The way I fixed this problem was to configure WINE to run from one of my physical drives (a USB flash drive in my case) rather than the ramdisk (/home/knoppix). The steps I use to configure WINE this way are:

    1. Mount the physical drive (sda1 in my case) by clicking on it.
    2. Right click on the sda1 icon and change its properties so that it is writable.
    3. Create a folder called ".wine" on sda1. Create an empty text file called "config" in the .wine folder. Create a folder called "drive_c" under the .wine folder.
    4. Open a terminal window and run "wine". Click the "Configure Wine" button.
    5. Set the "location of the wine configuration file" to "Other", and type "/mnt/sda1/.wine/config" into the text box.
    6. Click the "Overwrite" button.
    7. Check the "use an existing windows partition" button, and enter "/mnt/sda1/.wine/drive_c".
    8. Click the "finish" button.

    Check and make sure the *.reg" files exist under the .wine folder on sda1. If they do not, see if they exist under /home/knoppix/.wine and copy them to the .wine folder at sda1. Load your windows app under the drive_c folder on sda1 and run your windows app from said folder, using the syntax "wine <windowsapp>".


    Hope this is helpful,
    Rich

  2. #2
    Junior Member
    Join Date
    Nov 2006
    Posts
    1
    Thanks for posting this, I'm having the same problem, though under Ubuntu.

    One thing that I don't understand: I'm unable to get to any configuration screen for wine. I type "wine" at Terminal and I get:

    wrybread@boofus:~$ wine
    Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
    wine --help Display this help and exit
    wine --version Output version information and exit
    wrybread@boofus:~$ wine --version
    Wine 0.9.22

    I installed it using apt-get. I searched among the packages and couldn't find any other versions. Can you think of any reason why I'm not getting the gui window you're getting, or any way to make the configuration in Wine without that window?

  3. #3
    Junior Member
    Join Date
    Nov 2006
    Posts
    2
    Hi wrybread (sry for the late reply),

    "Can you think of any reason why I'm not getting the gui window you're getting, or any way to make the configuration in Wine without that window?"

    I'm not sure why you are not getting the WINE configuration GUI. You might be able to configure WINE manually by editing the WINE config file (located under the .wine folder). I've included a snippet of the WINE config file from my system below. I think you'll need to setup the [Drive C] information, and possibly some of the information under the [wine] header. There are other configuration parameters in the WINE config file not shown below, but I'm not sure if you'll need to adjust them.


    Hope this helps,
    Rich


    WINE REGISTRY Version 2
    ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

    ;; If you think it is necessary to show others your complete config for a
    ;; bug report, filter out empty lines and comments with
    ;; grep -v "^;" ~/.wine/config | grep '.'
    ;;
    ;; MS-DOS drives configuration
    ;;
    ;; Each section has the following format:
    ;; [Drive X]
    ;; "Path"="xxx" (Unix path for drive root)
    ;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
    ;; "Label"="xxx" (drive label, at most 11 characters)
    ;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
    ;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
    ;; This is the FS Wine is supposed to emulate on a certain
    ;; directory structure.
    ;; Recommended:
    ;; - "win95" for ext2fs, VFAT and FAT32
    ;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
    ;; DON'T use "unix" unless you intend to port programs using Winelib !
    ;; "Device"="/dev/xx" (only if you want to allow raw device access)
    ;;

    [Drive A]
    "Path" = "/mnt/auto/floppy"
    "Type" = "floppy"
    "Label" = "Floppy"
    "Device" = "/dev/fd0"

    [Drive C]
    "Path" = "/mnt/sdc1/.wine/drive_c"
    "Type" = "hd"
    "Label" = "/mnt/sdc1/.wine/drive_c"
    "Filesystem" = "win95"

    [Drive D]
    "Path" = "/mnt/sda1"
    "Type" = "hd"
    "Label" = "/mnt/sda1"
    "Filesystem" = "win95"

    [Drive E]
    "Path" = "/mnt/sdb1"
    "Type" = "hd"
    "Label" = "/mnt/sdb1"
    "Filesystem" = "win95"

    [Drive F]
    "Path" = "/mnt/sdc1"
    "Type" = "hd"
    "Label" = "/mnt/sdc1"
    "Filesystem" = "win95"

    [Drive G]
    "Path" = "/mnt/auto/cdrom"
    "Type" = "cdrom"
    "Label" = "/mnt/auto/cdrom"
    "Filesystem" = "win95"
    "Device" = "/dev/hda"

    [Drive X]
    "Path" = "/tmp"
    "Type" = "hd"
    "Label" = "Tmp Drive"
    "Filesystem" = "win95"

    [Drive Y]
    "Path" = "%HOME%"
    "Type" = "network"
    "Label" = "Home"
    "Filesystem" = "win95"

    [Drive Z]
    "Path" = "/"
    "Type" = "hd"
    "Label" = "Root"
    "Filesystem" = "win95"

    [wine]
    "Windows" = "C:\\Windows"
    "System" = "C:\\Windows\\System"
    "Temp" = "X:\\"
    "Path" = "C:\\Windows;C:\\Windows\\System;X:\\;X:\\test;Y:\ \"
    "GraphicsDriver" = "x11drv"
    ; Wine doesn't pass directory symlinks to Windows programs by default.
    ; Enabling this may crash some programs that do recursive lookups of a whole
    ; subdir tree in case of a symlink pointing back to itself.
    ;"ShowDirSymlinks" = "1"
    ;"ShowDotFiles" = "1"
    "ShellLinker" = "wineshelllink"

Similar Threads

  1. "Warning: Address Line A20 already enabled"
    By mmelzer2004 in forum General Support
    Replies: 5
    Last Post: 08-08-2005, 01:28 PM
  2. "Clean" Knoppix Boot on a preinstalled Windows XP
    By ruymbeke in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 07-30-2004, 06:52 AM
  3. "Connection Reset by Peer" or "hang"
    By oreo in forum General Support
    Replies: 11
    Last Post: 07-23-2003, 06:33 PM
  4. "Foreign" drive formats and "dd" command
    By geebee2000 in forum Hardware & Booting
    Replies: 9
    Last Post: 05-21-2003, 07:29 PM
  5. Locate Knoppix "group" in "K" menu
    By Juny in forum General Support
    Replies: 4
    Last Post: 03-14-2003, 09:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


IBM System X3850-X5 Server w/4x Intel  Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD picture

IBM System X3850-X5 Server w/4x Intel Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD

$1599.99



DELL POWEREDGE HP IBM SERVER XEON GOLD 5315Y 8 CORE PROCESSOR 3.2 GHZ SRKXR picture

DELL POWEREDGE HP IBM SERVER XEON GOLD 5315Y 8 CORE PROCESSOR 3.2 GHZ SRKXR

$1100.00



IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU picture

IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU

$225.00



IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5

IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5" Bay Server No RAM

$179.99



LOT OF 4 MICRON 32GB 4GX72 DDR3 SERVER RAM MTA40ALF4G72MDZ-1G6B1B5AA picture

LOT OF 4 MICRON 32GB 4GX72 DDR3 SERVER RAM MTA40ALF4G72MDZ-1G6B1B5AA

$449.00



IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES picture

IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES

$111.70



IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER picture

IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER

$349.99



IBM System x3550 M3 1U Server 2x Xeon E5645, 192GB RAM, 2x 300GB HDD (7944-AC1) picture

IBM System x3550 M3 1U Server 2x Xeon E5645, 192GB RAM, 2x 300GB HDD (7944-AC1)

$150.00



IBM ADP Server Type 7870 AC1 NO HDD | 128GB RAM PC3L | 2 x Xeon  E5620 picture

IBM ADP Server Type 7870 AC1 NO HDD | 128GB RAM PC3L | 2 x Xeon E5620

$199.99



IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671 picture

IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671

$230.00