teotigraphix / Framework4Bitwig

Bitwig controller API framework extensions.
GNU Lesser General Public License v3.0
58 stars 13 forks source link

Help file (HTML) cannot be opened #253

Closed git-moss closed 4 years ago

git-moss commented 4 years ago

Cannot open the HTML help file of DrivenByMoss (it is included in the extension file in /docs/Help.html) and returned from: public String getHelpFilePath () { return "docs/Help.html"; }

[2020-03-29 09:12:31 gui-toolkit-core error] Error opening file with default application: java.io.IOException: Directory Documentation does not exist at QU2.JN(SourceFile:186) at CDZ.JN(SourceFile:84) at GO.QhY(SourceFile:437) at GO.Rdt(SourceFile:456) at GO.JN(SourceFile:448) at Zoe.giJ(SourceFile:655) at Zoe.rhl(SourceFile:650) at iyB.RHF(SourceFile:232) at f1M.JN(SourceFile:201) at bPI.run(SourceFile:4092) at Hov.run(SourceFile:284) at java.base/java.lang.Thread.run(Thread.java:835)

grafik

git-moss commented 4 years ago

The path must now be "Documentation" and the function only returns "Help.html".