Can't run EPCOS Magnetic Design Tool (MDT.exe)

Questions about Wine on Linux
Locked
SF6
Newbie
Newbie
Posts: 2
Joined: Fri Jan 26, 2018 3:28 pm

Can't run EPCOS Magnetic Design Tool (MDT.exe)

Post by SF6 »

Hello,

I've been trying to run this (at first glance very simple 7MB program) from EPCOS. You can download it here and try yourself (it's a free software provided by the manufacture to design magntic components):

https://en.tdk.eu/tdk-en/180490/design- ... esign-tool

I'm running OpenSuse Leap 42.3, Wine 2.0.1 (although on other OpenSuse TW with Wine 3.0 same problem!)

What have I tried?
1. If I run

Code: Select all

usr@machine:~/apps/Mdt> wine MDT.exe
I get following errors:

Code: Select all

fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007e 0x00000000
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5                                 
wine: Unhandled exception 0x0eedfade in thread 9 at address 0x7bcdb000:0x7b43f92e (thread 0009), starting debugger...


A window opens "The Program MDT.exe has encountered a serious problem and needs to close."

2. I then created a WINEPREFIX

Code: Select all

usr@machine:~> WINEARCH=win32 WINEPREFIX=/home/david/.wine32 winecfg 
and ran it through:

Code: Select all

usr@machine:~> WINEPREFIX=/home/david/.wine32 wine start /Unix /home/david/apps/Mdt/MDT.exe
and I get the same error window as above and the following terminal output:

Code: Select all

fixme:wtsapi:WTSRegisterSessionNotification Stub 0x1007e 0x00000000
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
wine: Unhandled exception 0x0eedfade in thread 26 at address 0x7bcdb000:0x7b43f92e (thread 0026), starting debugger...
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:elf_search_auxv can't find symbol in module
err:seh:setup_exception_record stack overflow 1024 bytes in thread 0026 eip 7bc486bf esp 00240f30 stack 0x240000-0x241000-0x340000
Thanks for your help.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can't run EPCOS Magnetic Design Tool (MDT.exe)

Post by dimesio »

I downloaded the app; winetricks mdac28 jet40 gets past the crash and enables it to start. I don't know enough about this app to say whether everything is working, but there was nothing obviously wrong.
SF6
Newbie
Newbie
Posts: 2
Joined: Fri Jan 26, 2018 3:28 pm

Re: Can't run EPCOS Magnetic Design Tool (MDT.exe)

Post by SF6 »

Thanks a lot for your reply.

So did you still create a new WINEPREFIX like I did? DId I do that correctyl?
Other than that I only have to install winetricks mdac28 jet40? I had not previously done that...
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Can't run EPCOS Magnetic Design Tool (MDT.exe)

Post by DarkShadow44 »

For me just "winetricks -q jet40" is enough. Do we already have a bugreport for that?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can't run EPCOS Magnetic Design Tool (MDT.exe)

Post by dimesio »

SF6 wrote:So did you still create a new WINEPREFIX like I did? DId I do that correctyl?
Other than that I only have to install winetricks mdac28 jet40?
I created a separate, 32 bit wineprefix, and yes, you did that correctly. And I just retested with only jet40, and DarkShadow44 is correct, that's all it seems to need.
DarkShadow44 wrote:Do we already have a bugreport for that?
Maybe https://bugs.winehq.org/show_bug.cgi?id=37484?
Locked