Results 1 to 3 of 3

Thread: Cant run program

  1. #1
    Join Date
    Feb 2008
    Beans
    2

    Cant run program

    The program is Amplitube2. Installed the program ok but trying to launch and quits here:

    Code:
    wine: Call from 0x7b840b64 to unimplemented function gdiplus.dll.GdipDrawLinesI, aborting
    
    wine: Call from 0x7b840b64 to unimplemented function gdiplus.dll.GdipDrawPieI, aborting
    Thanks for any help.

  2. #2
    Join Date
    Jun 2006
    Beans
    89

    Re: Cant run program

    get gdi32.dll from a windows installation, mmight work...

  3. #3
    Join Date
    May 2007
    Location
    the Netherlands
    Beans
    647
    Distro
    Ubuntu Development Release

    Re: Cant run program

    Yes, get gdiplus.dll and gdi32.dll (from a windows pc or download it from somewhere) and put those files in your system32 folder. You can find it in the hidden .wine folder in your home dir (location is usually ~.wine/drive_c/windows/system32). To be able to see hidden files: press ctrl-h in your file-manager (nautilus).

    - When that's done, run your program while trying to override one (or both) of those dll's.

    WINEDLLOVERRIDES="gdiplus.dll=n" wine program-name.exe

    - or:
    WINEDLLOVERRIDES="gdi32.dll,gdiplus.dll=n" wine ....

    - etc.

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
  •