So, recently i got a betatester to test my project, and yesterday he found a bug, he was playing in Win11, So i don’t got any idea of what’s happening.
Cuz I play my own build, and everythings is alright.
any help?
So, recently i got a betatester to test my project, and yesterday he found a bug, he was playing in Win11, So i don’t got any idea of what’s happening.
Cuz I play my own build, and everythings is alright.
any help?
No idea. Given similar error I have encountered though I would guess plugin conflict. Normally I would to to disable all plugins and activating the one by one to figure out the culprit. But this will be difficult if you yourself do not get this error.
Edit. Asking Gemini to identify the issue, it seems the issue is connected to a plugin called Khas Ultra Lightning.Js. i have no clue if this is actually accurate, being from an ai and all. I literally know nothing about coding. But I hope it helps.
TypeError: Cannot read property ‘blendModes’ of undefined
In plain English, the game’s code is trying to look up a list of visual blending options (like multiply, screen, or overlay effects), but the object that is supposed to hold those options doesn’t exist (undefined).
Looking down the stack trace, we can see exactly who is arguing:
The lighting plugin (KhasUltraLighting) is trying to read PIXI’s rendering properties during the game’s startup sequence (_createRenderer). Because it’s finding undefined, it means the version of PixiJS used by the game is incompatible with this specific version of the lighting script.
If you are playing the game:
If you are developing the game:
That was strange, i recently played with my own build of the game, touching the “Compability stuff” on game.exe, and i noticed the game can’t works on WinXP/Vista, any other versions is everything OK. that was really strange for me.
Maybe you can mention in the description that the game doesn’t work on those platforms. I have no clue for why those plugins are in conflict only on some versions of windows.
Until i can get enough info to fix that, the Game cannot work on W11, at least it doesn’,t have the compatibility…