mSparks43 / XPlane-11-AutoATC-plugin

C/C++ Source code for Xplane AutoATC plugin
GNU Lesser General Public License v3.0
16 stars 7 forks source link

Empty "log" folder created in X-Plane's root folder #101

Open JT8D-17 opened 2 years ago

JT8D-17 commented 2 years ago

Release 0.9.8.3 creates an empty, completely superfluous log folder in X-Plane's root folder.

Trying to pipe error file output somewhere else with "-XX:ErrorFile=Resources/plugins/AutoATC/AutoATC_java/JVM.log" in the JSON file does not work, so I think this has to be done from within the Java program.

I prefer plugins not throwing too much uncontained file and folder garbage around, so it would be nice if AutoATC stopped creating that folder, at least in end-user releases.

mSparks43 commented 2 years ago

I remember this one. It took a while to find it last time, I'll make a new point release. de.phonemiser.logunknown = true de.phonemiser.logunknown.filename = MARY_BASE/log/de_unknown.txt de.phonemiser.logenglish.filename = MARY_BASE/log/de_english-words.txt

needs changing in /marytts/language/de/de.config of AutoATC/AutoATC_java/lib/imports/marytts-lang-de-5.2.jar

should just be able to replace that jar with one of the previous ones, new build chain replaced it with the original, it came back back sometime after v0.9.5.6