O Ilusionista
Captain 100K
Viper Snake said:The latest build 4753 is playing all audio at ludicrous speed: https://twitter.com/ViperSnakeX/status/978441002158575616
Please, always inform the port you are using.
Viper Snake said:The latest build 4753 is playing all audio at ludicrous speed: https://twitter.com/ViperSnakeX/status/978441002158575616
It is the windows port.O Ilusionista said:Viper Snake said:The latest build 4753 is playing all audio at ludicrous speed: https://twitter.com/ViperSnakeX/status/978441002158575616
Please, always inform the port you are using.
White Dragon said:Ok so help me to compile and test.
I release here Java source to overwrite and to test. Need you compile and test for me because I can't.
Are u ready?
Thanks my friends!
-compile:
[javac] Compiling 6 source files to C:\Users\Kabylake Beast\Desktop\New folder\engine\android\bin\classes
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] C:\Users\Kabylake Beast\Desktop\New folder\engine\android\src\org\libsdl\app\SDL.java:13: error: cannot find symbol
[javac] SDLActivity.nativeSetupJNI();
[javac] ^
[javac] symbol: method nativeSetupJNI()
[javac] location: class SDLActivity
[javac] C:\Users\Kabylake Beast\Desktop\New folder\engine\android\src\org\libsdl\app\SDL.java:22: error: cannot find symbol
[javac] SDLActivity.initialize();
[javac] ^
[javac] symbol: method initialize()
[javac] location: class SDLActivity
[javac] C:\Users\Kabylake Beast\Desktop\New folder\engine\android\src\org\libsdl\app\SDLControllerManager.java:404: error: cannot find symbol
[javac] if (!SDLActivity.mSeparateMouseAndTouch) {
[javac] ^
[javac] symbol: variable mSeparateMouseAndTouch
[javac] location: class SDLActivity
[javac] C:\Users\Kabylake Beast\Desktop\New folder\engine\android\src\org\libsdl\app\SDLControllerManager.java:412: error: cannot find symbol
[javac] SDLActivity.onNativeMouse(0, action, x, y);
[javac] ^
[javac] symbol: method onNativeMouse(int,int,float,float)
[javac] location: class SDLActivity
[javac] C:\Users\Kabylake Beast\Desktop\New folder\engine\android\src\org\libsdl\app\SDLControllerManager.java:419: error: cannot find symbol
[javac] SDLActivity.onNativeMouse(0, action, x, y);
[javac] ^
[javac] symbol: method onNativeMouse(int,int,float,float)
[javac] location: class SDLActivity
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 5 errors
[javac] 3 warnings
BUILD FAILED
C:\android\sdk\tools\ant\build.xml:720: The following error occurred while executing this line:
C:\android\sdk\tools\ant\build.xml:734: Compile failed; see the compiler error output for details.
Total time: 2 seconds
-----------------------------------------------------------------------
Press any key to continue . . .
White Dragon said:Yes.. Submitted the bug on Bugzilla for sdl
msmalik681 said:Edit: Why is the engine running at 250fps wouldn't 60 or 120fps be more stable ?