n00mkrad / text2image-gui

Somewhat modular text2image GUI, initially just for Stable Diffusion
GNU General Public License v3.0
935 stars 95 forks source link

Can anybody help me with what this error means? #46

Closed TheHexiz closed 1 year ago

TheHexiz commented 1 year ago

I haven't spent much time with a pc for a couple years, and i was wondering what this/these error(s) mean. any help would be appreciated!

Unhandled Thread Exception!

Could not load file or assembly 'System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Stack Trace: at StableDiffusionGui.ExtensionMethods.MatchesWildcard(String str, String wildcard) at StableDiffusionGui.Ui.MainUi.DoStartupChecks() at StableDiffusionGui.MainForm.d__7.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at StableDiffusionGui.MainForm.d__6.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

n00mkrad commented 1 year ago

It means a DLL that usually comes with Windows is missing.

What version are you on?

In newer versions, I include the DLL with the program so it should not be an issue...

TheHexiz commented 1 year ago

I was trying to run it on my old Laaptop, it runs Windows 7. lol

n00mkrad commented 1 year ago

No support for Win7

TheHexiz commented 1 year ago

okay Thank you! i will get it on my other one then.

I appreciate it.