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

Data Pack Editor does not launch on Mac #131

Open
adonutwithsprinklez opened this issue Sep 10, 2022 · 0 comments
Open

Data Pack Editor does not launch on Mac #131

adonutwithsprinklez opened this issue Sep 10, 2022 · 0 comments
Assignees
Labels
bug Something isn't working on the MainDev branch python Feature/bug requiring changes to Python code
Milestone

Comments

@adonutwithsprinklez
Copy link
Owner

The Data Pack Editor does not currently launch on Mac. It seems to get stuck in a loop when attempting to attach the scrollbar listener to the metadata frame.

Commenting out the below code (dataPackEditor.py line 98-103) allows the application to run without issue:

metadataFrame.bind(
    "<Configure>",
    lambda e: canvas.configure(
        scrollregion=canvas.bbox("all")
    )
)
@adonutwithsprinklez adonutwithsprinklez added bug Something isn't working on the MainDev branch python Feature/bug requiring changes to Python code labels Sep 10, 2022
@adonutwithsprinklez adonutwithsprinklez added this to the Playable Demo milestone Sep 10, 2022
@adonutwithsprinklez adonutwithsprinklez self-assigned this Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working on the MainDev branch python Feature/bug requiring changes to Python code
Projects
Development

No branches or pull requests

1 participant