Mac767

Results 12 comments of Mac767

I looked into your changes in 17_SceneReplication/SceneReplication.cpp. I did not mutch in my code so I'm on the old way. It seems I need the NetworkBehavior stuff but this is...

I try it in both direction. In first case I start the server on the Android device and it crashs. In the second try I start the server on Windows...

I think it crash on loading a sound file. It happened in my level loading function but on windows it run fine. I try to create a small sample to...

This project contains a small Android App to reproduce the sound issue. Without this two lines the app dosen't crash: var soundComp = testNode.CreateComponent(); soundComp.Play(resCache.GetResource("Sounds/impactmetal_heavy_004_edit.ogg")); [_bugtest.zip](https://github.com/rbfx/rbfx/files/8009910/_bugtest.zip)

Setting SoundMode to 2 solved the issue. Thank you! Maybe it is a good idea to set this for android builds as default to 2. I got this issue on...

1 and 2 are working. 3,4 and 0 (detects 5.1) are not working.

I re-compile it with you suggestion but it makes no difference. Anyway thanks for your input. I think the reason for the issue is in a lower level because the...

No, I'm working with Win10. My android section looks like this: '***** ANDROID TARGET ***** 'Note: Requires Android Studio + Android NDK, see: https://developer.android.com/studio/index.html 'This is where *my* ndk-bundle is...

My system: Win 10 64Bit installed: Visual Studio 2017 v15.6.4 Branch: 2018.05 (fetched 2018/05/09) env_windows.txt: MX2_USE_MSVC=1 MX2_ARCH_WINDOWS=x64 '***** WINDOWS DESKTOP TARGET - MSVC ***** 'directories MX2_MSVC_DIR=${ProgramFiles(x86)}\Microsoft Visual Studio\2017\Community\VC 'For Visual...

Hi Mark, I made some tests: - Update VS2007 to latest version and full monkey/project rebuild: same issue - Update to latest monkey develop branch and full monkey/project rebuild: same...