How to Run Bing Ads Editor in Wine

Questions about Wine on Linux
Locked
shelesh
Newbie
Newbie
Posts: 1
Joined: Fri Apr 25, 2014 2:23 am

How to Run Bing Ads Editor in Wine

Post by shelesh »

Hello Every one ...i,m in big trouble !!
I need a permanent solution to run Bing Ads editor in wine ..as i have done all method to run Bing Ads editor in every emulator but it not running ..so plz help me
I have tried QEMU launcher , Crossover , Q4wine ..every single emulator present thr !!
My base machine is Ubuntu 14.04 LTS (Trusty Tahr) Desktop , 64 bit
500hd , 4 Gb ram !! 2.9 ghz
http://www.microsoft.com/en-in/download ... x?id=22260

Thx in advance !!! :)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to Run Bing Ads Editor in Wine

Post by dimesio »

First: this forum is for plain Wine only; third party apps such as Crossover and Q4Wine are not supported here. So if you haven't installed plain Wine yet, you need to do so. Make sure you install the latest development release from the Wine PPA; Ubuntu has a history of shipping obsolete versions.

As for the app, there is no AppDB entry for it, so you'll just have to try it yourself in plain Wine and find out if it works. I recommend trying a 32 bit wineprefix, as many apps have problems in 64 bit ones. If it doesn't work, post terminal output.

http://wiki.winehq.org/FAQ#32_bit_wineprefix
http://wiki.winehq.org/FAQ#get_log
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: How to Run Bing Ads Editor in Wine

Post by Bob Wya »

Gotta love that Bing 8)

So I had a try...
32-bit Wineprefix, default (no .dll overrides), sandboxed, Wine set to Windows XP & 7 tested

Code: Select all

wine BingAdsEditor.exe 
fixme:heap:HeapSetInformation (nil) 1 (nil) 0                                                                                                                                                                                    
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub                                                                                                                                   
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded                                                                                                             
fixme:heap:HeapSetInformation (nil) 1 (nil) 0                                                                                                                                                                                    
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:advapi:DecryptFileW (L"C:\\users\\robert\\Temp\\{74319f5f-c9a5-4a1e-b5b1-5fbaf2fadd70}\\", 00000000): stub
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
The installer fails silently dropping back to the command line.

Code: Select all

cd ~/.wine/drive_c/users/robert/Temp

cat Bing_Ads_Editor_20140426010028.log 
[0023:0024][2014-04-26T01:00:27]: Burn v3.6.3303.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\users\robert\BingAdsEditor.exe, cmdline: '-burn.unelevated BurnPipe.{66DA37A0-3F23-45C9-ABD0-3CA0900939D4} {A197CCBA-5C6F-4151-AAA0-8302AAF328D2} 8'
[0023:0024][2014-04-26T01:00:28]: Setting string variable 'WixBundleLog' to value 'C:\users\robert\Temp\Bing_Ads_Editor_20140426010028.log'
[0023:0024][2014-04-26T01:00:28]: Setting string variable 'WixBundleOriginalSource' to value 'C:\users\robert\BingAdsEditor.exe'
[0023:0024][2014-04-26T01:00:28]: Error 0x80004005: Failed to set pipe to non-blocking.
[0023:0024][2014-04-26T01:00:28]: Error 0x80004005: Failed to connect to elevated parent process.
[0023:0024][2014-04-26T01:00:28]: Variable: WixBundleElevated = 1
[0023:0024][2014-04-26T01:00:28]: Variable: WixBundleLog = C:\users\robert\Temp\Bing_Ads_Editor_20140426010028.log
[0023:0024][2014-04-26T01:00:28]: Variable: WixBundleOriginalSource = C:\users\robert\BingAdsEditor.exe
[0023:0024][2014-04-26T01:00:28]: Error 0x80070218: Failed to write message type to pipe.
[0023:0024][2014-04-26T01:00:28]: Error 0x80070218: Failed to post terminate message to child process cache thread.
[0023:0024][2014-04-26T01:00:28]: Error 0x80004005: Failed to run per-user mode.
[0023:0024][2014-04-26T01:00:28]: Exit code: 0x80004005, restarting: No

cat Setup_20140426010327_Failed.txt
[0008:0009][2014-04-26T01:00:26]: Burn v3.6.3303.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\users\robert\BingAdsEditor.exe, cmdline: ''
[0008:0009][2014-04-26T01:03:27]: Error 0x800705b4: Failed to open parent pipe: \\.\pipe\BurnPipe.{66DA37A0-3F23-45C9-ABD0-3CA0900939D4}
[0008:0009][2014-04-26T01:03:27]: Error 0x800705b4: Failed to connect to unelevated process.
[0008:0009][2014-04-26T01:03:27]: Error 0x800705b4: Failed to run per-machine mode.
Wine 1.7.16 on Arch Linux 64-bit.

Bob
Locked