CimcoEDIT 8 doesn't launch

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
WildBoarGonnaGo
Newbie
Newbie
Posts: 2
Joined: Sat Oct 06, 2018 10:23 am

CimcoEDIT 8 doesn't launch

Post by WildBoarGonnaGo »

Sup. I can't launch cimco edit. Tried to launch it with terminal, and so here is output

Code: Select all

$ wine start 'C:/CIMCO/CIMCOEdit8/CIMCOEdit.exe'
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
err:module:import_dll Library MSVCR100_CLR0400.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe") not found
err:module:import_dll Library mscoree.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe" failed, status c0000135
err:service:process_send_command service protocol error - failed to write pipe!
fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_64" failed to start: 1053
fixme:exec:SHELL_execute flags ignored: 0x00000100
wildboar@wildboar-Aspire-E5-571G:~$ fixme:hnetcfg:fw_app_get_Enabled 0x1657b8, 0x3352e8
fixme:hnetcfg:fw_app_put_ProcessImageFileName 0x1657b8, L"C:\\CIMCO\\CIMCOEdit8\\CIMCOEdit.exe"
fixme:hnetcfg:fw_app_put_Name 0x1657b8, L"CIMCO Edit"
fixme:hnetcfg:fw_apps_Add 0x161570, 0x1657b8
fixme:nls:GetThreadPreferredUILanguages 00000038, 0x32c544, 0x32c558 0x32c54c
fixme:nls:get_dummy_preferred_ui_language (0x38 0x32c544 0x32c558 0x32c54c) returning a dummy value (current locale)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
wine: Unhandled page fault on read access to 0x00000000 at address 0x15af1b4 (thread 003c), starting debugger...
I got wine 2.4. I'm running Xubuntu 16.04.5 LTS
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: CimcoEDIT 8 doesn't launch

Post by Bob Wya »

WildBoarGonnaGo wrote:...
I got wine 2.4. I'm running Xubuntu 16.04.5 LTS
Please update to winehq-staging version 3.17.
See: WineHQ: Ubuntu.

See also: WineHQ FAQ : 6.5.3 How do I create a 32 bit wineprefix on a 64 bit system?

Then ensure your winetricks BASH script is not months out-of-date, see: WineHQ Wiki : Winetricks : Installing winetricks.

Then something like:

Code: Select all

export WINEPREFIX=~/.wine32
WINEARCH=win32 wineboot -u
winetricks dotnet40
Then install your application in that WINEPREFIX.

Anytime you want to access this WINEPREFIX, from a new terminal session, ensure that the env is set correctly:

Code: Select all

export WINEPREFIX=~/.wine32
env | grep WINE
Bob
WildBoarGonnaGo
Newbie
Newbie
Posts: 2
Joined: Sat Oct 06, 2018 10:23 am

Re: CimcoEDIT 8 doesn't launch

Post by WildBoarGonnaGo »

Bob Wya wrote:
WildBoarGonnaGo wrote:...
I got wine 2.4. I'm running Xubuntu 16.04.5 LTS
Please update to winehq-staging version 3.17.
See: WineHQ: Ubuntu.

See also: WineHQ FAQ : 6.5.3 How do I create a 32 bit wineprefix on a 64 bit system?

Then ensure your winetricks BASH script is not months out-of-date, see: WineHQ Wiki : Winetricks : Installing winetricks.

Then something like:

Code: Select all

export WINEPREFIX=~/.wine32
WINEARCH=win32 wineboot -u
winetricks dotnet40
Then install your application in that WINEPREFIX.

Anytime you want to access this WINEPREFIX, from a new terminal session, ensure that the env is set correctly:

Code: Select all

export WINEPREFIX=~/.wine32
env | grep WINE
Bob
Thank you! Now it works fine...almost. I don't why but backplot doesn't work properly. It should drawn path due to machine code, but it won't do it.

This is what i get right now
[img][IMG]https://s8.hostingkartinok.com/uploads/images/2018/10/68de1233f118f5e61f0fa07253782cad.png[/img][/img]

And this is what should be
[img][IMG]https://s8.hostingkartinok.com/uploads/images/2018/10/8289dd6aea084874058d5cbed68d2d28.jpg[/img][/img]
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: CimcoEDIT 8 doesn't launch

Post by Bob Wya »

WildBoarGonnaGo wrote: ...
Thank you! Now it works fine...almost. I don't why but backplot doesn't work properly. It should drawn path due to machine code, but it won't do it.
...
Looks like you'll be joining the long queue of open native .Net framework bugs then...

Please file a new WineHQ Wine bug ...

Please attach a Wine terminal log, with the following debug channels active:

Code: Select all

export WINEDEBUG=+timestamp,+tid,+seh,+module
wine start 'C:\CIMCO\CIMCOEdit8\CIMCOEdit.exe' &>~/wine-staging-3.17_seh_module_log.txt
If the log is greater than > 5000 Kbytes then please compress it first:

Code: Select all

xz -9 -e ~/wine-staging-3.17_seh_module_log.txt
Please also attach the screenshots of the application (expected behaviour and actual behaviour) directly to the bug report.

Please crop your screenshot to only include the actual application - especially when you have a file manager open at a folder called: Crack - this isn't a good idea on the open Internet 8) !!

Do not link to external sites for screenshots, logs, etc.
This only be done as a last resort, e.g. for Wine terminal logs that don't compress down to 5 Mb...

Please cross-link this thread and the WineHQ bug report.

Thanks
Bob
Locked