Matthew-Krueger
  • Joined on 2024-05-08
Matthew-Krueger pushed to main at Matthew-Krueger/blender 2024-05-10 23:44:26 +02:00
0d4e4e3f42 Cleanup: Remove unused scene argument from foreach_nodeclass
33e8b12a43 Cleanup: Pass main expand callback directly to function
c78e4d203c Fix linux build
3582e52f9c UI: Improved overlay text contrast with new outline text decoration
b78875c675 Vulkan: Disable failing test
Compare 125 commits »
Matthew-Krueger commented on issue blender/blender#121605 2024-05-10 22:44:51 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS

Other Aliases work just fine in my testing. Submitted PR #121673

Matthew-Krueger created pull request blender/blender#121673 2024-05-10 22:43:22 +02:00
WIP: Fix #121605 MacOS Crashes on Desktop with shortcut to non-mounted (and non-mountable) drive.
Matthew-Krueger pushed to fix-macos-file-manager-hang at Matthew-Krueger/blender 2024-05-10 22:40:59 +02:00
fbcb75ff46 Fix #121605 MacOS Crashes on Desktop with shortcut to non-mounted (and non-mountable) drive.
0d4e4e3f42 Cleanup: Remove unused scene argument from foreach_nodeclass
33e8b12a43 Cleanup: Pass main expand callback directly to function
c78e4d203c Fix linux build
3582e52f9c UI: Improved overlay text contrast with new outline text decoration
Compare 10 commits »
Matthew-Krueger created branch fix-macos-file-manager-hang in Matthew-Krueger/blender 2024-05-10 22:40:58 +02:00
Matthew-Krueger commented on issue blender/blender#121605 2024-05-10 20:29:30 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS

That took care of it and it no longer crashes. And much more eloquent than my solution with multithreaded nonsense (I just tinker until I can get it to work). It doesn't show any entry on the file…

Matthew-Krueger commented on issue blender/blender#121605 2024-05-10 19:39:04 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS

I can test tonight. I don’t know much objective c, so I might be struggling through it. But I’ll try and let you know.

Matthew-Krueger commented on issue blender/blender#121605 2024-05-10 18:45:30 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS

Harley, I was able to narrow it down to that exact function actually (I thought I put it in my comment but I didn’t). It enters but never returns on this shortcut. Other shortcuts work fine.…

Matthew-Krueger commented on issue blender/blender#121605 2024-05-10 03:49:43 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS

According to ChatGPT, to recreate the original file, you'd need xxd -r -p Matthew-Files-Bindump.txt > Matthew-Files. However, I can't seem to reconstruct the original file using this method, as…

Matthew-Krueger reopened issue blender/blender#121605 2024-05-09 08:43:48 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS
Matthew-Krueger closed issue blender/blender#121605 2024-05-09 08:43:41 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS
Matthew-Krueger commented on issue blender/blender#121605 2024-05-09 07:27:55 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS

And a stack trace (Sorry, I thought I had included the file):

image

Matthew-Krueger commented on issue blender/blender#121605 2024-05-09 07:27:05 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS

Upon further messing around with Xcode, I was able to determine Blender is awaiting a pthread_join call, specifically in this function. It looks like there is something that's awaiting the desktop…

Matthew-Krueger opened issue blender/blender#121605 2024-05-09 06:53:19 +02:00
Blender shows no items on Desktop and then crashes when selecting another folder in MacOS
Matthew-Krueger created repository Matthew-Krueger/blender 2024-05-08 04:46:01 +02:00