Jump to content

Forge 4.2.5.312 not compatible with Minecraft Comes Alive Beta v3.0


Ryon

Recommended Posts

Minecraft Comes Alive is single-player  ModLoader mod that have some incompatibilities with Forge 4.2.5.312 as said in the title.

When downloaded the mod, there is a file named as ModLoader.class file that might create conflict with Forge, and even without as is written down here.

 

The First situation:

-Mods:

--Forge version 4.2.5.312

--MCA version: 3.0 Beta

 

-Minecraft: 1.3.2

 

-Additional information: It's used ModLoader.class in this test.

 

-Results:

Minecraft crashed (as expected).

 

-ForgeModLoader-client-0 log:

 

 

2012-10-15 19:55:09 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.1.35.394 for Minecraft client:1.3.2, server:1.3.2 loading

2012-10-15 19:55:09 [FINEST] [ForgeModLoader] All core mods are successfully located

2012-10-15 19:55:09 [FINEST] [ForgeModLoader] Discovering coremods

2012-10-15 19:55:09 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

 

2012-10-15 19:55:09 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

 

2012-10-15 19:55:09 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

 

2012-10-15 19:55:09 [FINEST] [ForgeModLoader] Running coremod plugins

2012-10-15 19:55:09 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2012-10-15 19:55:16 [iNFO] [sTDERR] Exception in thread "Thread-2" java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Invalid ModLoader class detected

2012-10-15 19:55:16 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)

2012-10-15 19:55:16 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)

2012-10-15 19:55:16 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)

2012-10-15 19:55:16 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:28)

2012-10-15 19:55:16 [iNFO] [sTDERR] at net.minecraft.Launcher.replace(Launcher.java:153)

2012-10-15 19:55:16 [iNFO] [sTDERR] at net.minecraft.Launcher$1.run(Launcher.java:94)

2012-10-15 19:55:16 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Invalid ModLoader class detected

2012-10-15 19:55:16 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:227)

2012-10-15 19:55:16 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)

2012-10-15 19:55:16 [iNFO] [sTDERR] ... 5 more

2012-10-15 19:55:16 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: Invalid ModLoader class detected

2012-10-15 19:55:16 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.FMLSanityChecker.call(FMLSanityChecker.java:61)

2012-10-15 19:55:16 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.FMLSanityChecker.call(FMLSanityChecker.java:15)

2012-10-15 19:55:16 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:223)

2012-10-15 19:55:16 [iNFO] [sTDERR] ... 6 more

 

 

 

The Second situation:

-Mods:

--Forge version 4.2.5.312

--MCA version: 3.0 Beta

 

-Minecraft: 1.3.2

 

-Additional information: This time, without ModLoader.class.

 

-Results:

Minecraft started fine.

Tried to create a New World (with a seed that have a close village to the spawned player).

Then the screen:

Loading World: Building Terrain

 

-ForgeModLoader-client-0 log:

 

 

2012-10-15 20:08:51 [iNFO] [ForgeModLoader] Forge Mod Loader version 3.1.35.394 for Minecraft client:1.3.2, server:1.3.2 loading

2012-10-15 20:08:51 [FINEST] [ForgeModLoader] All core mods are successfully located

2012-10-15 20:08:51 [FINEST] [ForgeModLoader] Discovering coremods

2012-10-15 20:08:51 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

 

2012-10-15 20:08:51 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

 

2012-10-15 20:08:51 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

 

2012-10-15 20:08:51 [FINEST] [ForgeModLoader] Running coremod plugins

2012-10-15 20:08:51 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2012-10-15 20:08:52 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2012-10-15 20:08:52 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2012-10-15 20:08:52 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2012-10-15 20:08:52 [FINEST] [ForgeModLoader] Validating minecraft

2012-10-15 20:08:52 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2012-10-15 20:08:53 [iNFO] [sTDOUT] 27 achievements

2012-10-15 20:08:53 [iNFO] [sTDOUT] 195 recipes

2012-10-15 20:08:53 [iNFO] [sTDOUT] Setting user: Ryon, 12345

2012-10-15 20:08:53 [iNFO] [sTDOUT] LWJGL Version: 2.4.2

2012-10-15 20:08:54 [iNFO] [ForgeModLoader] Attempting early MinecraftForge initialization

2012-10-15 20:08:54 [iNFO] [sTDOUT] MinecraftForge v4.2.5.312 Initialized

2012-10-15 20:08:54 [iNFO] [ForgeModLoader] MinecraftForge v4.2.5.312 Initialized

2012-10-15 20:08:54 [iNFO] [ForgeModLoader] Completed early MinecraftForge initialization

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ArthurJR\AppData\Roaming\.minecraft\bin\lwjgl.jar

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ArthurJR\AppData\Roaming\.minecraft\bin\jinput.jar

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ArthurJR\AppData\Roaming\.minecraft\bin\lwjgl_util.jar

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\ArthurJR\AppData\Roaming\.minecraft\bin\minecraft.jar, examining for mod candidates

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ArthurJR\AppData\Roaming\.minecraft\lib\argo-2.25.jar

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ArthurJR\AppData\Roaming\.minecraft\lib\guava-12.0.1.jar

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Skipping known library file C:\Users\ArthurJR\AppData\Roaming\.minecraft\lib\asm-all-4.0.jar

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2012-10-15 20:08:54 [iNFO] [ForgeModLoader] Searching C:\Users\ArthurJR\AppData\Roaming\.minecraft\mods for mods

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Found a candidate zip or jar file mod_MCA.zip

2012-10-15 20:08:54 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2012-10-15 20:08:54 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Examining file mod_MCA.zip for potential mods

2012-10-15 20:08:55 [FINE] [ForgeModLoader] The mod container mod_MCA.zip appears to be missing an mcmod.info file

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Identified a BaseMod type mod mod_MCA

2012-10-15 20:08:55 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 3 mods to load

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Received a system property request ''

2012-10-15 20:08:55 [FINE] [ForgeModLoader] System property request managing the state of 0 mods

2012-10-15 20:08:55 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Activating mod FML

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Activating mod Forge

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Enabling mod mod_MCA

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Activating mod mod_MCA

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Verifying mod requirements are satisfied

2012-10-15 20:08:55 [FINE] [ForgeModLoader] All mod requirements are satisfied

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Sorting mods into an ordered list

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Mod sorting completed successfully

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Mod sorting data:

2012-10-15 20:08:55 [FINE] [ForgeModLoader] mod_MCA(mod_MCA:Not available): mod_MCA.zip ()

2012-10-15 20:08:55 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod FML

2012-10-15 20:08:55 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod FML

2012-10-15 20:08:55 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod Forge

2012-10-15 20:08:55 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod Forge

2012-10-15 20:08:55 [FINER] [ForgeModLoader] Posting state event FMLConstructionEvent to mod mod_MCA

2012-10-15 20:08:55 [FINE] [ForgeModLoader] No MLProp configuration for mod_MCA found or required. No file written

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Injecting dummy network mod handler for BaseMod mod_MCA

2012-10-15 20:08:55 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mod_MCA

2012-10-15 20:08:55 [FINER] [ForgeModLoader] State event FMLConstructionEvent delivered to mod mod_MCA

2012-10-15 20:08:55 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod FML

2012-10-15 20:08:55 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod FML

2012-10-15 20:08:55 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod Forge

2012-10-15 20:08:55 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2012-10-15 20:08:55 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod Forge

2012-10-15 20:08:55 [FINER] [ForgeModLoader] Posting state event FMLPreInitializationEvent to mod mod_MCA

2012-10-15 20:08:55 [FINER] [ForgeModLoader] State event FMLPreInitializationEvent delivered to mod mod_MCA

2012-10-15 20:08:55 [iNFO] [sTDOUT] Starting up SoundSystem...

2012-10-15 20:08:56 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2012-10-15 20:08:56 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2012-10-15 20:08:56 [iNFO] [sTDOUT] OpenAL initialized.

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod FML

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod FML

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod Forge

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod Forge

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod mod_MCA

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Minecraft Comes Alive: Loading mod properties...

2012-10-15 20:08:56 [iNFO] [sTDOUT] Minecraft Comes Alive: Loading mod properties...

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Minecraft Comes Alive: Loading English from C:\Users\ArthurJR\AppData\Roaming\.minecraft/config/MCA/Language/English.properties

2012-10-15 20:08:56 [iNFO] [sTDOUT] Minecraft Comes Alive: Loading English from C:\Users\ArthurJR\AppData\Roaming\.minecraft/config/MCA/Language/English.properties

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Minecraft Comes Alive: Loading names...

2012-10-15 20:08:56 [iNFO] [sTDOUT] Minecraft Comes Alive: Loading names...

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Minecraft Comes Alive: Loading skins...

2012-10-15 20:08:56 [iNFO] [sTDOUT] Minecraft Comes Alive: Loading skins...

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Minecraft Comes Alive: C:\Users\ArthurJR\AppData\Roaming\.minecraft

2012-10-15 20:08:56 [iNFO] [sTDOUT] Minecraft Comes Alive: C:\Users\ArthurJR\AppData\Roaming\.minecraft

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 102 with /MCA/ItemEngagementRing.png. 70 slots remaining

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 118 with /MCA/ItemWeddingBand.png. 69 slots remaining

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 119 with /MCA/ItemArrangersRing.png. 68 slots remaining

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 120 with /MCA/ItemBabyBoy.png. 67 slots remaining

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 134 with /MCA/ItemBabyGirl.png. 66 slots remaining

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 144 with /MCA/ItemTombstone.png. 65 slots remaining

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 145 with /MCA/ItemEggMale.png. 64 slots remaining

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 146 with /MCA/ItemEggFemale.png. 63 slots remaining

2012-10-15 20:08:56 [FINE] [ForgeModLoader] Overriding /gui/items.png @ 147 with /MCA/ItemWhistle.png. 62 slots remaining

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLInitializationEvent delivered to mod mod_MCA

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod FML

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod FML

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod Forge

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod Forge

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLPostInitializationEvent to mod mod_MCA

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLPostInitializationEvent delivered to mod mod_MCA

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod FML

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod FML

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod Forge

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod Forge

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Posting state event FMLLoadCompleteEvent to mod mod_MCA

2012-10-15 20:08:56 [FINER] [ForgeModLoader] Handling post startup activities for ModLoader mod mod_MCA

2012-10-15 20:08:56 [FINEST] [ForgeModLoader] Requesting renderers from basemod mod_MCA

2012-10-15 20:08:56 [FINEST] [ForgeModLoader] Received 50 renderers from basemod mod_MCA

2012-10-15 20:08:56 [FINEST] [ForgeModLoader] Registering ModLoader entity renderer MCA_EntityVillagerChild as instance of MCA_RenderHumanSmall

2012-10-15 20:08:56 [FINEST] [ForgeModLoader] Registering ModLoader entity renderer MCA_EntityPlayerChild as instance of MCA_RenderHumanSmall

2012-10-15 20:08:56 [FINEST] [ForgeModLoader] Registering ModLoader entity renderer MCA_EntityVillager as instance of MCA_RenderHuman

2012-10-15 20:08:56 [FINEST] [ForgeModLoader] Registering ModLoader entity renderer MCA_EntityFishHook as instance of MCA_RenderFishHook

2012-10-15 20:08:56 [FINER] [ForgeModLoader] State event FMLLoadCompleteEvent delivered to mod mod_MCA

2012-10-15 20:08:56 [iNFO] [ForgeModLoader] Forge Mod Loader has successfully loaded 3 mods

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 102 (102) on /gui/items.png (8)

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 118 (118) on /gui/items.png (8)

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 119 (119) on /gui/items.png (8)

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 120 (120) on /gui/items.png (8)

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 134 (134) on /gui/items.png (8)

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 144 (144) on /gui/items.png (8)

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 145 (145) on /gui/items.png (8)

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 146 (146) on /gui/items.png (8)

2012-10-15 20:08:57 [FINER] [ForgeModLoader] Registered texture override 147 (147) on /gui/items.png (8)

2012-10-15 20:09:03 [iNFO] [ForgeModLoader] Loading dimension 0 (New) (axv@1317916)

2012-10-15 20:09:03 [iNFO] [ForgeModLoader] Loading dimension 1 (New) (axv@1317916)

2012-10-15 20:09:03 [iNFO] [ForgeModLoader] Loading dimension -1 (New) (axv@1317916)

2012-10-15 20:09:04 [iNFO] [sTDERR] java.lang.NoSuchMethodError: ModLoader.getTrades(I)Ljava/util/List;

2012-10-15 20:09:04 [iNFO] [sTDERR] at MCA_EntityVillager.<clinit>(MCA_EntityVillager.java:1502)

2012-10-15 20:09:04 [iNFO] [sTDERR] at aby.a(ComponentVillage.java:122)

2012-10-15 20:09:04 [iNFO] [sTDERR] at abs.a(SourceFile:1105)

2012-10-15 20:09:04 [iNFO] [sTDERR] at abh.a(SourceFile:29)

2012-10-15 20:09:04 [iNFO] [sTDERR] at abe.a(SourceFile:39)

2012-10-15 20:09:04 [iNFO] [sTDERR] at xn.a(SourceFile:425)

2012-10-15 20:09:04 [iNFO] [sTDERR] at gq.a(ChunkProviderServer.java:225)

2012-10-15 20:09:04 [iNFO] [sTDERR] at wl.a(Chunk.java:1193)

2012-10-15 20:09:04 [iNFO] [sTDERR] at gq.c(ChunkProviderServer.java:125)

2012-10-15 20:09:04 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:282)

2012-10-15 20:09:04 [iNFO] [sTDERR] at axv.a(IntegratedServer.java:70)

2012-10-15 20:09:04 [iNFO] [sTDERR] at axv.b(IntegratedServer.java:86)

2012-10-15 20:09:04 [iNFO] [sTDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:433)

2012-10-15 20:09:04 [iNFO] [sTDERR] at ep.run(SourceFile:539)

2012-10-15 20:09:04 [iNFO] [ForgeModLoader] Unloading dimension 0

2012-10-15 20:09:04 [iNFO] [ForgeModLoader] Unloading dimension -1

2012-10-15 20:09:04 [iNFO] [ForgeModLoader] Unloading dimension 1

 

 

 

This is my problem with Forge and MCA, that other Forge users that tried to use MCA had.

 

Addictional information:

-SO(s) used to test: Windows 7 Home Basic and Windows 7 Home Premium

-Reproducing SECOND situation:

 

Java version: 7

 

Mods:

-Forge 4.2.5.312

-Minecraft Comes Alive - Beta 3.0

 

Installing MCA:

Download its latest version and follow exatcly what it say in the folders names.

In the folder "Place Contents in Minecraft JAR" have 3 .class files and a folder, one of them is the ModLoader.class, now drag and drop all others files and folder. DO NOT COPY ModLoader.class

 

Now what?

Ok, create a new world and try to find a village. To be quicklier, here is my config:

Seed: -1141001046720065755

Bonus chest: ON

Allow cheats: ON

World type: Large Biomes

Generate structures: ON

IT NEEDS TO BE EXACTLY LIKE THIS!

With such configurations, you spawn close to a village and you might have a infinite "Loading World Building Terrain". Now just check the ForgeModLoader-client-0.log and you will see exactly the same thing in Second situation.

 

Mod (minecraftforum.net):

http://www.minecraftforum.net/topic/926757-minecraft-comes-alive-v30-beta-updated-410000-downloads/

 

Forge (if someone have some problem to find Forge...):

http://jenkins.minecraftforge.net/job/forge/

 

 

Thank you and sorry for no images.

 

 

PS: The creator of Minecraft Comes Alive already stated to remove temporaly the trade system, so IF I made some mistake (for example: this is not the place for such thread), please tell me and help me to find out where to put it. Once again thanks.

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.