Page 1 of 1

Banksia updates?

Posted: Sat Feb 17, 2024 1:20 pm
by Clusterchess
Is Banksia still a live project.

It would be nice if someone can inform us of what the current situation is?

Re: Banksia updates?

Posted: Sun Apr 28, 2024 11:58 am
by pham
Yes, I have been still working on BSG. I had been just slow down to do real-life duties.

Re: Banksia updates?

Posted: Sun Apr 28, 2024 12:13 pm
by Clusterchess
Thanks for the info, much appreciated. :)

Re: Banksia updates?

Posted: Tue Apr 30, 2024 4:46 pm
by AlexChess
Clusterchess wrote: Sun Apr 28, 2024 12:13 pm Thanks for the info, much appreciated. :)
With some workaurounds I solve almost all issues on BanksisaGui 0.58c. For example when it crashes more times and it resets all the layout settings, I restore my preferred configuration with a click:

Make a backup of your working BanksiaGui.ini callining it BanksiaGui.ini_copy to place in the same foder of the original and create a Banksia-fix.bat (Windows 10-11 builds)

Code: Select all

@echo off

copy C:\Users\[username]\AppData\Roaming\Banksiagui\BanksiaGui.ini_copy C:\Users\Utente1\AppData\Roaming\Banksiagui\BanksiaGui.ini

pause