Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Same issue as for Samantha Trappu : Every time I try to close internal window, i have the same message :

X Error of failed request:  BadCursor (invalid Cursor parameter)

  Major opcode of failed request:  2 (X_ChangeWindowAttributes)

I thought that it is related to my screen resolution and game resolution being different, but changing them to the same value didn't help.  I am on Linux by the way.
I found some info on the Internet making me think that Majalis might be using ffmpeg for some reason, but it seems unrelated : 

https://trac.ffmpeg.org/ticket/1738

https://github.com/MovingBlocks/Terasology/issues/4350

By the way, I found a second reproducer : 

1) Open options in Main Menu

2) Press on ESC button (keyboard) instead of using mouse to exit in-game window

3) At this moment game cursor (beautiful golden sign) disappeared and is now replaced with my regular desktop cursor. The error will occur as soon as I click anywhere with this cursor.


So the problem is probably somewhere in cursor handling

https://stackoverflow.com/questions/13773870/how-to-get-over-30fps-using-java-in...

might be useful, but I am unfamiliar with gamedev in Java, so I can't say

Thanks, we've fixed this now! Cursor was being disposed erroneously.