https://bugs.winehq.org/show_bug.cgi?id=44236
Bug ID: 44236 Summary: Poisson Superfish: Slow to write binary file. Product: Wine Version: 2.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: raphaelcervantes@protonmail.com Distribution: ---
Discussion is in this forum. https://forum.winehq.org/viewtopic.php?f=2&t=29936
I am using Wine to run Poisson Superfish. This program essentially does some calculations and then writes the results into a binary file. This action is performed in less than a second in a Windows environment. Unfortunately, it takes about 10 seconds to write this binary file under Wine. Here is how to reproduce the error:
1. Install Poisson Superfish on linux using Wine. You have to scroll all the way down and click register. http://laacg.lanl.gov/laacg/services/download_sf.phtml 2. Once installed, open a unix terminal in this directory .../.wine/drive_c/LANL/Examples/RadioFrequency/Waveguides/ 3. Run wineconsole cmd. 4. In the new window, run RUNWG.BAT. 3. Several windows will pop up. The ones that stall for a bit are in the process of writing to a file named something.T35. The T35 refers to tape 35 (I guess that's how a sector of harddrive memory would be referred as back in the 80s). This is the binary file with the solution in it. It will finish eventually, but it is pretty slow.
https://bugs.winehq.org/show_bug.cgi?id=44236
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Ever confirmed|0 |1 Keywords| |download, performance Status|UNCONFIRMED |NEW URL| |http://laacg.lanl.gov/laacg | |/services/download_sf.phtml
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming and filling in a few fields.
https://bugs.winehq.org/show_bug.cgi?id=44236
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Ever confirmed|0 |1 Keywords| |download, performance Status|UNCONFIRMED |NEW URL| |http://laacg.lanl.gov/laacg | |/services/download_sf.phtml
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Confirming and filling in a few fields.
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Confirming and filling in a few fields.
https://bugs.winehq.org/show_bug.cgi?id=44236
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|cmd |-unknown
https://bugs.winehq.org/show_bug.cgi?id=44236
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #3 from Bernhard Übelacker bernhardu@mailbox.org --- The RUNWG.BAT uses some unusual syntax. Therefore created bugs #44334 and #44338. But these might not be directly related to the slow write.
https://bugs.winehq.org/show_bug.cgi?id=44236
--- Comment #4 from Bernhard Übelacker bernhardu@mailbox.org --- After calling it with different WINEDEBUGs I think that the actual writing of the files is sufficiently fast.
Unfortunately after the files are written the process does not end itself and executes PeekMessageA all the time. After 1:21 it ends suddenly by itself without interaction. While it runs it can be moved around and also the about menu opened. If the window gets resized, it closes immediately.
https://bugs.winehq.org/show_bug.cgi?id=44236
--- Comment #5 from raphaelcervantes@protonmail.com --- I can confirm that resizing the window closes it immediately.
https://bugs.winehq.org/show_bug.cgi?id=44236
--- Comment #6 from Bernhard Übelacker bernhardu@mailbox.org --- The download is (at least currently) no longer available.