Vortex2 final released - 3D module

JaviCervera

Member
3rd Party Module Dev
Joined
Jul 12, 2017
Messages
81

MikeHart

Administrator
CX Code Contributor
3rd Party Module Dev
3rd Party Target Dev
3rd Party Tool Dev
Joined
Jun 19, 2017
Messages
3,454
Thanks again Javi, will test it for sure.

Edit: So far everything appears to be working fine!
 
Last edited:

MikeHart

Administrator
CX Code Contributor
3rd Party Module Dev
3rd Party Target Dev
3rd Party Tool Dev
Joined
Jun 19, 2017
Messages
3,454
Is there a file format description you can post?
 

MikeHart

Administrator
CX Code Contributor
3rd Party Module Dev
3rd Party Target Dev
3rd Party Tool Dev
Joined
Jun 19, 2017
Messages
3,454

grant

Member
CX Code Contributor
3rd Party Module Dev
3rd Party Tool Dev
Joined
Nov 19, 2019
Messages
80
Why do the demos take so long to start on Android? Sometimes the system will even show a dialog asking me if I want to close the app, because it is taking so long. Also it crashes when leaving then resuming the activity. Once they show up they run at a great frame rate and look great. I tried them on an Android 8.1 device.

Also when I tried them on an Android 4.4 device it just crashes.

I haven't tested it on any other Android devices yet, and I just tried out the demos so far.

Ted's console shows this on Android 8.1. (Going back to the home screen and then returning to game activity crashed the demos.)
Code:
--------- beginning of system
--------- beginning of main
06-06 22:13:17.416   376   389 E memtrack: Couldn't load memtrack module
06-06 22:13:17.524   900   997 E PBSessionCacheImpl: sessionId[3959864872399432] not persisted.
06-06 22:13:17.693   265   430 E         : Couldn't opendir /data/app/vmdl406803353.tmp: No such file or directory
06-06 22:13:17.693   265   430 E installd: Failed to delete /data/app/vmdl406803353.tmp: No such file or directory
06-06 22:13:18.863 25074 25098 I [Cerberus]: Vendor name: NVIDIA Corporation
06-06 22:13:18.863 25074 25098 I [Cerberus]: Renderer name: NVIDIA Tegra
06-06 22:13:18.865 25074 25098 I [Cerberus]: API version name: OpenGL ES 3.2 NVIDIA 361.00
06-06 22:13:18.865 25074 25098 I [Cerberus]: Shading version name: OpenGL ES GLSL ES 3.20
06-06 22:13:32.834   376   389 E memtrack: Couldn't load memtrack module
06-06 22:13:35.665   485   485 E BufferItemConsumer: [unnamed-485-30] Failed to release buffer: Unknown error -1 (1)
06-06 22:13:35.677   485   485 E BufferItemConsumer: [unnamed-485-31] Failed to release buffer: Unknown error -1 (1)
06-06 22:13:36.282   485   485 E BufferItemConsumer: [unnamed-485-32] Failed to release buffer: Unknown error -1 (1)
06-06 22:13:36.309   485   485 E BufferItemConsumer: [unnamed-485-33] Failed to release buffer: Unknown error -1 (1)
--------- beginning of crash06-06 22:13:58.137   376   389 E memtrack: Couldn't load memtrack module

Ted's console shows this on Android 4.4. (Crashes immediately after launch.)
Code:
--------- beginning of /dev/log/main
--------- beginning of /dev/log/system
E/art     (10351): Unrecognized option -XX:mainThreadStackSize=24K
E/cutils-trace(10351): Error opening trace file: Permission denied (13)
E/rsC++   ( 2660): RS Message thread exiting.

Otherwise it's working great for me on GLFW and HTML.
 

MikeHart

Administrator
CX Code Contributor
3rd Party Module Dev
3rd Party Target Dev
3rd Party Tool Dev
Joined
Jun 19, 2017
Messages
3,454
Yes, it takes a while to load but run on my Samsung Galaxy A51 (Android 11). Low frame rates around 15-20 fps. I just notice graphics errors/glitches with the robot and swamp the most.
Angel and Mars took the longest to load. At first I thought it crashed but then it showed up.
Graphic glitches with the shadow test too when you let the windmill model turn. Even without shadows.
I guess the shadows don't work right.
 
Last edited:
Top Bottom