Are there any GM commands or something?
I have a problem here, the game worked fine yesterday, but now I'm getting error code: -2147287038 (Unknown error 0x80030002) when I try to open the game. I tried running it as admin and redownloading the client and its files, but I'm still getting this.
Lots of code looks fairly similar to Moople Rev 121. Like suspiciously similar. I get this is a BMS clone but I'm fairly sure you referenced Moople as well. No?
Lots of code looks fairly similar to Moople Rev 121. Like suspiciously similar. I get this is a BMS clone but I'm fairly sure you referenced Moople as well. No?
Code:- This client has no Nexon intro yet, only the original Wizet animation.
I want to correct this small mistake. KMS always had (from the public clients we have) the Nexon logo inside the client because KMS was always (I think?) published by Nexon already. It was the early GMS clients that only had a Wizet animation, but even the GMS clients already had the Nexon logo inside the .wz files, but disabled. This is because when GMS came to be it was actually run/ developed by Wizet, wherein KMS was already published by Nexon but developed by Wizet.
![]()
Hi, could you help me with a compilation error? Not missing any dependencies afaik as I did the Maven thing
The errors I get is in the getItemSlot method in the ItemInfo class: "int cannot be dereferenced".
Here's the log:To view the content, you need to sign in or register
Hey, I think I might've figured out why I was getting the error when I'm trying to open the game.
I happened to look in Netbeans and I found this:
![]()
Still not 100% sure if that's actually what's causing the problem, but I figured I should ask you about this.
Nah, you just need to pull from git. This was the same problem reported above. You won’t be able to compile until you pull my fix for it in the latest commit. However, this has nothing to do with your client throwing unknown errors (unless you are trying to connect without even running the server?)
I assume by "Pulling" you mean redownloading the ZIP, because if so then it doesn't work for me
To view the content, you need to sign in or register
it says there's a command I can use to "pull" from the git, but I don't understand how or where to write it in.
I'm getting fatal: not a git repository (or any of the parent directories): .gitInstall git in your computer:To view the content, you need to sign in or register
Then, using the git bash or terminal, clone the repository:
git cloneTo view the content, you need to sign in or register
By doing this, you've cloned the repository into your local machine. If Eric update it and you need to pull the changes, you just have to go to the repository folder and type:
git pull
That's basically it.