homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

molten-vk 1.4.1

Open botantony opened this issue 1 month ago • 2 comments

  • [x] Have you followed the guidelines for contributing?
  • [x] Have you ensured that your commits follow the commit style guide?
  • [x] Have you checked that there aren't other open pull requests for the same formula update/change?
  • [x] Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • [x] Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • [x] Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

botantony avatar Dec 01 '25 01:12 botantony

  *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AppleParavirtDevice newArgumentEncoderWithLayout:]: unrecognized selector sent to instance 0x12900aa00'
  *** First throw call stack:
  (
  	0   CoreFoundation                      0x000000018d7471cc __exceptionPreprocess + 176
  	1   libobjc.A.dylib                     0x000000018d22a158 objc_exception_throw + 60
  	2   CoreFoundation                      0x000000018d7f9468 -[NSObject(NSObject) __retain_OA] + 0
  	3   AppleParavirtGPUMetalIOGPUFamily    0x0000000102ab4f5c doUncompressedBlit + 11180
  	4   Metal                               0x0000000197a0dec4 -[_MTLDevice newArgumentEncoderWithArguments:structType:] + 136
  	5   libMoltenVK.dylib                   0x00000001032dc550 _ZN17MVKPhysicalDevice17initMetalFeaturesEv + 2064
  	6   libMoltenVK.dylib                   0x00000001032dba70 _ZN17MVKPhysicalDeviceC2EP11MVKInstancePU19objcproto9MTLDevice11objc_object + 452
  	7   libMoltenVK.dylib                   0x0000000103289824 _ZN11MVKInstanceC2EPK20VkInstanceCreateInfo + 940
  	8   libMoltenVK.dylib                   0x000000010326e86c vkCreateInstance + 72
  	9   test                                0x0000000102923f4c main + 100
  	10  dyld                                0x000000018d267154 start + 2476
  )
  libc++abi: terminating due to uncaught exception of type NSException

botantony avatar Dec 01 '25 05:12 botantony

I wanted to propose just depending on macOS 15, but I found upstream CI for tag 1.4.1, MoltenVK (Xcode 15.0.1 - macos), which ran on macOS 14, finished successfully.

yurikoles avatar Dec 05 '25 10:12 yurikoles