-
Notifications
You must be signed in to change notification settings - Fork 31
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
Trouble running matchmaking #125
Comments
Works fine for me on Ubuntu...
As a workaround, you may succeed with invoking the shebang line directly, optionally bypassing the call to
|
I couldn't reproduce on a non-nix mac either - we may need a nix user to explain this one.
|
Still the same result when I run the shebang without env from the shell.
|
Hey, I don't really know what to say here, shebang combination '#!/...' is pretty normal and shouldn't cause errors. Do other entries run normally? |
@migmit, yes, I've been able to successfully run all the other medalist entries. |
What about |
I will try when I get access to the machine again but that will take a couple of weeks. I will get back to you : ) |
Famous last words :) |
Thanks for the ping. This fell off the radar. I remember trying brickbreaker before. It works just fine. I get a white plane with a red circle and a breakout game inside of that. When I break all the bricks the circle turns green. |
@toonn the issue here is Nix-specific AFAICS. Nix does a number of shebang shenanigans: https://nixos.wiki/wiki/Nix-shell_shebang In particular, I think the Nix's requirement to use I'm not a Nix user... but it seems that a sibling file |
Ahhh... If it's indeed Nix-specific, there is no wonder I couldn't replicate it. |
|
Hi, I'm having some trouble getting "matchmaking" to run.
Same error if I run the file directly. (I thought maybe the shebang shenanigans were tripping up the play script.)
I'm running this in shell set up with the Nix flake.
The text was updated successfully, but these errors were encountered: