I'm trying to run archcad 11 it is garbage in test... but maybe someone suggest something that make this app became a bit closer to run on linux here is my log: Code: ~> env WINEPREFIX="/home/user/.winebtl/AC" wine "C:\Program Files/ArchiCAD 1 1\ArchiCAD.exe" wine: Call from 0x7b8458b0 to unimplemented function ntoskrnl.exe.IoQueryDeviceDescription, aborting wine: Unimplemented function ntoskrnl.exe.IoQueryDeviceDescription called at address 0x7b8458b0 (thread 001b), starting debugger... wine: Call from 0x7b8458b0 to unimplemented function ntoskrnl.exe.IoQueryFileDosDeviceName, aborting wine: Call from 0x7b8458b0 to unimplemented function ntoskrnl.exe.IoQueryFileInformation, aborting err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0082: stub! fixme:win:EnumDisplayDevicesW ((null),0,0x32f7c4,0x00000000), stub! fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set this Make sure that ntlm_auth >= 3.0.25 is in your path. i think first problem, is it so?
maybe somebody can say what info i need to add? ok that is more old version - 9 int> wine Setup.exefixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa} not implemented fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b} not implemented fixme:font:WineEngAddFontResourceEx Ignoring flags 10 fixme:win:EnumDisplayDevicesW ((null),0,0x7cf82714,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),1,0x7cf82714,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x7cf8225c,0x00000000), stub! fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:font:WineEngCreateFontInstance Untranslated charset 255 fixme:imm:ImmGetOpenStatus (0x19f650): semi-stub fixme:imm:ImeHandleNotify WM_IME_NOTIFY:IMN_SETCOMPOSITIONWINDOW fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface err:wgl:internal_SetPixelFormat Invalid operation on root_window err:d3d:CreateContext SetPixelFormat failed on HDC=0x330 for iPixelFormat=3 err:d3d:IWineD3DSwapChainImpl_CreateContextForThread Failed to create a new context for the swapchain err:ole:CoUninitialize Mismatched CoUninitialize any suggestions?
didencool wrote:> wine: Call from 0x7b8458b0 to unimplemented function ntoskrnl.exe.IoQueryDeviceDescription, abortingThis is driver. Make sure you removed your ~/.wine directory before installing this program. It could be a left-over from some other program. If this driver part of your program, then you out of luck. didencool wrote:> fixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa} not implemented > fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b} not implementedInstall msxml: Code: cd ~ wget kegel.com/wine/winetricks sh ./winetricks msxml3
to avoid such things as Code: wine: Call from 0x7b8458b0 to unimplemented function ntoskrnl.exe.IoQueryDeviceDescription, aborting wine: Unimplemented function ntoskrnl.exe.IoQueryDeviceDescription called at address 0x7b8458b0 (thread 001b), starting debugger... you can try to change Windows version in winecfg to Windows ME/9x.