BMC CONTROL-M/EM v6.4 run NOT OK!

Questions about Wine on Linux
Locked
Mel0_3verton
Level 1
Level 1
Posts: 8
Joined: Fri Feb 01, 2013 11:25 am

BMC CONTROL-M/EM v6.4 run NOT OK!

Post by Mel0_3verton »

Hello,

After much attempt, I managed to install CONTROL-M/EM v6.4 wine 1.4.x
I followed the manual:
http://www.scheduler-usage.com/document ... n/640/book


also installed aplication:

Microsoft .NET Framework 2.0 SP2
Microsoft Access Runtime 2007
Microsoft Visual C++ 2005/2008 Resbistributable
MSXML 6.0
Wine Gecko
all in 32bits

Software\\Wine\\DllOverrides
"*crypt32"="native"
"*d3d8"="builtin"
"*d3d9"="builtin"
"*d3dim"="native"
"*d3drm"="native"
"*d3dx8"="native"
"*d3dx9_24"="native"
"*d3dx9_25"="native"
"*d3dx9_26"="native"
"*d3dx9_27"="native"
"*d3dx9_28"="native"
"*d3dx9_29"="native"
"*d3dx9_30"="native"
"*d3dx9_31"="native"
"*d3dx9_32"="native"
"*d3dx9_33"="native"
"*d3dx9_34"="native"
"*d3dx9_35"="native"
"*d3dx9_36"="native"
"*d3dx9_37"="native"
"*d3dx9_38"="native"
"*d3dx9_39"="native"
"*d3dx9_40"="native"
"*d3dx9_41"="native"
"*d3dx9_42"="native"
"*d3dx9_43"="native"
"*d3dxof"="native"
"*dciman32"="native"
"*ddrawex"="native"
"*devenum"="native"
"*dinput"="builtin"
"*dinput8"="builtin"
"*dmband"="native"
"*dmcompos"="native"
"*dmime"="native"
"*dmloader"="native"
"*dmscript"="native"
"*dmstyle"="native"
"*dmsynth"="native"
"*dmusic"="native"
"*dmusic32"="native"
"*dnsapi"="native"
"*dplay"="native"
"*dplayx"="native"
"*dpnaddr"="native"
"*dpnet"="native"
"*dpnhpast"="native"
"*dpnlobby"="native"
"*dpwsockx"="native"
"*dsound"="builtin"
"*dswave"="native"
"*dxdiag.exe"="native"
"*dxdiagn"="native"
"*gdiplus"="native"
"*jscript"="native"
"*msdmo"="native"
"*msvcr80"="native"
"*msvcr90"="native"
"*msxml6"="native,builtin"
"*odbc32"="native"
"*odbccp32"="native"
"*oledb32"="native"
"*qcap"="native"
"*quartz"="native"
"*streamci"="native"
"msvcp80"="native"
"openal32"="native"
"winnls32"="native"
"wldap32"="native"
"xmllite"="native"

after installed, when running Control-M/EM:
[img]
Control-M/EM run in Wine 1.4 - 32 bits
Control-M/EM run in Wine 1.4 - 32 bits
[/img]

of how to see, it seems some buttons and many new features as well.

in Windows it is normal.
[img]
Control-M/EM run in Windows 7 - 32 bits
Control-M/EM run in Windows 7 - 32 bits
[/img]

Already tested this application in CrossOver and PlayOnLinux and anything.
Already contacted the developer and the company said it's not supported.
tool logs do not show errors.

if anyone can help me thank you.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: BMC CONTROL-M/EM v6.4 run NOT OK!

Post by dimesio »

Your Wine version is old and installing all of directx as you have done is not recommended.

Upgrade to the latest development release of plain Wine and reinstall to a clean wineprefix: no winetricks or other tweaks. If it doesn't work, post terminal output.
Mel0_3verton
Level 1
Level 1
Posts: 8
Joined: Fri Feb 01, 2013 11:25 am

Re: BMC CONTROL-M/EM v6.4 run NOT OK!

Post by Mel0_3verton »

Sorry, but I'm not allowed to "update" the "wine" or the "ubuntu".
My company works with approval of "software" and that's very complicated, I can not skip the approval process and other steps processso about the technologies we use.

I spoke with the company that developed this application, it told me that Control-M uses native functions of windows itself (which was not said) that makes the process of emulation inappropriate or impossible.
Commented on the "Fork" Linux as an example of function.
I want to thank you for your attention.

I ask you to just tell me:

why is not recommended to install direcX?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: BMC CONTROL-M/EM v6.4 run NOT OK!

Post by dimesio »

Mel0_3verton wrote: why is not recommended to install direcX?
Unnecessary overrides can cause problems. You should only install native dlls that are absolutely necessary.
Locked