Open n3tis opened 6 months ago
Seems 12001 is used by IIS, you can change this under backPortMin in config.json. It's supposed to iterate up until it can find a port to use but I guess the way it's done isn't clean. May be able to fix that for later release, or change the lowest port default.
Describe the bug Flashpoint fails to start if Internet Information Services is enabled in Windows Features. It displays a msgbox saying "connect ETIMEDOUT 127.0.0.1:12001 [OK]"
To Reproduce Steps to reproduce the behavior:
Expected behavior Starting Flashpoint. Oddly enough, I somehow quickly resolved this by just disabling the IIS, because I was testing something previously using it, so my process of elimination quickly deduced it was likely IIS interfering, and turning it off made Flashpoint launch like normal.
Desktop (please complete the following information):
Additional context Personally, I have no issue as I do not need IIS to be enabled, but I thought it is noteworthy that this gets added to some type of wiki so if anyone by any chance has that Windows feature enabled, that they know why their Flashpoint refuses to launch.