[Wine]Re: Can't get things running

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Duane Clark wrote:


The "fixme:actctx:CreateActCtxW stub" means that while Wine has the function CreateActCtxW, the "stub" message means that there is nothing in the function that does anything. And you can see that here:

http://source.winehq.org/source/dlls/kernel/actctx.c#L51

Oddly enough, many programs will continue to operate okay with a remarkably large number of stubs in the Wine code. But in your case, it is having a bad effect. About the only thing that can be done is to actually write some code to at least partially implement that function. Since this is in the kernel DLL, you cannot substitute a Windows DLL.

I'll add one other possibility that might make the program work, assuming you are willing to compile wine. You might try adding the line
SetLastError( ERROR_CALL_NOT_IMPLEMENTED);
before the return in the function. See the function QueryActCtxW() in the same file.


_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux