Home | Webstore
Latest News: OOTP 13 THIRD Update Available: Version 13.3.9! - OOTP 13 Released! Download Now! - iOOTP 2012 Available NOW on the AppStore - Title Bout Championship Boxing 2.5 released!

Download OOTP 13 Now! | Download iOOTP 2012 from the AppStore

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-24-2009, 11:48 PM   #1 (permalink)
Hall Of Famer
 
eriqjaffe's Avatar
 
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 5,239
Thanks: 15
Thanked 337x in 174 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-27-2009, 11:47 PM   #2 (permalink)
Moderator
 
Irishray's Avatar
 
Join Date: May 2007
Location: Dallas, TX
Posts: 282
Thanks: 27
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, 09:10 AM   #3 (permalink)
Hall Of Famer
 
eriqjaffe's Avatar
 
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 5,239
Thanks: 15
Thanked 337x in 174 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, 11:07 AM   #4 (permalink)
Global Moderator
 
Tony M's Avatar
 
Join Date: Feb 2006
Location: Here
Posts: 6,113
Blog Entries: 3
Thanks: 38
Thanked 309x in 179 posts
I've logged it as BZ# 1995
__________________
This signature is intentionally blank
Tony M is offline   Reply With Quote
Old 01-30-2009, 11:26 PM   #5 (permalink)
Moderator
 
Irishray's Avatar
 
Join Date: May 2007
Location: Dallas, TX
Posts: 282
Thanks: 27
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, 10:43 PM   #6 (permalink)
Hall Of Famer
 
eriqjaffe's Avatar
 
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 5,239
Thanks: 15
Thanked 337x in 174 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 07:19 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