https://bugs.winehq.org/show_bug.cgi?id=54528
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #23 from Eric Pouech eric.pouech@gmail.com --- Created attachment 74102 --> https://bugs.winehq.org/attachment.cgi?id=74102 wild guess patch
this is a wild guess for addressing the problem (still missing lots of deps to run the target .exe locally). (from the backtrace, it's either an overflow of batch command variable buffer, or a detection of end of loop conditions which is not detected)
if the attached patch doesn't work, would you mind attaching the 'log' file gotten from running $ WINEDEBUG=+cmd ./wine shemala.exe >& log
TIA