[Bug 15181] New: IBM Client Access Terminal Emulator crashes on startup
http://bugs.winehq.org/show_bug.cgi?id=15181 Summary: IBM Client Access Terminal Emulator crashes on startup Product: WineHQ Bugzilla Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: bugzilla-unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jpeasley(a)verizon.net Created an attachment (id=15929) --> (http://bugs.winehq.org/attachment.cgi?id=15929) Log of program start When starting the terminal emulator it crashes. I have completed the install and run the program by doing: rm -rf ~/.wine sh winetricks vcrun6 cd Downloads/CAv5r4/Install/Image wine SETUP.EXE Completed the install cd ~/.wine/drive_c/Program\ Files/IBM/Client\ Access/ wine pcsws.exe 2> log.txt -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffzaroyko(a)gmail.com --- Comment #1 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-08 07:06:48 --- I can also reproduce this crash. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #2 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-08 07:09:07 --- Created an attachment (id=15930) --> (http://bugs.winehq.org/attachment.cgi?id=15930) +relay,+seh,+tid -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|bugzilla-unknown |-unknown Product|WineHQ Bugzilla |Wine --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-08 09:09:14 --- Not bugzilla bug. What Wine versio, OS, Hardware? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #4 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-08 09:26:46 --- I can reproduce it with wine-1.1.4, nv 8800GTS, Ubuntu 8.04. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 Jay <jpeasley(a)verizon.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.4 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #5 from Jay <jpeasley(a)verizon.net> 2008-09-08 09:34:39 --- wine 1.14 IBM laptop 8932-cto intel 965 graphic chip Ubuntu 8.04 iSeries Navigator v5r4 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-09-08 10:34:47 --- Unhandled exception: page fault on read access to 0x6c617274 in 32-bit code (0x003b7e26). 0x6c617274 is "tral", and looks like a part of "Australia". Does native msvcrt.dll help? Or running with LANG=en_US ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #7 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-09-08 10:50:27 --- (In reply to comment #6)
Unhandled exception: page fault on read access to 0x6c617274 in 32-bit code (0x003b7e26).
0x6c617274 is "tral", and looks like a part of "Australia". Does native msvcrt.dll help? Or running with LANG=en_US ?
no better with native msvcrt, switching to LANG=en_US results in 0x20646574 'ted ' -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-09-09 06:38:02 --- (In reply to comment #7)
(In reply to comment #6)
Unhandled exception: page fault on read access to 0x6c617274 in 32-bit code (0x003b7e26).
0x6c617274 is "tral", and looks like a part of "Australia". Does native msvcrt.dll help? Or running with LANG=en_US ?
no better with native msvcrt, switching to LANG=en_US results in 0x20646574 'ted '
'ted' seems like a part of "United States". That conforms that there is a memory corruption somewhere, at the same offset (3). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #9 from Lei Zhang <thestig(a)google.com> 2008-09-17 20:02:31 --- confirming -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-03-30 13:05:17 --- Is this still an issue in current (1.1.18 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #11 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-03-30 17:12:00 --- (In reply to comment #10)
Is this still an issue in current (1.1.18 or newer) wine?
Yes, still present in 1.1.18. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #12 from Jay <jpeasley(a)verizon.net> 2009-03-30 19:43:58 --- I agree the bug is still present in 1.18, But, most of the V5R4 iSeries Navigator functions that didn't work with 1.14 do NOW work in 1.18. On 1.14 I could only load the 5250 (basic) version of iSeries Navigator. The full load left is completely broke. Now the full load install successfully and most functions work. I can get to network functions and file systems, some of the items that one would need occasionally. Sadly the display emulator (pcsws.exe) still doesn't, but iSeries Access for Linux does work fine, so that part isn't the show-stopper it was. Y'all are so close now. Any chance it will get bumped up? Thanks, Jay -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #13 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-03-30 20:00:54 --- (In reply to comment #12)
Sadly the display emulator (pcsws.exe) still doesn't, but iSeries Access for Linux does work fine, so that part isn't the show-stopper it was.
Y'all are so close now. Any chance it will get bumped up?
There is no bumping up... out of the odd 4000 bugs on bugzilla, people give attention to whichever bugs they think they can fix, some are just easier than others. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |jeffz(a)jeffz.name --- Comment #14 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-06-13 09:16:29 --- Created an attachment (id=21771) --> (http://bugs.winehq.org/attachment.cgi?id=21771) kernel32: set sLanguage to LOCALE_SABBREVLANGUAGE to match Windows behavior It looks like as a Profile entry and under Control Panel\International sLanguage is not LOCALE_SLANGUAGE but instead appears to be LOCALE_SABBREVLANGNAME. I've checked Windows 95, XP, Vista and a Windows 7 beta, they all use a 3 letter string for sLanguage in the Profile or Control Panel\International. GetLocaleInfo for LOCALE_SLANGUAGE should still return the LOCALE_SLANGUAGE string, which suggests that the Control Panel\International overrides should not be checked by GetLocaleInfo for LOCALE_SLANGUAGE. Also tested on Vista, attempting to modify sLanguage to override it does not modify the behavior of GetLocaleInfo. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 --- Comment #15 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-08-22 22:15:31 --- patch sent http://www.winehq.org/pipermail/wine-patches/2009-August/077512.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #16 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-08-28 18:39:32 --- Fixed by commit 8274786fa87678508006351fad91bc0fce22062b. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15181 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> 2009-09-02 14:19:06 --- Closing bugs fixed in 1.1.29. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org