-
Guest6311
hello
-
gingeropolous
hello
-
Guest6311
when i mine with android phone gui crash
-
Guest6311
when i mine with cmd on android phone everything work
-
Guest6311
is qt issue
-
selsta
which version do you use on commandline?
-
Guest6311
latest
-
gingeropolous
solo mine on android phone? cool!
-
Guest6311
yes
-
Guest6311
i dont hope on any reward but checking
-
gingeropolous
sure sure. I haven't tried either on android so I don't have any knowledge.
-
gingeropolous
when you say latest version, do you mean, like, self compiled master branch? or the latest release?
-
Guest6311
even when i did "start_mining address " from daemon on gui still all gui crash
-
Guest6311
hmm self compiled
-
Guest6311
maybe i donwload your version?
-
gingeropolous
yeah, that way there's a direct comparison of versions between GUI and CLI
-
Guest6311
wait there is no android gui version from u
-
gingeropolous
are you self compiling GUI as well?
-
Guest6311
yes im self compiling gui&cmd
-
gingeropolous
ok. are you compiling tagged releases?
-
Guest6311
i do clone recursive monero-gui i delete monero folder on gui and again clone recursive monero
-
Guest6311
except mining gui work very smoothly
-
selsta
Guest6311: did you compile master for command line?
-
selsta
or latest release?
-
Guest6311
master
-
selsta
try to set the monero submodule to master
-
Guest6311
-
selsta
for gui
-
Guest6311
like what i dont understand
-
Guest6311
one more time i do
github.com/monero-project/monero-gui recursive and after i delete folder monero and inside monero-gui
github.com/monero-project/monero clone recursive
-
selsta
git clone recursive monero-gui
-
selsta
then do cd monero-gui
-
selsta
cd monero
-
selsta
git checkout origin/master
-
selsta
cd ..
-
selsta
MANUAL_SUBMODULES=1 make
-
Guest6311
ok
-
gingeropolous
thankse selsta
-
gingeropolous
the power of copypasta. i need to make a tshirt
-
Guest6311
hello
-
Guest6311
again same crash
-
selsta
you can try to set the randomx submodule to master too
-
selsta
there is a crash fix for arm but it isn't clear if it is the same crash as yours
-
Guest6311
as cmd is not crashing so is not randomx issue
-
Guest6311
is crashing as gui
-
Guest6311
i can solo mine from cmd
-
Guest6311
i extract monerod from same apk that is crashing and that monerod can mine!
-
Guest677
hello
-
Guest677
which site logs monero-gui or monero because monerologs dont log anymore
-
Guest677
i have a error "/monero-gui/src/TranslationManager.cpp:31:10: fatal error: QApplication: No such file or directory"
-
Guest677
i disabled #add_subdirectory(translations) on cmakelists
-
Guest677
anyone here
-
Guest677
selsta are u here
-
moneromooo
That looks like "install Qt".
-
moneromooo
It typically comes in several packages, you might not have that particular one.
-
moneromooo
Or, if you installed it in a non defualt place, the build system might not find it.
-
Guest677
i installed qt6
-
Guest677
i changed recursive qt5/qt6 text on all cmakelists
-
moneromooo
Then maybe Qt6 doens't have that header anymore ?
-
moneromooo
Or it got moved in a subdirectory. Did you check ?
-
Guest677
i do smth like find /qt folder -name QApplication*
-
Guest677
-
Guest677
maybe qt6 change name of qapplication
-
Guest677
there is qapplication but how to add it?
-
moneromooo
Maybe look at the Qt site to see if there are release notes listing what changed. Might mention that.
-
Guest677
thnx.
-
Guest677
is anyone else here with better suggestion
-
Guest677
i dont think that qt has a lot of doc