https://bugs.winehq.org/show_bug.cgi?id=44208
Bug ID: 44208 Summary: Crystal Reports XI crashes after editing a field Product: Wine Version: 2.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: twilightinzero@gmail.com Distribution: ---
Created attachment 59980 --> https://bugs.winehq.org/attachment.cgi?id=59980 Backtrace generated at crash
Crystal Reports is at this point the only thing I need to get running to be able to shelve my virtual machine at work! :)
I am able to open up pre-existing reports, preview them, use the formula editor, various "experts", and other such things in Crystal Reports XI. But if I try to create a new text field or edit a pre-existing one, as soon as I unfocus the field, the application crashes.
CRXI was installed in a completely fresh Wine prefix with nothing else existing in it.
Thanks for your time.
https://bugs.winehq.org/show_bug.cgi?id=44208
Trent McP twilightinzero@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #1 from Trent McP twilightinzero@gmail.com --- This is still a problem in standard Wine 3.2.
https://bugs.winehq.org/show_bug.cgi?id=44208
Trent McP twilightinzero@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|2.22 |3.2 Hardware|x86 |x86-64
https://bugs.winehq.org/show_bug.cgi?id=44208
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Trent McP from comment #1)
This is still a problem in standard Wine 3.2.
Might be useful to also attach the console output before the crash.
Also you could run like
WINEDEBUG=+tid,+seh,+relay wine crw32.exe >>log 2>&1
trigger the crash and attach the (bzipped2) file log to this bugreport
https://bugs.winehq.org/show_bug.cgi?id=44208
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=44208
Trent McP twilightinzero@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #59980|0 |1 is obsolete| |
--- Comment #3 from Trent McP twilightinzero@gmail.com --- Created attachment 60732 --> https://bugs.winehq.org/attachment.cgi?id=60732 Backtrace generated from Wine 3.3.
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #4 from Trent McP twilightinzero@gmail.com --- Created attachment 60733 --> https://bugs.winehq.org/attachment.cgi?id=60733 Console output with WINEDEBUG=""
https://bugs.winehq.org/show_bug.cgi?id=44208
Trent McP twilightinzero@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|3.2 |3.3
https://bugs.winehq.org/show_bug.cgi?id=44208
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|3.3 |3.2
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Please don't change the Version field, "The version field defines the version of the software the bug was found in."
https://bugs.winehq.org/show_bug.cgi?id=44208
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|3.2 |2.22
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #6 from Trent McP twilightinzero@gmail.com --- Sorry, I thought that needed to be updated if newer releases still had the bug.
I can't add the bzip2'd output with WINEDEBUG=+tid,+seh,+relay; it's 8.4MB. I'm gonna try with lzma or xzip to see if I can get it below 5MB.
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #7 from Fabian Maurer dark.shadow4@web.de --- Does "winetricks riched20" help by any chance?
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #8 from Trent McP twilightinzero@gmail.com --- Yes, actually. The crash is now gone. Do you still want the compressed output from before I installed riched20?
https://bugs.winehq.org/show_bug.cgi?id=44208
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |richedit
--- Comment #9 from Fabian Maurer dark.shadow4@web.de --- Now that we know which component is to blame, that's not really needed. However, a WINEDEBUG=+richedit trace without native riched20 could help further, I guess.
The program works fine now?
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #10 from Trent McP twilightinzero@gmail.com --- Created attachment 60734 --> https://bugs.winehq.org/attachment.cgi?id=60734 Console output with WINEDEBUG=+tid,+seh,+relay before riched20
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #11 from Trent McP twilightinzero@gmail.com --- Created attachment 60735 --> https://bugs.winehq.org/attachment.cgi?id=60735 Console output with WINEDEBUG=+richedit before riched20
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #12 from Trent McP twilightinzero@gmail.com --- Yeah, the program does seem to work fine now. At the very least, it's not breaking in this regard anymore. I still have to make it talk to our oracle database. A weird thing I noticed going from not working to working is that before riched20, when I made a new field, the font would be bold even if I told it not to be, and after riched20, the font was not bold unless I made it bold.
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #13 from Trent McP twilightinzero@gmail.com --- I did successfully make it talk to our Oracle database after installing oracle client inside the prefix and setting some environment vars in regedit. I got it to successfully prompt for parameter values after I installed ie8 (this fixed some unimportant weirdness on its home page too).
However--and I didn't notice this before--it doesn't draw any number fields, nor the placeholder texts that represent them. They appear as invisible both in the designer, the preview, and even the number formatting dialog. Behavior is same with and without riched20. Should I create a new issue for this and leave this one to focus on the crash on editing?
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #14 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Trent McP from comment #13) Should I create a new issue for
this and leave this one to focus on the crash on editing?
In general every new issue deserves a new bugreport.
However after your ``winetricks ie8`` and riched20 quite a lot of dlls are set to be used native, so i don`t know how useful that new bugreport would be then. Maybe you could first try to pin down where the problem for the invisible text is (already tried winetricks corefonts?)
https://bugs.winehq.org/show_bug.cgi?id=44208
--- Comment #15 from Trent McP twilightinzero@gmail.com --- (In reply to Louis Lenders from comment #14)
In general every new issue deserves a new bugreport.
Okay; I'll go ahead and make a new one.
Maybe you could first try to pin down where the problem for the invisible text is (already tried winetricks corefonts?)
I just tried it, no dice.