Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Wine unable to open EXE. Blocked in Lucid ?

  1. #1
    Join Date
    May 2006
    Location
    Singapore
    Beans
    56

    Wine unable to open EXE. Blocked in Lucid ?

    Had install wine but has problem trying to install exe file. Keep getting this message

    "The file '/home/dada/Desktop/SoftonicEN_FFSetupSoftOnic.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit."

    Any ideas?
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2009
    Location
    Iowa City, Iowa
    Beans
    131
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine unable to open EXE. Blocked in Lucid ?

    right click on the .exe and go to properies i think you have to uncheck read only or something like that
    Registered Linux user # 498664 Ubuntu User # 31004
    Thinkpad T410/ubuntu 12.04

  3. #3
    Join Date
    Nov 2006
    Location
    Oregon
    Beans
    4,434
    Distro
    Ubuntu Development Release

    Re: Wine unable to open EXE. Blocked in Lucid ?

    Actually, you right click, go to properties, and check the box next to executable

  4. #4
    Join Date
    May 2006
    Location
    Singapore
    Beans
    56

    Re: Wine unable to open EXE. Blocked in Lucid ?

    Thanks. Got it

  5. #5
    Join Date
    Jul 2006
    Location
    Here
    Beans
    11,187

    Re: Wine unable to open EXE. Blocked in Lucid ?

    properties-> permissions, check> allow executing file ...

  6. #6
    Join Date
    Jan 2009
    Location
    Iowa City, Iowa
    Beans
    131
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine unable to open EXE. Blocked in Lucid ?

    Quote Originally Posted by tgm4883 View Post
    Actually, you right click, go to properties, and check the box next to executable
    thats what i ment
    Registered Linux user # 498664 Ubuntu User # 31004
    Thinkpad T410/ubuntu 12.04

  7. #7
    Join Date
    Nov 2009
    Beans
    27
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wine unable to open EXE. Blocked in Lucid ?

    Quote Originally Posted by tgm4883 View Post
    Actually, you right click, go to properties, and check the box next to executable

    Many thanks.

    I was having the same problem trying to get Spotify to load.

    Thanks again.

  8. #8
    Join Date
    Sep 2009
    Location
    NY
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wine unable to open EXE. Blocked in Lucid ?

    This works as a fix per exe. What about for content that's on a cd/dvd? I know you could always copy the content to the hard disk, and fix it that way, but It'd be nice to be able to install programs from a cd/dvd.

  9. #9
    Join Date
    Sep 2005
    Beans
    Hidden!

    Re: Wine unable to open EXE. Blocked in Lucid ?

    Yep, exactly...trying to install an old game (Unreal) from cd and the solutions above do not work for the setup.exe on the game disk.

    Anyone?
    Registered Linux User #419205

  10. #10
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Wine unable to open EXE. Blocked in Lucid ?

    from a cd - 3 of a number of solutions
    If you run from a terminal then there should be no issue w/ wine /path/to/.exe
    Ex.
    wine /media/COD1/Setup.exe

    create a new custom launcher - r. click on the .exe, open with other application -> use a custom command
    for the command this will do.
    wine

    Then either r. click - open with wine or r. click - properties - open with and set the default to wine - then a d. left click on any .exe will work.

    Edit the default launch command for wine
    as it is now
    Exec=cautious-launcher %f wine start /unix

    change to
    Exec=wine start /unix %f

    Edit
    if doing a multi-disk install then these are 2 ways I've found (by default lucid has no fstab entries anymore for cd/dvd drives and wine obviously can't dtect the drive.
    quoting from other post

    I just did a multi-disc install on lucid 2 different ways so it's possible.

    The first way (without an fstab entry), I created a 'drive' in winecfg - D: with an address matching the mount point of the cd - /media/<volumelabel> and proceeded as normal

    The second way, I created a fstab entry, restarted, had winecfg detect the drive and again no issue
    Last edited by mc4man; May 2nd, 2010 at 04:36 AM.

Page 1 of 3 123 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
  •