skymp icon indicating copy to clipboard operation
skymp copied to clipboard

[SP Bug]: effectStart and/or effectFinish events crash the game when loading a save or main menu while fighting a mage

Open Vorganger opened this issue 9 months ago • 2 comments

Severity

Critical. A critical defect that causes some key functionality to fail.

Priority

High. Anything that impacts the typical user flow or blocks app usage.

Description

Using an on effectStart and/or effectFinish event in a SkyrimPlatform plugin and loading a save or main menu while fighting a mage causes a crash, regardless of what's in it. While I could avoid this issue by not subscribing to those events, I actually want to use them in my plugin to determine if the player is a werewolf or vampire lord and I'm not aware of any possible workarounds.

Using SkyrimPlatform 2.8.0 with all dependencies installed.

OS

Windows

OS version

10

Skyrim version

1.5.97

SKSE version

2.0.20

client commit''s hash

None

server commit''s hash

None

Videocard model

RTX 2060

Steps to reproduce

Have a SkyrimPlatform plugin that uses the on effectStart and/or effectFinish events. Nothing needs to be in it for the crash to occur. In-game, be in a fight with a mage, load a save or main menu, and crash.

Expected result

Loading a save or main menu while in a fight with a mage does not crash the game.

Actual result

Loading a save or main menu while in a fight with a mage crashes the game.

Vorganger avatar Sep 29 '23 13:09 Vorganger