http://bugs.winehq.org/show_bug.cgi?id=6913
Summary: scroll horizontal message in windows application Product: Wine Version: 0.9.27. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: geisj@pagestation.com
I have a windows application that scrolls graphics horizontally.
Under windows this directx app scrolls very smoothly. UNder wine it scrolls VERY VERY slow. Like 1 pixel a second.
I see this on the console: fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6 fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6 fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x830020) : stub, simulating 64MB for now, returning 64MB left fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x207e60)-
((nil),00000008)
fixme:ddraw:IDirectDrawImpl_GetScanLine (0x207e60)->(0x60eff9f4): Semi- Stub
Is this a know issue. I couldnt find anything. If there is anything I can help with let me know, my app works fine under wine it just SCROLLS REALLY SLOW.
Jerry