Please ensure Javascript is enabled for purposes of website accessibility Jump to content

Workaround: Line 6 Updater v1.16 not starting on Mac OSX


hseibert
 Share

Recommended Posts

The Line6 updater utility didn't start on my Mac.

I found that this was due to my File System with case sensitivity.

 

Command line startup  displayed

...

QQmlApplicationEngine failed to load component

file://applications/Line6/Line 6 Updater.app/Contents/Resources/qmlsource/main.qml

 

So "/applications" did not exist on my Mac it was "/Applications"

 

Dirty workaround:

sudo ln -s /Applications /applications

 

This allows Application startup.

 

Afterwards the link can be removed by

sudo unlink /applications

 

I hope that Bug will be fixed soon by Line6 Developers

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...