Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read properties of undefined (reading 'renderTarget') #6675

Open
erikdubbelboer opened this issue Jun 8, 2024 · 1 comment
Labels
area: graphics Graphics related issue

Comments

@erikdubbelboer
Copy link
Contributor

This error is affecting less than 1% of the users of https://poki.com/en/preview/94176748-9ef8-42c9-a44e-a95b70ec5680/da472bf8-04fa-4660-a885-2c2b6b783dda

Affects both desktop and mobile and any version up to and including the latest Chrome 125.

I'm afraid the Poki error capturing doesn't capture any more details at the moment. Any specific details that could be useful can be added to this system if you have any suggestions.

TypeError: Cannot read properties of undefined (reading 'renderTarget')
 at t.setupRenderPass (https://94176748-9ef8-42c9-a44e-a95b70ec5680.poki-gdn.com/da472bf8-04fa-4660-a885-2c2b6b783dda/playcanvas-stable.min.js:9:662562)
 at i.update (https://94176748-9ef8-42c9-a44e-a95b70ec5680.poki-gdn.com/da472bf8-04fa-4660-a885-2c2b6b783dda/playcanvas-stable.min.js:9:669598)
 at i.update (https://94176748-9ef8-42c9-a44e-a95b70ec5680.poki-gdn.com/da472bf8-04fa-4660-a885-2c2b6b783dda/playcanvas-stable.min.js:9:670318)
 at i.buildFrameGraph (https://94176748-9ef8-42c9-a44e-a95b70ec5680.poki-gdn.com/da472bf8-04fa-4660-a885-2c2b6b783dda/playcanvas-stable.min.js:9:711334)
 at n.renderComposition (https://94176748-9ef8-42c9-a44e-a95b70ec5680.poki-gdn.com/da472bf8-04fa-4660-a885-2c2b6b783dda/playcanvas-stable.min.js:9:911588)
 at n.render (https://94176748-9ef8-42c9-a44e-a95b70ec5680.poki-gdn.com/da472bf8-04fa-4660-a885-2c2b6b783dda/playcanvas-stable.min.js:9:911480)
 at https://94176748-9ef8-42c9-a44e-a95b70ec5680.poki-gdn.com/da472bf8-04fa-4660-a885-2c2b6b783dda/playcanvas-stable.min.js:9:921837

If it's useful I could try to put a version of the game live where the source isn't minified.

@mvaligursky
Copy link
Contributor

Yes it'd be great to use non-minified / debug engine to capture this in a better form. This perhaps seems to be related to shadow rendering, but not sure. Is this perhaps some WebGL1 related issue? Do you see any devices stats here?

@mvaligursky mvaligursky added the area: graphics Graphics related issue label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue
Projects
None yet
Development

No branches or pull requests

2 participants