hawku / TabletDriver

GNU General Public License v3.0
1.21k stars 295 forks source link

GUI crashes when trying to open, shows as suspended then closes in Task Manager #402

Open Cecelia22 opened 5 years ago

Cecelia22 commented 5 years ago

Hardware/software information

Windows Version: Windows 10

Tablet Driver version: 0.2.3

Tablet model: CTL-480

Have reinstalled a number of times and to no prevail. Driver was working fine yesterday and now each time I try to start it, it opens for a few seconds ONLY in task manager then shows "Suspended" and then closes. Any way this is fixable?

Edit: Also ran in administrator mode and still nothing

InfinityGhost commented 5 years ago

Log files are helpful for debugging this kind of situation

Cecelia22 commented 5 years ago

Log files are helpful for debugging this kind of situation

How do I access the log? I have no file that shows anything having to do with the startup log

Cecelia22 commented 5 years ago

I think this is the log file you were looking for?

Log Name: Application Source: Application Error Date: 4/11/2019 7:40:53 PM Event ID: 1005 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: DESKTOP-H3NSAUV Description: Windows cannot access the file C:\Windows\Microsoft.NET\assembly\GAC_32\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program Update because of this error.

Program: Update File: C:\Windows\Microsoft.NET\assembly\GAC_32\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll

The error value is listed in the Additional Data section. User Action

  1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
  2. If the file still cannot be accessed and
    • It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
    • It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
  3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
  4. If the problem persists, restore the file from a backup copy.
  5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.

Additional Data Error value: C0000242 Disk type: 3 Event Xml:

1005 2 100 0x80000000000000 488 Application DESKTOP-H3NSAUV C:\Windows\Microsoft.NET\assembly\GAC_32\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll Update C0000242 3 -------------------------------------------------OR---------------------------------------------------------- Application: TabletDriverGUI.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Runtime.InteropServices.SEHException at System.Windows.Media.Animation.TimelineGroup..ctor(System.Nullable`1, System.Windows.Duration) at System.Windows.Media.Animation.TimeManager..ctor(System.Windows.Media.Animation.IClock) at System.Windows.Media.MediaContext..ctor(System.Windows.Threading.Dispatcher) at System.Windows.Media.MediaContext.From(System.Windows.Threading.Dispatcher) at System.Windows.Media.Visual.VerifyAPIReadWrite() at System.Windows.Media.VisualCollection.Add(System.Windows.Media.Visual) at System.Windows.Controls.UIElementCollection.AddInternal(System.Windows.UIElement) at System.Windows.Controls.UIElementCollection.Add(System.Windows.UIElement) at System.Windows.Controls.UIElementCollection.System.Collections.IList.Add(System.Object) at System.Xaml.Schema.XamlTypeInvoker.AddToCollection(System.Object, System.Object) at MS.Internal.Xaml.Runtime.ClrObjectRuntime.Add(System.Object, System.Xaml.XamlType, System.Object, System.Xaml.XamlType) at System.Xaml.XamlObjectWriter.Logic_DoAssignmentToParentCollection(MS.Internal.Xaml.Context.ObjectWriterContext) at System.Xaml.XamlObjectWriter.Logic_DoAssignmentToParentProperty(MS.Internal.Xaml.Context.ObjectWriterContext) at System.Xaml.XamlObjectWriter.Logic_CheckAssignmentToParentStart(MS.Internal.Xaml.Context.ObjectWriterContext) at System.Xaml.XamlObjectWriter.Logic_CreateAndAssignToParentStart(MS.Internal.Xaml.Context.ObjectWriterContext) at System.Xaml.XamlObjectWriter.WriteStartMember(System.Xaml.XamlMember) at System.Xaml.XamlWriter.WriteNode(System.Xaml.XamlReader) at System.Windows.Markup.WpfXamlLoader.TransformNodes(System.Xaml.XamlReader, System.Xaml.XamlObjectWriter, Boolean, Boolean, Boolean, System.Xaml.IXamlLineInfo, System.Xaml.IXamlLineInfoConsumer, MS.Internal.Xaml.Context.XamlContextStack`1, System.Windows.Markup.IStyleConnector) at System.Windows.Markup.WpfXamlLoader.Load(System.Xaml.XamlReader, System.Xaml.IXamlObjectWriterFactory, Boolean, System.Object, System.Xaml.XamlObjectWriterSettings, System.Uri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(System.Xaml.XamlReader, Boolean, System.Object, System.Xaml.Permissions.XamlAccessLevel, System.Uri) at System.Windows.Markup.XamlReader.LoadBaml(System.IO.Stream, System.Windows.Markup.ParserContext, System.Object, Boolean) at System.Windows.Application.LoadComponent(System.Object, System.Uri) at TabletDriverGUI.MainWindow.InitializeComponent() at TabletDriverGUI.MainWindow..ctor() at TabletDriverGUI.App..ctor() at TabletDriverGUI.App.Main()