-SOLVED-Problem I don't understand at all.

Hi,

I was working on this modified tank tutorial and all of a sudden Gdevelop stopped responding and I had to kill it, now when I try the project, all pieces of text that should be hidden show up, text that are supposed to load variable values won’t and I get this on the debugger:

console.log("Warning: no function found for running logic of scene " + this._name);
this._eventsFunction = (function() {});
}

this._onceTriggers = new gdjs.OnceTriggers();

EDIT- also I’m getting this other error:

websocket-debugger-client.js:15 WebSocket connection to ‘ws://127.0.0.1:3030/’ failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

EDIT2: Another error:

Uncaught SyntaxError: missing ) after argument list code1.js:367

EDIT3: OK I fixed it, the problem was apparently caused by stupid me adding variable names in betwen quotes “”, I removed the stupid quotes and it started working again.

Thanks

1 Like