Author |
Message |
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | You cannot install plugins while Profiler is running. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Mike: Quote: so I tried all that and with profiler still open when trying to install the plugin for awards it errors saying its already running so there seems to be some remnants somewhere. In this case, the remnant is dvdpro.exe. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: March 13, 2007 | Reputation: | Posts: 1,438 |
| Posted: | | | | Quoting Mike: Quote: also I have a 64bit machine shouldnt I be running a 64 bit for profiler? 64 bit Windows has always supported running 32 bit programs. (There is no 64 bit version of DVDProfiler). | | | Registered: February 10, 2002 |
|
Registered: March 13, 2007 | Posts: 453 |
| Posted: | | | | Quoting mediadogg: Quote: Quoting Mike:
Quote: so I tried all that and with profiler still open when trying to install the plugin for awards it errors saying its already running so there seems to be some remnants somewhere. In this case, the remnant is dvdpro.exe. what does that mean? |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Mike: Quote: Quoting mediadogg:
Quote: Quoting Mike:
Quote: so I tried all that and with profiler still open when trying to install the plugin for awards it errors saying its already running so there seems to be some remnants somewhere. In this case, the remnant is dvdpro.exe.
what does that mean? For the third time you are getting that install error because profiler itself is running. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. |
|
Registered: March 13, 2007 | Posts: 453 |
| Posted: | | | | Something else I noticed when I try and load a new layout I get an error too . I’m just going to remove the plug-in until a hopefully fix! |
|
Registered: March 13, 2007 | Posts: 453 |
| Posted: | | | | hopefully we can get a fix for this soon. |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Mike: Quote: hopefully we can get a fix for this soon. We haven't heard back from the other users that reported that it was fixed. Is everyone still having the problem? I recall there was a common problem with layouts corruption that does have a fix. You might try searching the forum. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 13, 2007 | Reputation: | Posts: 2,005 |
| |
Registered: March 13, 2007 | Posts: 453 |
| Posted: | | | | Quoting TomGaines: Quote: I can reproduce it, that when my CCVPlugin is enabled, this error comes at shutdown. I tried again to find out why. But I cannot see any problem in the code of my plugin. The error comes from DVD Profiler, after the plugin's "Unload" method has already finished executing. This error started coming either with "Windows 10" or with DVD Profiler 4. I don't remember which of those two. I am open for hints. If a plugin developer wants to take a look at my code, PM me. Mediadogg wanna take a stab at it? |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | Quoting Mike: Quote: Quoting TomGaines:
Quote: I can reproduce it, that when my CCVPlugin is enabled, this error comes at shutdown. I tried again to find out why. But I cannot see any problem in the code of my plugin. The error comes from DVD Profiler, after the plugin's "Unload" method has already finished executing. This error started coming either with "Windows 10" or with DVD Profiler 4. I don't remember which of those two. I am open for hints. If a plugin developer wants to take a look at my code, PM me.
Mediadogg wanna take a stab at it? Oh, I am just seeing this. Let me read carefully and go from there. Well of course, I am happy to take a look. Problems that come at shutdown are usually due to incorrect cleanup of resources, such as orphan background threads, and especially if you have not disposed of menu objects and host windows in the plugin Unload method. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: March 13, 2007 | Reputation: | Posts: 2,005 |
| |