Page 1 of 1

please help where is link to magic fore ?

PostPosted: 17 Aug 2013, 04:20
by magicbullet
Hi, guys nice to meet you all. i just started playing magic cards and am looking to download forge. however i cannot find a download link are the links broken please help i have been at this for well over an hour. please send link

Re: please help where is link to magic fore ?

PostPosted: 17 Aug 2013, 04:49
by Huggybaby
First I'll answer your question, than I'll move this to the proper forum.

It's hard to believe you've been looking for an hour!

Forge forum: viewforum.php?f=26
Forge latest beta: viewtopic.php?f=26&t=11471

Re: please help where is link to magic fore ?

PostPosted: 17 Aug 2013, 04:54
by magicbullet
thanks man, i found that but where is the link am i suppose to save target as ?

Re: please help where is link to magic fore ?

PostPosted: 17 Aug 2013, 13:00
by Chris H.
magicbullet wrote:thanks man, i found that but where is the link am i suppose to save target as ?
 
Read the first message in this topic:

Forge Beta: 08-16-2013 ver 1.4.6

and at the end of this first message you will notice the header

"The links to the various archives:"

and you will find the link:

forge-1.4.6.tar.bz2 (32.9 MB, at cardforge.org)

Re: please help where is link to magic fore ?

PostPosted: 17 Aug 2013, 16:09
by magicbullet
thanks I really appreciate all this help. now I have downloaded java 7 but I have never ran java b4.

I tried placing the program in java through java run time environments is that how you would do this?

1.Download the file attached to the beta release thread.
2. Extract the contents into a directory.
3. Double-click the launcher script for your computer's OS.

trying

Re: please help where is link to magic fore ?

PostPosted: 17 Aug 2013, 20:34
by Chris H.
You should install the appropriate Java 7 JRE for you computer's OS.

Then launch forge via the appropriate launcher for you computer's OS.

Re: please help where is link to magic fore ?

PostPosted: 19 Aug 2013, 04:46
by magicbullet
what programs launch for windows 7?
so it opens to a black window and closes instantly

Re: please help where is link to magic fore ?

PostPosted: 19 Aug 2013, 12:16
by Chris H.
magicbullet wrote:what programs launch for windows 7?
 
forge.exe

Re: please help where is link to magic fore ?

PostPosted: 19 Aug 2013, 20:18
by spr
magicbullet wrote:what programs launch for windows 7?
so it opens to a black window and closes instantly
Check that java is installed correctly. Open a command prompt and typing "java -version" shold produce something like -

Code: Select all
C:\> java -version
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)

The version needs to be "1.7.x".

Cheers,
Steve

Re: please help where is link to magic fore ?

PostPosted: 21 Aug 2013, 01:04
by magicbullet
okay so i took my time and figured this out i have forge extracted and on my desktop as .exe and i have java

now when i type in java version into the command prompt its says its not and external or internal command and is not a operable program or batch file.

once again thanks for all the help guys

at this point it prompts to run the program and ask for permission but doesnt really run

Re: please help where is link to magic fore ?

PostPosted: 21 Aug 2013, 02:06
by spr
magicbullet wrote:okay so i took my time and figured this out i have forge extracted and on my desktop as .exe and i have java

now when i type in java version into the command prompt its says its not and external or internal command and is not a operable program or batch file.

once again thanks for all the help guys

at this point it prompts to run the program and ask for permission but doesnt really run
Sounds like you need to add java to your Windows path -
  • Open Control Panel -> Java (if there is no Java option, re-install Java).
  • Click on the Java tab and click the View... button.
  • Does it say 1.7 under the Platform heading? No, then re-install Java.
  • Make a note of the full path to the "\bin" folder. Ignore the exe name.
  • Open a command prompt at the java "\bin" location and type "java -version". Ensure it is version 1.7 something. If not, re-install Java.
  • Now open Control Panel -> System.
  • Click Advanced Settings on the left hand column.
  • Click the Advanced tab.
  • Click Environment Variables.
  • In the lower System Variables list, scroll down to PATH, select and press Edit.
    :!: Be careful do not delete the existing value :!:
  • Move the cursor to the end of the text in the Variable value field.
  • Add a semicolon to the end if one does not already exist.
  • Add the full path to the java "bin" directory you made a note of earlier to the end (make sure it is preceeded by a semi-colon).
  • Click Ok, Ok, Ok.
    (you might have to reboot but try without first).
  • Open a new command prompt at C:\
  • Type "java -version". You should see java version info displayed. If not reboot, and restart from this step. If it still does not work, copy all the output from command prompt and post here.
  • Now you can try running the forge exe.
  • If this does not work, open a command prompt at the folder containing the "forge..jar-with-dependencies" file.
  • Run "java -jar <name of jar file>.jar"
  • If it falls over, copy all the output and post here.

Cheers,
Steve