I found the problem,that was whitespace in Program Files (x86),dumb error:)
another problem in
C:\quakedroid_gl_source_20180508\SDK\Core\core_sdl.h
Error:(47, 19) SDL.h: No such file or directory
#276 posted by Baker on 2018/06/08 17:28:49
SDL.h: No such file or directory
See #2 above "make_symlink.bat (double click me ... you need only do this once to build folder reference)"
I tried,its show this:
C:\Windows\system32>rem cd "C:\androidprojects\SDL\app\src\main\jni"
C:\Windows\system32>rem we are in C:\Dropbox\quakedroid_source_20180401_controllerus_functional2\SDK\SDL2-2.0.8\android-project
C:\Windows\system32>rem need to nav to app\src\main\jni
C:\Windows\system32>rem sym to here C:\Dropbox\quakedroid_source_20180401_controllerus_functional2\SDK\SDL2-2.0.8
C:\Windows\system32>rem Kill the fake folder
C:\Windows\system32>rmdir /s /q app\jni\SDL2
The system can not find the path specified.
C:\Windows\system32>cd app\jni
The system can not find the path specified.
Forget about all this:)
just done that commands in cmd
got apk:)
Uploading file
local path: C:\quakedroid_gl_source_20180508\Android_GLQuake\app\build\outputs\apk\QuakeDroid-GL-debug.apk
Issues With Arcane Dimensions
#279 posted by arfink on 2018/06/12 07:33:51
I tried to run AD in this, used the command txt file to select -game ad, and it loads the menu correctly, but touch controls no longer work at that point. Is this a known bug?
@arfink - AFAIK Should Work (screenshot) @brassbite/@gutner
#280 posted by Baker on 2018/06/12 13:22:03
To the best of my knowledge, it worked for me during testing ...
AD 1.5 QuakeDroid screenshot
I mostly only checked if it loaded, walked around the map and admired the view and then moved on to the next thing on my list when I was testing.
You might uninstall AD and then reinstall it -- maybe you have a file that only partially copied or something? If you continue to have the problem after a delete AD15 and then reinstall AD15 and especially if others say they do, I'll add it to the list of items to investigate when I code next which is probably around Christmas.
@brassbite - Didn't get around to adding the soundtrack support to QuakeDroid because I ran out of time -- every time I was trying to do it someone discovered something during testing that needed immediately attention.
So adding soundtrack support in is #2 or #3 on the list for when I code again around Christmas.
#281 posted by arfink on 2018/06/12 13:40:34
I was using 1.7 fwiw. I can try with 1.5.
#282 posted by arfink on 2018/06/12 13:44:26
Oh yeah, and it might be an AD 1.7 thing anyway since the mouse driven menu from regular ol PC Mark V also doesn't work with 1.7 either.
#283 posted by Baker on 2018/06/12 15:09:01
Just tried AD 1.7 and then 1.71. Not able to replicate your issue. Mouse driven menu works fine. I also opened AD's 1.71 quake.rc file to see if it contained something unusual ... it didn't.
Obviously you have something going on, but I wasn't able to cause anything unusual to happen.
/Delete config.cfg and autoexec.cfg?
@arfink
#284 posted by Baker on 2018/06/12 22:44:25
Replicated your issue.
Sometimes when the config.cfg is being written, for reasons I don't understand the config file gets truncated and it doesn't write the whole thing. Must be some sort of "Android NDK thing".
Delete your config in ad folder.
When I do an update next around Christmas either I'll do some research and find out why Android NDK may sometimes write incomplete files or have QuakeDroid ignore an incomplete config by writing a checksum into the config header.
Android is known to arbitrarily terminate applications whenever it likes, which means verifying the file wrote completely wouldn't work if that is what is going on.
But one way or another, when I do an update around Christmas, I'll make this problem impossible. (Especially since it is very annoying.)
/Excellent bug report!
#285 posted by arfink on 2018/06/13 00:04:49
I deleted config files in AD and id1, as well as autoexec, and it didn't seem to help. I'll putz around with some other stuff too.
#286 posted by arfink on 2018/06/13 00:09:06
Btw, I did want to say, despite my issues with AD, everything else I've tried has worked amazing. I'm going to be getting a GPD XD Plus this week and I'll try it on that as well. I suspect that will be an excellent match.
#287 posted by arfink on 2018/06/13 00:15:56
And my phone that I've been testing on is a Lenovo Moto e4.
Touchstick Controls?
#288 posted by Qmaster on 2018/06/13 03:46:14
Any chance you've messed with adding Touchstick style controls (like in *cough* Minecraft or PUBG), and the ability to hold shoot down and then still look at the same time.
#289 posted by Baker on 2018/06/13 04:27:23
When I work on stuff again around Christmas, I'm going to hit up controls more.
Never forgot about your input on that, it just kept getting bumped by [insert bug report] or [insert usability issue].
Rotated Display On GPD XD+
#290 posted by arfink on 2018/06/14 02:02:08
I just got my GPD XD+ today, and while QuakeDroid seems to work really great, there's a major issue: the display is turned 90 degrees, and I can't seem to figure out how to fix that. Any ideas?
#291 posted by Baker on 2018/06/14 02:35:54
Do you mean upside down?
Or do you mean it renders as a tall screen like this picture?
#292 posted by arfink on 2018/06/14 07:34:12
Yes, tall and narrow. No idea why though, it's really weird. But the controllers face the right way iykwim
#293 posted by Baker on 2018/06/14 08:23:49
In Menu->Options->Video Mode, what resolution does it say?
I agree this is major issue, so I will try to do an update Sunday to solve your issue if time will allow me to do it.
Android is really diverse in devices, versions and configuration.
#294 posted by arfink on 2018/06/14 10:37:24
It lists my res as 720x1280. Also noticed that sometimes the sound randomly doesn't work, but closing and reopening a couple times brings sound back magically.
@arfink
#295 posted by Baker on 2018/06/18 10:55:01
I have the new "portrait-verify" version done that I hope will resolve your.
I'll be uploading it in the next 24 hours after I double check some things tomorrow.
Since I don't have the issue myself, you are the only one I can think of that can verify it solves your issue.
>>Also noticed that sometimes the sound randomly doesn't work
i got this issue too
#297 posted by arfink on 2018/06/19 10:39:20
I'll keep an eye out for your update. Looking forward to trying it out.
@arfink
#298 posted by Baker on 2018/06/20 02:28:45
QuakeDroid GL Orientation Detect Fix:
Download: Android APK
I think it should work. But coding for a situation you cannot duplicate is never a sure thing.
Let me know!
#299 posted by arfink on 2018/06/20 02:58:20
I'm happy to report that your fix works great on my 2018 model GPD XD Plus. For other GPD owners who care, I suggest setting the gamepad touch mapping off (push the gamepad button and push reset) and then use the config GUI from GPD to select Xbox control emulation. Works great!
|