Blackberry0Pie / equipment-screenshot

BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Equipment Screenshot Not Taking #11

Open Shajeeb4 opened 3 weeks ago

Shajeeb4 commented 3 weeks ago

Hi,

I have noticed an issue recently where the screenshot is not being taken. Tried both using right click method and button but no notifcation is coming up and nothing in clipboard either. My friend is having the same problem. Both of us have reinstalled it and still no luck.

Thanks

DrJam commented 2 weeks ago

also getting this issue, error from client.log

2024-11-05 09:10:00 GMT [Client] ERROR n.r.client.callback.ClientThread - Exception in invoke
java.lang.NullPointerException: null
    at bbp.equipmentscreenshot.EquipmentScreenshotPlugin.paintEquipment(EquipmentScreenshotPlugin.java:586)
    at bbp.equipmentscreenshot.EquipmentScreenshotPlugin.screenshotEquipment(EquipmentScreenshotPlugin.java:808)
    at net.runelite.client.callback.ClientThread.lambda$invokeLater$1(ClientThread.java:80)
    at net.runelite.client.callback.ClientThread.invokeList(ClientThread.java:119)
    at net.runelite.client.callback.ClientThread.invoke(ClientThread.java:101)
    at net.runelite.client.callback.Hooks.tick(Hooks.java:226)
    at client.pu(client.java:17797)
    at client.bc(client.java)
    at bz.ax(bz.java:394)
    at bz.id(bz.java)
    at bz.run(bz.java:4293)
    at java.base/java.lang.Thread.run(Unknown Source)
vIMacca commented 4 days ago

Hey guys,

Just in case it helps, I am also experiencing the same issue, and have been for almost a month. Unsure of the exact date the plugin stopped working, but the last successfully screenshot I had taken was on 27/10/2024.

These are the logs I have pulled from trying today. Similiar to that of DrJam's:


2024-11-21 16:43:09 AEST [Client] ERROR n.r.client.callback.ClientThread - Exception in invoke
java.lang.NullPointerException: null
    at bbp.equipmentscreenshot.EquipmentScreenshotPlugin.paintEquipment(EquipmentScreenshotPlugin.java:586)
    at bbp.equipmentscreenshot.EquipmentScreenshotPlugin.screenshotEquipment(EquipmentScreenshotPlugin.java:808)
    at net.runelite.client.callback.ClientThread.lambda$invokeLater$1(ClientThread.java:80)
    at net.runelite.client.callback.ClientThread.invokeList(ClientThread.java:119)
    at net.runelite.client.callback.ClientThread.invoke(ClientThread.java:101)
    at net.runelite.client.callback.Hooks.tick(Hooks.java:226)
    at client.ke(client.java:19485)
    at client.bu(client.java)
    at bo.am(bo.java:391)
    at bo.iz(bo.java)
    at bo.run(bo.java:9213)
    at java.base/java.lang.Thread.run(Unknown Source)

Thanks, and I hope this helps.