I cant get videonizer to load, its been working fine for years.
Today I load it and it appears in the task manager for about 2 seconds then disappears, no splash screen for videonizer appears.
Ive tried re-installing, "deleting HKEY_CURRENT_USER\Software\SUU Design\Videonizer", deleting the database i use, installing it in a different directory, installing on a different drive, running in compatibility mode, admin on and off, adding an exclusion to windows defender.
Last windows 10 update was 25th july and it worked after that.
It had done the same thing a week ago but i fixed it then by moving the database so videonizer would ask me to load a database, i selected the moved database and it worked fine again. But now nothing will fix it.
I have also tried safe mode, videonizer loads and asks for a database, i press ok then cancel, videonizer then asks for a new database, so i select a new directory and name and press ok, videonizer then closes and there is no new database in the directory i chose.
Ok im back to normal mode now and the videonizer i have installed in C:\Other Programs\Videonizer will now give me a splash screen then close.
The videonizer i installed in D:\Program Files\Videonizer loads a new database called newVideonizerDB.db3 in the same directory.
I can then load my old database and it works fine, but the videonizer in C: still wont load.
Any ideas?
Videonizer will not load.
Heres the errors from event viewer.
First one is a .NET Runtime
2nd is a Application Error
3rd is a Windows Error Reporting
and ive attached the crash report.
First one is a .NET Runtime
Code: Select all
Application: Videonizer.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException
at System.Data.Common.DbProviderFactories.GetFactory(System.String)
at .(System.String)
at ..cctor()
Exception Info: System.TypeInitializationException
at .()
at '/2}\*?Z-1dZW Mq'hcqOK\*J>$.()
at '/2}\*?Z-1dZW Mq'hcqOK\*J>$..ctor()
at .(System.String[])
Code: Select all
Faulting application name: Videonizer.exe, version: 5.0.0.1, time stamp: 0x5d34120f
Faulting module name: KERNELBASE.dll, version: 10.0.18362.239, time stamp: 0xe665f337
Exception code: 0xe0434352
Fault offset: 0x00113442
Faulting process ID: 0x730
Faulting application start time: 0x01d552083f0c2e74
Faulting application path: C:\Other Programs\Videonizer\Videonizer.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report ID: af78edca-62dc-4995-8e46-3236ef2acf9d
Faulting package full name:
Faulting package-relative application ID:
Code: Select all
Fault bucket , type 0
Event Name: CLR20r3
Response: Not available
Cab Id: 0
Problem signature:
P1: Videonizer.exe
P2: 5.0.0.1
P3: 5d34120f
P4: System.Data
P5: 4.8.3752.0
P6: 5c7a243e
P7: 305f
P8: 2b
P9: System.ArgumentException
P10:
Attached files:
These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Videonizer.exe_8a4b5ae1e399e37fd3a672c52985ca20788531_318698f1_e3177ff4-6b7e-4084-b895-086e64c4c7d7
Analysis symbol:
Rechecking for solution: 0
Report Id: af78edca-62dc-4995-8e46-3236ef2acf9d
Report Status: 100
Hashed bucket:
Cab Guid: 0
- Attachments
-
- Report.zip
- (2.6 KiB) Downloaded 731 times
You have the same error like in the nearby thread:
viewtopic.php?f=6&t=2135
My current advice is:
Please try to use the following config file (Videonizer.exe.config) instead of original one:
viewtopic.php?f=6&t=2135
My current advice is:
Please try to use the following config file (Videonizer.exe.config) instead of original one:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="PornOrganizer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SQLite"/>
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite,
Version=1.0.106.0, Culture=neutral,
PublicKeyToken=db937bc2d44ff139"/>
</DbProviderFactories>
</system.data>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
</startup>
</configuration>