http://bugs.winehq.org/show_bug.cgi?id=6402
------- Additional Comments From vitaliy@kievinfo.com 2007-11-02 22:31 ------- And more: You can easily reproduce the error without an Acrobat5 license, as I just found out:
- download PaperCapture.exe from http://www.adobe.com/support/downloads/detail.jsp?ftpID=1907 - cabextract PaperCapture.exe - unshield x data1.cab - cd Plugin_Files/Acrobat/Plug_ins/PaperCapture/Servers - cp ../../../../../System_Files/* . (to copy some dlls) - "wine capserve.exe" should show the reported problems (if it doesn't run already, get a "msvcp60.dll" and copy it to ".", then try again)
This is my console output when running capserve.exe this way:
$ wine capserve.exe Xlib: extension "XFree86-DRI" missing on display ":0.0". err:wgl:has_opengl glx_version is 1.3 and GLX_SGIX_fbconfig extension is unsupported. Expect problems. Xlib: extension "XFree86-DRI" missing on display ":0.0". err:wgl:has_opengl glx_version is 1.3 and GLX_SGIX_fbconfig extension is unsupported. Expect problems. fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x19a898) : stub, simulating 64MB for now, returning 64MB left fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x198998)->(0x10020,00000008) fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x198998)->((nil),00000008) fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
Mmh..."GetAvailableTextureMem (0x19a898) : stub"...?
best Jens