Solved ServerStart.bat creates file named 1

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
Summary of the problem ServerStart.bat creates file named 1

Pack Version 1.7.0

What is the bug? This bug is present in most of the recent FTB server zip-files

Missing &-sign in ServerStart.bat creates a file named "1" that states that the file autostart.stamp can't be found.

Both line 57 and line 65 ends with:
nul 2>1

Mod & Version

Link to log file

Is it repeatable? Yes

Known Fix Edit line 57 and line 65 so it ends like this:
nul 2>&1

(add the &-char before the 1)

And the error message should end up in the default output instead of creating the 1-file
 
Status
Not open for further replies.