artyom-beilis / OpenLiveStacker

Live Stacker Project - C++ backend and frontend
GNU General Public License v3.0
32 stars 4 forks source link

Solver, database not found #7

Closed han-k59 closed 1 year ago

han-k59 commented 1 year ago

The log says the solver database should be at: /storage/emulated/0/DCIM/OpenLiveStacker/db

But there are no files there and ASTAP reports no database found. See attached logs

OpenliveStacker4.zip

artyom-beilis commented 1 year ago

You need to download and unpack one: https://github.com/artyom-beilis/OpenLiveStacker/wiki/Open-Live-Stacker-Manual#setting-up-plate-solver-on-andoid

han-k59 commented 1 year ago

The size of the installer gave the impression it was included.

If the .ini is not found it would be helpful to have an app warning with the instruction to unpack the database at that location. The current message looks like an app failure and not like an installation problem.

artyom-beilis commented 1 year ago

if no .ini is found, give the warning with the instruction.

It should not happen under normal conditions. If no ASTAP exe is present I warn about it in specific error message. The missing DB is actually from ini file.

The size of the installer gave the impression it was included

It is mostly OpenCV for x86, x86_65, arm64-v8a and armeabi-v7 architectures. Next in line is CppCMS - the web framewrok.

I think actually on disk installation is much smaller as only relevant native libraries are extracted.

with the instruction to unpack the database at that location.

It is good idea to refer to the manual