|
|
#101 (permalink) |
|
All Star Starter
Join Date: Jan 2002
Location: Clearwater, FL
Posts: 1,152
Thanks: 4
Thanked 4x in 2 posts
|
Problem with your Logo program...I just Fdisked my computer and just reloaded all your programs, when opening the logo program I am getting the following error
Could not find the file C:\AU2006\LOGOS\filelist.txt Here is the Details ee the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IO.FileNotFoundException: Could not find file 'C:\AU2006\LOGOS\filelist.txt'. File name: 'C:\AU2006\LOGOS\filelist.txt' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(String path) at AULogo.Form1.AllLogosToolStripMenuItem_Click(Objec t sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(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 ---------------------------------------- AULogo Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Documents%20and%20Settings/Mark/Local%20Settings/Apps/2.0/BG6WWGRJ.VJ2/8DOT717P.O65/aulo..tion_2bb44b035212e18a_0001.0000_2aadf3ae8353 8711/AULogo.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.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.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.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.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.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 ---------------------------------------- ************** 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: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> 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.
__________________
www.emerge180.com |
|
|
|
|
|
#102 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
Put this file in the AU2006\LOGOS folder.
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
|
|
#103 (permalink) |
|
All Star Starter
Join Date: Jan 2002
Location: Clearwater, FL
Posts: 1,152
Thanks: 4
Thanked 4x in 2 posts
|
Thank you very much, how did it not get into the file in the first place
__________________
www.emerge180.com |
|
|
|
|
|
#104 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
Sounds like a b b b b bu bub bug bug.... that came in late in the game. I will look at it later today.
New release: AUBoxMod, check the thread out.
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
|
|
#106 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
Giving it some thought.
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
|
|
#107 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
PlanetOOTP.com has not been updated to include all of my programs. There are 29 total programs now. You can install all of the programs from that page and documentation is available for most of the programs on this site.
www.planetootp.com
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
|
|
#108 (permalink) |
|
Hall Of Famer
Join Date: Dec 2004
Location: Bay Area, CA
Posts: 3,984
Thanks: 0
Thanked 21x in 16 posts
|
Wow, there is some seriously cool stuff there.
Are there any you specifically recommend for online leagues? I was looking at AUTrade, AUStreak, and AUReports. |
|
|
|
|
|
#109 (permalink) |
|
Minors (Single A)
Join Date: Oct 2002
Location: Indianapolis, IN
Posts: 58
Thanks: 0
Thanked 0x in 0 posts
|
Site Down?
Is your site down? Almost all of the utilities I've tried to download are reporting a deadlink at www.sim2005.com. How can I download?
__________________
"The man who was the spearhead of the Dodger offense throughout the year, who saved them in the LCS, will not see any action tonight, for sure." -- Vin Scully on Kirk Gibson, 1988 WS Game 1 |
|
|
|
|
|
#110 (permalink) |
|
All Star Starter
Join Date: Jan 2002
Location: Clearwater, FL
Posts: 1,152
Thanks: 4
Thanked 4x in 2 posts
|
Just went to www.planetootp.com and tried downloading a few programs with no problem
__________________
www.emerge180.com |
|
|
|
|
|
#111 (permalink) |
|
All Star Starter
Join Date: Jan 2002
Location: Clearwater, FL
Posts: 1,152
Thanks: 4
Thanked 4x in 2 posts
|
Hey Webby I have not heard from you in a while, sent you an e-mail just a few days ago...I wanted to know if in your almanac program when you view pitchers stats can you add ERA, you have AVG for batters
__________________
www.emerge180.com |
|
|
|
|
|
#112 (permalink) | |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
Ah, I let sim2005 expire, so I have to move some to planetootp.com
Let me know which ones have dead links. Maybe I will go ahead and reregister the domain, if I can find some change laying aound. Quote:
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
|
|
|
#113 (permalink) |
|
Minors (Single A)
Join Date: Oct 2002
Location: Indianapolis, IN
Posts: 58
Thanks: 0
Thanked 0x in 0 posts
|
Dead Links
Looks like the first 2 rows are all dead. When I click on the link, firefox is telling me that it can't find the sim2005 link. Thanks for the quick reply.
__________________
"The man who was the spearhead of the Dodger offense throughout the year, who saved them in the LCS, will not see any action tonight, for sure." -- Vin Scully on Kirk Gibson, 1988 WS Game 1 |
|
|
|
|
|
#114 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
Site has been updated with the proper links. I just have to copy the help files over and will do that later today.
If you have any of the top 2 row programs installed, you will need to UNINSTALL them from the control panel/add-remove programs and reinstall again from the planetootp.com site. The programs will still work if you do not, but you will not get new updates. I let www.sim2005.com retire (it was 2 years old), and forgot about the links that I had on it before I purchased planetootp.com. Now I have a ton of work to move all my sim2005 pages to planetootp. I actually would have to bid to get my sim2005.com domain back, as the vultures grabbed it as soon as I let it go and they hold it for ransom.
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
|
|
#115 (permalink) |
|
Minors (Single A)
Join Date: Oct 2002
Location: Indianapolis, IN
Posts: 58
Thanks: 0
Thanked 0x in 0 posts
|
Thanks!
Thanks Comedian. I look forward to using these in my historical sim. Can't wait to check em out. Nice to see a fellow .NET comrade around here! -Rob
__________________
"The man who was the spearhead of the Dodger offense throughout the year, who saved them in the LCS, will not see any action tonight, for sure." -- Vin Scully on Kirk Gibson, 1988 WS Game 1 |
|
|
|
|
|
#116 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
It should, I will look at it later tonight.
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
|
|
#117 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
Sorry, been busy beta testing some silly baseball game.
I fixed two bugs in the almanac and checked and it is displaying the ERA as shown in the screen shot.
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
|
|
#118 (permalink) |
|
All Star Starter
Join Date: Jan 2002
Location: Clearwater, FL
Posts: 1,152
Thanks: 4
Thanked 4x in 2 posts
|
Yeah it gets hard when you test some silly baseball game...LMAO. Thank you for the fix.
__________________
www.emerge180.com |
|
|
|
|
|
#119 (permalink) |
|
All Star Starter
Join Date: Jan 2002
Location: Clearwater, FL
Posts: 1,152
Thanks: 4
Thanked 4x in 2 posts
|
Small little problem, I just finished the 1984 season and I ran the almanac program and everything loaded correctly. I am looking at the pitchers stats and there is no ERA stats showing. They worked after the 1983 season but not after the 1984 season
__________________
www.emerge180.com |
|
|
|
|
|
#120 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,870
Thanks: 0
Thanked 22x in 14 posts
|
The ERA calculators are on strike.
I will look at the code and see what I see.
__________________
Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF![/COLOR][/FONT]
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|