-
Notifications
You must be signed in to change notification settings - Fork 8
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
MBU - touch up linux support and add to CI #46
base: mbu-port
Are you sure you want to change the base?
Conversation
#- run: | ||
# name: Upload to Artifact Storage | ||
# command: | | ||
# scp -o StrictHostKeyChecking=no -i $KEYPATH -P $PORT ~/MBHaxe/macos-dist/MBHaxe-Ultra-Mac.dmg $REMOTEDIR/MBHaxe-Ultra-Mac.dmg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presumably this is some ssh server you are running locally? store_artifacts
below worked for me. Might want to uncomment this block before merge to match the others
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah please uncomment this.
Thanks for the PR, as for that specific error: |
This allows MBU to be built for linux, including compiling natively.
Unfortunately I realized there is currently an issue with multiplayer when running natively - If you a running the game natively and either join a server or somebody joins your server, the game crashes with this error:
When running marblegame.hl with hashlink, the issue does not occur. So not sure what is up with that. That should be fixed before this is officially distributed.
Will target MBG and MBP after this. MBU was surprisingly nice with only one case-sensitivity related issue. I know MBP will be much more of a pita