CoCreate User Forum

CoCreate User Forum (https://www.cocreateusers.org/forum/index.php)
-   CoCreate Drafting (https://www.cocreateusers.org/forum/forumdisplay.php?f=8)
-   -   ME10F.exe doesn't terminate (https://www.cocreateusers.org/forum/showthread.php?t=8366)

ludw 01-25-2023 03:00 AM

ME10F.exe doesn't terminate
 
Did somebody experience such a behavior:
On a VMware Windows Server 2019, used as a Job Server, ME10 doesn't terminate.
I started manualy Drafting 20.4, then I typed EXIT CONFIRM. Drafting main screen disappeared immediatly, but the Task Manager reported ME10F.exe process with 0 processor load, but never disappear.
Anybody any idea?

Wolfgang 02-09-2023 07:41 AM

Re: ME10F.exe doesn't terminate
 
Quote:

Originally Posted by ludw (Post 26296)
Did somebody experience such a behavior:
On a VMware Windows Server 2019, used as a Job Server, ME10 doesn't terminate.... typed EXIT CONFIRM.

I never heard / read about that behaviour (at least my old brain does not remember :-D )

have you done a ME10 trace ?
Code:

trace del_old 'c:/temp/jobserver_me10.log'
{ what you normally do here ... }
exit confirm
{ trace off }
DISPLAY_NO_WAIT "upsss ME10 should not run any more 001"
DISPLAY_NO_WAIT "upsss ME10 should not run any more 002"
DISPLAY_NO_WAIT "try the hard way... "
RUN "TASKKILL /F /IM me10f.exe /T
DISPLAY_NO_WAIT "upsss ME10 should not run any more 101"
DISPLAY_NO_WAIT "upsss ME10 should not run any more 102"
trace off

Normally the trace off's should not be executed at all .. but . something strange is going on on your VM!

And yes, killing the process by executing the kill command itself is rather tricky.. but may be a workarround.

ludw 02-09-2023 11:23 PM

Re: ME10F.exe doesn't terminate
 
Thank you Wolfgang
I fixed the trouble. ME10 running background on the Job Server tried to call a non responding module. The TRACE could not be flushed and this turned me blind. Hopefully additional accurate checks put me back on right tracks.


All times are GMT -8. The time now is 08:46 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.