http://bugs.winehq.org/show_bug.cgi?id=34227
Bug #: 34227 Summary: AVR Studio 4.19 (build 730) fails to communicate with programmer Product: Wine Version: 1.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ghieber@fastmail.net Classification: Unclassified
Created attachment 45542 --> http://bugs.winehq.org/attachment.cgi?id=45542 screen shots and log file
AVR Studio can control a variety of programmers and in-circuit-emulators. While the programming part could be worked around by using AVRDude or comparable applications, emulation can't.
I have two of the oldest supported devices, an Atmel STK500 evaluation board, and a (not original) JTAGICE programmer / emulator. Basic communication with both devices works. The JTAGICE can not be further testet due to lack of a suitable target. The STK500 behaves as follows:
connecting to the board (Tools > Program AVR > Connect, then click Connect) opens the STK500 dialog, Tab 1. screen shot 1. The lower panel indicates that communication is established. trying to transfer any data, for example by clicking the "read Signature" button results in the error message, screen shot 2. The same when clicking the "Fuses" tab, screen shot 3.
the attached log contains a session consisting of starting up AVR Studio, connecting to the STK500 and trying the described read operations. All the output came during startup, except the last 4 lines, 2 of them are written when the error message pops up
The bug appears under Wine 1.6, Wine 1.7 and Crossover 12.2.1. Operating system is Fedora19 / 64.
http://bugs.winehq.org/show_bug.cgi?id=34227
Georg Hieber ghieber@fastmail.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.atmel.com/Images | |/AvrStudio4Setup.exe
http://bugs.winehq.org/show_bug.cgi?id=34227
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, hardware Platform|x86 |x86-64
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2013-08-08 16:33:21 CDT --- Have you tried installing mfc42? I can't imagine it would be something as simple as that but it is a missing dependency.
http://bugs.winehq.org/show_bug.cgi?id=34227
--- Comment #2 from Georg Hieber ghieber@fastmail.net 2013-08-08 20:12:03 CDT --- Ken, installing mfc42.dll (just copied it into ..System32 and marked it as "native, builtin" in wine config) did not help. The missing dependency, btw., persists.
http://bugs.winehq.org/show_bug.cgi?id=34227
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2013-08-09 12:46:38 CDT --- There's also the missing BCGCB632.dll, which doesn't sound like part of Windows to me. Could be a dll search path issue, or broken installer?
http://bugs.winehq.org/show_bug.cgi?id=34227
--- Comment #4 from Georg Hieber ghieber@fastmail.net 2013-08-09 12:58:42 CDT --- The missing debpendencies BCGCB632.dll and mfc42.dll both are requested by dll's that are in a "skins" directory, and I run the application in it's standard appearance. I therefore don't believe that these are the origin of my problems. I will search for this dll anyway, and also look if it is present on the XP machine I installed AVR Studio as a reference.
https://bugs.winehq.org/show_bug.cgi?id=34227
David Seward bignintyfan@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bignintyfan@gmail.com
--- Comment #5 from David Seward bignintyfan@gmail.com --- Is someone with the appropriate hardware able to test this as still an issue or resolved in current iterations of Wine?