collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
869 stars 99 forks source link

Crash when move mouse on items in vendor panel #145

Open zxh9813 opened 2 years ago

zxh9813 commented 2 years ago

图片

collinsmith commented 2 years ago

How are you generating this error? It looks like you're using the vendor's trade window. Can you give me steps?

zxh9813 commented 2 years ago

Use command line to execute gradlew desktop:run then I got this error.

collinsmith commented 2 years ago

What are you doing in-game to produce this exception? Is there a specific item, item type or merchant?

zxh9813 commented 2 years ago

Any item panel will encounter this error when move mouse inside the panel

collinsmith commented 2 years ago

Sorry, I can't reproduce it with my local build. It looks like it may be an issue with generated items or some stale data. I'll have to debug that at a later time when I progress further into item generation. image