Tried to run a fresh install of a Forge server, keep getting the following errors when I open it in a batch file.
C:\Users\____\Documents\My Games\Minecraft\Casinea FORGE>java -Xmx4096M -jar forge-1.14.4-28.0.45.jar true
2019-08-14 18:28:34,501 main WARN Disabling terminal, you're running in an unsupported environment.
[18:28:34.602] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 28.0.45, --fml.mcpVersion, 20190719.225934, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, true]
[18:28:34.607] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 3.2.0+60+b86c1d4 starting: java version 1.8.0_221 by Oracle Corporation
[18:28:34.884] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[18:28:34.948] [main/WARN] [ne.mi.fm.lo.FMLConfig/CORE]: Configuration file C:\Users\_____Documents\My Games\Minecraft\Casinea FORGE\config\fml.toml is not correct. Correcting
[18:28:34.958] [main/WARN] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [defaultConfigPath] was corrected from null to defaultconfigs
[18:28:35.707] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., true]
[18:28:45.083] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[18:28:45.083] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[18:28:45.083] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[18:28:45.088] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[18:28:45.088] [main/WARN] [minecraft/Commands]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[18:28:46.114] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.14.4
[18:28:46.507] [modloading-worker-1/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 28.0.45, for MC 1.14.4 with MCP 20190719.225934
[18:28:46.515] [modloading-worker-1/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v28.0.45 Initialized
[18:28:47.209] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[18:28:47.212] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[18:28:47.215] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[18:28:47.250] [Server thread/INFO] [minecraft/DedicatedServer]: Generating keypair
[18:28:47.362] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on 192.168.0.1:25565
[18:28:47.414] [Server thread/INFO] [minecraft/NetworkSystem]: Using default channel type
[18:28:47.857] [Server thread/WARN] [minecraft/DedicatedServer]: **** FAILED TO BIND TO PORT!
[18:28:47.858] [Server thread/WARN] [minecraft/DedicatedServer]: The exception was: java.net.BindException: Cannot assign requested address: bind
[18:28:47.860] [Server thread/WARN] [minecraft/DedicatedServer]: Perhaps a server is already running on that port?
[18:28:47.888] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
[18:28:47.889] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
[18:28:47.893] [Server thread/ERROR] [minecraft/MinecraftServer]: Exception stopping the server
java.lang.IllegalArgumentException: Can not hotload overworld. This must be loaded at all times by main Server.
at org.apache.commons.lang3.Validate.isTrue(Validate.java:158) ~[server-1.14.4-extra.jar:?] {}
at net.minecraftforge.common.DimensionManager.initWorld(DimensionManager.java:201) ~[?:?] {}
at net.minecraftforge.common.DimensionManager.getWorld(DimensionManager.java:170) ~[?:?] {}
at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:974) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_213211_a(MinecraftServer.java:521) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_71260_j(MinecraftServer.java:553) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71260_j(DedicatedServer.java:544) ~[?:?] {pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:661) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_221] {}
[18:28:47.972] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: BETA Current: 28.0.45 Target: 28.0.45
C:\Users\_____\Documents\My Games\Minecraft\Casinea FORGE>PAUSE