Help getting CIMCO Edit 2023 running

Questions about Wine on Linux
Locked
alromh87
Newbie
Newbie
Posts: 1
Joined: Sat Dec 16, 2023 8:37 pm

Help getting CIMCO Edit 2023 running

Post by alromh87 »

I am running wine wine-8.21 (Staging) under Arch linux as Win 10

Installation went without a problem, at first It complained about unimplemented functions and could not start:

wine: Call from 00006FFFFFC53DC7 to unimplemented function ucrtbase.dll._mbsncpy_s, aborting

So I downloaded individual dlls and placed them in the same diectory and used DLL overrides

WINEDEBUG=+wgl WINEPREFIX="/home/alex/.wine" WINEDLLOVERRIDES="ucrtbase,vcruntime140=n,b" wine64 CIMCOEdit.exe &> wine.log

With this main screen opens but freeze and crashes randomly while loading a program (some times I can see the code some times it crash before loading), it also crashes trying to simulate or when sending/receiving data from serial, data is sent, so I'm thinking it might be something related with graphics.

0114:err:seh:call_stack_handlers invalid frame 00007FFFFE0FF030 (00007FFFFE102000-00007FFFFE200000)
0114:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception.

I attached the log for reference, any help will be much apreciated
Attachments
wine.txt.gz
(3.12 KiB) Downloaded 190 times
Locked