wonder Expert Licensed User Longtime User May 17, 2016 #1 When loading an md2 model, I'm getting this error: java.lang.RuntimeException: [ 1463492155372 ] - ERROR: Too many sub-sequences defined. Modify configuration to allow a higher number. I've tried this: B4X: Config.setParameterValue("maxAnimationSubSequences", 999) Didn't work... Any suggestions? EDIT: Solved! 999 was too much. B4X: Config.setParameterValue("maxAnimationSubSequences", 40) Last edited: May 17, 2016
When loading an md2 model, I'm getting this error: java.lang.RuntimeException: [ 1463492155372 ] - ERROR: Too many sub-sequences defined. Modify configuration to allow a higher number. I've tried this: B4X: Config.setParameterValue("maxAnimationSubSequences", 999) Didn't work... Any suggestions? EDIT: Solved! 999 was too much. B4X: Config.setParameterValue("maxAnimationSubSequences", 40)
amorosik Expert Licensed User May 23, 2022 #2 Hi wonder, can you explain how you manage to use the jPCT library in B4X environments? Upvote 0