Description
After downloading & running the installer, you're unable to start the fivem server via fxManager. As it fails to find a resource manifest within the fxManager resource, this is because of the file hierarchy:
# installed structure
system_resources/
└── fxManager/
└── fxManager/
└── fxmanifest.lua
# expected structure
system_resources/
└── fxManager/
└── fxmanifest.lua
Reproduction Steps
- Download v0.2.0 of the cli-installer
- Run the installer and install a fresh server
- Run fxManager & setup the project
- Attempt to start fxserver and observe the issue
Expected Behavior
FXServer should launch normally with fxManager resource present.
Environment Info
- OS: Win 11
- Version: v0.2.0
Additional Context
Minor issues with the setup flow are noticed but is not caused by the installer but the fxManager webpanel auto-completion logic, which will be patched in fxManagerProject/fxManager#69
Description
After downloading & running the installer, you're unable to start the fivem server via fxManager. As it fails to find a resource manifest within the
fxManagerresource, this is because of the file hierarchy:Reproduction Steps
Expected Behavior
FXServer should launch normally with fxManager resource present.
Environment Info
Additional Context
Minor issues with the setup flow are noticed but is not caused by the installer but the fxManager webpanel auto-completion logic, which will be patched in fxManagerProject/fxManager#69