I have a powerbuilder 10.5 app that runs fine over windows, I try to run it in Linux Debian with wine 1.1.2 and 1.1.3, all modules works well except for only one that segfaults. The datawindow has 2 dropdown menus, 2 date fields and one text field. I read about a bug in datawindows with date fields but it is marked as done in an old release. I'd like to know if someone had the same problem or could help me to debug it. Thanks.
cbusular wrote:> I have a powerbuilder 10.5 app that runs fine over windows, I try to run it in Linux Debian with wine 1.1.2 and 1.1.3, all modules works well except for only one that segfaults. >Start by upgrading Wine; those versions are over a year old. If that doesn't fix it, post terminal output.
cbusular wrote:> fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x409, 0001: semi-stub!These are harmless. What is your actual problem?
"Violaci?n de segmento" likely translates to segmentation fault.
cbusular wrote:> I installed native comctl32 with winetricks and configured in wine-cfg to use only native version. > > this are the messages that appears in console: > > Code: > > fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x409, 0001: semi-stub! >Interesting error message. What language is the program attempting to change to? This appears to be Cyrillic, if I remember the keyboard layouts correctly. James McKenzie