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