Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

No protocol specified

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
sodcore
Posts: 13
Joined: 2019-09-02 21:11

No protocol specified

#1 Post by sodcore »

I have updated to Debian Buster and many of my programs will not start in root as it says thing like the following depending on the program.

If I try to run the eagle simulator for electronics I get the following:
/home/donald/Documents/Programs/Installed/Electronics_simulator/eagle-8.0.1/eagle: /home/donald/Documents/Programs/Installed/Electronics_simulator/eagle-8.0.1/lib/libdbus-1.so.3: no version information available (required by /lib/x86_64-linux-gnu/libavahi-client.so.3)
No protocol specified
QXcbConnection: Could not connect to display :0
Aborted

It also does not work when I am logged in as my regular user name.
It will let the file open. But I when I click on File the drop down menu is not there. I really need this for work.

Other outputs such as when I try to run a xbee XCTU on as root I get:

No protocol specified
No protocol specified
No protocol specified
App:
An error has occurred. See the log file
/home/donald/Documents/Programs/Installed/Xbee_Setup_Program/XCTU-NG/configuration/1567462497450.log.

And the log file shows:
!SESSION 2019-09-02 16:14:57.274 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_21
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -clearPersistedState
Command-line arguments: -os linux -ws gtk -arch x86_64 -clearPersistedState

!ENTRY org.eclipse.osgi 4 0 2019-09-02 16:14:58.165
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4387)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:914)
at org.eclipse.swt.widgets.Display.create(Display.java:900)
at org.eclipse.swt.graphics.Device.<init>(Device.java:156)
at org.eclipse.swt.widgets.Display.<init>(Display.java:498)
at org.eclipse.swt.widgets.Display.<init>(Display.java:489)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:669)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at com.digi.xctung.application.XctungApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

Please any advice would be very appreciated as I have been struggling with this for about a month since I did a fresh install and upgrade to trusty.

Thanks,
Donald
Last edited by sodcore on 2019-09-03 06:53, edited 1 time in total.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: No protocol specified

#2 Post by pylkko »


Post Reply