Questions tagged [macos-ventura]

macOS Ventura (version 13) is the nineteenth major release of macOS.

macOS Ventura (version 13) is the nineteenth major release of macOS, Apple's desktop operating system for Macintosh computers. The successor to macOS Monterey, it was announced at WWDC 2022 on June 6, 2022. It is named after the city Ventura in California, following the home state naming system that started with OS X Mavericks.

323 questions
0
votes
1 answer

Increase pipe buffer size on macOS

My program on linux got a drastic speed increase when I wrote fcntl(fd, F_SETPIPE_SZ, size). fd is a pipe to a child process I created with fork+execv. I raised the pipe from 64K to 1MB which seems to be linux max without root permission. I wrote a…
Stan
  • 161
  • 8
0
votes
0 answers

launchctl bootstrap gui/501 shows "bad ownership/permissions" (but user/501 works)

I'm on Mac Ventura 13.1, I moved my home dir to an external drive as the internal SSD is unusably small (256GB). I followed this guide: https://www.lifewire.com/move-macs-home-folder-new-location-2260157 Everything appears to be working correctly…
Hackeron
  • 616
  • 7
  • 14
0
votes
1 answer

Why is Chrome now blanking all page content that is off screen, re-renders it a full second after scrolling

Chrome recently started this severe janky behavior. When I scroll ANY PAGE, the content is blank for a full second before Chrome renders the content. Even when I scroll back up to previously rendered content, it is blank for a full second before…
Todd Hale
  • 480
  • 8
  • 15
0
votes
0 answers

operation not permitted: /dev/nulleval MacOS Ventura 13.0.1

(eval):3: operation not permitted: /dev/nulleval This is the output I am seeing on my macbook with ventura latest update, this caused when I tried installing git-lfs. But not able to get rid of this. Tried the following: Going to settings, privacy…
0
votes
0 answers

Empty movie file when combining videos in Swift

I'm new to Swift. I'm trying to combine several mp4 files into a single movie, but my code ends up writing an empty video file. This is the code I wrote: import Foundation import AVFoundation var folderURL = URL(fileURLWithPath: "/") var…
Mr. Demetrius Michael
  • 2,326
  • 5
  • 28
  • 40
0
votes
0 answers

Microsoft Excel is not allowed to open documents in Terminal on MacOS Ventura

I'm trying to automate some tasks on Excel by calling Python. At windows I can call python via VBA or hyperlinks. But, at MacOS I can't. I use a MacBook pro 2019 and MacOS Ventura. I used a hyper link to a python file by I got an error saying,…
0
votes
1 answer

pyproj import fails with array.array error when running from command line, macOS, 13.0.1, Python 3.8.10, pyproj 3.4.0

System is configured as macOS 13.0.1 (Ventura), python 3.8.10, pyproj-3.4.0. python is installed from python.org >which python3.8 /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 >which proj /usr/local/bin/proj proj is version…
0
votes
0 answers

Why is Yarn not working on Ventura and how do I get it to work?

Since I installed Ventura I've been having an impossible time with Yarn. This command works on a normal linux environment but will not work on either of my Ventura machines. I've tested this on all environments using the same version of yarn (i.e.…
geoidesic
  • 4,649
  • 3
  • 39
  • 59
0
votes
1 answer

Ventura OSX giving permission denied error on pod installing. SSH issue

I have just upgraded my OSX to Ventura, And it started making my life hell. I have personal git server, usually we create ssh with ssh-keygen command. I created and provided the public to the server without keeping any password, Even I tried with…
MRizwan33
  • 2,723
  • 6
  • 31
  • 42
0
votes
1 answer

OSError about 'fontconfig-1' after install 'fontconfig' on mac OS ventura on rosetta

I'm trying to run django migrate with iTerm that is running on rosetta, my OS is mac OS 13.0.1 Ventura. When I've run python manage.py migrate command, I got OSError: ctypes.util.find_library() did not manage to locate a library called…
Lazyer
  • 917
  • 1
  • 6
  • 16
0
votes
0 answers

Can I develop app with react-native for ios on a virtual Mac in Vmware player?

I soon saw that I can't enable 3d acceleration, and the visual code isn't rendering right. I installed xcode and so far it's been trying to build for 4 minutes. Here I managed to virtualize a MacBook Pro with Ventura 13.0.1, I left 6 GB of RAM and 4…
Cesar
  • 1
  • 2
0
votes
0 answers

MAMP Pro not working anymore after MAC update

After my recent MAC update to Venture 13.0.1, my MAMP Pro app stopt working. When I start the app, I receive the message 'No PHP versions could be found, please re-install the software'. Unfortunately, when I remove the app and try to re-install it,…
Pieter
  • 117
  • 3
  • 10
0
votes
0 answers

How do I add Foundation module in Python3 on MacOS Ventura?

I have a program that runs in python3 and uses the Foundation module, but I recently upgraded to Ventura and I get: Traceback (most recent call last): File "/Applications/Presentation.app/Contents/MacOS/presentation.py", line 162, in…
Dave Mason
  • 669
  • 6
  • 15
0
votes
0 answers

How to fix this error in Pyttsx3: KeyError: 'VoiceAge'

I installed Pyttsx3 with mamba on Mac OS. All was working fine. Then I upgraded to Mac OS Ventura 13.01 and I get an error on this minimal working example: import pyttsx3 engine = pyttsx3.init() engine.getProperty('voices') The third line throws an…
fiacobelli
  • 1,960
  • 5
  • 24
  • 31
0
votes
0 answers

Reading a weighting scale socket in zsh

We use zsh shell on a macbook and try to read the output of some weighting scales with sockets on 10.0.117.14 Port 8884. I could not make zsh/net/socket commands to work in any way on my mac. I tried for example pierrefroelicher@mbAir2021pcf ~ % nc…