I just installed the new beta but every time i try to run the screensaver it crashes...
It says "Runtime Error! - Program: H:\WINDOWS\ELECTR~3.SCR - This application requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information."
The controle panel does work... but when I click "Run" nothing happens... the "Help"leads me to "Access denied... etc"
I run Windows XP Home Edition service pack 3 - AMD Athlon 2400 XP+ - ATI Radeon 9600 SE
I just want to give a feedback. :)
Greetings.
PS: Can't belive i'm one of the first posting anything here... well expecpt "Doink!" :P
PPS: The spellchecker doesn't work for me... it says "Could not execute AJAX call, the server didn't return a valid XML." and little bit more... when i should post it just tell me

Hmm
I uninstalled the screensaver, installed it once again, and it is now working.
Another "problem", the startmenu folder was not removed when it was uninstalled.
Same problem
I'm also getting the same message when the screensaver starts. Although it seems to work without any problems when selecting "Run" in the screensaver configuration.
I run Windows Vista Business SP1 32 bit
best way around the error
Same error here - but it's
Same error here - but it's not working for me on subsequent tries. Control panel works - nothing else.
My platform: AMD 64 X2 Dual
Core Processor 5000+
2.60 GHz, 1.75 GB RAM
Physical Address Extension
NVIDIA GeForce 8400 GS
Windows XP SP3
I can send all the crash info it gives me (pages) on request.
i got the same error when i
Now if I could just figure out how to get it running on both my monitors simulataneously. As it is now, it runs on my secondary monitor, and the other screen just stays blank.
thanks for your feedback.
New 2.7 (beta 11) crashes
I'm running Vista ultimate and getting the same
"Application terminates... message that the first post quoted.
Can't run 2.7b11 at all. I did find out you get that message when C/C++ calls the Abort() function.
Should make it easier to find. I really didn't want to
go through trying to get it to build though.
Landrum
Fix that I used
I used the fix posted here that involves changing:
C:\Documents and Settings\All Users\Application Data\ElectricSheep\WIN_2.7b11.cfg
Taken from: http://community.electricsheep.org/node/422
was having the same problem as you, and managed to track it down to a missing variable and table in the config file. I assume this should be automatically set by the program but isn't for some reason.
In order to get rid of that InstallDir error you will need to edit the config file located at "C:\Documents and Settings\All Users\Application Data\ElectricSheep\WIN_2.7b11.cfg" and replace everything in that file with the code below.
Please keep in mind that if you installed Electric Sheep somewhere other than the default you will need to edit the appropriate line in the code below to reflect this.
--SNIP
return {
-- Table: {1}
{
["settings"]={2},
},
-- Table: {2}
{
["player"]={3},
["content"]={4},
["generator"]={5},
["app"]={6},
},
-- Table: {3}
{
["player_fps"]=23,
["height"]=600,
["display_fps"]=60,
["LoopIterations"]=2,
["DisplayMode"]=0,
["screen"]=0,
["width"]=800,
},
-- Table: {4}
{
["password"]="",
["negvotedeletes"]=true,
["registered"]=false,
["sheepdir"]="C:\\Documents and Settings\\All Users\\Application Data\\ElectricSheep\\content",
["use_proxy"]=false,
["download_mode"]=true,
["cache_size"]=2000,
},
-- Table: {5}
{
["enabled"]=true,
["nickname"]="",
["save_frames"]=false,
["all_cores"]=false,
},
-- Table: {6}
{
["InstallDir"]="C:\\Program Files\\Electricsheep Screensaver\\",
},
}
--SNIP
After this Electric Sheep should run successfully and change the order of this config file around a bit, as well as add a few more variables but now that it knows where it lives it won't forget.
Thank you
Thanks alot, for some reason it worked once when i first installed it then this error would come up but that fixed it, thanks :)