[Bug 52577] ScioSense UFC Assembler: Crashes when trying to assemble

WineHQ Bugzilla wine-bugs at winehq.org
Thu Feb 24 09:07:16 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52577

Eric Pouech <eric.pouech at orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.pouech at orange.fr

--- Comment #1 from Eric Pouech <eric.pouech at 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)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list