mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #261] Owner (character-rights = 3) Spawning Items crashes client #10856
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sch4ff3r on GitHub (Dec 10, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/261
Spawns item but also crashes client. When logging back in, the item is shown.
@DPSCryptic commented on GitHub (Dec 10, 2019):
what do you mean with this?
@Sch4ff3r commented on GitHub (Dec 10, 2019):
If my rights are set as 3.
When I ::item 1 1 example, when hitting enter, it crashes client.
@dginovker commented on GitHub (Dec 10, 2019):
Setting your rights to 2 works. I have no idea what 3 is.
edit: Apparently 3 should also work.
@DPSCryptic commented on GitHub (Dec 10, 2019):
3 = owner
@Gptaqbc commented on GitHub (Dec 10, 2019):
Item ID: 1 is the toolkit. No need to spawn that(most likely not implemented). Try 995, it's coins. If that doesnt work, there is a problem somewhere :P
@dginovker commented on GitHub (Dec 11, 2019):
I can't reproduce this on my localhost. Spawning works just fine:
Running Java 1.8 by OpenJDK on Linux
@Sch4ff3r commented on GitHub (Dec 11, 2019):
Running Windows 10-64 bit still crashes.
@RedSparr0w commented on GitHub (Dec 11, 2019):
Cannot reproduce locally either.
Java 1.8Windows 10 64 bit@Gptaqbc commented on GitHub (Dec 12, 2019):
Windows 7 Java 1.8. I never encountered any issue :/
@dginovker commented on GitHub (Dec 13, 2019):
@Sch4ff3r open a command prompt and run
java --version- what's the exact version it states? Also, is there any error message in the server or client that might help identify the crash?@dginovker commented on GitHub (Dec 26, 2019):
I actually was able to reproduce this issue again, after #293 as well.
Spawned item
8839on a character-rights = 2 and got this stacktrace in the client:Might be related, might not. Either way, easy fix.
@RedSparr0w commented on GitHub (Dec 27, 2019):
That’s a separate issue, the highest item ID is 7955.
If you spawn anything above that, it won’t exist.