Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black screen after selecting existing character #185

Closed
tom-osborne opened this issue Oct 3, 2023 · 5 comments
Closed

Black screen after selecting existing character #185

tom-osborne opened this issue Oct 3, 2023 · 5 comments
Labels
bug Something isn't working need repro This bug report needs confirmation

Comments

@tom-osborne
Copy link
Contributor

tom-osborne commented Oct 3, 2023

Summary

When selecting a previously created character you get stuck on a black screen

Reproduction

  1. Create a new server using qbx-lean recipe (possibly same on main recipe, but definitely on lean).
  2. Leave server on completely default settings (no server.cfg changes)
  3. Create a character and save character.
  4. use /logout or 'logout' in F8 console
  5. Select character previously created
  6. Stuck on black screen.

No client side errors appear, but an error message from qbx_smallresources seems to appear when logging in (likely unrelated)
image

Expected behavior

Expect to be able to login and spawn

Actual behavior

Black screen after character selection (existing characters only)

Additional context

No response

Last Updated

3 hours ago

Custom Resources

Default qbox-lean recipe

Resource Rename

N/A

@tom-osborne tom-osborne added bug Something isn't working need repro This bug report needs confirmation labels Oct 3, 2023
@tom-osborne
Copy link
Contributor Author

I suspect the issue is being caused by these lines of code, which require qb-spawn. qb-spawn is missing from the qbx-lean recipe

https://github.com/Qbox-project/qbx_core/blob/main/client/character.lua#L298-299

@tom-osborne
Copy link
Contributor Author

Adding qbx_spawn, qbx_apartments and qbx_interior fixes this issue. All three are required as they depend on each other.

@tom-osborne
Copy link
Contributor Author

tom-osborne commented Oct 3, 2023

Tested with spawn-default branch (ref #184 ef4e19c) and this fixed the issue.

@mafewtm
Copy link
Member

mafewtm commented Oct 10, 2023

Tested with spawn-default branch (ref #184 ef4e19c) and this fixed the issue.

So has this been resolved?

@tom-osborne
Copy link
Contributor Author

Tested with spawn-default branch (ref #184 ef4e19c) and this fixed the issue.

So has this been resolved?

Yes, fixed as described

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need repro This bug report needs confirmation
Projects
Status: Done
Development

No branches or pull requests

2 participants