Ogre App starts but is very slow

Problems building or running the engine, queries about how to use features etc.
Post Reply
leotrotsky
Gnoblar
Posts: 3
Joined: Sun Mar 08, 2015 1:50 pm

Ogre App starts but is very slow

Post by leotrotsky »

I switched from Ubuntu to Windows (7x64 + Visual Studio 2012) due to many compatibility problems and now my apps start very slow (it takes about a minute or even more). Moreover my console is full with error logs (see below). Has anybody an ideo how to fix this?
Attachments
error.txt
Error Log
(228.83 KiB) Downloaded 23 times
frostbyte
Orc Shaman
Posts: 737
Joined: Fri May 31, 2013 2:28 am
x 65

Re: Ogre App starts but is very slow

Post by frostbyte »

i don't know if there is somthing wrong with your build...does sampleBrowser work ok?
you can try transporters precompiled packs...http://www.ogre3d.org/forums/viewtopic.php?f=4&t=69274

anyway here are some more free advices...
window:
update your gpu drivers...
check in performance monitor if your problem is windows related( virus?... antivirus?... )

ogre
use Release mode - debug mode in ogre in considerbly slower...
disable the plugins that you dont need( add '#' before them in plugin.cfg )
edit resource.cfg to include only the resources needed for your project
use scriptCachePlugin http://www.ogre3d.org/tikiwiki/Script+Cache+Plugin to excelerate resource loading
good luck...
the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..

coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
Post Reply