Hi all.
I'm new here. I'm blind and trying to figure out if sdr trunk will be usable with my screen readers, since I'm unable to get dsd to do anything so I can use uniTrunker. I want to try to get p25 phase 2 trunking system in the local area. I don't care what I use as long as it's somewhat usable. When I unzip sdr trunk, I have 5 items one of which is a bin folder. I open the bin folder and run sdr-trunk.bat as administrator. The console window comes up and I have many errors which scroll right off the top of the screen.
I think I managed to copy the entire text of the console output. I've tried this on two machines, one running Windows 10 21h1 and one running Windows 11 dev build 22074 or some such. Both machines are 64 bit, I tried running sdr trunk from c:/sdr/sdr trunk, and from c:/users/my username/sdr trunk, same result for both. My receiver is an rtlsdr blog v3, and it is functioning with hd sdr and sdr#.
I couldn't really find any tutorials that are in text so I tried listening to videos, and it sounds like all I do is just unzip this and run the batch file. Am I missing a step? I don't know if I've installed what ever intermediary driver would be needed for sdr trunk to work with rtlsdr. I coppied the same dll file I used to get hd sdr to work by placing it in the hd sdr folder under program files to the sdr trunk/bin folder and that didn't seem to make a difference.
Below is my console output.
23:12:55.057 ERROR i.g.d.p.SystemProperties - SystemProperties - exception while creating app folder [settings] [11MB/128MB 9%]
java.nio.file.NoSuchFileException: C:\Users\Aaron T. Spears\SDRTrunk\settings
at java.base/sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.WindowsFileSystemProvider.createDirectory(Unknown Source)
at java.base/java.nio.file.Files.createDirectory(Unknown Source)
at io.github.dsheirer.properties.SystemProperties.getApplicationFolder(SystemProperties.java:147)
at io.github.dsheirer.icon.IconModel.getIconFolderPath(IconModel.java:260)
at io.github.dsheirer.icon.IconModel.getIconFilePath(IconModel.java:273)
at io.github.dsheirer.icon.IconModel.load(IconModel.java:373)
at io.github.dsheirer.icon.IconModel.<init>(IconModel.java:67)
at io.github.dsheirer.gui.SDRTrunk.<init>(SDRTrunk.java:111)
at io.github.dsheirer.gui.SDRTrunk.main(SDRTrunk.java:624)
23:12:55.066 INFO i.g.d.icon.IconModel - loading icons file [C:\Users\Aaron T. Spears\SDRTrunk\settings\icons.xml] [11MB/128MB 9%]
23:12:55.068 INFO i.g.d.icon.IconModel - Icons file not found at [C:\Users\Aaron T. Spears\SDRTrunk\settings\icons.xml] [11MB/128MB 9%]
Exception in thread "main" java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge
at java.desktop/java.awt.Toolkit.newAWTError(Unknown Source)
at java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Unknown Source)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
at java.base/java.util.HashMap$KeySpliterator.forEachRemaining(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source)
at java.desktop/java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source)
at java.desktop/java.awt.Toolkit.getDefaultToolkit(Unknown Source)
at java.desktop/java.awt.Window.getToolkit(Unknown Source)
at java.desktop/java.awt.Window.init(Unknown Source)
at java.desktop/java.awt.Window.<init>(Unknown Source)
at java.desktop/java.awt.Frame.<init>(Unknown Source)
at java.desktop/java.awt.Frame.<init>(Unknown Source)
at java.desktop/javax.swing.JFrame.<init>(Unknown Source)
at io.github.dsheirer.gui.SDRTrunk.<init>(SDRTrunk.java:116)
at io.github.dsheirer.gui.SDRTrunk.main(SDRTrunk.java:624)
Caused by: java.lang.ClassNotFoundException: com.sun.java.accessibility.AccessBridge
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Unknown Source)
... 20 more
23:12:57.061 ERROR i.g.d.p.SystemProperties - Error saving system properties file [C:\Users\Aaron T. Spears\SDRTrunk\SDRTrunk.properties] [4MB/128MB 3%]
java.io.FileNotFoundException: C:\Users\Aaron T. Spears\SDRTrunk\SDRTrunk.properties (The system cannot find the path specified)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(Unknown Source)
at java.base/java.io.FileOutputStream.<init>(Unknown Source)
at java.base/java.io.FileOutputStream.<init>(Unknown Source)
at io.github.dsheirer.properties.SystemProperties$SavePropertiesTask.run(SystemProperties.java:363)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)