You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to appwiz.cpl (or Control Panel > Programs and Features)
Click on 'Turn Windows features on or off'
Scroll down to 'Internet Information Services'
Mark the checkbox, save changes.
Start Flashpoint, receive error message.
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):
OS: Windows 10
Flashpoint Version: 12.1 Infinity
Log text (if relevant)
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: