-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Hi All,
Thank you for building this important tool for developpers.
I'm an artist trying to upload my creations onto decentraland. However my fist try building of a scene is not that successful.
I tried to build an example scene using dcl-edit, it was smooth and successful and fun. I got result as below:
Then I open dcl start, to simulate the result. I've updated to the lastest version of decentraland in npm.
However didnt see the scene. Shown as below:
The error messages I got from dcl start terminal is as follows:
_```
processing E:/dcl/src/scene.ts
Error E:/dcl/src/scene.ts (21,9): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2'.
Error E:/dcl/src/scene.ts (22,20): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2'.
Error E:/dcl/src/scene.ts (22,20): Expected 1 arguments, but got 2.
Error E:/dcl/src/scene.ts (23,9): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2_transform'.
Error E:/dcl/src/scene.ts (28,3): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2'.
Error E:/dcl/src/scene.ts (28,60): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2_transform'.
Error E:/dcl/src/scene.ts (29,9): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2_GLTFShape'.
Error E:/dcl/src/scene.ts (30,3): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2_GLTFShape'.
Error E:/dcl/src/scene.ts (31,3): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2_GLTFShape'.
Error E:/dcl/src/scene.ts (32,3): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2_GLTFShape'.
Error E:/dcl/src/scene.ts (33,3): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2'.
Error E:/dcl/src/scene.ts (33,60): Cannot find name 'bff909f73c9e4c2fa0756d03bffb8fc2_GLTFShape'.
Error E:/dcl/src/scene.ts (21,7): Variable declaration expected.
Error E:/dcl/src/scene.ts (21,8): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (21,9): ';' expected.
Error E:/dcl/src/scene.ts (21,9): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (22,19): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (22,20): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (23,7): Variable declaration expected.
Error E:/dcl/src/scene.ts (23,8): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (23,9): ';' expected.
Error E:/dcl/src/scene.ts (23,9): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (28,2): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (28,3): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (28,59): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (28,60): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (29,7): Variable declaration expected.
Error E:/dcl/src/scene.ts (29,8): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (29,9): ';' expected.
Error E:/dcl/src/scene.ts (29,9): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (30,2): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (30,3): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (31,2): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (31,3): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (32,2): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (32,3): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (33,2): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (33,3): An identifier or keyword cannot immediately follow a numeric literal.
Error E:/dcl/src/scene.ts (33,59): Numeric separators are not allowed here.
Error E:/dcl/src/scene.ts (33,60): An identifier or keyword cannot immediately follow a numeric literal.
bundling:
- node_modules@dcl\amd\dist\amd.js
- node_modules\decentraland-ecs\dist\src\index.js
- node_modules@dcl\ecs-scene-utils\dist\index.js
- node_modules@dcl\ui-scene-utils\dist\index.js
- src\scene.ts
writing E:/dcl/bin/game.js
writing E:/dcl/bin/game.js.lib
The compiler is watching file changes...
Websocket closed
2022-11-27T21:29:47.651Z [DEBUG] (RoomsComponent): Disconnecting user {"room":"room-1","address":"0xb19faa30900f75a616224933692b6622cef09e85","alias":1,"count":1}
2022-11-27T21:29:47.652Z [DEBUG] (RoomsComponent): Destroying room {"room":"room-1","count":1}
2022-11-27T21:30:32.659Z [DEBUG] (LinearProtocol): Generating challenge {"challengeToSign":"dcl-0.m5dbw1pr7e9","address":"0x05e74a1e8597cf208b9da3fdc58b4aa792230fe4","alreadyConnected":"false"}
2022-11-27T21:30:32.702Z [DEBUG] (LinearProtocol): Authentication successful {"address":"0x05e74a1e8597cf208b9da3fdc58b4aa792230fe4"}
2022-11-27T21:30:32.703Z [DEBUG] (RoomsComponent): Connecting user {"room":"room-1","address":"0x05e74a1e8597cf208b9da3fdc58b4aa792230fe4","alias":2}
2022-11-27T21:30:32.704Z [DEBUG] (RoomsComponent): Creating room {"room":"room-1"}
Wondering if I did something wrong?
Thank you for supporting.
Best,
Aki