Jonno12345 / TileIconifier

Creates tiles for most Windows 8.1 and 10 start menu icons
MIT License
1.39k stars 62 forks source link

Unhandled Exception when creating new shortcut #407

Open azcfj opened 1 year ago

azcfj commented 1 year ago
  1. Your operating system version

Edition Windows 10 Pro Version 22H2 Installed on ‎31-‎12-‎20 OS build 19045.3208 Experience Windows Feature Experience Pack 1000.19041.1000.0

  1. Any potentially unusual configurations you may be using

Processor Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz 3.20 GHz Installed RAM 8.00 GB System type 64-bit operating system, x64-based processor

My PC is pretty old lol

  1. What you were doing at the time

In Custom Shortcut Manger, clicked "Create New Shortcut"

Please copy and paste the entirety of the following (or right click and choose 'Copy Information For Github Issue'):

TileIconifier Version: v3.1.1.2 - x64 OS Version: 10.0.19045.0 - x64 Administrator?: Yes

System.InvalidOperationException: Invoke or BeginInvoke cannot be called on a control until the window handle has been created. at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at TileIconifier.Forms.CustomShortcutForms.FrmCustomShortcutManagerNew.PopulateAllTabs() at TileIconifier.Utilities.FormUtils.<>c__DisplayClass1_0.b__0() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()