http://bugs.winehq.org/show_bug.cgi?id=18574
Summary: Win92 Radio Scanner program Will Not Start in Wine Product: Wine Version: 1.1.21 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: cpt_mocha@yahoo.com
I'm trying to run Win92 v00.46. It will not start up in Wine 1.1.21. I tried various things in the Wine config tool and it doesn't help. Terminal output attached.
http://www.starrsoft.com/freeware/win92/
This is a portable application which does not need installation under Windows. It is used with a specific type of radio scanner and a serial port to manage data on the radio. The serial port adapter is a standard level converter MAX232 chip, so I assume IF the program itself would run in Wine then it should be able to communicate over the serial port.
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #1 from cpt_mocha@yahoo.com 2009-05-22 11:09:10 --- Created an attachment (id=21236) --> (http://bugs.winehq.org/attachment.cgi?id=21236) Terminal Output
http://bugs.winehq.org/show_bug.cgi?id=18574
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18574
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21236|application/octet-stream |text/plain mime type| | Attachment #21236|Win92 Wine crash |Win92 Wine crash.txt filename| |
--- Comment #2 from Austin English austinenglish@gmail.com 2009-05-22 11:17:03 --- (From update of attachment 21236) Please use .txt
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2009-05-22 20:53:57 --- Created an attachment (id=21245) --> (http://bugs.winehq.org/attachment.cgi?id=21245) Wine 1.1.22 +relay +seh +tid
Firstly, you need MFC42. err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\tmp\win92.exe") not found
Once MFC42 is installed, there is a page fault. Unhandled exception: page fault on read access to 0x000003a5 in 32-bit code (0x00404289).
Backtrace shows a lot of chatter about winproc.c and message.c.
http://bugs.winehq.org/show_bug.cgi?id=18574
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Austin English austinenglish@gmail.com 2009-05-22 23:14:12 --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=18574
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Component|-unknown |comctl32
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-05-23 02:41:56 --- this program starts fine for me with native comctl32 (try 'winetricks cc580')
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #6 from cpt_mocha@yahoo.com 2009-05-23 14:33:07 --- (In reply to comment #5)
this program starts fine for me with native comctl32 (try 'winetricks cc580')
Thanks! Now I get "err:comm:get_baud_rate tcgetattr error 'Input/output error'" when trying to connect to the radio.
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #7 from Austin English austinenglish@gmail.com 2009-05-23 14:39:19 --- Created an attachment (id=21269) --> (http://bugs.winehq.org/attachment.cgi?id=21269) win92 autohotkey test
For those curious, I made an AHK script for win92 (be sure to run winetricks mfc42 first), other than that, it'll run automatically.
http://bugs.winehq.org/show_bug.cgi?id=18574
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |NoAppDBEntry URL| |http://www.starrsoft.com/fr | |eeware/win92/
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #8 from Ken Sharp kennybobs@o2.co.uk 2009-05-24 06:22:25 --- (In reply to comment #6)
Thanks! Now I get "err:comm:get_baud_rate tcgetattr error 'Input/output error'" when trying to connect to the radio.
Are you able to connect?
If not, I guess you'd need a separate bug for that.
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #9 from Austin English austinenglish@gmail.com 2009-05-24 14:06:26 --- (In reply to comment #8)
(In reply to comment #6)
Thanks! Now I get "err:comm:get_baud_rate tcgetattr error 'Input/output error'" when trying to connect to the radio.
Are you able to connect?
If not, I guess you'd need a separate bug for that.
It'd probably be a dupe of one of the other serial bugs floating around.
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2009-08-13 16:01:06 --- Created an attachment (id=23050) --> (http://bugs.winehq.org/attachment.cgi?id=23050) Exception filter to stop crash
Hi.
It crashes calling original buddy winproc (in UpDown code). Attached patch allows it to start fine (after mfc42 installed of course).
Hope this will help to solve original problem.
http://bugs.winehq.org/show_bug.cgi?id=18574
Peter Schueller schueller.p@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |schueller.p@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18574
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #11 from Austin English austinenglish@gmail.com 2009-12-12 12:42:21 --- Appinstall found it works now: http://austinenglish.com/logs/appinstall-2009-12-12/win92-result.txt
tested manually, and seems to work in git.
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com 2009-12-12 13:04:15 --- (In reply to comment #11)
Appinstall found it works now: http://austinenglish.com/logs/appinstall-2009-12-12/win92-result.txt
tested manually, and seems to work in git.
Yeah, it works. I'm not lazy enough today not to figure out what commit fixes it - it's eaee84f4dbf086fe185532a59f879690fec5a5a9. Seems that mfc depends on control width being null or something.
Thanks for testing, Austin.
http://bugs.winehq.org/show_bug.cgi?id=18574
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Win92 Radio Scanner program |Win92 Radio Scanner does |Will Not Start in Wine |not start
http://bugs.winehq.org/show_bug.cgi?id=18574
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2009-12-18 13:07:32 --- Closing bugs fixed in 1.1.35.
http://bugs.winehq.org/show_bug.cgi?id=18574
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com 2009-12-23 10:16:16 --- Finally fixed by 750ce6be35c44052f453d26aac44b4fe636472f2. Updown now attached to edit control.
http://bugs.winehq.org/show_bug.cgi?id=18574
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|NoAppDBEntry |
--- Comment #15 from Austin English austinenglish@gmail.com 2010-04-07 12:47:47 --- Removing NoAppDBEntry keyword.