Skip to content

[BUG] installer is incorrectly placing fxManager resource #2

Description

@Maximus7474

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

  1. Download v0.2.0 of the cli-installer
  2. Run the installer and install a fresh server
  3. Run fxManager & setup the project
  4. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions