PowerBuilder 6.0 generated applications crash accessing date fields
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 http://web.tiscali.it/l_capriotti/WineTest.zip hoping some Wine expert can provide advices-directions, Thanks in advance for any help. Luigi
Luigi, --- Luigi Capriotti <l.capriotti(a)libero.it> wrote:
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
http://web.tiscali.it/l_capriotti/WineTest.zip
hoping some Wine expert can provide advices-directions,
thank you for the detailed information about the issue. Could you submit this information and the test case to the Wine bug tracking system at http://bugs.winehq.com? This will insure that your bug report won't be lost and will be processed by Wine developers. Thanks, Andriy __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
participants (2)
-
Andriy Palamarchuk -
Luigi Capriotti