- Windows 10 Professional V1909 Build 1863.900
- AMP Release "Europa" v2.0, built 09/07/2020 23:15
- Problem: Server hangs on Launching Experimental Build
Steps to reproduce: Turned on Experimental Stream and tried to create a new server and it hangs at
INF WorldGenerator:Generating Socket Data [GSM] Skipping me
To resolve the Issue I bypass Amp and modify the amp generated config file and change
<property name="ControlPanelPassword" value="DISABLED_BY_AMP"></property>
to
<property name="ControlPanelPassword" value=""></property>
And I also change
<property name="TerminalWindowEnabled" value="False"></property>
to <property name="TerminalWindowEnabled" value="True"></property>
only for the purpose of watching the server status, if I leave the ControlPanelPassword to DISABLEDBYAMP the server hangs in both Amp and the TerminalWindow, if I change it to just "" the server launches without a hitch without amp using the startdedicated.bat, I assume this would work in Amp to but amp always changes the value back to "DISABLEDBYAMP".
I'm using the SevenDays Module in Amp.