Selur's Little Message Board

Full Version: Problems on Apple Silicon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Hello. I am trying to launch Hybrid on Mac mini m4. For some reason it works unstable. I faced different errors. Here are some of them:
  • Set absolute path crashed
  • File temp/..... was not created
I found out the program works better if I run
xattr -rc [directory I am working in]
before processing the video. Thus the problem may be caused by security system of OS X. Have anyone faced the same problems? How can I fix hem permanently?
1. no debug output => no clue what you are doing
2. yes, it's probably related to macOSs security features
wild guess: make sure that the temp path isn't in some virtual folder
Sorry, here is log and screen recording of my actions. Unfortunately, Hybrid doesn't create any debug log and I can show only regular one. 
https://drive.google.com/drive/folders/1...sp=sharing

As you can see the app itself, temp directory, in and out file are in ~/Downloads directory
a. Normally [code[xattr -rc „Path to Hybrid.app“ [/code] ans allowing Hybrid access to the folders when macOS asks for it, should be enough.
b. It's strange that 'system_profiler SPDisplaysDataType' does not come back in time. (you did apply 1., right?)
c. Does '/User/andrew/Downloads/debug/temp' exist ? (if not debug output will be disabled, on startup since the temp path doesn't exist; Assuming the creation of the debug output is enabled.)
d. Does '/User/andrew/Downloads/temp' exist ? (if not debug output will be disabled, on loading the source since the temp path doesn't exist; Assuming the creation of the debug output is enabled.)

Cu Selur
a. I have tried both
Code:
xattr -rc ~/Downloads/Hybrid.app
and 
Code:
xattr -rc ~/Downloads/
but none of the helped. I have also given Hybrid.app full access to the the drive via system settings

b. You mean a.? Yes, it did't help. 
Quote:(you did apply 1., right?)

c. d. Thank you! I managed to get debug log. Added it to the google drive folder

P.S. Seems something is wrong with mencoder and ignore list
Code:
2025.12.18 - 12:56:03_macOS Tahoe (26.2) (64bit)_2025.12.06.1 - level 9:  -> absolute path for tool is:
2025.12.18 - 12:56:03_macOS Tahoe (26.2) (64bit)_2025.12.06.1 - level 9: -> 2025-12-18@12_55_58_7110_02_video crashed: set absolute paths crashed,...
Path to mencoder is empty, so adjusting the path to an absolute path crashes.
Prefering FFMpeg as decoder ('Config->Input->Decoding->Prefer FFmpeg') might help.

Cu Selur
Oh! Now it works. I managed to covert video to h.264. 

Now I am trying to deinterlace same video with QTGMC and convert it to FFV1. I get another error I have told before
Code:
/Users/andrew/Downloads/temp/[something] was not created!
Could you watch a new log? May be you can help?
Does the Vapoursynth Preview work?
What does the DebugOutput show?
Preview doesn't work. I added paths you have suggested here
https://forum.selur.net/thread-3937-page-6.html
but it didn't solve the problem completely.

I added debug output to google drive folder

[Image: 2025-12-18-15-09-51.png]
[Image: 2025-12-18-15-10-13.png]
[Image: screen-4.png]
[Image: 2025-12-18-15-10-26.png]
Normally, following the steps from the README.md should be enough,...
Pages: 1 2 3 4