Supremacy Pre-Release Download
Author |
Message |
Margus
Crewman
Joined: 21 Aug 2007, 01:00 Posts: 19 Location: Estonia
|
There lots of images i dont know what image is raight or i should reconvret all images all the files are png format and all files are from [25 November 2007] stock format. i not added itself there images problem only with new editor 2 old and new one editor 2 all release of editor 2 not work for me.
_________________Cyberwolves Team forum. http://www.margus.dyndns.org/phpbb3/
|
02 Dec 2007, 17:31 |
|
|
traenol
Crewman
Joined: 02 Dec 2007, 18:10 Posts: 21
|
Mike,
Been a while ... (formerly ventrion).
Game is looking spectacular. Diplomacy is looking good, however the same problem for me with being unable to change screens after sending. Other than that, regardless of galaxy size, etc, turn 1 takes an incredible amount of time to process. after that it speeds up to an acceptable rate though.
This seems as though there might be something being done at the end of turn 1 that is hampering. Not sure what might be there that isn't elsewhere, but its probably building something that could be done in the initial loading(maybe).
I'll get a bit more in depth into when I get a better comp after the new year. This one is a bit sluggish with .net apps ... but NWN2 runs beautifully. Weird no?
|
02 Dec 2007, 18:48 |
|
|
Matress_of_evil
Evil Romulan Overlord of Evil - Now 100% Faster!
Joined: 02 Dec 2004, 01:00 Posts: 7392 Location: Returned to the previous place.
|
Margus and traenol, have you been able to play the latest version of the game at all, or do errors come up every time you try? Is it a random error that happens when you perform certain actions? Does it occur when certain background programs are running? Have you created Firewall exceptions? Questions like these can help track down the problem. Sorry but i'm not an expert - or even a novice - when it comes to computerbabble. The only potential problem causers I can think of are that either you don't meet the installation requirements - make sure .Net 3.5 is installed - and also make sure that every time you download Supremacy, you have a fresh install, ie. put it in a new folder or delete the old version first.... Margus, all of the images are in the .jpg format (Mostly the race images) or more commonly .png (Everything else) because .png's are higher quality and can support transparencies. Make sure your computer recognises these file formats. (Although I can't actually imagine this would be the problem as they are such common file types) Since you mention that the new editor does not work at all for you though, it sounds like it could be .Net 3.5 that is at fault. If it isnt installed, install it, and if it is installed, try reinstalling it. (Repair first, if still doesn't work completely uninstall then reinstall) If it STILL does not work, it may be something to do with the server components that we originally identified the latest version of Supremacy as needing. Mike includes these components with the game though, so why this wouldn't work for you i'm not sure. You could try Downloading It yourself just to see if it works, but 7 or 8 thread pages back Mike said you shouldn't need to do this. If even this doesn't work, you'll have to wait for Mike to have a look. Sorry I can't be of more help. ... Mstrobel wrote: I agree about the team--everyone here is great and has been immensely helpful! That goes double for Matress! Addiction is a terrible thing...
_________________"Anyone without a sense of humour is truly at the mercy of the rest of us."
|
02 Dec 2007, 22:38 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
@Margus: The problem you're experiencing is due to the fact that the editor is being run in 64-bit mode, but the third party libraries that I included for SQL Server Compact Edition are 32-bit. The "bad image" error refers to a library file, not a graphical image . I had the same problem with the FMOD sound engine a while back, so I started compiling Supremacy explicitly for x86 (as opposed to Any CPU or x64). I need to do the same with the editor, and that should fix your problem. @traenol: Hey, welcome back! There are currently some significant performance issues that I'm trying to work out. Hopefully I can have something out for testing soon .
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
03 Dec 2007, 03:22 |
|
|
traenol
Crewman
Joined: 02 Dec 2007, 18:10 Posts: 21
|
@MOE : I have downloaded the latest of Supremacy(and it runs fine aside already mentioned issues by yourself and others). The only game I am having issues with on this computer is BOTF(sigh) and I know where to go for that one too(i am having the screen flash, game exit bug at the moment). As I said, Supremacy is definately looking much better, with all the additions that have been made since I looked at it last. Oooh goody, VS.Net is done installing... now on to rebuilding my project
|
03 Dec 2007, 17:25 |
|
|
Strings
Lieutenant Junior Grade
Joined: 11 Nov 2007, 02:55 Posts: 264 Location: UK
|
I'm curious Mike, how did you implement the ribbon style UI in your editor, looks great
|
03 Dec 2007, 17:44 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
Strings wrote: I'm curious Mike, how did you implement the ribbon style UI in your editor, looks great I use the DotNetBar for WPF component from DevComponents. It includes the docking manager too. It's $249 for a license, but for $299 you get the full source code as well. I'm not really sure if I'd recommend it yet--the ribbon has worked great, but I've found tons of issues with the docking system. I'm sure they'll get it patched up in time, but for now I had to fix a lot of issues myself. @traenol: Be sure to grab the new hotness (VS2008).
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
03 Dec 2007, 18:54 |
|
|
traenol
Crewman
Joined: 02 Dec 2007, 18:10 Posts: 21
|
mstrobel wrote: @traenol: Be sure to grab the new hotness (VS2008). Yes ... just as soon as I get a new computer
|
03 Dec 2007, 19:47 |
|
|
Draake
Crewman
Joined: 05 Dec 2007, 11:48 Posts: 1
|
First all let me say fantastic work.. bringing new life to a great game like BOTF!
But I am having an issue when I click on a planetary system with a scout in it while playing the dominion on a medium spiral galaxy map in multiplayer.
The is the info from Error.txt file Object reference not set to an instance of an object.
at Supremacy.Universe.Planet.GetGrowthRate(Race race) in C:\Users\Mike Strobel\Workspace\Supremacy\SupremacyCore\Universe\Planet.cs:line 281 at Supremacy.UI.PlanetView3D..ctor(Planet planet, StarSystem system) in C:\Users\Mike Strobel\Workspace\Supremacy\SupremacyUI\PlanetView3D.cs:line 158 at Supremacy.UI.StarSystemPanel.DisplayVisuals(StarSystem system) in C:\Users\Mike Strobel\Workspace\Supremacy\SupremacyUI\StarSystemPanel.cs:line 238 at Supremacy.UI.StarSystemPanel.Refresh() in C:\Users\Mike Strobel\Workspace\Supremacy\SupremacyUI\StarSystemPanel.cs:line 189 at Supremacy.UI.StarSystemPanel.SectorChangedCallback(DependencyObject source, DependencyPropertyChangedEventArgs e) in C:\Users\Mike Strobel\Workspace\Supremacy\SupremacyUI\StarSystemPanel.cs:line 125 at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e) at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e) at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args) at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType operationType) at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp) at System.Windows.Data.BindingExpression.Invalidate(Boolean isASubPropertyChange) at System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange) at System.Windows.Data.BindingExpression.ScheduleTransfer(Boolean isASubPropertyChange) at MS.Internal.Data.ClrBindingWorker.NewValueAvailable(Boolean dependencySourcesChanged, Boolean initialValue, Boolean isASubPropertyChange) at MS.Internal.Data.PropertyPathWorker.UpdateSourceValueState(Int32 k, ICollectionView collectionView, Object newValue, Boolean isASubPropertyChange) at MS.Internal.Data.PropertyPathWorker.OnDependencyPropertyChanged(DependencyObject d, DependencyProperty dp, Boolean isASubPropertyChange) at MS.Internal.Data.ClrBindingWorker.OnSourceInvalidation(DependencyObject d, DependencyProperty dp, Boolean isASubPropertyChange) at System.Windows.Data.BindingExpression.HandlePropertyInvalidation(DependencyObject d, DependencyPropertyChangedEventArgs args) at System.Windows.Data.BindingExpression.OnPropertyInvalidation(DependencyObject d, DependencyPropertyChangedEventArgs args) at System.Windows.DependentList.InvalidateDependents(DependencyObject source, DependencyPropertyChangedEventArgs sourceArgs) at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args) at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType operationType) at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal) at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value) at Supremacy.UI.GalaxyGridPanel.set_SelectedSector(Sector value) in C:\Users\Mike Strobel\Workspace\Supremacy\SupremacyUI\GalaxyGridPanel.cs:line 509 at Supremacy.UI.GalaxyGridPanel.OnMouseDown(MouseButtonEventArgs e) in C:\Users\Mike Strobel\Workspace\Supremacy\SupremacyUI\GalaxyGridPanel.cs:line 1834 at System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e) at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(RoutedEventArgs args) at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input) at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
----------------------------------------
Also can you play any other races in singleplayer and if so how do you select this ?
|
05 Dec 2007, 14:30 |
|
|
cdrwolfe
Combat Engineer
Joined: 18 Jul 2005, 01:00 Posts: 1001
|
Object reference not set to an instance of an object. Ahh Null reference brings back good memories Regards Wolfe
_________________
|
05 Dec 2007, 17:11 |
|
|
Strings
Lieutenant Junior Grade
Joined: 11 Nov 2007, 02:55 Posts: 264 Location: UK
|
Hehe, I can't believe you're have good memories of null. Actually, thinking about it, me too. It was when I first got the idea of pointers explained to me in year one.
Last edited by Strings on 05 Dec 2007, 17:42, edited 1 time in total.
|
05 Dec 2007, 17:39 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
Welcome to the forums, Draake, and thank you for your positive feedback and bug report. I'll look into your problem, though I think I may have already fixed it for the next build. To answer your question, no, you cannot select any empire other than the Federation for single player yet. I suppose I ought to go ahead and implement that option .
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
05 Dec 2007, 17:41 |
|
|
cdrwolfe
Combat Engineer
Joined: 18 Jul 2005, 01:00 Posts: 1001
|
lol, first week trying C# every error was a null reference error of some kind . So i've had to stick with declaring everything public and static instead , which is probably very lazy and bad, and i should really look into how to access my variables from class to class a bit better Regards Wolfe
_________________
|
05 Dec 2007, 18:30 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
cdrwolfe wrote: lol, first week trying C# every error was a null reference error of some kind . So i've had to stick with declaring everything public and static instead , which is probably very lazy and bad, and i should really look into how to access my variables from class to class a bit better Regards Wolfe lol, yes, that's usally very bad
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
05 Dec 2007, 18:44 |
|
|
traenol
Crewman
Joined: 02 Dec 2007, 18:10 Posts: 21
|
mstrobel wrote: lol, yes, that's usally very bad Unless you work for Microsoft ...
|
06 Dec 2007, 19:04 |
|
|
Kirktitude
Crewman
Joined: 08 Dec 2007, 03:05 Posts: 37 Location: California US
|
Hi, I just found out about this game from the startrek games forum, and my god. I wish I knew about it before , I've been playing BotF since it came out, all of my friends love that game. And we have tried different mods to make it better over the years, but it really needed an upgrade. But this is so much better, has the same feel, but looks so much nicer now. And I have to say, from being a beta tester at EA, this is VERY nice for a pre-alpha. I've only crashed once, and that was in the diplomacy screen messing around with that inbox/sent bug. However now after every few turns I lose the ability to left click on the right click menu. Causing me to esc out to the menu and save then reload to continue. But hey, no hard crashes, system reboots, erasing of hard drives, or parts of the computer catching fire so great work so far.
_________________ If you wear yellow; You are a prosporous fellow If you wear blue; Long life will come to you But if you wear red; You will soon be dead!
|
08 Dec 2007, 07:23 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
Kirktitude wrote: Hi, I just found out about this game from the startrek games forum, and my god. I wish I knew about it before , I've been playing BotF since it came out, all of my friends love that game. And we have tried different mods to make it better over the years, but it really needed an upgrade. But this is so much better, has the same feel, but looks so much nicer now. And I have to say, from being a beta tester at EA, this is VERY nice for a pre-alpha. I've only crashed once, and that was in the diplomacy screen messing around with that inbox/sent bug. However now after every few turns I lose the ability to left click on the right click menu. Causing me to esc out to the menu and save then reload to continue. But hey, no hard crashes, system reboots, erasing of hard drives, or parts of the computer catching fire so great work so far. Hey there Kirktitude, and welcome to the forums! I'm glad to hear you like the game . Your words of encouragement really mean a lot, as that's about the only reward I get . All glitches related to the right-click menu should be fixed in the next release, but I won't know for sure until some other people try it out. Thanks again for taking the time to leave feedback, and if you like the game, I hope you'll stick around the forums and offer some ideas .
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
08 Dec 2007, 07:31 |
|
|
FoxURA
Lieutenant
Joined: 11 Jul 2005, 01:00 Posts: 493
|
Welcome to the forums Kirktitude. Oh, and nice user name BTW... Where is a thumbs up smilie when you need one?
_________________ You ain't seen nothen yet.
|
08 Dec 2007, 08:13 |
|
|
IB_
Crewman
Joined: 08 Dec 2007, 01:00 Posts: 39
|
SupremacyTest_20071104
As the game wore on right clicking got progressively slower, until it would take over a minute to be able to select an option. The same is true for sending a message to other races.
Can't play Sup any more because .NET 3.5 breaks another game I play.
|
08 Dec 2007, 22:02 |
|
|
Matress_of_evil
Evil Romulan Overlord of Evil - Now 100% Faster!
Joined: 02 Dec 2004, 01:00 Posts: 7392 Location: Returned to the previous place.
|
_________________"Anyone without a sense of humour is truly at the mercy of the rest of us."
|
09 Dec 2007, 00:47 |
|
|
FoxURA
Lieutenant
Joined: 11 Jul 2005, 01:00 Posts: 493
|
_________________ You ain't seen nothen yet.
|
09 Dec 2007, 05:07 |
|
|
KD4
Crewman
Joined: 01 Nov 2007, 11:38 Posts: 1
|
frist time here. love it and cant wait untill done.
|
10 Dec 2007, 01:06 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
Since it will be a while until the next update, I thought I would post an experimental build that will hopefully alleviate some of the performance problems people have been seeing. This is by no means a total fix. Please note that this build comes from an experimental branch of the Supremacy code. Much of its infrastructure is being changed, and these changes are still far from complete. As a result, many features may be broken in this release, including the correct saving and loading of games. It is meant strictly for performance testing. Please do not post about any bugs in this release--I am only interested in hearing about turn processing performance relative to the last official pre-release. In addition to reducing some of the bottlenecks in the code, I have parallelized parts of the turn processing logic to take advantage of multi-core CPUs. Also, I have moved all of the AI-specific code out of the main turn processing sequence so that it runs in the background on the server while the human players play their turns. As a result, if you attempt to complete two turns in rapid succession, you may see a message indicating that you are waiting on the AI players to complete their turn. Don't get excited--there are no AI players in this release. The AI processing code currently only generates data that will eventually be used by the AI players. Download Link: http://www.armadafleetcommand.com/botf/strobel/SupremacyPerfTest_20071211.zipMatress, please don't post a link to this in the main topic. Also, there is no editor included in this release, as nobody should be using this release for anything other than performance testing.
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
12 Dec 2007, 00:28 |
|
|
Matress_of_evil
Evil Romulan Overlord of Evil - Now 100% Faster!
Joined: 02 Dec 2004, 01:00 Posts: 7392 Location: Returned to the previous place.
|
Main topic? This IS the main topic...unless you meant the original post. [/endpedanticism] I tested the experiment. You broke it again. Quote: 'Supremacy.Client.StringResource' value cannot be assigned to property 'Title' of object 'Supremacy.Client.SplashScreen'. The type initializer for 'Supremacy.Resources.ResourceManager' threw an exception. Error at object 'Supremacy.Client.StringResource' in markup file 'SupremacyClient;component/splashscreen.xaml' Line 18 Position 9.
at System.Windows.Markup.XamlParseException.ThrowException(String message, Exception innerException, Int32 lineNumber, Int32 linePosition, Uri baseUri, XamlObjectIds currentXamlObjectIds, XamlObjectIds contextXamlObjectIds, Type objectType) at System.Windows.Markup.XamlParseException.ThrowException(ParserContext parserContext, Int32 lineNumber, Int32 linePosition, String message, Exception innerException) at System.Windows.Markup.BamlRecordReader.ThrowException(String message, Exception innerException) at System.Windows.Markup.BamlRecordReader.CreateInstanceFromType(Type type, Int16 typeId, Boolean throwOnFail) at System.Windows.Markup.BamlRecordReader.GetElementAndFlags(BamlElementStartRecord bamlElementStartRecord, Object& element, ReaderFlags& flags, Type& delayCreatedType, Int16& delayCreatedTypeId) at System.Windows.Markup.BamlRecordReader.BaseReadElementStartRecord(BamlElementStartRecord bamlElementRecord) at System.Windows.Markup.BamlRecordReader.ReadElementStartRecord(BamlElementStartRecord bamlElementRecord) at System.Windows.Markup.BamlRecordReader.ReadRecord(BamlRecord bamlRecord) at System.Windows.Markup.BamlRecordReader.Read(Boolean singleRecord) at System.Windows.Markup.TreeBuilderBamlTranslator.ParseFragment() at System.Windows.Markup.TreeBuilder.Parse() at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc) at MS.Internal.AppModel.AppModelKnownContentFactory.BamlConverter(Stream stream, Uri baseUri, Boolean canUseTopLevelBrowser, Boolean sandboxExternalContent, Boolean allowAsync, Boolean isJournalNavigation, XamlReader& asyncObjectConverter) at MS.Internal.AppModel.MimeObjectFactory.GetObjectAndCloseStream(Stream s, ContentType contentType, Uri baseUri, Boolean canUseTopLevelBrowser, Boolean sandboxExternalContent, Boolean allowAsync, Boolean isJournalNavigation, XamlReader& asyncObjectConverter) at System.Windows.Navigation.NavigationService.GetObjectFromResponse(WebRequest request, WebResponse response, Uri destinationUri, Object navState) at System.Windows.Navigation.NavigationService.DoNavigate(Uri source, NavigationMode f, Object navState) at System.Windows.Navigation.NavigateQueueItem.Dispatch(Object obj) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
----------------------------------------
The type initializer for 'Supremacy.Resources.ResourceManager' threw an exception.
at Supremacy.Resources.ResourceManager.GetString(String key) at Supremacy.Client.StringResource.ProvideValue(IServiceProvider serviceProvider) in C:\Users\mikest\Workspace\supremacy\DiplomacyRewrite\SupremacyWPF\StringResource.cs:line 41 at System.Windows.Markup.BamlRecordReader.ProvideValueFromMarkupExtension(MarkupExtension markupExtension, Object obj, Object member) at System.Windows.Markup.BamlRecordReader.SetDependencyComplexProperty(Object currentTarget, BamlAttributeInfoRecord attribInfo, Object o)
----------------------------------------
Cannot open '|DataDirectory|\Resources\Data\SupremacyDatabase.sdf'. Provider 'System.Data.SqlServerCe.3.5' not installed.
at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Initialize(IDataServices dataServices, Object connection) at System.Data.Linq.DataContext.Init(Object connection, MappingSource mapping) at System.Data.Linq.DataContext..ctor(String fileOrServerOrConnection, MappingSource mapping) at Supremacy.Data.SupremacyDatabase..ctor() in C:\Users\mikest\Workspace\Supremacy\DiplomacyRewrite\SupremacyCore\Data\SupremacyDatabase.designer.cs:line 43 at Supremacy.Resources.ResourceManager..cctor() in C:\Users\mikest\Workspace\Supremacy\DiplomacyRewrite\SupremacyCore\Resources\ResourceManager.cs:line 67
----------------------------------------
Should I try installing the Sqlserver 3.5 thing that it is referring to?
_________________"Anyone without a sense of humour is truly at the mercy of the rest of us."
|
12 Dec 2007, 01:44 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
That's weird. You shouldn't need to install that, and it worked fine before. Try opening SupremacyClient.exe.config (note the ".config" extension) in Notepad and replacing this section: Code: <connectionStrings> <add name="Supremacy.Properties.Settings.TextDatabaseConnectionString" connectionString="Data Source=|DataDirectory|\Resources\Data\Text.sdf" providerName="Microsoft.SqlServerCe.Client.3.5" /> <add name="Supremacy.Properties.Settings.SupremacyDatabaseConnectionString" connectionString="Data Source=|DataDirectory|\Resources\Data\SupremacyDatabase.sdf" providerName="Microsoft.SqlServerCe.Client.3.5" /> </connectionStrings> ...with the following: Code: <connectionStrings> <add name="Supremacy.Properties.Settings.TextDatabaseConnectionString" connectionString="Data Source=|DataDirectory|\Resources\Data\Text.sdf" /> <add name="Supremacy.Properties.Settings.SupremacyDatabaseConnectionString" connectionString="Data Source=|DataDirectory|\Resources\Data\SupremacyDatabase.sdf" /> </connectionStrings> (in other words, remove the 'providerName' attribute from both connection strings).
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
12 Dec 2007, 07:25 |
|
|
Matress_of_evil
Evil Romulan Overlord of Evil - Now 100% Faster!
Joined: 02 Dec 2004, 01:00 Posts: 7392 Location: Returned to the previous place.
|
No, that didn't work either. I got the exact same error message. Shall I try installing the program it is referring to?
_________________"Anyone without a sense of humour is truly at the mercy of the rest of us."
|
12 Dec 2007, 11:38 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
Matress_of_evil wrote: No, that didn't work either. I got the exact same error message. Shall I try installing the program it is referring to? That would probably work, but you still shouldn't need to.
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
12 Dec 2007, 17:07 |
|
|
outremer84
Crewman
Joined: 18 Sep 2007, 01:00 Posts: 16
|
i'm getting the same thing
|
12 Dec 2007, 22:58 |
|
|
mstrobel
Chief Software Engineer
Joined: 11 Aug 2005, 01:00 Posts: 2688
|
Lame. Alright, everyone else may as well ignore my performance test download until I can get it working on your systems .
_________________ Lead Developer of Star Trek: Supremacy 253,658 lines of code and counting...
|
13 Dec 2007, 00:44 |
|
|
Margus
Crewman
Joined: 21 Aug 2007, 01:00 Posts: 19 Location: Estonia
|
HI it works SupremacyPerfTest_20071211 good on my system i have SQL server compact 3.5 installed i not tested perf.. yet.
_________________Cyberwolves Team forum. http://www.margus.dyndns.org/phpbb3/
|
13 Dec 2007, 10:14 |
|
|
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|