|
4 years ago ::
Feb 08, 2009 - 8:35AM
#31
|
Date Joined:
Oct 23, 2006
|
I am getting .NET errors on Windows 7. I am checking to see if I can do something on my side.
|
|
|
|
4 years ago ::
Feb 08, 2009 - 9:16AM
#32
|
Date Joined:
Nov 21, 2007
|
The program acts a little buggy when you input data. I had numbers pop-up on cards I never touched. Also when I was adding numbers for more than two cards the last entry tends to get erased. Other than that this program is great. Thank You
|
|
|
|
4 years ago ::
Feb 08, 2009 - 9:49AM
#33
|
Date Joined:
Mar 24, 2008
|
Small glitch: The collector numbers for Angel's Herald and Angelic Benediction are reversed.
|
|
|
|
4 years ago ::
Feb 08, 2009 - 10:12AM
#34
|
Date Joined:
Mar 19, 2007
|
Very nice program indeed.
I have two quick questions, though:
Firstly, is there a way to turn off the card info that pops up when hovering over a card? It's rather distracting when I'm putting in the numbers I own.
Secondly, when updates become available, will the information I've put in still be saved, or will the new version overwrite everything?
Cheers, Alex 1) Tools > Options > Display Options > Uncheck the check box. (it annoyed me too!)
2) It should be fine. The text document is independent of the install.
If you want to be safe, you can copy it and create a backup: "C:\Program Files\Card Tracker\Resources\My Cards.tab"
|
|
|
|
4 years ago ::
Feb 08, 2009 - 10:14AM
#35
|
Date Joined:
Mar 19, 2007
|
Small glitch: The collector numbers for Angel's Herald and Angelic Benediction are reversed. stupid apostrophes.
The program acts a little buggy when you input data. I had numbers pop-up on cards I never touched. Also when I was adding numbers for more than two cards the last entry tends to get erased. Other than that this program is great. Thank You

That is not good.
I thought I saw it do that once when I entered my Conflux box, but I thought I just entered the info wrong.
:/
If ANYONE sees this happen, let me know ASAP!
Off the top of my head, I may have accidentally bound a number box to the wrong thing, or perhaps the computer is doing several things at once.
If this second one is the case, it may cause problems when you change a number and turn the page right away. The computer might start changing the number WHILE it is changing the page, and some numbers get put in the wrong place for some reason.
I will look in to this right away, but in the meantime just give the PC a second or two to think before turning the page or changing the search buttons.
|
|
|
|
4 years ago ::
Feb 22, 2009 - 11:19AM
#36
|
Date Joined:
Feb 22, 2009
|
Um, wait. Where do you have the program installed at? Do you have it on a secondary hard drive?
Sorry, but I haven't figured out how to automatically find the program's location! You have to run it from "C:\Program Files\Card Tracker" or it can't find any of the necessary files!
Try installing it to that location and see if it works then. At the very least, move all the resource files (including the database!) to that location. If you look at the first line in the error list:
... it says it can't find the database!
In the meantime I'll see what I can do about getting it to run in other locations. Sorry about the confusion, but it never occurred to me to mention that! I'll put that feature at the top of my list, and include it in the Beta 3.1 release ASAP. Similar problem...
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Connect(Boolean& useFailoverPartner, Boolean& failoverDemandDone, String host, String failoverPartner, String protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject, Boolean aliasLookup) at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at Card_Tracker_2.CardDatabaseDataSetTableAdapters.AllSetsTableAdapter.Fill(AllSetsDataTable dataTable) at Card_Tracker_2.Binder.Binder_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Card Tracker Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/Card%20Tracker/Card%20Tracker.exe ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Data Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Transactions Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ----------------------------------------
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
|
|
|
|
4 years ago ::
Feb 22, 2009 - 7:25PM
#37
|
Date Joined:
Mar 19, 2007
|
You are missing SQL, I believe.
If it doesn't work, you probably don't have Microsoft SQL on your PC. No worries! Download it for free here.
|
|
|
|
4 years ago ::
Feb 22, 2009 - 10:07PM
#38
|
|
|
Is the Deck functionality working? I get nothing when I click the menu options for it.
|
|
|
|
4 years ago ::
Feb 23, 2009 - 9:14PM
#39
|
|
|
Sunken City for 4th Edition is showing the Goblin Sled artwork. And 4th ed Durkwood Boars have a red frame.
The 7th Edition Basic Lands are off on art by one placement. Also, the actual collector's numbering for 7th in regards to lands is different from normal sets, meaning it doesn't correspond with your numbering.
|
|
|
|
4 years ago ::
Feb 24, 2009 - 5:38PM
#40
|
|
|
Bug - Ghazban Ogress in the Unglued set is missing.
Also, is there art for the Unglued and Unhinged sets?
Another - The Anaba's in the red of Homelands are shifted by picture.
|
|
|