gerard patel
2001-Feb-01 13:31 UTC
Thousands of "fixme:bitblt:MaskBlt", when running Scifinder
On Thu, 01 Feb 01 19:50:10 GMT, Steinar.Kaaro@ub.ntnu.no (Steinar Kaaro) wrote:>Hello! >I'm trying to run somthing called Scifinder, and the program is performing >quite well. The only problem is that all the buttons in the program have >no icons (they are all blank), and this makes it a bit difficult to use... >When I use the the program, I get thousands of the error messages below. >I suppose the messages has got something to do with the missing icons. >Any suggestions on what I can do?Learn C programming (if necessary); implement the missing function. Gerard
Steinar Kaaro
2001-Feb-01 13:50 UTC
Thousands of "fixme:bitblt:MaskBlt", when running Scifinder
Hello! I'm trying to run somthing called Scifinder, and the program is performing quite well. The only problem is that all the buttons in the program have no icons (they are all blank), and this makes it a bit difficult to use... When I use the the program, I get thousands of the error messages below. I suppose the messages has got something to do with the missing icons. Any suggestions on what I can do? During startup I get these: fixme:console:SetConsoleCtrlHandler (0x85bd45,1) - no error checking or testing yet fixme:bitmap:X11DRV_DIB_GetImageBits_1 from 1 bit bitmap with mask R,G,B ff,ff00,ff0000 to 1 bit DIB fixme:bitblt:MaskBlt (1128,214,206,210,24,1120,0,0,5082,0,0,-1429471232): stub .. Later I get these: fixme:accel:CreateAcceleratorTableA should check that the accelerator descriptions are valid, return NULL and SetLastError() if not. fixme:bitblt:MaskBlt (2224,427,7,32,42,1120,0,0,6802,0,0,-1429471232): stub .. And some of these: fixme:accel:CreateAcceleratorTableA should check that the accelerator descriptions are valid, return NULL and SetLastError() if not. fixme:bitmap:X11DRV_DIB_GetImageBits_1 from 1 bit bitmap with mask R,G,B ff,ff00,ff0000 to 1 bit DIB fixme:bitmap:X11DRV_DIB_GetImageBits_1 from 1 bit bitmap with mask R,G,B ff,ff00,ff0000 to 1 bit DIB fixme:bitblt:MaskBlt (3640,217,416,15,15,1116,0,0,9830,0,0,-1429471232): stub fixme:bitblt:MaskBlt (3640,242,416,15,15,1116,0,0,9822,0,0,-1429471232): stub .. regards, Steinar Kaarø Norwegian University of Science and Technology
Steinar Kaaro wrote:> > Hello! > I'm trying to run somthing called Scifinder, and the program is performing > quite well. The only problem is that all the buttons in the program have > no icons (they are all blank), and this makes it a bit difficult to use... > When I use the the program, I get thousands of the error messages below. > I suppose the messages has got something to do with the missing icons. > Any suggestions on what I can do? >Assuming you don't want to actually write the code to fix those things, you can always run the program like this: wine --debugmsg fixme-all -- scifinder That will at least get rid of most of those messages. -- My real email is akamail.com@dclark (or something like that).