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

How to? #11

Open
Warkdev opened this issue Oct 9, 2021 · 4 comments
Open

How to? #11

Warkdev opened this issue Oct 9, 2021 · 4 comments

Comments

@Warkdev
Copy link

Warkdev commented Oct 9, 2021

Hello,

I've tried to use this lib as a submodules of a project but I can't get some of the dependencies to work due to compiler settings.

Is there any how-to or easy implementario' available?

Thanks.

@berkbuzcu
Copy link
Collaborator

If you provide the error and the steps to reproduce I may be able to help

@Warkdev
Copy link
Author

Warkdev commented Oct 12, 2021

Well, I did find that it was my mistake. The library isn't working with python 3.9+. Downgrading to 3.8.10+ fixed the Cython issue :)

Yet, I've found out a bug with Vanilla client (1.12), the code is expecting to find a locale folder in this function:

def list_game_data_paths(path):

I did put in place a hacky "if" for now.

@skarndev
Copy link
Collaborator

Well, I did find that it was my mistake. The library isn't working with python 3.9+. Downgrading to 3.8.10+ fixed the Cython issue :)

Yet, I've found out a bug with Vanilla client (1.12), the code is expecting to find a locale folder in this function:

def list_game_data_paths(path):

I did put in place a hacky "if" for now.

This library is not intended to be used for Vanilla tbh.

@Warkdev
Copy link
Author

Warkdev commented Oct 12, 2021

This library is not intended to be used for Vanilla tbh.

Not at this moment, right ? ;)

I always prefer to start with Vanilla (and have plenty of code on how to interpret the files format like MCLQ chunks and so on..) if you like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants