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

Project is not running on MacOs #52

Closed
potatmen opened this issue Sep 27, 2022 · 5 comments
Closed

Project is not running on MacOs #52

potatmen opened this issue Sep 27, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@potatmen
Copy link

In RemoveGoto.java there are some places like this:

final File dir = new File(
            String.format(
                "%s\\generated",
                this.path.substring(0, this.path.lastIndexOf('\\'))
            )
        );

That try to find path to directory using \ slash, but on MacOs access to files is performed using /. After changing all backslash to front project works good.

@potatmen
Copy link
Author

@MikhailLipanin

@0pdd
Copy link

0pdd commented Sep 29, 2022

@potatmen the puzzle #54 is still not solved.

@0pdd
Copy link

0pdd commented Oct 3, 2022

@potatmen 3 puzzles #54, #57, #58 are still not solved.

@0pdd
Copy link

0pdd commented Oct 5, 2022

@potatmen 2 puzzles #54, #57 are still not solved; solved: #58.

@0pdd
Copy link

0pdd commented Oct 24, 2022

@potatmen 2 puzzles #57, #76 are still not solved; solved: #54, #58.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants