Giacomo Pozzoni
Giacomo Pozzoni
CHAT_MSG_CHANNEL triggers an assert which is not a crash, it's an assertion failed. Still, a Lua script shouldn't trigger any assert.
anything related to that in the logs?
doesn't ArcEmu log a date when it starts?
The magic 5 minutes time is the default value for MapCell unload time.
a Lua script would be enough
Maps/Vmaps extracted and collisions enabled ? World Database has everything set up right to let the player fish ?
Does this happen when using GM commands or when learning spells/skills from trainers, too?
you can get the actual exception if you pass `-ErrorAction:Stop` to the cmdlet
@stevebeauge could you please try this to get the actual stacktrace ? ```powershell Get-PnPSharePointAddIn -ErrorAction:Stop (Get-PnPException).Exception | Select-Object * ``` Also please try upgrading to v2.4.0 https://github.com/pnp/powershell/releases/tag/v2.4.0
if it works with 2.4.0 , then that's the solution to the issue 😃