topofusion, directx

Questions about Wine on Linux
Locked
bradrh
Newbie
Newbie
Posts: 4
Joined: Wed Oct 24, 2012 6:20 pm

topofusion, directx

Post by bradrh »

I'm trying to install TopoFusion (http://www.topofusion.com). I get an error that says, 'make sure that you have DirectX9'. There is an old tutorial out there which explains how to install directX, but the FAQ says don't do that, there is already an implementation of directX 9.0c (which is what the program requires). Suggestions?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: topofusion, directx

Post by dimesio »

What version of Wine? if it's not the latest development release, upgrade. If it still doesn't work, post terminal output. http://wiki.winehq.org/FAQ#get_log
bradrh
Newbie
Newbie
Posts: 4
Joined: Wed Oct 24, 2012 6:20 pm

Re: topofusion, directx

Post by bradrh »

I was using 1.4, now 1.5.15. Same result. Log file:
fixme:shell:SHAutoComplete stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\windows\\system32\\MSCOMCTL.OCX") stub
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\\windows\\system32\\COMCT332.OCX") not found
bradrh
Newbie
Newbie
Posts: 4
Joined: Wed Oct 24, 2012 6:20 pm

Re: topofusion, directx

Post by bradrh »

Bump, no ideas?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: topofusion, directx

Post by dimesio »

Try winetricks vb6run.
bradrh
Newbie
Newbie
Posts: 4
Joined: Wed Oct 24, 2012 6:20 pm

Re: topofusion, directx

Post by bradrh »

dimesio wrote:Try winetricks vb6run.
Thanks, perhaps 1 step closer.
Now I get an error msg popup that says:
"Can't initialize DirectX: Couldn't load 'fuzzy-writing' tile"

Here's the log file (sorry, I tried to attach it but got an error when I tried log.txt & log)
fixme:olepicture:OleLoadPictureEx (0xbf5b4c,4158,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9a0), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xbf5b4c,153,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f940), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xbf5b4c,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f940), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xbf5b4c,115,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f940), partially implemented.
... a bunch of similar msgs ...
fixme:olepicture:OleLoadPictureEx (0xbf5b4c,153,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xbf5b4c,153,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x138698)->(0x17cb90, 0, (nil)), hacked stub.
fixme:olepicture:OleLoadPictureEx (0xc07c9c,360064,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32eff4), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xc07c9c,360064,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32efc4), partially implemented.
fixme:win:EnumDisplayDevicesW ((null),0,0x32e300,0x00000000), stub!
fixme:d3dx:ID3DXLineImpl_SetWidth (0x1a8c590)->(4.000000): stub
fixme:d3dx:ID3DXLineImpl_SetPattern (0x1a8c590)->(0xffffffff): stub
fixme:d3dx:ID3DXLineImpl_SetPatternScale (0x1a8c590)->(4.000000): stub
fixme:d3dx:ID3DXLineImpl_SetGLLines (0x1a8c590)->(1): stub
fixme:d3dx:ID3DXLineImpl_SetAntialias (0x1a8c590)->(1): stub
fixme:d3dx:D3DXCreateFontIndirectW (0x21dc40, 0x32e61c, 0x105cf840): stub
fixme:d3dx:D3DXCreateFontIndirectW (0x21dc40, 0x32e604, 0x105cf844): stub
fixme:d3dx:D3DXCreateFontIndirectW (0x21dc40, 0x32e5ec, 0x105cf84c): stub
fixme:d3dx:D3DXCreateFontIndirectW (0x21dc40, 0x32e61c, 0x105cf848): stub
fixme:d3dx:D3DXCreateFontIndirectW (0x21dc40, 0x32e604, 0x105cf850): stub
fixme:d3dx:D3DXCreateFontIndirectW (0x21dc40, 0x32e5ec, 0x105cf854): stub
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x1a899a8, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
fixme:olepicture:OleLoadPictureEx (0xc096f4,4158,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32ec54), partially implemented.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x1b28a68)->(0x1b31718, 0, (nil)), hacked stub.
Locked