-
Notifications
You must be signed in to change notification settings - Fork 508
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- I am running the latest version
- I did read the README!
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
- I'm reporting the issue to the correct repository (for multi-repository projects)
- I have read and checked all configs (with all optional parts)
- Asked and no solution about my issue with deepwiki
Expected Behavior
I'm trying to execute Office documents inside CAPEv2.
When I run the same file manually inside the VM (without the CAPE analyzer running), it executes correctly.
So, I expect the document to execute properly when analyzed by CAPEv2 as well.
Current Behavior
When executing the same document via CAPEv2, I get the following error inside the VM:
"The operating system is not presently configured to run this application"
In the analysis.log I also see the following warning:
"WARNING: configuration error for package modules.packages.xls: error importing data.packages.xls: No module named 'data.packages'"
Failure Information (for bugs)
Steps to Reproduce
- Submit an Office document to CAPEv2 for analysis
- Let CAPEv2 run the sample inside the VM
- Observe that the document fails to run and shows the error
- Check the logs and notice the module import warning
Context
Please provide any relevant information about your setup:
| Question | Answer |
|---|---|
| Git commit | not specified (can provide if needed) |
| OS version | Windows 10 Pro N, Version 10.0.18363 |
| Architecture | 64-bit |
| Office version | Office 365 2016 Plus 32-bit (license activated) |
Failure Logs
Error shown inside the VM:
"The operating system is not presently configured to run this application"
From analysis.log:
WARNING: configuration error for package modules.packages.xls: error importing data.packages.xls: No module named 'data.packages'