-
Member
Thud 9.0
can someone help me with my exceptions?
2019.05.17 18:48:01.351 19.5.16.3 suspicious plugins behavior in plugin file: 'C:\Users\Shadow\Desktop\Diablo 4\Plugins\Default\Inventory\InventoryAndStashPlugin.cs': possibly trying to use System.Diagnostics.
2019.05.17 18:48:01.352 19.5.16.3 suspicious plugins behavior in plugin file: 'C:\Users\Shadow\Desktop\Diablo 4\Plugins\Default\Items\HoveredItemInfoPlugin.cs': possibly trying to use System.Diagnostics.
2019.05.17 18:48:01.359 19.5.16.3 suspicious plugins behavior in plugin file: 'C:\Users\Shadow\Desktop\Diablo 4\Plugins\RNN\ip4meta.cs': possibly trying to use System.Diagnostics.
thanks in advance
-
Contributor
InventoryAndStashPlugin is fixed now:
https://www.ownedcore.com/forums/dia...ugin-fork.html ([7.6] [INTL] InventoryAndStashPlugin (fork))
Check is ip4meta contains following line on near top of it:
Code:
using System.Diagnostics;
Remove it and it might start without it.
Most of the time System.Diagnostics is not used and it is now banned.
-
Post Thanks / Like - 1 Thanks
AffaBanana (1 members gave Thanks to JarJarD3 for this useful post)
-
Member
-
Member
Download THUD again
Go to those filepaths inside the new download of THUD "Plugins\Default\Inventory\InventoryAndStashPlugin.cs" and "Plugins\Default\Items\HoveredItemInfoPlugin.cs"
Drag those two to your desktop.
Make a folder on desktop (name doesn't matter)
Go to "C:\Users\Shadow\Desktop\Diablo 4\Plugins\Default\Inventory\InventoryAndStashPlugin.cs" and "C:\Users\Shadow\Desktop\Diablo 4\Plugins\Default\Items\HoveredItemInfoPlugin.cs" and copy both them into your new folder.
Put the new ones from your desktop where they need to go, inside the Default\Inventory and Default\Items respectively.
Go through them and re-add any changes you made. If you made none, ignore that. (This is why you backed them up, so you don't lose any changes you may have made)
As for the ip4meta.cs exception, either do as said above and delete the "using System.Diagnostics;" part at the start, or if that doesn't work, redownload the most up to date version of the plugin and try again