FlashWindowEx - error

Questions about Wine on Linux
Locked
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

FlashWindowEx - error

Post by WhiteHawk »

Hi...I've got a program that will not install because it can not work with FlashWindowEx.

The closest thing in windows/system32 is FlashPlayerCPLApp.cpl

Is there something else that I need to try, and install ?

....or is there something else I need to do ?

Sincerely,

WhiteHawk
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: FlashWindowEx - error

Post by dimesio »

Wine version? If it's not the latest development release, upgrade. If it doesn't work in the latest development release, post terminal output. http://wiki.winehq.org/FAQ#get_log
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: FlashWindowEx - error / wine version

Post by WhiteHawk »

I'm running wine-1.5.25 on a Debian Squeeze AMD64 dual core.

My WINE is a wow64 setup.

root@shelby:/home/mel/.wine/drive_c/Program Files# wine SportBookInstaller.exe
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060, {485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fdd0, (null), (null), 0x100a068,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a080, {485e7de9-0a80-11d8-ad15-505054503030}, 1, 0x33fdd0, (null), (null), 0x100a088,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0a0, {485e7dea-0a80-11d8-ad15-505054503030}, 1, 0x33fdd0, (null), (null), 0x100a0a8,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0c0, {485e7deb-0a80-11d8-ad15-505054503030}, 1, 0x33fdd0, (null), (null), 0x100a0c8,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0e0, {485e7dec-0a80-11d8-ad15-505054503030}, 1, 0x33fdd0, (null), (null), 0x100a0e8,): stub
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a100, {485e7ded-0a80-11d8-ad15-505054503030}, 1, 0x33fdd0, (null), (null), 0x100a108,): stub
fixme:win:RegisterDeviceNotificationW (hwnd=0x131a58, filter=0x64e8fc,flags=0x00000001) returns a fake device notification handle!
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:shell:SHAutoComplete stub
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
root@shelby:/home/mel/.wine/drive_c/Program Files# fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:heap:RtlCompactHeap (0x2527000, 0x0) stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33efa0,0x00000000), stub!
fixme:dciman:DCICreatePrimary 0x1006a 0x1f6812ac
fixme:win:FlashWindowEx 0x33fba8
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
com.merge.gaming.client.framework.NativeInterfaceException: From file: h:\appdata\msdev\projects\mergecppclient\_src\secure_layer\NativeImpl.hpp[116] Info: PlatformError at ..\..\..\_src\platform\win32\Platform.cpp[202]
--> rethrown at ..\..\..\_src\platform\win32\Platform.cpp[204]
--> rethrown at ..\..\..\_src\secure_layer\SecureLayer.cpp[140]

com.merge.gaming.client.framework.NativeInterfaceException: From file: h:\appdata\msdev\projects\mergecppclient\_src\secure_layer\NativeImpl.hpp[116] Info: PlatformError at ..\..\..\_src\platform\win32\Platform.cpp[202]
--> rethrown at ..\..\..\_src\platform\win32\Platform.cpp[204]
--> rethrown at ..\..\..\_src\secure_layer\SecureLayer.cpp[140]

at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
fixme:win:FlashWindowEx 0x33fba8

WhiteHawk
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: FlashWindowEx - error

Post by dimesio »

root@shelby:/home/mel/.wine/drive_c/Program Files# wine SportBookInstaller.exe
Never run Wine as root. http://wiki.winehq.org/FAQ#run_as_root

Delete the wineprefix and reinstall the app as a normal user.

Since this appears to be a Java app, you should also install Windows Java.
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: FlashWindowEx - error

Post by WhiteHawk »

Okay....I'll try that.

WhiteHawk
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: FlashWindowEx - error

Post by WhiteHawk »

Well....no luck.

Windows Java won't install...neither jre or jdk...online or offline.

Errors are java_cp.dll and Java3BillDevices.jpg

I tried setting winecfg to various window versions...
none would allow java install. Linux side does have
both installed....were there when I compiled both
wine32 & wine64...if that means anything.

I give up. <g>

WhiteHawk
Locked