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

Thread: adwords editor ubuntu

  1. #1
    Join Date
    Nov 2007
    Beans
    3

    adwords editor ubuntu

    I'm totally newbie with wine and Ubuntu at all.

    Is there any possibility to install and use Adwords Editor?

    I've got this error when trying to install:
    ~/Desktop$ wine adwords_editor_en-US.msi
    wine: could not load L"Z:\\home\\ingvar\\Desktop\\adwords_editor_en-US.msi": Bad EXE format for

  2. #2
    Join Date
    Dec 2006
    Location
    Malaysia
    Beans
    1,570
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: adwords editor ubuntu

    That's an msi file you're trying to run. Instead of "wine", use "msiexec".
    Code:
    msiexec adwords_editor_en-US.msi
    msiexec is a program included with Wine to open msi files.

  3. #3
    Join Date
    Apr 2007
    Beans
    683
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: adwords editor ubuntu

    Why not just install Abiword from Synaptic? Go to System->Administration->Synaptic Package Manager and search for Abiword. Click the box to the left of it and select Install and it will automate the process for you. It also makes removing and updating the software easy.

    EDIT: forgive me! I read your post wrong (obviously). Disregard this post.

  4. #4
    Join Date
    Nov 2007
    Beans
    3

    Re: adwords editor ubuntu

    It's looks like everything working just fine.
    Big thanks

  5. #5
    Join Date
    Jul 2007
    Location
    Florida
    Beans
    13
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: adwords editor ubuntu

    Code:
    [~/downloads]
    sorak@shivalaptop: msiexec /i adwords_editor_en-US.msi 
    
    err:wineboot:ProcessRunKeys Error running cmd #0 (2)
    fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
    fixme:sfc:SfcIsKeyProtected ((nil), (null)) stub
    fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
    fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
    fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x32e4b0,(nil)): stub
    fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x14c7e8,(nil)): stub
    err:eventlog:ReportEventW L"=====================================================rnException code: C0000005 ACCESS_VIOLATIONrnFunction: 0x0rn=====================================================rnrnRegisters:rnEAX:00000000  EBX:004BEF2D  ECX:0032E4EC  EDX:00000031  ESI:0032E674  EDI:00000000rnCS:EIP:0073:00000000 "...
    err:eventlog:ReportEventW L""
    err:eventlog:ReportEventW L""
    err:eventlog:ReportEventW L""
    err:eventlog:ReportEventW L""
    err:eventlog:ReportEventW L""
    fixme:advapi:DeregisterEventSource (0xcafe4242) stub
    ...thoughts? google isnt helping much on this one.

  6. #6
    Join Date
    Apr 2008
    Beans
    2

    Re: adwords editor ubuntu

    Quote Originally Posted by hyperair View Post
    That's an msi file you're trying to run. Instead of "wine", use "msiexec".
    Code:
    msiexec adwords_editor_en-US.msi
    msiexec is a program included with Wine to open msi files.
    I did exactly that, installer did installation, but when i tried to open the editor, nothing happens. I looks like the editor is starting up, then nothing. Thanks for any suggestions.

  7. #7
    Join Date
    Mar 2006
    Location
    South-East France
    Beans
    208
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Red face Re: adwords editor ubuntu

    Hi,

    I think web marketing tools are essential features for professionnal adoption of Ubuntu. These issues should be fixed.

    I also have trouble starting AdWords Editor 6.0 on Ubuntu 8.04. It installed correctly using

    Code:
    msiexec /i adwords_editor_fr-FR.msi
    (don't forget the /i !!)

    But when trying to run the installed binary:

    Code:
    $ wine adwords_editor.exe 
    preloader: Warning: failed to reserve range 00000000-60000000
    preloader: Warning: failed to reserve range 00000000-60000000
    err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
    preloader: Warning: failed to reserve range 00000000-60000000
    err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
    err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\\Program Files\\Google\\Google AdWords Editor\\adwords_editor.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Google\\Google AdWords Editor\\adwords_editor.exe" failed, status c0000135
    Any idea how to fix that? Thanks!

  8. #8
    Join Date
    Mar 2006
    Location
    South-East France
    Beans
    208
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: adwords editor ubuntu

    I don't get the point of building a XUL app if it's not to be cross platform...

  9. #9
    Join Date
    Nov 2008
    Location
    Brooklyn, NY, USA
    Beans
    426
    Distro
    Kubuntu Development Release

    Re: adwords editor ubuntu

    Quote Originally Posted by Jonathan Métillon View Post
    Hi,

    I think web marketing tools are essential features for professionnal adoption of Ubuntu. These issues should be fixed.

    I also have trouble starting AdWords Editor 6.0 on Ubuntu 8.04. It installed correctly using

    Code:
    msiexec /i adwords_editor_fr-FR.msi
    (don't forget the /i !!)

    But when trying to run the installed binary:

    Code:
    $ wine adwords_editor.exe 
    preloader: Warning: failed to reserve range 00000000-60000000
    preloader: Warning: failed to reserve range 00000000-60000000
    err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
    preloader: Warning: failed to reserve range 00000000-60000000
    err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
    err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\\Program Files\\Google\\Google AdWords Editor\\adwords_editor.exe") not found
    err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Google\\Google AdWords Editor\\adwords_editor.exe" failed, status c0000135
    Any idea how to fix that? Thanks!
    Ignoring the preloading warnings (shouldn't matter), you need `winetricks vcrun2003`. That's all I can tell you from that log file.

  10. #10
    Join Date
    Mar 2006
    Location
    South-East France
    Beans
    208
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Talking Re: adwords editor ubuntu

    Quote Originally Posted by NightMKoder View Post
    Ignoring the preloading warnings (shouldn't matter), you need `winetricks vcrun2003`. That's all I can tell you from that log file.
    Hi,

    Thank you NightMKoder.

    I think the updated version of Wine I use includes vcrun2003. At least I don't encounter the dosmem error. But now I get this:

    Code:
    $ wine adwords_editor.exe 
    err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\\Program Files\\Google\\Google AdWords Editor\\xulrunner\\xul.dll") not found
    err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\\Program Files\\Google\\Google AdWords Editor\\xulrunner\\xul.dll") not found
    err:module:import_dll Library MSVCP71.dll (which is needed by L"C:\\Program Files\\Google\\Google AdWords Editor\\xulrunner\\xul.dll") not found
    err:module:import_dll Library xul.dll (which is needed by L"C:\\Program Files\\Google\\Google AdWords Editor\\xulrunner\\xpcom.dll") not found
    And I get a XULRunner error alert telling me "Couldn't load XPCOM".

    How can I fix that?

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
  •