|
|
| DarrellS |
| Posted: Jan 17 2015, 05:06 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 567
Member No.: 1061
Joined: 28-November 02

|
I assume this is a Windows 7 issue since it happens with older builds of Virtualdub and only started happening after switching to Windows 7. Using the External Encoder feature, I have crashes all the time (not every time but pretty often) with an error stating that vdlaunch.exe has stopped working and the only way that I can get Virtualdub working is to overwrite the vdlaunch.exe with a copy I have backed up in another folder.
I've been getting warnings from other files that have stopped working and when I check Task Manager, I have multiple instances of Windows Explorer running so I stop those instances and restart explorer and everything is alright until another program stops working and I have to do it again. Sometimes, I know before getting an error say when my browser slows way down or won't open a page.
I searched the internet and have found where other Windows 7 users have had the same issue but I can't get an answer on how to fix the issue. I've run Avast, Superantispyware and Malwarebytes but nothing found.
It's strange that all I have to do for everything else is restart explorer (a pain) but have to re-install vdlaunch.exe to get Virtualdub to work. I don't think it's a Virtualdub bug and it seems to only happen to a few Windows 7 users. I hate to have to do a non destructive re-install of Windows 7 ultimate but I'm afraid that's what I'll have to do. |
 |
| Altaf |
| Posted: Feb 12 2015, 11:45 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 75
Member No.: 36396
Joined: 9-April 13

|
File VirtualDub-1.10.5-test7-src\src\VirtualDub\source\Init.cpp Line } catch(const MyError& e) { VDLog(kVDLogWarning, VDStringW().sprintf(L"Plugins: Failed to load \"%ls\": %hs", it.GetFullPath().c_str(), e.gets())); At crash Enter+F8 : [!] Plugins: Failed to load "C:\Program Files (x86)\VirtualDub1105_eng\plugins\textsub_223.vdf": Cannot load plugin module "C:\Program Files (x86)\VirtualDub1105_eng\plugins\textsub_223.vdf": Ia iaeaai oeacaiiue iiaoeu. From where? What is it? Ia iaeaai oeacaiiue iiaoeu |
 |
| shekh |
| Posted: Feb 12 2015, 01:15 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 89
Member No.: 37903
Joined: 21-April 14

|
| QUOTE (Altaf @ Feb 12 2015, 11:45 AM) | What is it? Ia iaeaai oeacaiiue iiaoeu | I guess it was error message Probably it was utf-8 russian and after it was misinterpreted as ascii, or something like that. |
 |
| dloneranger |
| Posted: Feb 12 2015, 02:50 PM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
The textsub error is usually because you've just copied the .vdf to virtualdubs plugins folder It relies on the install of vobsub to work
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |
| Altaf |
| Posted: Feb 12 2015, 09:33 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 75
Member No.: 36396
Joined: 9-April 13

|
| QUOTE (shekh @ Feb 12 2015, 05:15 PM) | I guess it was error message Probably it was utf-8 russian and after it was misinterpreted as ascii, or something like that. |
It from the English VD version. How to correct? ----------------------------- Line } catch(const MyError& e) { VDLog(kVDLogWarning, VDStringW().sprintf(L"Plugins: Failed to load \"%ls\": %hs", it.GetFullPath().c_str(), e.gets())); ---------------------------------- Can so: } catch(const MyError& e) { VDLog(kVDLogWarning, VDStringW().sprintf(L"Plugins: Failed to load \"%ls\": %hs".
| QUOTE (dloneranger @ Feb 12 2015, 06:50 PM) | The textsub error is usually because you've just copied the .vdf to virtualdubs plugins folder It relies on the install of vobsub to work |
Я специально положил, чтобы увидеть что в результате. I specially put to see that as a result. |
 |
| shekh |
| Posted: Feb 13 2015, 01:17 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 89
Member No.: 37903
Joined: 21-April 14

|
Last words probably come from the plugin. Or from operating system. Or it is created by operating system and returned by plugin. You need to trace all steps to find out.
If you want to truncate, write:
} catch(const MyError& e) { VDLog(kVDLogWarning, VDStringW().sprintf(L"Plugins: Failed to load \"%ls\"", it.GetFullPath().c_str()));
But it is more likely plugin code has mistake. |
 |
| Altaf |
| Posted: Feb 13 2015, 02:49 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 75
Member No.: 36396
Joined: 9-April 13

|
| QUOTE (shekh @ Feb 13 2015, 05:17 AM) | Last words probably come from the plugin. Or from operating system. Or it is created by operating system and returned by plugin. You need to trace all steps to find out.
If you want to truncate, write:
} catch(const MyError& e) { VDLog(kVDLogWarning, VDStringW().sprintf(L"Plugins: Failed to load \"%ls\"", it.GetFullPath().c_str()));
But it is more likely plugin code has mistake. | Thanks. Quite the cheese! |
 |
| ale5000 |
| Posted: Feb 26 2015, 02:37 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07

|
| QUOTE | | However, if you really need to support Win2K, you can use a new VC++2010 feature called "Multi targetting". With this feature you can use VS 2010 to compile the application with an older version of the compiler and libraries. I never tried it myself, but if you have VC++ 2010 and VC++ 2008 installed, you can use the 2010 IDE and use multi targetting to let 2010 use the compilers/libraries from 2008. |
Maybe this will work to restore Windows compatibility, has someone tried?
Edit: Link => http://www.zachburlingame.com/2011/03/targ...al-studio-2010/
-------------------- New VirtualDub forum VirtualDub AIO (All-in-One installer for VirtualDub and plugins) Codec Toolbox RS (A tool to read/change merit of codecs and many other things) Input plugins for VirtualDub / ACM codecs / VFW codecs |
 |
| dloneranger |
| Posted: Feb 26 2015, 06:01 PM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
Just a general reminder to people
This thread is a bug reporting one Anything that isn't on topic should be posted in a new thread instead Thanks
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |