Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: /.wine/drive_c" is not supported.

  1. #1
    Join Date
    Jun 2007
    Location
    Essex ,U.K.
    Beans
    229
    Distro
    Hardy Heron (Ubuntu Development)

    /.wine/drive_c" is not supported.

    Hi ,i'm getting stuck with this one and i've googled around but cant find a fix.

    notes:
    xubuntu 8.04 beta 64bit
    wine ver: 0.9.60 (same prob in 0.9.59)

    from menu......apps/wine/browse C drive i get the error
    /.wine/drive_c" is not supported.

    from terminal it works fine.

    Any ideas anyone?
    Attached Images Attached Images
    Arch 2.6.28 on X86_64
    Hardy 2.6.24 on X86_64
    AMD Athlon(tm) 64 Processor 3200+
    Maxtor 6L160M0 (SATA) 160G ,NVIDIA G6200

  2. #2
    Join Date
    Jun 2007
    Location
    Essex ,U.K.
    Beans
    229
    Distro
    Hardy Heron (Ubuntu Development)

    Re: /.wine/drive_c" is not supported.

    anyone?

    I've tried with the following paths
    ..~/.wine/drive_c
    and
    /home/pete/.wine/drive_c

    anyone have this working in xfce desktop ?
    Arch 2.6.28 on X86_64
    Hardy 2.6.24 on X86_64
    AMD Athlon(tm) 64 Processor 3200+
    Maxtor 6L160M0 (SATA) 160G ,NVIDIA G6200

  3. #3
    Join Date
    Mar 2006
    Beans
    222

    Re: /.wine/drive_c" is not supported.

    I'm not exactly certain what you're trying to accomplish. You're trying to launch winefile from the XFCE menu?

    Also, what are you using for sys stats?

  4. #4
    Join Date
    Feb 2008
    Beans
    1,145
    Distro
    Xubuntu

    Re: /.wine/drive_c" is not supported.

    By default, Xubuntu includes the Gnome system menu in the Xfce menu, but it may be better to edit the menu with just the stuff you want in it (using Xfce4-MenuEditor and Appfinder).
    Help yourself: Ubuntu Docs - Ubuntu Packages

  5. #5
    Join Date
    Jun 2007
    Location
    Essex ,U.K.
    Beans
    229
    Distro
    Hardy Heron (Ubuntu Development)

    Re: /.wine/drive_c" is not supported.

    Quote Originally Posted by SBFC View Post
    I'm not exactly certain what you're trying to accomplish. You're trying to launch winefile from the XFCE menu?

    Also, what are you using for sys stats?
    Yes it's "winefile" and launches from terminal (see screenshot) but not from the default launcher in the menu? I'm sure its a simple thing but i cant fix it lol

    For sys stats i think you mean my "conky" on the right in the screenshot? search the forum threads its a great little program and fully customisable.

    ...xfce menu-editor = pants
    Attached Images Attached Images
    Last edited by SnakeHips; April 23rd, 2008 at 08:22 AM.
    Arch 2.6.28 on X86_64
    Hardy 2.6.24 on X86_64
    AMD Athlon(tm) 64 Processor 3200+
    Maxtor 6L160M0 (SATA) 160G ,NVIDIA G6200

  6. #6
    Join Date
    Feb 2008
    Beans
    1,145
    Distro
    Xubuntu

    Re: /.wine/drive_c" is not supported.

    Pants? The menu editor works better than the bookmarks in Thunar. Just drag and drop stuff where you want it in the editor.
    Help yourself: Ubuntu Docs - Ubuntu Packages

  7. #7
    Join Date
    Jun 2007
    Location
    Essex ,U.K.
    Beans
    229
    Distro
    Hardy Heron (Ubuntu Development)

    Re: /.wine/drive_c" is not supported.

    Yes i think its pants! - say you want to edit the existing default menu structure in xfce ,you would think that you could do that within a menu-editor easily right? aka the menu-editor in gnome.

    - it just does'nt do what it says on the tin!

    http://ubuntuforums.org/showthread.php?t=193093

    I should add that i really like the look n feel of xfce v gnome and naturally i want to get it all working (if i can)

    from xfce appfinder the launcher (see screenshot) opens with the following command?
    Code:
    xdg-open~/.wine/drive_c
    and here's the wine.desktop entry in /usr/share/app-install/desktop

    Code:
    [Desktop Entry]
    Type=Application
    Encoding=UTF-8
    Name=Wine Windows Emulator
    Name[de]=Wine Windows-Emulator
    Categories=Application;Office
    MimeType=application/x-ms-dos-executable;application/x-msdos-program;application/x-msdownload;application/exe;application/x-exe;application/dos-exe;vms/exe;application/x-winexe;application/msdos-windows;application/x-msdos-program;application/x-zip-compressed
    X-AppInstall-Package=wine
    X-AppInstall-Popcon=33829
    X-AppInstall-Section=universe
    X-AppInstall-Architectures=i386,amd64
    Whats puzzling me is (from terminal) i can navigate to the 'C' drive and run "winefile" which i cannot from the wine launcher in xfce - nor can i edit it!
    Attached Images Attached Images
    Last edited by SnakeHips; April 23rd, 2008 at 07:13 PM.
    Arch 2.6.28 on X86_64
    Hardy 2.6.24 on X86_64
    AMD Athlon(tm) 64 Processor 3200+
    Maxtor 6L160M0 (SATA) 160G ,NVIDIA G6200

  8. #8
    Join Date
    Apr 2007
    Location
    Munich, Germany
    Beans
    1,578
    Distro
    Ubuntu

    Re: /.wine/drive_c" is not supported.

    hmm, there should be a space between xdg-open and the path (if it's not just a typo), otherwise, if you're planning on launching just an app, change it to
    Code:
    wine [path to launcher]
    Oh, and try to see if you can open any other folder from the menu, might be some problem with the command used to open it. (i don't use xfce)
    Last edited by lswest; April 23rd, 2008 at 07:19 PM.

  9. #9
    Join Date
    Jun 2007
    Location
    Essex ,U.K.
    Beans
    229
    Distro
    Hardy Heron (Ubuntu Development)

    Re: /.wine/drive_c" is not supported.

    Quote Originally Posted by lswest View Post
    hmm, there should be a space between xdg-open and the path (if it's not just a typo), otherwise, if you're planning on launching just an app, change it to
    Code:
    wine [path to launcher]
    Oh, and try to see if you can open any other folder from the menu, might be some problem with the command used to open it. (i don't use xfce)
    Hmmmm ,i tried without the space in terminal and it produces the same result as from the menu launcher (see screenshot). So.....the command dont work but if i type "winefile" it does ?!???
    Attached Images Attached Images
    Last edited by SnakeHips; April 23rd, 2008 at 08:08 PM.
    Arch 2.6.28 on X86_64
    Hardy 2.6.24 on X86_64
    AMD Athlon(tm) 64 Processor 3200+
    Maxtor 6L160M0 (SATA) 160G ,NVIDIA G6200

  10. #10
    Join Date
    Jun 2007
    Location
    Essex ,U.K.
    Beans
    229
    Distro
    Hardy Heron (Ubuntu Development)

    Re: /.wine/drive_c" is not supported.

    ...and prefixed with "wine" comes up with the same. in a nutshell it cant *see* the 'c' drive ??


    Code:
    pete@desk:~$ wine xdg-open /.wine/drive_c
    preloader: Warning: failed to reserve range 00000000-60000000
    Warning: the specified Windows directory L"C:\\windows" is not accessible.
    Warning: the specified System directory L"C:\\windows\\system32" is not accessible.
    preloader: Warning: failed to reserve range 00000000-60000000
    Warning: the specified Windows directory L"C:\\windows" is not accessible.
    Warning: the specified System directory L"C:\\windows\\system32" is not accessible.
    err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
    err:wineboot:main Cannot set the dir to L"C:\\windows" (2)
    wine: could not load L"C:\\windows\\system32\\xdg-open.exe": Module not found
    pete@desk:~$

    i found xdg-open.exe in /usr/bin/...........maybe wine does'nt know its there?
    Last edited by SnakeHips; April 23rd, 2008 at 08:16 PM.
    Arch 2.6.28 on X86_64
    Hardy 2.6.24 on X86_64
    AMD Athlon(tm) 64 Processor 3200+
    Maxtor 6L160M0 (SATA) 160G ,NVIDIA G6200

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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