on 2014 May 20 1:14 AM
I am writing an import/export plug-in which I can compile successfully but gives an error when loading in VE Author 7.1. The only clues that I can see is a message from the bottom-right warning icon that says 'error loading myPlugin.x3d' and a similar error in the appropriate row of the plug-in manager. How do I get debugging information or access logs?
Request clarification before answering.
Hi Russel,
The location for log and trace files of VE Author 7.1:
%USERPROFILE%\AppData\Local\Temp\Low\SAP\SAP Visual Enterprise Author 7.1\
However it looks like you haven't defined entry point correctly. Please make sure you plugin is matching ones from SDK samples.
thank you,
Vladimir Noskov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vladimir for your answer. I found the logs but they were not very helpful at all, they simply repeated the 'error loading myPlugin.x3d' message and gave no other information. Is there any way that the debug level can be increased?
Also, I compiled an example from the SDK for the vrml.x3d, moved the existing one from the application's plugin folder, and copied mine in. It also failed on load. So I'm guessing that there is something in my Visual Studio build setup that is not right, but I don't know what.
Hi Russel,
Which version of VE Author do you use? You can get this information from About dialog. Is it 32 or 64-bit? How do you compile plugin? It should be compiled using Release configuration and corresponding platform (Win32 or x64). Which version of Visual Studio are you using?
I compiled Release/x64 version of vrml plugin and it works correctly in 7.1.0.185 version of VE Author x64.
Best regards,
Timothy Lyanguzov
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.