Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
Jeffen Nilsson
127 discussion posts
Windows 11
DP 11.1.1

These functions worked without issues just a couple of days ago and i haven't updated or changed anything that relates to them that i'm aware of.
It's very strange

this is just the default "close window" function

using System;
using System.Drawing;

// The 'windowHandle' parameter will contain the window handle for the:
//   - Active window when run by hotkey
//   - Trigger target when run by a Trigger rule
//   - TitleBar Button owner when run by a TitleBar Button
//   - Jump List owner when run from a Taskbar Jump List
//   - Currently focused window if none of these match
public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        BFS.Window.Close(windowHandle);
    }
}


And i am getting these errors
https://i.imgur.com/Kca0tJK.gif


I have a ocuple of scripted functions tied to triggers and i notced that they stopped working, thus i started looking at the scripts and all of them are getting these types of errors.
3 days ago  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Can you try re-installing the latest version of .net from here and then reboot, and see if the issue persists? https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.15-windows-x64-installer
2 days ago  • #2
User Image
Jeffen Nilsson
127 discussion posts
That seems to have done the trick, thanks!
2 days ago  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)