http://bugs.winehq.com/show_bug.cgi?id=807
Summary: PowerBuilder 6.0 generated applications crash accessing date fields Product: Wine Version: 20020509 Platform: PC URL: http://web.tiscali.it/l_capriotti/WineTest.zip OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.com ReportedBy: l.capriotti@tiscali.it
I'm trying to run a PB-generated application under Wine, but every panel with date-time fields generate a crash. By means of winedbg I've managed to track the crashes to a limited set of function calls into the runtime engine PBVM60.DLL (namely PBE_SetData, PBE_FmtSetDataString, PBE_FmtSetMask) which are called by the engine itself whenever creating dialogs. It seems to me a dialog property is not correctly initialised, leading to a segfault accessing an invalid pointer.
I've managed to package a minimal test application into the following zip file:
http://web.tiscali.it/l_capriotti/WineTest.zip
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=807. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.