rob
January 12, 2020, 10:27pm
21
I don’t get that error on my Mac. It seems to work and doesn’t throw an error,
You do get warnings like this:
Jan 12 05:15:50.565 WARNING: Cannot create path for resource file ‘gameLevel.ccscene’. File does not exist.
Jan 12 05:15:50.566
Jan 12 05:15:52.937 WARNING: Cannot create path for resource file ‘HPQ1.ccscene’. File does not exist.
Jan 12 05:15:52.937
Jan 12 05:15:52.938 WARNING: Cannot create path for resource file ‘horaot.ccscene’. File does not exist.
Jan 12 05:15:52.939
Jan 12 05:16:06.885 WARNING: Cannot create path for resource file ‘RGQ1.ccscene’. File does not exist.
When you create a scene, you’re doing:
local horaot = composer.newScene("horaot")
which tries to load an old (no longer available) ComposerCreator object. What you should be doing is:
local horaot = composer.newScene()
You should not be passing a parameter to composer.newScene()
Also my console log is being spammed by massive amounts of calls to appodeal’s show() call.
Unfortunately I don’t see anything wrong with the image either.
Rob
also facing same issue, need help.
rob:
I don’t get that error on my Mac. It seems to work and doesn’t throw an error,
You do get warnings like this:
Jan 12 05:15:50.565 WARNING: Cannot create path for resource file ‘gameLevel.ccscene’. File does not exist.
Jan 12 05:15:50.566
Jan 12 05:15:52.937 WARNING: Cannot create path for resource file ‘HPQ1.ccscene’. File does not exist.
Jan 12 05:15:52.937
Jan 12 05:15:52.938 WARNING: Cannot create path for resource file ‘horaot.ccscene’. File does not exist.
Jan 12 05:15:52.939
Jan 12 05:16:06.885 WARNING: Cannot create path for resource file ‘RGQ1.ccscene’. File does not exist.
When you create a scene, you’re doing:
local horaot = composer.newScene("horaot")
which tries to load an old (no longer available) ComposerCreator object. What you should be doing is:
local horaot = composer.newScene()
You should not be passing a parameter to composer.newScene()
Also my console log is being spammed by massive amounts of calls to appodeal’s show() call.
Unfortunately I don’t see anything wrong with the image either.
Rob
I didnt get :
Jan 12 05:15:50.565 WARNING: Cannot create path for resource file ‘gameLevel.ccscene’. File does not exist.
Jan 12 05:15:50.566
Jan 12 05:15:52.937 WARNING: Cannot create path for resource file ‘HPQ1.ccscene’. File does not exist.
Jan 12 05:15:52.937
Jan 12 05:15:52.938 WARNING: Cannot create path for resource file ‘horaot.ccscene’. File does not exist.
Jan 12 05:15:52.939
Jan 12 05:16:06.885 WARNING: Cannot create path for resource file ‘RGQ1.ccscene’. File does not exist.
To do:
local screenName = composer.newScene()
to all the screens?
Example:
local RGQ1 = composer.newScene()
???
i am getting same error, can you guide me how can i downgrade my Java, as i am trying to do it but still its 13.0.2 only getting used by Corona. my error is
FAILURE: Build failed with an exception.
Jan 31 10:25:38.833 * What went wrong:
Execution failed for task ‘:App:compileLuaRelease’.
>
Jan 31 10:25:38.833 Process ‘command ‘/Applications/Corona-3567/Native/Corona/mac/bin/luac’’ finished with non-zero exit value 1
* Try:
Run with --stacktrace
Jan 31 10:25:38.834 option to get the stack trace. Run with --info or --debug
Jan 31 10:25:38.834 option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Jan 31 10:25:38.835 BUILD FAILED in 1m 23s
Jan 31 10:25:39.805 Excluding specified files from build:
excluding: Icon.png
excluding: *@2x.png
excluding: *.m4a
Android build failed (256) after 88 seconds
Jan 31 10:25:40.135 ERROR: Build Failed: Failed to Build
Error code: 256