codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
574 stars 136 forks source link

Unhandled exception on start up 2.0.6 #33

Closed metricconversion closed 1 year ago

metricconversion commented 1 year ago

Area of Concern

Describe the bug Install completes with no issues, but the service won't start, and I can't manually run the codeproject.ai.server.exe from elevated command prompt.

image

Log files

There only file in the C:\ProgramData\CodeProject\AI\ is the setup.bat

Your System (please complete the following information):

Additional context I've attempted to install the 1.5.6 version I had working before but that has the same issue also.

matthewDDennis commented 1 year ago

It looks like your install is REALLY messed up. I recommend reinstalling the app by

You should now be in a state to reinstall 2.0.6

metricconversion commented 1 year ago

Oh my word I realized I've been looking past the "ProgramData" and reading it as "Program Files" this whole time. Literally took you breaking it out into two different steps for me to register.

Once I deleted the ProgramData\CodeProject\AI directory and reinstalled that was literally all it took.

Thanks for detailing that out!