[wine 1.1.2 opensuse 11] ArchiCAD

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

[wine 1.1.2 opensuse 11] ArchiCAD

Post by didencool »

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: Select all

~> 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?
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

[wine 1.1.2 opensuse 11] ArchiCAD

Post by didencool »

maybe somebody can say what info i need to add?

ok

that is more old version - 9 int

> wine Setup.exe
fixme: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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: [wine 1.1.2 opensuse 11] ArchiCAD

Post by vitamin »

didencool wrote:wine: Call from 0x7b8458b0 to unimplemented function ntoskrnl.exe.IoQueryDeviceDescription, aborting
This 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 implemented
Install msxml:

Code: Select all

cd ~
wget http://www.kegel.com/wine/winetricks
sh ./winetricks msxml3
Usurp
Level 4
Level 4
Posts: 161
Joined: Sat Apr 19, 2008 7:16 am

Re: [wine 1.1.2 opensuse 11] ArchiCAD

Post by Usurp »

to avoid such things as

Code: Select all

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.
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

thank you very much )

Post by didencool »

I will try your suggestions :)

thank you very much :)
--
wbr
Locked