https://bugs.winehq.org/show_bug.cgi?id=56982
Bug ID: 56982 Summary: wincuple crashes on Mac m1 Product: Wine Version: 9.0 Hardware: arm OS: MacOS Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: vcifello@hotmail.com
Created attachment 76811 --> https://bugs.winehq.org/attachment.cgi?id=76811 backtrace and terminal output
link to program https://www.microchip.com/en-us/products/fpgas-and-plds/spld-cplds/pld-desig...
wine runs executable without 1 required argument specifying library location it shows the help output
when required library specified, it crashes
backtrace and terminal output attached
hope you can help!
thanks
https://bugs.winehq.org/show_bug.cgi?id=56982
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- With MFC40 installed, I can interact with the software. But I do not know what it is doing. So I can not tell whether it works fine after that.
https://bugs.winehq.org/show_bug.cgi?id=56982
--- Comment #2 from vc vcifello@hotmail.com --- Thanks for the quick response. This is my first attempt using wine. I assume that I will need to install winetricks.
Is that correct?
https://bugs.winehq.org/show_bug.cgi?id=56982
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.microchip.com/e | |n-us/products/fpgas-and-pld | |s/spld-cplds/pld-design-res | |ources Keywords| |download
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to vc from comment #2)
Thanks for the quick response. This is my first attempt using wine. I assume that I will need to install winetricks.
Is that correct?
You can use winetricks to install mfc40, yes; see https://wiki.winehq.org/Winetricks
MBP ~ % wine /Users/vincentcifello/.wine/drive_c/Wincupl/Shared/cupl.exe -mljswu /Users/vincentcifello/.wine/drive_c/Wincupl/Shared/Atmel.dl /Users/vincentcifello/.wine/drive_c/temp/cupltest.pld
Additionally, you are passing Unix paths to a windows application, which it probably doesn't know how to interact with. Try using windows paths instead. Something like:
$ cd /Users/vincentcifello/.wine/drive_c/Wincupl/Shared/ $ wine cupl.exe -mljswu "$(winepath -w /Users/vincentcifello/.wine/drive_c/Wincupl/Shared/Atmel.dl)" "$(winepath -w /Users/vincentcifello/.wine/drive_c/temp/cupltest.pld)"
https://bugs.winehq.org/show_bug.cgi?id=56982
vc vcifello@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #4 from vc vcifello@hotmail.com --- Installing winetricks -> MFC40 and using the correct winepath allows the command line cupl.exe and the windows counterpart wincupl.exe to run correctly.
Thank you for taking the time to help with such an elementary issue.
https://bugs.winehq.org/show_bug.cgi?id=56982
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
--- Comment #5 from Andrew Nguyen arethusa26@gmail.com --- As the issue was solely due to a missing application dependency, this bug should really be resolved as invalid.
https://bugs.winehq.org/show_bug.cgi?id=56982
--- Comment #6 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=56982
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com --- Actually closing.