Hi i just want to port my C2 plugin to C3 (using C2 runtime), but i get this error after several times
So, finally i trying to use c3 plugin template, i replace 'c2runtime/runtime.js' with my own 'runtime.js', then change 'aces.json' like the screenshot below
Screenshot for runtime.js
Error result:
Error report information
Type: unhandled rejection
Reason: Error: ACE language string 'description' missing for 'load-ad' Error: ACE language string 'description' missing for 'load-ad' at window.ǃeVO.ǃeVo (https://editor.construct.net/r120/main.js:81:310655) at window.ǃeVO.ǃeVo (https://editor.construct.net/r120/main.js:81:312576) at new window.ǃeVO (https://editor.construct.net/r120/main.js:81:317443) at Function.ǃv.ǃNm (https://editor.construct.net/r120/main.js:2:142970) at window.ǃvfK.ǃvfS (https://editor.construct.net/r120/main.js:81:319056) at window.ǃvrN.ǃvfF (https://editor.construct.net/r120/main.js:63:92236) at a.ǃDG (https://editor.construct.net/r120/main.js:81:33464) at Object.n.push.ǃv.ǃcS [as ǃVHi] (https://editor.construct.net/r120/main.js:81:33837) at n (https://editor.construct.net/r120/main.js:2:205661) at t (https://editor.construct.net/r120/main.js:2:205446)
Stack: Error: ACE language string 'description' missing for 'load-ad' at window.ǃeVO.ǃeVo (https://editor.construct.net/r120/main.js:81:310655) at window.ǃeVO.ǃeVo (https://editor.construct.net/r120/main.js:81:312576) at new window.ǃeVO (https://editor.construct.net/r120/main.js:81:317443) at Function.ǃv.ǃNm (https://editor.construct.net/r120/main.js:2:142970) at window.ǃvfK.ǃvfS (https://editor.construct.net/r120/main.js:81:319056) at window.ǃvrN.ǃvfF (https://editor.construct.net/r120/main.js:63:92236) at a.ǃDG (https://editor.construct.net/r120/main.js:81:33464) at Object.n.push.ǃv.ǃcS [as ǃVHi] (https://editor.construct.net/r120/main.js:81:33837) at n (https://editor.construct.net/r120/main.js:2:205661) at t (https://editor.construct.net/r120/main.js:2:205446)
Construct 3 version: r120
URL: editor.construct.net
Date: Fri Nov 09 2018 15:34:55 GMT+0700 (Indochina Time)
Uptime: 2.4 s
Platform information
Browser: Chrome
Browser version: 70.0.3538.77
Browser engine: Blink
Browser architecture: 64-bit
Context: browser
Operating system: Windows
Operating system version: 7
Operating system architecture: 64-bit
Device type: desktop
Device pixel ratio: 1
Logical CPU cores: 4
Approx. device memory: 4 GB
User agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
C3 release: r120 (stable)
Language setting: en-US
WebGL information
Version string: WebGL 2.0 (OpenGL ES 3.0 Chromium)
Numeric version: 2
Supports NPOT textures: yes
Supports GPU profiling: yes
Vendor: Google Inc.
Renderer: ANGLE (AMD Radeon(TM) R7 200 Series Graphics Direct3D11 vs_5_0 ps_5_0)
Major performance caveat: no
Maximum texture size: 16384
Point size range: 1 to 1024
Extensions: EXT_color_buffer_float, EXT_disjoint_timer_query_webgl2, EXT_texture_filter_anisotropic, OES_texture_float_linear, WEBGL_compressed_texture_s3tc, WEBGL_compressed_texture_s3tc_srgb, WEBGL_debug_renderer_info, WEBGL_debug_shaders, WEBGL_lose_context
Is i miss something?