Latest News: OOTP 13 Announced with Screenshots & Feature List! Pre-Order Now! - OOTP Baseball 12 Available! - iOOTP Baseball 2011 Available! - Title Bout Championship Boxing 2.5 released! - Inside the Park Baseball Patch 1.03 released, DEMO now available

Pre-Order OOTP 13, Save & Win! | OOTP 12 Off-Season Special, just $19.99!

Go Back   OOTP Developments Forums > Earlier versions of Out of the Park Baseball > Earlier versions of OOTP: Technical Support > Earlier versions of OOTP: Logged Issues

Earlier versions of OOTP: Logged Issues All issues that have been logged and given a TT # are stored here until fixed

Reply
 
LinkBack Thread Tools Display Modes
Old 01-25-2009, 12:48 AM   #1 (permalink)
Hall Of Famer
 
eriqjaffe's Avatar
 
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 5,120
Thanked 203x in 113 posts
BZ 1995: Can't Find Historical Database (Linux)

I just set up a historical league, and I'm getting this popup whenever I open it. OOTP shows that the database is at /home/eriq/ootp-linux/ootp9/data/stats/, and the database is there.

I'm hoping this is a false positive, as I have yet to progress past the first season. Any other Linux users seen this?
__________________
Quote:
Originally Posted by rich12545 View Post
I don't believe I've EVER seen you make an actual contribution to a conversation.
eriqjaffe is offline   Reply With Quote
Old 01-28-2009, 12:47 AM   #2 (permalink)
Moderator
 
Irishray's Avatar
 
Join Date: May 2007
Location: Dallas, TX
Posts: 279
Thanked 5x in 4 posts
I ran into this problem as well. Linux is case-sensitive. The solution was to rename all files extracted from the lahman database to lower-case.

Wrote a quick bash script to do it. Presto-Chango! Perfection.

I can provide you the contents of the script if you need it.

Ray
Irishray is offline   Reply With Quote
Old 01-29-2009, 10:10 AM   #3 (permalink)
Hall Of Famer
 
eriqjaffe's Avatar
 
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 5,120
Thanked 203x in 113 posts
Quote:
Originally Posted by Irishray View Post
I ran into this problem as well. Linux is case-sensitive. The solution was to rename all files extracted from the lahman database to lower-case.

Wrote a quick bash script to do it. Presto-Chango! Perfection.

I can provide you the contents of the script if you need it.

Ray
That would be great, if you'd be so kind.
__________________
Quote:
Originally Posted by rich12545 View Post
I don't believe I've EVER seen you make an actual contribution to a conversation.
eriqjaffe is offline   Reply With Quote
Old 01-29-2009, 12:07 PM   #4 (permalink)
Global Moderator
 
Tony M's Avatar
 
Join Date: Feb 2006
Location: Here
Posts: 6,078
Blog Entries: 3
Thanked 299x in 172 posts
I've logged it as BZ# 1995
__________________
This signature is intentionally blank
Tony M is offline   Reply With Quote
Old 01-31-2009, 12:26 AM   #5 (permalink)
Moderator
 
Irishray's Avatar
 
Join Date: May 2007
Location: Dallas, TX
Posts: 279
Thanked 5x in 4 posts
Bash Script as Requested

#!/bin/bash
for filename in *
do
n=`echo $filename | tr '[:upper:]' '[:lower:]'`
mv $filename $n
done


******************************

just execute the script above in the directory containing the files from the database -- it will convert them all to lower-case.

Ray
Irishray is offline   Reply With Quote
Old 01-31-2009, 11:43 PM   #6 (permalink)
Hall Of Famer
 
eriqjaffe's Avatar
 
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 5,120
Thanked 203x in 113 posts
Thanks, that worked a treat!
__________________
Quote:
Originally Posted by rich12545 View Post
I don't believe I've EVER seen you make an actual contribution to a conversation.
eriqjaffe is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 05:14 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright © 2009 Out of the Park Developments