|
-
Aug 26th, 2024, 08:54 AM
#5
Re: Need Help Analyzing PML Log File for Sudden Termination of VB6 EXE
at the end of the day for something that big and complex. you are going to want to hire someone local to sit down at the PC and really take a log hard look at it. It could probably be done over a remote session. If the dev you have is not the dev who created it especially.
You will need an installer app to transfer it between machines andf make sure everything is registered properly. You will have to search to make sure each dll/ocx etc does not have additional dependencies which are failing. data files, databases, DSNs / ODBC connectors etc could be missing.
if you set some filters this might be a place to start. You might have resolve issues in layers as one fix unlocks the next level error. I would expect it to take a while even in skilled hands.
If you have the source, I would install vb6 on the test machine and try to load the source. The IDE will give good error messages while loading about missing components. (Some like the TLBs wont be required on machines which only run the exe but it would still help alert on others not working right).
Attachment 192628
Code:
3:59:26.0369506 PM osc.exe 8048 CreateFile C:\Windows\System32\wow64log.dll NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
3:59:26.0410863 PM osc.exe 8048 CreateFile C:\Users\test\Desktop\osc.exe.Local NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
3:59:26.0428556 PM osc.exe 8048 CreateFile C:\Users\test\Desktop\MSVBVM60.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
3:59:26.1506496 PM osc.exe 8048 CreateFile C:\Windows\SysWOW64\VB6DE.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
3:59:26.1510571 PM osc.exe 8048 CreateFile C:\Windows\SysWOW64\rpcss.dll NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
3:59:26.1579302 PM osc.exe 8048 CreateFile C:\Users\test\Desktop\osc.exe.cfg NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
3:59:26.1580726 PM osc.exe 8048 CreateFile C:\Users\test\Desktop\SXS.DLL NAME NOT FOUND Desired Access: Read Attributes, Disposition: Open, Options: Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
Last edited by dz32; Aug 26th, 2024 at 09:00 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|