论坛

由用户创建的信息 Ivan Lyubovnikov
14 August 2017 10:39
Are you able to give an estimate for when you may be able to look into it and potentially submit a fix?
Probably this or next week. We will try to fix it before the upcoming 17.08 release, which is planned at the end of this month. Also, the update for 17.06 LTS should come out a bit earlier.
11 August 2017 20:15
We can reproduce it even on iPad and Chrome, so we will look at this issue soon, thanks for reporting.
10 August 2017 11:38
Hi, we had some problems with memory leaks before, maybe there's another one that we missed. Do you have a test scene to reproduce this issue? Also, what mobile device is suffering from it? BTW, you can use support mail if you don't want to share your files here on the forum.
09 August 2017 19:06
так может руками поправить? где оно хранится?
непонятно, что править, пятигор, вроде, и так должен был заработать,
просто по другим проектам в списке видно, что осталась какая-то старая файловая структура - в SDK сейчас этого уже нет
09 August 2017 18:15
I'm using a Mac running Sierra, with Java 8 - Update 144 ( build 1.8.0_144-b01 )
This is strange, because Java 8 should work fine. Actually, the error "Unsupported major.minor version 51.0" means that you're trying to use a jar-package, which is compiled with Java 7 (that's true for google closure compiler used in building), but you're running it with an older Java version.
Is it possible, that you have several Java versions installed or outdated JDK? In that case the older version can be used instead of Java 8 that you also have. What version does the terminal show for "java -version" command?

You can also find helpful the corresponding question on StackOverflow: https://stackoverflow.com/questions/12757558/installed-java-7-on-mac-os-x-but-terminal-is-still-using-version-6
09 August 2017 12:56
ну, странно - petigors_tale -> apps_dev/petigors_tale есть в списке, поэтому он должен был отображаться в интерфейсе
правда ещё странно, что он выдает 2 одинаковых проекта с разными путями:
cartoon_interior -> apps_dev/tutorials/cartoon_interior
cartoon_interior -> deploy/tutorials/examples/cartoon_interior
- по 2-му пути его уже давно нет, так что может быть, что-нибудь и сломано, я бы посоветовал перекачать SDK заново и попробовать
08 August 2017 10:43
I have reported this bug to Goolge Chrome and they have fixed it. https://bugs.chromium.org/p/chromium/issues/detail?id=752143
But it will be a while before Chrome 61 is released.
Thanks for that, this is very helpful!
FYI according to the release schedule page, Chrome 61 is planned to become stable in early September.
03 August 2017 16:48
Hi, this problem can be related with MSAA. You can try to disable it with the following code, when initializing the application:
exports.init = function() {
    m_app.init({
        ...
        quality: m_cfg.P_CUSTOM,
        msaa_samples: 1
    });
}


Anyway, it will be helpful to show us the output of the "chrome://gpu" page, which contains useful hardware/software info about your machine, because we couldn't reproduce this bug on 2 different Macs.
02 August 2017 12:37
из какого места запускать команду эту?
а, да, это прям из корня SDK нужно
02 August 2017 10:33
а если в консоли вывести список приложений:
python3 ./apps_dev/project.py list

то там он есть? должно быть что-то вроде "petigors_tale -> apps_dev/petigors_tale"