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.