https://bugs.winehq.org/show_bug.cgi?id=40714
--- Comment #7 from Lorenzo Ferrillo lorenzofer@live.it --- Ok Steps to reproduce,
Install Oblivion version 1.2.406 (last version). I tested with Retail, so I don't know how steam version reacts.
Install obse v21.
Download AddActorValue plugin.
AAV link: http://www.nexusmods.com/oblivion/mods/33248/?
Extract AddActorValues.dll and AddActorValues_CS.dll in /Data/OBSE/Plugins folder
start obse_loader.exe
Result Expected: AddActorValues.dll load sucesfully AddActorValues_CS.dll fail to load becouse is for editor only. Game start.
Result obtained: AddActorValues.dll load sucesfully. AddActorValues_CS is tried to load but it hangs (It's not failing as it should do). OBSE error: Cannot inject dll. WAIT_TIMEOUT.
This test is reproducible also with Oblivion Magic Extender plugin.
OBSE plugins can be of three types: Games Only plugins. Editor Only plugins Plugins that contain both mode.
This issue seems to trigger only when an Editor only plugins is queried when I'm starting the game. Leaving only AddActorValues_CS,dll doesn't allow the game to start.
Issue is reproduced also with the OBME_CS.dll plugin.
Games only plugins or Mixed mode plugins doesn't suffer from this issue.
With non staging wine the issue was non-existent.