https://bugs.winehq.org/show_bug.cgi?id=52577
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #1 from Eric Pouech eric.pouech@orange.fr --- thanks for reporting
a quick look may indicate that the program can't handle filename with forward slashes
from your example, WINEPREFIX=~/.wine32 WINEARCH=win32 wine ../UFC_Assembler.exe AS6031_AS6040_A1.C1.00.01.asm
it would be possible that this works instead WINEPREFIX=~/.wine32 WINEARCH=win32 wine ..\UFC_Assembler.exe AS6031_AS6040_A1.C1.00.01.asm
(at least it works here using different path settings)