freephoneline.app is damaged and can't be opened
-
- Just Passing Thru
- Posts: 2
- Joined: 03/14/2013
- Computer OS: Mac OS X 10.8.2
- Router: Apple Airport Extreme
freephoneline.app is damaged and can't be opened
I installed the latest FreePhoneLine 3.2.6 on my Macbook Air running Mac OS X 10.8.2. When I tried to launch the app, it says "Freephoneline.app is damaged and can't be opened.", has anyone seen this before? The old version of FreePhoneLine no longer works as I'm getting "no connection to the server". Any suggestion? Thanks.
-
- One Hit Wonder
- Posts: 1
- Joined: 03/02/2013
- SIP Device Name: OBi100
- Firmware Version: 1.2.1 (Build: 2385)
- ISP Name: Telus DSL
- Computer OS: Mac OSX 10.8.2
- Router: Actiontec V1000H
Re: freephoneline.app is damaged and can't be opened
Ooo ooo I think I know this one!
Right-click freephoneline app and choose 'Open'. You'll be presented with a confirmation dialog. You should only have to do this once.
http://support.apple.com/kb/ht5290
Right-click freephoneline app and choose 'Open'. You'll be presented with a confirmation dialog. You should only have to do this once.
http://support.apple.com/kb/ht5290
-
- Just Passing Thru
- Posts: 2
- Joined: 03/14/2013
- Computer OS: Mac OS X 10.8.2
- Router: Apple Airport Extreme
Re: freephoneline.app is damaged and can't be opened
Marmot, thanks so much, that fixed my problem.
-
- One Hit Wonder
- Posts: 1
- Joined: 01/01/2015
- SIP Device Name: Blink Pro
- ISP Name: Shaw
- Computer OS: Mac
- Router: DD-WRT on Netgear R7000
Desktop Application - Mac - Corrupted App
Hi,
When I download the mac desktop app from: http://media.freephoneline.ca/downloads ... _3_2_7.dmg, and put the application in my applications directory and attempt to run it, I get the attached error (see screen shot).
When I run it from the command line, I get that I am missing a GsonBuilder:
YonasDev:~ yonasj$ /Applications/FreePhoneLine.app/Contents/MacOS/JavaApplicationStub
UA: REGISTRATION
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/google/gson/GsonBuilder
at custom.UDPPinger.sendState(UDPPinger.java:24)
at vonix.ua.MainWnd.createMainWnd(MainWnd.java:371)
at vonix.ua.MainWnd.showInitDialogs(MainWnd.java:314)
at vonix.ua.MainWnd.createAndShowGUI(MainWnd.java:273)
at vonix.ua.MainWnd.access$000(MainWnd.java:73)
at vonix.ua.MainWnd$2.run(MainWnd.java:203)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: com.google.gson.GsonBuilder
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 20 more
UA: Registration success: 200 OK
java.io.FileNotFoundException: http://media.freephoneline.ca/updates/f ... pdates.ini
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1457)
at custom.Tools.postRequest(Tools.java:137)
at custom.http.RequestExecuter.run(RequestExecuter.java:53)
at java.lang.Thread.run(Thread.java:695)
The application still loads, but does not seem to correctly answer incoming calls.
Also, in the application, I can't see how to change the audio device. Is that a missing feature?
When I download the mac desktop app from: http://media.freephoneline.ca/downloads ... _3_2_7.dmg, and put the application in my applications directory and attempt to run it, I get the attached error (see screen shot).
When I run it from the command line, I get that I am missing a GsonBuilder:
YonasDev:~ yonasj$ /Applications/FreePhoneLine.app/Contents/MacOS/JavaApplicationStub
UA: REGISTRATION
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/google/gson/GsonBuilder
at custom.UDPPinger.sendState(UDPPinger.java:24)
at vonix.ua.MainWnd.createMainWnd(MainWnd.java:371)
at vonix.ua.MainWnd.showInitDialogs(MainWnd.java:314)
at vonix.ua.MainWnd.createAndShowGUI(MainWnd.java:273)
at vonix.ua.MainWnd.access$000(MainWnd.java:73)
at vonix.ua.MainWnd$2.run(MainWnd.java:203)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.ClassNotFoundException: com.google.gson.GsonBuilder
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 20 more
UA: Registration success: 200 OK
java.io.FileNotFoundException: http://media.freephoneline.ca/updates/f ... pdates.ini
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1457)
at custom.Tools.postRequest(Tools.java:137)
at custom.http.RequestExecuter.run(RequestExecuter.java:53)
at java.lang.Thread.run(Thread.java:695)
The application still loads, but does not seem to correctly answer incoming calls.
Also, in the application, I can't see how to change the audio device. Is that a missing feature?
You do not have the required permissions to view the files attached to this post.