gpu-dawn binaries for x86_64-macos.11.6.6...11.6.6-none not available. #424
Labels
No labels
CI
all
basisu
blog
bug
build
contributor-friendly
core
correctness
deferred
dev
direct3d-headers
docs
driver-os-issue
duplicate
dxcompiler
editor
examples
experiment
feature-idea
feedback
flac
freetype
gamemode
gkurve
glfw
gpu
gpu-dawn
harfbuzz
help welcome
in-progress
infrastructure
invalid
libmach
linux-audio-headers
long-term
mach
mach.gfx
mach.math
mach.physics
mach.testing
model3d
needs-triage
object
opengl-headers
opus
os/linux
os/macos
os/wasm
os/windows
package-manager
priority
proposal
proposal-accepted
question
roadmap
slipped
stability
sysaudio
sysgpu
sysjs
validating-fix
vulkan-zig-generated
wayland-headers
website
wontfix
wrench
www
x11-headers
xcode-frameworks
zig-update
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hexops/mach#424
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there :)
I just wanted to try out mach and haven't used zig before. Here is the error I got on my Mac (Intel) is there an easy way to fix it?
Hi there!
You could use
zig build -Ddawn-from-source=true run-example-boidsand it should work, that will build Dawn from it's C++ sources. The only downside to this is it will take 5-15 minutes to complete (though should only happen like once.) The other option is to upgrade to macOS 12 Monterey.macOS 11/Big Sur has some (minor) limitations in it's Metal graphics API, and I only have macOS 12/Monterey devices that I can personally test on at the moment - and so I made a judgement call to not support Big Sur out of the box with prebuilt binaries.
Going forward it should be easier to be more backwards compatible and support older macOS versions (the last 3, as Zig itself supports) - it's just not very easy for me to do it for macOS 11 in specific.
Hope that makes sense!
Thx for the quick response. Build worked without any problem, then
example-boidsstarted and ran well until it ate up all my RAM (activity monitor showed ~50GB RAM or something) and I finally had to kill it! I guess there is a memory leak somewhere ...Wow that’s surprising, does it work / render otherwise?
Sry for the late rely. Yes, apart from the memory leak it works.
I updated to macOS Monterey it works, but it still continues to use more and more memory.
I had the same problem, but after updating to the latest version of zig master it's gone. The fix for the memory leak was merged today.
Thanks for reporting back, I'm also aware of some bugs in Dawn that will be fixed w.r.t. memory leaks on macOS by #403