Hi All, I have a proprietary Delphi application that uses QuickReports. I've gotten it to run in Wine 1.1.28-2.3-i586 running on openSUSE 11.2 64-bit. When the application runs, the TQRRichText boxes in the QuickReport don't populate with data. The only message I'm getting from Wine is "fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub" I've used winetricks to install comctl32, allfonts, riched20, vcrun6, vcrun2003, vcrun2005, vcrun2008, mdac27 and possibly some others. I also installed the winbind package (3.4.2-1.1.3.1 both 32 & 64 bit) in Linux which I thought would fix the ntlm stuff. Any suggestions? Thanks...
fang wrote:> When the application runs, the TQRRichText boxes in the QuickReport don't populate with data.Do you actually have working printer? Can you print to it from notepad?
Yes, notepad prints just fine.
fang wrote:> Yes, notepad prints just fine.Where is it getting that data from? DB? Something else?
This was in my original post. The only thing I get is: fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub
> >dimesio wrote: >> >> fang wrote: >> > >> > vitamin wrote: >> > > >> > > fang wrote: >> > > > I've used winetricks to install comctl32, allfonts, riched20, vcrun6, vcrun2003, vcrun2005, vcrun2008, mdac27 and possibly some others. >> > > >> > > Start with the new prefix and don't install any winetricks. >> > >> > >> > What do you mean by "the new prefix"? I'm not finding a "new" command-line option. >> >> >> Delete or rename ~/.wine and reinstall your app without any winetricks. > > >I had to run a "winetricks mdac28" in order to get the BDE (required by a Delphi application using ODBC) configured. > >When I run the application now I get: >fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub > >This keeps repeating and I have to terminate the application. >Please review bug 6254 for a possible fix for this problem. I am working on a better patch for implementation of this function as the current patch does not pass testing. However, the patch does implement this function so that formatting works as it does in Windows. James McKenzie
[quote="James Mckenzie"]> > Please review bug 6254 for a possible fix for this problem. I am working on a better patch for implementation of this function as the current patch does not pass testing. However, the patch does implement this function so that formatting works as it does in Windows. > > James McKenzieIs this patch available to implement? If so, how? Thanks
fang wrote:>[quote="James Mckenzie"] >> >> Please review bug 6254 for a possible fix for this problem. I am working on a better patch for implementation of this function as the current patch does not pass testing. However, the patch does implement this function so that formatting works as it does in Windows. >> >> James McKenzie > > >Is this patch available to implement? If so, how? >I have found that the patch does not implement the function correctly through testing. The bug advises to use: [code] winetricks riched20 [/code] Please do so, and run the program again from the terminal and advise of any further difficulties encountered. Please update the bug report with your program name and vote for the bug so we can track who is experiencing problems caused by the lack of this function. James McKenzie
[quote="James Mckenzie"]fang wrote:> > James Mckenzie wrote: > > > > > > > > > > Please review bug 6254 for a possible fix for this problem. I am working on a better patch for implementation of this function as the current patch does not pass testing. However, the patch does implement this function so that formatting works as it does in Windows. > > > > > > James McKenzie > > > > > > > > > Is this patch available to implement? If so, how? > > > > > I have found that the patch does not implement the function correctly through testing. The bug advises to use: > > > Code: > > > winetricks riched20 > > > > > > Please do so, and run the program again from the terminal and advise of any further difficulties encountered. > > Please update the bug report with your program name and vote for the bug so we can track who is experiencing problems caused by the lack of this function. > > James McKenzieNow I'm back to my original errors (the ntlm stuff) plus a few. Earlier, I was advised to remove all the winetricks stuff and start fresh. I had to install ODBC for the application to work at all. With the re-introduction of riched20, I get this. fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13
fang wrote:> >[quote="James Mckenzie"]fang wrote: > > >> >> James Mckenzie wrote: >> > >> > >> > > >> > > Please review bug 6254 for a possible fix for this problem. I am working on a better patch for implementation of this function as the current patch does not pass testing. However, the patch does implement this function so that formatting works as it does in Windows. >> > > >> > > James McKenzie >> > > >> > >> > >> > Is this patch available to implement? If so, how? >> > >> > >> I have found that the patch does not implement the function correctly through testing. The bug advises to use: >> >> >> Code: >> >> >> winetricks riched20 >> >> >> >> >> >> Please do so, and run the program again from the terminal and advise of any further difficulties encountered. >> >> Please update the bug report with your program name and vote for the bug so we can track who is experiencing problems caused by the lack of this function. >> >> James McKenzie > > >Now I'm back to my original errors (the ntlm stuff) plus a few. Earlier, I was advised to remove all the winetricks stuff and start fresh. I had to install ODBC for the application to work at all. With the re-introduction of riched20, I get this. > >fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub >fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stubPlease check the bug list to see if there is a bug report for this fixme. However, I'm not of the opinion this is causing the problem.>err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 13 is not valid, number of bitmaps in imagelist: 13 >This needs a bug report. This may be why your program is failing. Please file a bug report for this if one does not exist. James McKenzie
fang wrote:> Now I'm back to my original errors (the ntlm stuff) plus a few.Ignore those errors, they don't have anything to do with your problem. Something else is going on here. I'm afraid you'll have to enable more logging and see what's going on. Start with warn+all and see if there is anything obvious. If not, make it a +relay,+seh,+tid and redirect it to a file.