Jump to content

Forge Installer 898


Sen-Mithrarin

Recommended Posts

MD5 minecraftforge-installer-1.6.4-9.11.0.898.jar affbe0b3554b78aa07c5df54bf3f573a

 

please dont bother me with "clearing caches" or "re-download" ... its just a file-corruption on YOUR server wich YOU have to fix

 

btw : seems the scala-download is also a bit faulty : the downloaded files are not java-valid zip-files ... to fix you have to manually download the lib from scala-site ... so please re-check your download- and validate-code

 

 

code to check MD5

 

import java.io.*;
import java.security.*;
import java.util.*;
public class Hash
{
public static void main(String[] args) throws Exception
{
	MessageDigest md=MessageDigest.getInstance("MD5");
	FileInputStream in=new FileInputStream(new File(args[0]));
	int b=0;
	byte[] buf=new byte[0x100000];
	while((b=in.read(buf))!=-1)
	{
		md.update(buf, 0, b);
	}
	System.out.println(binaryToHexString(md.digest()));
}
private static String binaryToHexString(byte[] input)
{
	StringBuilder stringBuilder=new StringBuilder(input.length*2);
	for(byte b : input)
	{
		int i=b&0xFF;
		if(i<16)
		{
			stringBuilder.append("0");
		}
		stringBuilder.append(Integer.toHexString(i));
	}
	return stringBuilder.toString();
}
}

 

UPDATE : problem only affects build 892+ , no problems with build 884 (recommended) , 885,886,891

also scala-lib-read-error does not occur on build 891

Link to comment
Share on other sites

Hy!

 

I ran into the exact same issue. Cleaned chache tryed diffrent browser. Nope. So manual update is your way to go.

 

Files needed

9.11.0.844 Installer Build

9.11.0.898 Universal Build

 

Step 1.Install Forge 9.11.0.844 with the installer build

 

Step 2. Run it once then close it

 

Step 3. Rename

.minecraft/libaries/net/minecraftforge/minecraftforge/9.11.0.884

to

.minecraft/libaries/net/minecraftforge/minecraftforge/9.11.0.898

 

Step 4. Rename

minecraftforge-universal-1.6.4-9.11.0.898

to

minecraftforge-9.11.0.898

and place it in

.minecraft/libaries/net/minecraftforge/minecraftforge/9.11.0.898

 

Step 5. Delete minecraftforge-9.11.0.884 from .minecraft/libaries/net/minecraftforge/minecraftforge/9.11.0.898

 

Step 6. Go to /versions/1.6.4-Forge9.11.0.884 and open the json with notepad++ or wordpad

Change the line

"net.minecraftforge:minecraftforge:9.11.0.884"

to

"net.minecraftforge:minecraftforge:9.11.0.898"

 

Save it and run it. Worked for me :)

Link to comment
Share on other sites

https://github.com/MinecraftForge/FML/commit/35ab9f52b02d84592e4c7607feb6009710b2f7d9

Issue that effect ~7 builds, I will call this one my bad. But seriously this scala shit is getting frustrating -.-

Anyways i've fixed those 7 broken installers, this *should* work just fine now.

BUT IF THEY DO NOT

I NEED:

Console logs

EXACT Version of the installer you're using, including MD5s and the EXACT url you downloaded them from.

EXACT JVM and OS versions.

AND a copy of the libraries/org/scala-lang folder

I need this information so I can go in and disect the bugs.

 

Without this information I just have a flood of kids running up to me saying 'broken broken broken broken' and it get REALLY REALLY frustrating -.-

 

As for your reference to me telling the user to clear his cache, he was having corrupt download issues in the installer itself, not in scala.

NONE of our installers are missing the version.json that he is experiencing.

 

However, I do want to thank you for atleast attempting to provide part of the information that I need that allowed me to narrow it down. {The md5}

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

os : Win 7 Ulti x64 SP1 up-to-date

java : jdk1.7.0_40 x64

url : direct-link from files.minecraftforge.net

md5 / file : posted above

 

console-output was some like "checksums.sha1 failed" ... idk why ... but seems the download or the verify failed

 

to clean it up : it seems there is no fault on all the ppl who downloaded the installer ... but rather there is something wrong with the installer itself

 

 

 

tested : minecraftforge-installer-1.6.4-9.11.0.901.jar

md5 : 681218abb7694664ff196672fba49529

url : http://files.minecraftforge.net/minecraftforge/minecraftforge-installer-1.6.4-9.11.0.901.jar

console-output

C:\Users\Administrator\Downloads>java -jar minecraftforge-installer-1.6.4-9.11.0.901.jar
Checking "C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar" internal checksums
    checksums.sha1 validated successfully
    Jar contents validated successfully
Checking "C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar" internal checksums
    checksums.sha1 validated successfully
    Jar contents validated successfully

launcher output

Refreshing local version list...
Launcher 1.2.5 (through bootstrap 5) started on windows...
Current time is Sep 30, 2013 11:48:57 AM
System.getProperty('os.name') == 'Windows 7'
System.getProperty('os.version') == '6.1'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.7.0_40'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'
Refreshing remote version list...
Refresh complete.
Loaded 2 profile(s); selected '1.6.4'
Refreshing auth...
Logging in with access token
Delta time to compare resources: 368 ms 
Download job 'Resources' skipped as there are no files to download
Job 'Resources' finished successfully
Logging in with access token
Getting syncinfo for selected version
Queueing library & version downloads
Download job 'Version & Libraries' started (8 threads, 22 files)
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.0\lwjgl-platform-2.9.0-natives-windows.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.0.901\1.6.4-Forge9.11.0.901.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries': Downloaded successfully and etag matched
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.8\launchwrapper-1.8.jar for job 'Version & Libraries': Downloaded successfully and etag matched
Finished downloading C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar for job 'Version & Libraries': Downloaded successfully and etag matched
Job 'Version & Libraries' finished successfully
Launching game
Looking for old natives to clean up...
Unpacking natives to C:\Users\Administrator\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.0.901\1.6.4-Forge9.11.0.901-natives-194773818478631
Launching in C:\Users\Administrator\AppData\Roaming\.minecraft
Running C:\Program Files\Java\jre7\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Djava.library.path=C:\Users\Administrator\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.0.901\1.6.4-Forge9.11.0.901-natives-194773818478631 -cp C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\minecraftforge\minecraftforge\9.11.0.901\minecraftforge-9.11.0.901.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.8\launchwrapper-1.8.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\4.1\asm-all-4.1.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.10.2\scala-library-2.10.2.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.10.2\scala-compiler-2.10.2.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\argo\argo\2.25_fixed\argo-2.25_fixed.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\bouncycastle\bcprov-jdk15on\1.47\bcprov-jdk15on-1.47.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\14.0\guava-14.0.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.2\gson-2.2.2.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.0\lwjgl-2.9.0.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.0\lwjgl_util-2.9.0.jar;C:\Users\Administrator\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.0.901\1.6.4-Forge9.11.0.901.jar net.minecraft.launchwrapper.Launch --username despikyxd --session token:287473952b7e438aa9304d373d51244f:f09ae2aac1944194a47d97c45168f0cb --version 1.6.4-Forge9.11.0.901 --gameDir C:\Users\Administrator\AppData\Roaming\.minecraft --assetsDir C:\Users\Administrator\AppData\Roaming\.minecraft\assets --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --width 1600 --height 900
Client> Sep 30, 2013 11:49:53 AM net.minecraft.launchwrapper.LogWrapper log
Client> Information: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Client> Sep 30, 2013 11:49:53 AM net.minecraft.launchwrapper.LogWrapper log
Client> Information: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
Client> Sep 30, 2013 11:49:53 AM net.minecraft.launchwrapper.LogWrapper log
Client> Information: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
Client> 2013-09-30 11:49:53 [information] [ForgeModLoader] Forge Mod Loader version 6.4.20.901 for Minecraft 1.6.4 loading
Client> 2013-09-30 11:49:53 [information] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_40, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
Client> 2013-09-30 11:49:53 [information] [sTDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg
Client> 2013-09-30 11:49:53 [information] [sTDOUT] Loaded 109 rules from AccessTransformer config file forge_at.cfg
Client> 2013-09-30 11:49:54 [information] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
Client> 2013-09-30 11:49:54 [information] [ForgeModLoader] Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
Client> 2013-09-30 11:49:54 [information] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
Client> 2013-09-30 11:49:54 [information] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
Client> 2013-09-30 11:49:55 [information] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}
Client> 2013-09-30 11:49:56 [information] [Minecraft-Client] Setting user: despikyxd
Client> 2013-09-30 11:49:56 [information] [Minecraft-Client] (Session ID is token:287473952b7e438aa9304d373d51244f:f09ae2aac1944194a47d97c45168f0cb)
Client> 2013-09-30 11:49:57 [information] [Minecraft-Client] LWJGL Version: 2.9.0
Client> 2013-09-30 11:49:57 [information] [Minecraft-Client] Reloading ResourceManager: Default
Client> 2013-09-30 11:49:58 [information] [sTDOUT] 
Client> 2013-09-30 11:49:58 [information] [sTDOUT] Starting up SoundSystem...
Client> 2013-09-30 11:49:58 [information] [MinecraftForge] Attempting early MinecraftForge initialization
Client> 2013-09-30 11:49:58 [information] [sTDOUT] MinecraftForge v9.11.0.901 Initialized
Client> 2013-09-30 11:49:58 [information] [ForgeModLoader] MinecraftForge v9.11.0.901 Initialized
Client> 2013-09-30 11:49:58 [information] [sTDOUT] Replaced 101 ore recipies
Client> 2013-09-30 11:49:58 [information] [sTDOUT] Initializing LWJGL OpenAL
Client> 2013-09-30 11:49:58 [information] [sTDOUT]     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
Client> 2013-09-30 11:49:58 [information] [MinecraftForge] Completed early MinecraftForge initialization
Client> 2013-09-30 11:49:58 [information] [ForgeModLoader] Config directory created successfully
Client> 2013-09-30 11:49:58 [information] [ForgeModLoader] Reading custom logging properties from C:\Users\Administrator\AppData\Roaming\.minecraft\config\logging.properties
Client> 2013-09-30 11:49:58 [Deaktiviert] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL
Client> 2013-09-30 11:49:58 [information] [sTDOUT] OpenAL initialized.
Client> 2013-09-30 11:49:58 [information] [ForgeModLoader] Searching C:\Users\Administrator\AppData\Roaming\.minecraft\mods for mods
Client> 2013-09-30 11:49:58 [information] [sTDOUT] 
Client> 2013-09-30 11:49:59 [information] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load
Client> 2013-09-30 11:49:59 [information] [mcp] Activating mod mcp
Client> 2013-09-30 11:49:59 [information] [FML] Activating mod FML
Client> 2013-09-30 11:49:59 [information] [Forge] Activating mod Forge
Client> 2013-09-30 11:49:59 [Warnung] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
Client> 2013-09-30 11:49:59 [Warnung] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
Client> 2013-09-30 11:49:59 [information] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
Client> 2013-09-30 11:49:59 [information] [sTDOUT] 
Client> 2013-09-30 11:49:59 [information] [sTDOUT] SoundSystem shutting down...
Client> 2013-09-30 11:49:59 [information] [sTDOUT]     Author: Paul Lamb, www.paulscode.com
Client> 2013-09-30 11:49:59 [information] [sTDOUT] 
Client> 2013-09-30 11:49:59 [information] [sTDOUT] 
Client> 2013-09-30 11:49:59 [information] [sTDOUT] Starting up SoundSystem...
Client> 2013-09-30 11:49:59 [information] [ForgeModLoader] Registering Forge Packet Handler
Client> 2013-09-30 11:49:59 [information] [ForgeModLoader] Succeeded registering Forge Packet Handler
Client> 2013-09-30 11:49:59 [information] [ForgeModLoader] Configured a dormant chunk cache size of 0
Client> 2013-09-30 11:49:59 [information] [sTDOUT] Initializing LWJGL OpenAL
Client> 2013-09-30 11:49:59 [information] [sTDOUT]     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
Client> 2013-09-30 11:49:59 [information] [sTDOUT] OpenAL initialized.
Client> 2013-09-30 11:50:00 [information] [sTDOUT] 
Client> 2013-09-30 11:50:00 [information] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods
Client> 2013-09-30 11:50:00 [Warnung] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well
Client> 2013-09-30 11:50:00 [Warnung] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well
Client> 2013-09-30 11:50:00 [information] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
Client> 2013-09-30 11:50:00 [information] [sTDOUT] 
Client> 2013-09-30 11:50:00 [information] [sTDOUT] SoundSystem shutting down...
Client> 2013-09-30 11:50:01 [information] [sTDOUT]     Author: Paul Lamb, www.paulscode.com
Client> 2013-09-30 11:50:01 [information] [sTDOUT] 
Client> 2013-09-30 11:50:01 [information] [sTDOUT] 
Client> 2013-09-30 11:50:01 [information] [sTDOUT] Starting up SoundSystem...
Client> 2013-09-30 11:50:01 [information] [sTDOUT] Initializing LWJGL OpenAL
Client> 2013-09-30 11:50:01 [information] [sTDOUT]     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
Client> 2013-09-30 11:50:01 [information] [sTDOUT] OpenAL initialized.
Client> 2013-09-30 11:50:01 [information] [sTDOUT] 
Client> 2013-09-30 11:50:08 [information] [Minecraft-Client] Stopping!
Client> 2013-09-30 11:50:08 [information] [sTDOUT] 
Client> 2013-09-30 11:50:08 [information] [sTDOUT] SoundSystem shutting down...
Client> 2013-09-30 11:50:08 [information] [sTDOUT]     Author: Paul Lamb, www.paulscode.com
Client> 2013-09-30 11:50:08 [information] [sTDOUT] 
Game ended with no troubles detected (exit code 0)
Deleting C:\Users\Administrator\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.0.901\1.6.4-Forge9.11.0.901-natives-194773818478631
Couldn't delete C:\Users\Administrator\AppData\Roaming\.minecraft\versions\1.6.4-Forge9.11.0.901\1.6.4-Forge9.11.0.901-natives-194773818478631 - scheduling for deletion upon exit

 

no error during runtime > confimed to be working correctly , fix accepted =D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.