Skip to content

Server doesn't work on Windows [Bug + Solution] #69

@yaadm

Description

@yaadm

In file: ZoneManager.cs
Line 241: process.StartInfo.FileName = "server" + "." + extension.ToString();

ERROR:
No such file.

FIX: (works on windows)
process.StartInfo.FileName = Path.GetFileNameWithoutExtension(Tools.GetProcessPath) + Path.GetExtension(Tools.GetProcessPath);

Please fix for your future windows users.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions