Python Forum
Pygame: Help With JackRouter Error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pygame: Help With JackRouter Error
#1
Hi, I am trying to get started with pygame, but when I run 'python hello_python.py' from the terminal, my game starts however I get the following error, can anyone give me some advice on how to fix this error? Any help is greatly appreciated, thanks.

2017-07-29 15:52:39.550 Python[19062:5831034] Error loading /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter: dlopen(/Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter, 262): Library not loaded: /System/Library/Frameworks/Jackmp.framework/Versions/A/Jackmp
Referenced from: /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter
Reason: image not found
2017-07-29 15:52:39.550 Python[19062:5831034] Cannot find function pointer New_JackRouterPlugIn for factory 7CB18864-927D-48B5-904C-CCFBCFBC7ADD in CFBundle/CFPlugIn 0x7fd7668d3980 </Library/Audio/Plug-Ins/HAL/JackRouter.plugin> (bundle, not loaded)
Reply
#2
I know the pygame users on this forum (myself, mekire, etc.) do no have Macs so i think you would be better helped at reddit where the main pygame community resides, and has a few mac users that could help occasionally.

I have never seen that error, but i know pygame had a lot of troubles with macs compared to other OS's. I could google search the error, but it would be only speculation and i couldnt confirm or deny and resolving since i dont have a mac.

Some info for future...
What was your method of installation? Pygame should be like any other 3rd party lib now
1
pip install pygame
There could be an issue with the one apple lists

What is your Mac version? I know of a few issues with each version.
Recommended Tutorials:
Reply
#3
(Jul-29-2017, 08:17 PM)metulburr Wrote: What was your method of installation? ... What is your Mac version?

I think I may have followed this article for installing:

http://florian-berger.de/en/articles/ins...3-on-os-x/

Here are my system specs:

mac OS High Seirra 10.3
MacBook Pro (Retina, 15-inch, Mid 2015)
Processor 2.8 GHz Intel Core i7
Memory 16 GB 1600 MHz DDR3
Graphics Intel Iris Pro 1536 MB

I'll check the reddit forum as well, best.
Reply
#4
Isn't Jack the audio system used in linux, that runs on top of ALSA?  Is it installed by default on macs?
I could be barking up the wrong tree, Jack could be something completely different in this context.
Reply
#5
(Jul-31-2017, 07:19 PM)nilamo Wrote: Isn't Jack the audio system used in linux, that runs on top of ALSA?  Is it installed by default on macs?
I could be barking up the wrong tree, Jack could be something completely different in this context.

I'm not sure but considering you might be right, I re-installed jack audio drivers, python and pygame. I can now run pygame, which is good.

I still need to sort out this error I get with jack audio when I run a pygame file, but some progress still:

Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] Pygame attribute error djwilson0495 3 5,344 Feb-18-2021, 03:34 PM
Last Post: michael1789
Big Grin Error installing Pygame-Zero dpa2007 1 4,030 Dec-26-2020, 03:50 PM
Last Post: MK_CodingSpace
  pygame error in my clicker game CrazyMakes 2 3,380 Apr-19-2020, 03:04 AM
Last Post: Windspar
  Error to install pygame skp 1 4,292 Apr-14-2020, 05:17 PM
Last Post: joe_momma
  installing pygame error pylab 1 5,253 Dec-31-2019, 05:44 PM
Last Post: pylab
  [PyGame] pygame image loading error BlueClaw 6 8,357 Dec-10-2019, 08:50 PM
Last Post: BlueClaw
  Problem with music - Pygame.error GaseBall 1 4,178 Nov-28-2019, 07:46 PM
Last Post: SheeppOSU
  Pygame to exe error Clunk_Head 0 3,636 Oct-19-2019, 01:34 PM
Last Post: Clunk_Head
  [PyGame] Error setting up pygame wazee 10 15,337 Jun-14-2018, 11:19 PM
Last Post: wazee
  [pyGame] My First Test, Error Fount ! JamieVanCadsand 3 6,355 Sep-25-2017, 04:13 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020