- Previous thread: [shell32/tests 4/5] Remove a now unused define
- Next thread: [winspool 1/6] Revise EnumPrinterDriversW to fix the incorrect handling of 'all'. EnumPrinterDriversA is similarly fixed by usin
- Threads sorted by date: wine 200912
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...
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?
Data comes from a Firebird database via ODBC. The database connection is working because other fields are being populated properly. It's only the RichEdit fields that are not getting data.
fang wrote:
> Data comes from a Firebird database via ODBC. The database connection is working because other fields are being populated properly. It's only the RichEdit fields that are not getting data.
>
>
Can you run the program from the terminal and post back any information
that you get?
If the output is large (>20 lines), please post the output to site like
PasteBin and post the URL instead.
Thank you.
James McKenzie
> Data comes from a Firebird database via ODBC. The database connection is working because other fields are being populated properly. It's only the RichEdit fields that are not getting data.
>
>
Can you run the program from the terminal and post back any information
that you get?
If the output is large (>20 lines), please post the output to site like
PasteBin and post the URL instead.
Thank you.
James McKenzie
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
fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub
fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle: SECPKG_CRED_BOTH stub
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.
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.
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.
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
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
This keeps repeating and I have to terminate the application.
[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?
Thanks
>
> 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?
Thanks
[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 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
>
> 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 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:
> 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.
Related Threads
- question: css3 design principles - web
- svn commit: r942009 - /ofbiz/trunk/applications/accounting/widget/AgreementForms.xml - ofbiz
- Using PF to NAT IPSec connections when network segments overlap (redux) - openbsd
- LAU - Reflections of... DSSI and OSC - linuxaudio
- How to change so on Reassign so status is changed to NEW? - bugzilla
- how to write a test case for a behavior when my TestCaseModel $useTable must always be false? - cakephp
- changing default nfs mount options - debian
- tricky perl question - ascending order - debian
- ruby-core:30521 - Bug #3367 - make test failed with test_thread.rb - ruby
- kde-freebsd - SVN Commit - area51/KDE - kde