It sounds like your video card might be overheating. Check that you have the latest drivers from NVIDIA, clean out your PC (physically blow the dust off the card and its fan, make sure all the grilles are clear). Failing that, try adjusting the graphics card fan settings with something like RivaTuner (after reading how) to increase the fan speed. My 8800 would do the same until I tweaked the fan to go a little higher, especially on load.
GreenReaper
Sounds like it's not detecting the game properly. Tried hitting "Detect Application" in the blue Impulse menu and selecting the game and the directory?
I've linked this wiki from the Wikipedia article: http://en.wikipedia.org/wiki/Elemental:_War_of_Magic If you see a way to improve that article as well, please do - just remember to provide references!
Technically we published both games. Elemental is the only one that was self-developed. Just goes to show how much credit (and blame) the publisher gets.
If everyone who was going to buy Civ V bought Elemental first, I think we'd be quite happy with that. [e digicons]O:)[/e]
Using coupons is a great idea! We're fine with however people wish to legally buy our game, as long as they use the money saved to buy expansion packs a year down the road. [e digicons]B)[/e]
Yes, that is what I mean. As for the map editor, it likely shared many of the issues we fixed since beta4, but if you notice any errors in the current build, please report them - preferably with links to save games and/or crash dumps! It also helps if you can say "doing this adds 5Mb" - Task Manager can often help, set it to show the "Commit Size" column under "View" in the processes tab.
We thought all prior alt-tab issues were fixed, but the change to fix a graphics memory leak also caused a recurrence of that issue on some ATI cards on Win7 x64. We have one of the game's lead graphics developers on the task of fixing it. For now, running in windowed mode (which will fill the screen if you set it to the screen resolution) may help. If not, set autosave to every turn and sit tight for a couple of days.
Pre-order processing should be completed within the next five hours. Apologies for the delay, but it's probably for the best - we have enough people flooding the servers anyway (the download speeds are excellent, but it'd be nice to keep it that way).
Pre-order processing should be completed within the next five hours. Apologies for the delay, but it's probably for the best - we have enough people flooding the servers anyway (the download speeds are excellent, but it'd be nice to keep it that way).
When not breaking things, I've been fleshing out the Wikipedia article on Elemental.
[quote who="Mogmoogle" reply="20" id="2717929"]I do have to disagree about the part about wanting to play Civ 5, its been the same game for the last 2 decades they improved the graphics great, but a veteran spear-man can still take out a Abrams tank . . .[/quote] What's wrong with that? A veteran spear-unit could well beat a tank if they knew exactly where to poke it.
Your Object Desktop registration was in the account that you registered with your hotmail email address, not the gmail one. I have merged the two accounts. Note that the passwords for each account differ - if this is not what you intended, you probably need to reset it at https://secure.impulsedriven.com/accounts/resetpassword.aspx
All of these programs run on the Microsoft .NET platform. It is quite possible that your installation of it is broken in some way. Please try following the directions in this article to repair it and other system files: http://blogs.msdn.com/b/astebner/archive/2007/03/26/how-to-repair-the-net-framework-2-0-and-3-0-on-windows-vista.aspx Another possibility is that other software on your computer is incompatible with DirectSkin. To test this, try renaming the "wbocx32.ocx" file
Jeez, and mine's only worth $10,000 . . .
Yeah, I used to use photobucket for throwaway news images but it was just too slow. Timing out is not acceptable, even for a free service.
You should just be able to drag on or open up the .logonxp file, too. This may be a little easier. :)
OK, guys, chill . . . TimmyP: We are glad you are so pleasant with us. Your scripting and your pains we thank you for.
We're aware of this issue and this potential workaround. Obviously we hope to not require 2Gb in the first place, but there is always the potential for leaks and memory fragmentation. We want to make long game testing easier, especially as we get close to release. You cannot easily make a version that will work properly with Large Address Aware enabled, due to DirectX textures being limited to below the 2Gb mark by default. The good news is, we probably can. I've been
Looks like an error in the title for the popup dialog - we've been getting that one a lot. Thanks for the report!
For the record, you come up as female here when I look at your user page.
If it occurs after you've quit, it's possible that it was a background task that was collecting data for one of the information screens. Sometimes the information gathering process involves calling out to third-party code which might not respond well if stopped in the middle. It isn't good that it caused an error, but it shouldn't harm your system. If it happens every single time, even if you wait a while before quitting, there's probably something up in Tweak7 itself - perha
Looks like a lot of work - well done! It's good to see the WC wiki being used to share this kind of stuff. [e digicons]^_^[/e]
Apologies for the issue you've all been having. We do want to take your money, honest! Stardock is on holiday, so I can't guarantee any fixes for today, but I'm sure our sales staff will be looking at this tomorrow.
Sounds to me like you need to talk to whoever made those screen savers. They should be passing CDS_FULLSCREEN to ChangeDisplaySettingsEx in order to make the resolution change temporary so it doesn't tell the window manager to move everything around: http://blogs.msdn.com/b/oldnewthing/archive/2008/01/04/6973747.aspx The same could be achieved with an application shim that set ForceTemporaryModeChange, so it would in theory be possible to do this. However, that's a lot of code