-
Notifications
You must be signed in to change notification settings - Fork 13
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
New assembler crashes on M1 in x64 #96
Comments
So far everything worked on ARM64, so I think we could give it a try |
it is a lot of work to get native arm64 though (pro3d side, other libs etc). could be step 2. ideas why x64 is broken? it might also be broken on native x64 Macs? |
seems like |
Looks like it, i added the entrypoint in one of the last versions |
Maybe there was a broken version which got resolved at your end? Is there a newer one? |
i is 5.2.12 rendering. if there is a newer one maybe @laurafritz or @hyazinthh could upgrade. i need to hand this one over... thanks you all |
https://github.com/pro3d-space/PRo3D/blob/develop/paket.lock assembler is 0.0.7 btw |
ah and another info. on win this exact build works... |
Maybe related: aardvark-platform/aardvark.docs#34 |
fix for amd64 Mac is in the assembler package, not sure about deployment though |
status:
shouldn't this one be unpacked from aardvark.assembler?� it seems to be using rendering 5.2.12. could rendering upgrade just fix this one? pro3d-space/PRo3D#227 |
it seems like this aardvark.rendering version is taking jitmem.dylib from aardvark.rendering instead of aardvark.assembler - 5.3 prerelease track could fix this issue, unfortunately pro3d is blocked. what is the last eiswritable free version to downforce rendering? other option would be to backport the new assembler to non 5.3 or upgrade pro3d to 5.3 |
…, in order to workaround #227
The rendering dylib shouldn't exist anymore, so we can just remove it and publish a new minor rendering version? |
yes, was already done, created a new package. works |
Seems new after updates, in PRo3D on Mac M1 running in rosetta we get:
@krauthaufen this is a new assembler which got active, right? could one switch to real ARM64 yet? pro3d-space/PRo3D#197
The text was updated successfully, but these errors were encountered: