marler 0 Report post Posted January 2, 2018 hi, i'm experiencing random screen freezes from time to time even when i'm not casting spells or anything excesive is going on, everything is updated and should be working fine. specs : intel i5-4590 cupu @ 3.30ghz 8GB ram AMD radeon r9 200 series 3GB who can enlighten me & fix these freezes, thanks in advance. 0 Share this post Link to post Share on other sites
Zancon 117 Report post Posted January 2, 2018 Did it work fine before? I have seen some reports over on reddit in /r/AMD that the new Adrenaline graphics drivers don't play nice with some older games. 0 Share this post Link to post Share on other sites
Fulzamoth 5 Report post Posted January 2, 2018 The screen freezes are probably the Lua garbage collector running. The Vanilla WoW uses Lua 5.0 for AddOn scripting, and has a simple "stop everything" garbage collector. This was fixed with Lua 5.1 when TBC came out. The collector will trigger whenever your Lua environment reaches a certain memory threshold. Increasing the script memory on your AddOns page (lower left button on character selection screen) usually fixes the problem. If it persists, look for any AddOns that are using a lot memory (the AH scanners and DPS meters can do that). 0 Share this post Link to post Share on other sites