https://bugs.winehq.org/show_bug.cgi?id=51116
Bug ID: 51116 Summary: Solid Edge 2021 Academic Edition: Crashes when trying to launch with environment launch arguments Product: Wine Version: 6.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: uvrajv2@gmail.com Distribution: ---
Created attachment 69983 --> https://bugs.winehq.org/attachment.cgi?id=69983 Couldn't copy all of the terminal, since the output was too big. (Terminal crashed when selecting all)
Architecture: x86_64 Linux distribution: Linux Mint 20.1 x86_64 Wine version: 6.8 development GPU Driver: NVIDIA / Proprietary
NOTE: Free download to the latest academic edition for students: https://www.plm.automation.siemens.com/plmapp/education/solid-edge/en_us/fre...
Solid Edge 2021 Academic Edition crashes when trying to launch it with /part (or any other launch argument which opens an environment).
All environment / launch arguments (from the SE 2021 readme.htm): Use the following syntax to start Solid Edge from the command line or short-cut:
"C:\Program Files\Siemens\Solid Edge 2021\Program\Edge.exe" /environment
The environment is either part, assembly, sheet metal, or draft.
For example: "C:\Program Files\Siemens\Solid Edge 2021\Program\Edge.exe" /part. You would need to edit the syntax to reflect the location of Edge.exe on your machine.
Cannot create / open any files either. (#51060; #51061)
Other observations: Terminal output outputs a lot of "010c:fixme:msvcrt:__stdio_common_vfscanf options 2 not handled" messages.
Shows a black window with some white lines in it before it crashes. Image: https://media.discordapp.net/attachments/828290288673751042/8410059701705769...
https://bugs.winehq.org/show_bug.cgi?id=51116
--- Comment #1 from Austin English austinenglish@gmail.com --- (In reply to TheLiberator96 from comment #0)
Created attachment 69983 [details] Couldn't copy all of the terminal, since the output was too big. (Terminal crashed when selecting all)
You can redirect the output to a file to avoid that problem:
$ wine Edge.exe /part &> /tmp/log.txt
Other observations: Terminal output outputs a lot of "010c:fixme:msvcrt:__stdio_common_vfscanf options 2 not handled" messages.
You can try `winetricks vcrun2012` to get the native version of that dll and see if that helps.