Jump to content

Ausanman15

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Ausanman15

  1. No, I know how to make and maintain servers. I have a bukkit server. Something is wrong with my computer. I got a server working on my laptop, so i compressed it to a .zip and emailed it to myself to be able to host it on the better computer. But, it didn't work on this computer, even though i logged into the server and played around a little bit, and they are the EXACT same files. I will just try to host it on a laggy computer. D:

  2. Hmm.. Okay, do this. Create a new text document in that folder, name it mod_MinecraftForge.cfg.

    then copy/paste this into it.

    #MLProperties: name (type:default) min:max -- information

    #MLProp : computerBlockID (int:207)

    #MLProp : diskDriveBlockID (int:208)

    #MLProp : diskItemID (int:4000)

    #MLProp : diskDriveGUIID (int:100)

    #MLProp : enableAPI_http (int:0)

    #MLProp : modem_range (int:64)

    #MLProp : modem_rangeDuringStorm (int:1)

    #

    #Fri Jun 21 22:26:23 CDT 2013

    terminal_width=50

    terminal_textColour_g=255

    modem_rangeDuringStorm=16

    computerBlockID=207

    diskItemID=4000

    diskDriveBlockID=208

    enableAPI_http=0

    terminal_textColour_b=255

    checksum=440

    terminal_textColour_r=255

    modem_range=64

    diskDriveGUIID=100

    terminal_height=18

    It didn't work. I am still getting the same error.

  3. Here are the contents of my config folder

    railcraft <------------ That's a Folder

    ccSsensors.config

    craftingTableIII.cfg

    EnderStorage.cfg

    IC2.cfg

    IC2.AdvancedMachine.cfg

    IC2.ChargingBench.cfg

    IC2.CompactSolars.cfg

    IC2.NuclearControl.cfg

    immibis.cfg

    IronChests.cfg

    mod_CCturtle.cfg

    mod_ComputerCraft.cfg

    ModularForceFeildSystem.cfg

    NEIserver.cfg

    NetherOres.cfg

    PowerConverters.cfg

    WirelessRedstone.cfg

  4. Go to that directory,C:\Users\Ausan\Desktop\Tekkit server\config\mod_MinecraftForge and open the file. Copy paste it and let me see whats in it.

    That's the thing. There is no mod_MinecraftForge folder.

    I have tried downloading many times and it still doesn't work. Also the solution in the video doesn't work.

  5. Try providing more information maybe? Such as what file is needed.... What does it say...

    The only guidance possible is to redownload the server.

    It loads normally until the mod_MinecraftForge.cfg file then it says access denied. It just stops loading and says 7 more.

    Here is the full report.

    C:\Users\Ausan\Desktop\Tekkit server>java -Xmx3G -Xms2G -jar Tekkit.jar nogui

    182 recipes

    27 achievements

    07:18:08 [WARNING] Failed to log to server.log

    java.io.IOException: Couldn't get lock for server.log

    at java.util.logging.FileHandler.openFiles(Unknown Source)

    at java.util.logging.FileHandler.<init>(Unknown Source)

    at net.minecraft.server.ConsoleLogManager.init(ConsoleLogManager.java:10

    0)

    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:127)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    07:18:08 [iNFO] Starting minecraft server version 1.2.5

    07:18:08 [iNFO] Attempting early MinecraftForge initialization

    07:18:08 [iNFO] Completed early MinecraftForge initialization

    07:18:08 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading

    07:18:08 [iNFO] Loading mods from C:\Users\Ausan\Desktop\Tekkit server\mods

    07:18:09 [iNFO] Directory weaponmod contained no mods

    07:18:10 [iNFO] Forge Mod Loader has loaded 38 mods

    07:18:10 [WARNING] Error trying to write the config file mod_MinecraftForge.cfg

    07:18:10 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.Loade

    rException: java.io.FileNotFoundException: C:\Users\Ausan\Desktop\Tekkit server\

    config\mod_MinecraftForge.cfg (Access is denied)

    07:18:10 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p

    reInit(ModLoaderModContainer.java:114)

    07:18:10 [sEVERE] at cpw.mods.fml.common.Loader.preModInit(Loader.java:235

    )

    07:18:10 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:607)

    07:18:10 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBuk

    kitHandler.java:134)

    07:18:10 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe

    rver.java:135)

    07:18:10 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer

    ver.java:438)

    07:18:10 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour

    ceFile:492)

    07:18:10 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.io.FileNo

    tFoundException: C:\Users\Ausan\Desktop\Tekkit server\config\mod_MinecraftForge.

    cfg (Access is denied)

    07:18:10 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.c

    onfigureMod(ModLoaderModContainer.java:272)

    07:18:10 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.p

    reInit(ModLoaderModContainer.java:106)

    07:18:10 [sEVERE] ... 6 more

    07:18:10 [sEVERE] Caused by: java.io.FileNotFoundException: C:\Users\Ausan\Deskt

    op\Tekkit server\config\mod_MinecraftForge.cfg (Access is denied)

    07:18:10 [sEVERE] at java.io.FileOutputStream.open(Native Method)

    07:18:10 [sEVERE] at java.io.FileOutputStream.<init>(Unknown Source)

    07:18:10 [sEVERE] at java.io.FileOutputStream.<init>(Unknown Source)

    07:18:10 [sEVERE] at java.io.FileWriter.<init>(Unknown Source)

    07:18:10 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.c

    onfigureMod(ModLoaderModContainer.java:263)

    07:18:10 [sEVERE] ... 7 more

    07:18:10 [sEVERE] Unexpected exception

    cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.i

    o.FileNotFoundException: C:\Users\Ausan\Desktop\Tekkit server\config\mod_Minecra

    ftForge.cfg (Access is denied)

    at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader

    ModContainer.java:114)

    at cpw.mods.fml.common.Loader.preModInit(Loader.java:235)

    at cpw.mods.fml.common.Loader.loadMods(Loader.java:607)

    at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:

    134)

    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438)

    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    Caused by: cpw.mods.fml.common.LoaderException: java.io.FileNotFoundException: C

    \Users\Ausan\Desktop\Tekkit server\config\mod_MinecraftForge.cfg (Access is den

    ied)

    at cpw.mods.fml.common.modloader.ModLoaderModContainer.configureMod(ModL

    oaderModContainer.java:272)

    at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoader

    ModContainer.java:106)

    ... 6 more

    Caused by: java.io.FileNotFoundException: C:\Users\Ausan\Desktop\Tekkit server\c

    onfig\mod_MinecraftForge.cfg (Access is denied)

    at java.io.FileOutputStream.open(Native Method)

    at java.io.FileOutputStream.<init>(Unknown Source)

    at java.io.FileOutputStream.<init>(Unknown Source)

    at java.io.FileWriter.<init>(Unknown Source)

    at cpw.mods.fml.common.modloader.ModLoaderModContainer.configureMod(ModL

    oaderModContainer.java:263)

    ... 7 more

  6. When I tried to start my server I got and error. It said it could not access a file. Upon following the directory to where the file was supposed to be it wasn't there. Without this file I can't start my server. I have tried uninstalling and re installing but it doesn't work. Can someone provide me with an alternate download?

×
×
  • Create New...