Game Development Community

Extreme slowdown after clean install

by Daniel Buckmaster · in Torque Game Engine · 02/02/2007 (7:51 am) · 3 replies

It's funny, because this didn't happen the first time I installed Torque. Basically, upon running torqueDemo, the framerate is ridiculously low, and it only gets lower as time passes. From looking at the console, the problem seems to be that the engine's stuck in a loop trying to get RSS feeds. It just keeps giving the same
Quote: - Got 27 lines.
- Feed title: ''
- Feed link: ''
- Headline #0 : ''
- Headline Link #0 : ''
- Headline #1 : ''
- Headline Link #1 : ''
- Headline #2 : ''
- Headline Link #2 : ''
Over and over - after a few seconds of running Torque, the console.txt was over a megabyte in size!
How should I go about fixing this?

About the author

Studying mechatronic engineering and computer science at the University of Sydney. Game development is probably my most time-consuming hobby!


#1
02/02/2007 (10:21 am)
Okay, I chased down the culprit. Anybody who wants to remove RSS feeds from tutorial.base (that was where the problem occurred), go to tutorial.base/client/ui/mainMenuGui.gui, scroll all the way to the bottom, and comment out the contents of MainMenuGui::onWake.
#2
02/02/2007 (11:50 am)
Can you check that the RSS feed is coming through for you ok? Also, it should only attempt RSS reads once; is there any indication why it's retrying?