Dragon Age Origins problem

bruniss

Honorable
Feb 28, 2013
225
0
10,690
Hi ppl!

I'm having weird issues with the Steam version of DAO. I'm giving it another playthrough and for some reason, after playing for about half an hour the game starts to take longer to change menus, select a different character, start a conversation and so on. Graphically it's running as smooth as it always has. It's really annoying. Does anyone know how to fix this?
 

bruniss

Honorable
Feb 28, 2013
225
0
10,690


What is Aero?
 
It is what makes your taskbar see through, as well as window borders and lets you see previews when hovering your curser over programs on the taskbar.

You can turn it off with Themes, or use this script in a .bat file:
@echo off
sc interrogate uxsms | find "1062"
if %errorlevel%==0 goto :sc_start
sc stop uxsms
exit

:sc_start
sc start uxsms
exit
 

bruniss

Honorable
Feb 28, 2013
225
0
10,690


It was the memory leak in the end. Is this what was causing it? I found that the Memory Leakage was a known issue and had no fix.