Masticore
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
56 posts
• Page 2 of 4 • 1, 2, 3, 4
Re: Masticore
by DennisBergkamp » 15 Feb 2010, 00:58
I'm not sure, looking at the error message I don't think so. But I could always add you as a committer by the way. Just PM me your email address.
-
DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Masticore
by DennisBergkamp » 15 Feb 2010, 01:47
By the way, for now I just uploaded the latest source... (it also includes the required libraries in the lib directory).
- Attachments
-
source0214.rar
- (5.35 MiB) Downloaded 455 times
-
DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Masticore
by Corwin72 » 15 Feb 2010, 02:08
Since you got Masticore, do you think that you could do Razormane Masticore too?
Or does that not work because we do not have a draw step phase.
Or does that not work because we do not have a draw step phase.
-
Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Re: Masticore
by DennisBergkamp » 15 Feb 2010, 02:48
Actually, Masticore does not work yet (Zen started working on it).
-
DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
Re: Masticore
by Rob Cashwalker » 15 Feb 2010, 04:12
A couple weeks ago, I left my laptop at the office. I was trying to get SVN to work from my home computer, and I was having a very hard time getting it to work, not succeeding at all. Subclipse seemed to not be able to integrate with the SVN client that it is linked with in the plugin tree.
The Force will be with you, Always.
-
Rob Cashwalker - Programmer
- Posts: 2167
- Joined: 09 Sep 2008, 15:09
- Location: New York
- Has thanked: 5 times
- Been thanked: 40 times
Re: Masticore
by zen » 15 Feb 2010, 04:33
Hi guys,
Dennis - thanks for the source.
At this point I'm all but decided that it's a version problem with Subversion. 1.6.9 doesn't work with subclipse yet i guess.
I'm trying to uninstall Subversion 1.6.9, but seemingly no matter how many files I delete, 1.6.6 will never install b/c it sees a newer version installed.
I'm on OS X 10.5.8.
i did delete subversion's main file from my local user directory obviously. I also took out the file hiding in the Receipt folder. I ran a bunch of find commands of the following form:
find . -type d -name *svn
but I couldn't find all of the 1.6.9 files i guess. And the old version of svn still won't install. I suck with macs, and any help uninstalling svn would be great.
Thanks in advance. such a silly thing to stay up all night for
Dennis - thanks for the source.
At this point I'm all but decided that it's a version problem with Subversion. 1.6.9 doesn't work with subclipse yet i guess.
I'm trying to uninstall Subversion 1.6.9, but seemingly no matter how many files I delete, 1.6.6 will never install b/c it sees a newer version installed.
I'm on OS X 10.5.8.
i did delete subversion's main file from my local user directory obviously. I also took out the file hiding in the Receipt folder. I ran a bunch of find commands of the following form:
find . -type d -name *svn
but I couldn't find all of the 1.6.9 files i guess. And the old version of svn still won't install. I suck with macs, and any help uninstalling svn would be great.
Thanks in advance. such a silly thing to stay up all night for

- zen
- Posts: 27
- Joined: 13 Feb 2010, 19:21
- Has thanked: 0 time
- Been thanked: 0 time
Re: Masticore
by silly freak » 15 Feb 2010, 07:00
hmm, not easy I think. i had a problem that eclipse couldn't store passwords, but that bug only applies to linux I think
did it now work with http? google projects allow https access only to project members, until rares adds you, just do with http
did it now work with http? google projects allow https access only to project members, until rares adds you, just do with http
___
where's the "trust me, that will work!" switch for the compiler?
Laterna Magica - blog, forum, project, 2010/09/06 release!
where's the "trust me, that will work!" switch for the compiler?
Laterna Magica - blog, forum, project, 2010/09/06 release!
- silly freak
- DEVELOPER
- Posts: 598
- Joined: 26 Mar 2009, 07:18
- Location: Vienna, Austria
- Has thanked: 93 times
- Been thanked: 25 times
Re: Masticore
by zen » 15 Feb 2010, 10:12
Hi Silly Freak,
Yes, http instead of https was a good suggestion, but eclipse still won't recognize SVN 1.6.9
I gotta Uninstall Subversion 1.6.9
Yes, http instead of https was a good suggestion, but eclipse still won't recognize SVN 1.6.9
I gotta Uninstall Subversion 1.6.9
- zen
- Posts: 27
- Joined: 13 Feb 2010, 19:21
- Has thanked: 0 time
- Been thanked: 0 time
Re: Masticore
by Chris H. » 15 Feb 2010, 11:46
`zen wrote:Hi guys,
i did delete subversion's main file from my local user directory obviously. I also took out the file hiding in the Receipt folder. I ran a bunch of find commands of the following form:
find . -type d -name *svn
but I couldn't find all of the 1.6.9 files i guess. And the old version of svn still won't install. I suck with macs, and any help uninstalling svn would be great.
Thanks in advance. such a silly thing to stay up all night for
Do you have a time machine backup? That would allow you to go back to before you installed Subversion.
I have a Readme with my backup copy of subversion, to un-install, it says:
Uninstallation Notes
To uninstall the Subversion 1.6.6 Universal binary, just remove
the /opt/subversion directory and remove the
/Library/Receipts/Subversion-1.6.6.pkg directory.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Masticore
by zen » 15 Feb 2010, 11:53
i know right? It seems so easy. but believe me it isn't.
when trying to install subversion 1.6.6 it keeps recognizing that i've installed 1.6.9 and won't install.
unfortunately time machine is not an option as I'm on a shared machine, and can't compromise others' data like that.
when trying to install subversion 1.6.6 it keeps recognizing that i've installed 1.6.9 and won't install.
unfortunately time machine is not an option as I'm on a shared machine, and can't compromise others' data like that.
- zen
- Posts: 27
- Joined: 13 Feb 2010, 19:21
- Has thanked: 0 time
- Been thanked: 0 time
Re: Masticore
by Rob Cashwalker » 15 Feb 2010, 14:34
eclipse (at least on my system) has a history of packages you've installed. You can go backwards. Mind you, I did that too, and was able to revert to before I installed SVN or subclipse. However the SVN client package was still registered on the package manager list.
Best bet might be to delete eclipse and your workspace folder and start with a fresh slate.
Best bet might be to delete eclipse and your workspace folder and start with a fresh slate.
The Force will be with you, Always.
-
Rob Cashwalker - Programmer
- Posts: 2167
- Joined: 09 Sep 2008, 15:09
- Location: New York
- Has thanked: 5 times
- Been thanked: 40 times
Re: Masticore
by silly freak » 15 Feb 2010, 15:29
i think he's talking about subversion, not subclipse
___
where's the "trust me, that will work!" switch for the compiler?
Laterna Magica - blog, forum, project, 2010/09/06 release!
where's the "trust me, that will work!" switch for the compiler?
Laterna Magica - blog, forum, project, 2010/09/06 release!
- silly freak
- DEVELOPER
- Posts: 598
- Joined: 26 Mar 2009, 07:18
- Location: Vienna, Austria
- Has thanked: 93 times
- Been thanked: 25 times
Re: Masticore
by zen » 15 Feb 2010, 16:01
This is just too much pain.
I finally managed to downgrade subversion 1.6.9 to 1.6.6 (by deleting the entire /Library/Receipts directory). But incredibly, this didn't help anything. I still get eclipses nagging "Unable to load default SVN Client" error message every time I try to
Import>SVN>Checkout Projects from SVN => https://cardforge.googlecode.com/svn
Which means that the problem isn't with versions of subversions being uncompatible with subclipse.
Checks:
1
the file ~/.profile has the path variable it requireds
export PATH=/opt/subversion/bin:$PATH
(as svn requires).
2
I'm logged into google code when i try to access the cardforge site. (though i don't think this is the problem, cause I get the same error from subclipse no matter which project I try and checkout.
The only thing left that I can think of in Eclipse is:
Eclipse>Preferences>Team>SVN
Configuration location = ~./profile
but I can't even set the text box to that value since it's a hidden file!!
I finally managed to downgrade subversion 1.6.9 to 1.6.6 (by deleting the entire /Library/Receipts directory). But incredibly, this didn't help anything. I still get eclipses nagging "Unable to load default SVN Client" error message every time I try to
Import>SVN>Checkout Projects from SVN => https://cardforge.googlecode.com/svn
Which means that the problem isn't with versions of subversions being uncompatible with subclipse.
Checks:
1
the file ~/.profile has the path variable it requireds
export PATH=/opt/subversion/bin:$PATH
(as svn requires).
2
I'm logged into google code when i try to access the cardforge site. (though i don't think this is the problem, cause I get the same error from subclipse no matter which project I try and checkout.
The only thing left that I can think of in Eclipse is:
Eclipse>Preferences>Team>SVN
Configuration location = ~./profile
but I can't even set the text box to that value since it's a hidden file!!
- zen
- Posts: 27
- Joined: 13 Feb 2010, 19:21
- Has thanked: 0 time
- Been thanked: 0 time
Re: Masticore
by Chris H. » 15 Feb 2010, 16:12
`zen wrote:i know right? It seems so easy. but believe me it isn't.
when trying to install subversion 1.6.6 it keeps recognizing that i've installed 1.6.9 and won't install.
unfortunately time machine is not an option as I'm on a shared machine, and can't compromise others' data like that.
OK, let me think about this...
1) delete the Macintosh HD/Opt/subversion folder
2) delete the /Library/Receipts/Subversion-1.6.9.pkg directory.
3) This last one is really tricky and prone to error.

Edit the Macintosh HD/Receipts/InstallHistory.plist file. There is a section in my copy which shows:
`<dict>
<key>date</key>
<date>2009-11-13T14:03:56Z</date>
<key>displayName</key>
<string>Subversion 1.6.6</string>
<key>displayVersion</key>
<string></string>
<key>packageIdentifiers</key>
<array>
<string>net.collab.subversion</string>
</array>
<key>processName</key>
<string>Installer</string>
</dict>
You may need a plist editor to change the version number on your machine from 1.6.9 to lets say 1.6.0. This may then allow you to install subversion 1.6.6.
I would strongly insist that you make a backup copy of this plist file bere you try this suggestion. And you may want to check VersionTracker for a plist editor rather than using a text based editor. I can not think of anything else at this time.

-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: Masticore
by DennisBergkamp » 15 Feb 2010, 16:28
Zen,
Man, this does sound gruelling
Who said using Macs was easier than PCs? I didn't have to go through this stuff when I installed subclipse on my windows machine...
Man, this does sound gruelling

Who said using Macs was easier than PCs? I didn't have to go through this stuff when I installed subclipse on my windows machine...
-
DennisBergkamp - AI Programmer
- Posts: 2602
- Joined: 09 Sep 2008, 15:46
- Has thanked: 0 time
- Been thanked: 0 time
56 posts
• Page 2 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 33 guests