Jump to content
  • 0

Launcher.bat not generating additional files


Question

Posted

Title: Launcher.bat not generating additional files

Version: 3.1.2

OS: Windows 64 bit

Java Version: 7 update 7

Description of Problem:

When I try to start a new server with the launch.bat file, the server launches and works (I can log in and such) but it does not generate any of the world files, or any of the additional files such as the server.properties inside the folder. I just reinstalled java and I'm not sure what else to try. double clicking Tekkit.jar generates the files but then creates some ghost server that I don't know how to turn off because there's no gui.

Where the heck is the world and server.properties files that the .bat file is using somewhere?

Ty for help in advance :)

-Bukky

Error Messages:

Error Log:




2 answers to this question

Recommended Posts

  • 0
Posted

That is a really strange problem, I do not know how to fix your issue but I might have a way for you to find out where it is storing the files.

Download a program called "Handle" from here, it is a command line tool. You have to run it from an elevated command prompt (right-click, run as administrator) and you have to navigate to the folder that you extract Handle to in the command prompt. Then type the following:

handle > out.txt


Open the new file in Notepad or similar and search for Java. I got the following:
------------------------------------------------------------------------------

<Non-existant Process> pid: 84768 BlackBox\Kyle

    C: File  (RW-)   S:\MineCraft modding\Technic Pack\testing

   10: File  (RW-)   C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac

   60: File  (R-D)   C:\Users\Kyle\AppData\Local\Temp\hsperfdata_Kyle\84768

   68: Section       \Sessions\1\BaseNamedObjects\hsperfdata_Kyle_84768

   EC: File  (RW-)   C:\Program Files\Java\jre7\lib\rt.jar

  1F4: File  (RW-)   C:\Program Files\Java\jre7\lib\ext\dns_sd.jar

  1F8: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\Tekkit.jar

  200: File  (R-D)   C:\Windows\System32\en-US\KernelBase.dll.mui

  220: File  (RW-)   C:\Windows\winsxs\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251

  274: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\server.log.lck

  278: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\server.log

  27C: File  (RW-)   C:\Program Files\Java\jre7\lib\ext\localedata.jar

  280: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\ForgeModLoader-0.log.lck

  284: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\ForgeModLoader-0.log

  2A0: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world_the_end\DIM1\region\r.0.0.mca

  2A4: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world_nether\DIM-1\region\r.-1.-1.mca

  30C: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world_the_end\DIM1\region\r.0.-1.mca

  318: File  (RW-)   C:\Program Files\Java\jre7\lib\jsse.jar

  340: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world_the_end\DIM1\region\r.-1.-1.mca

  344: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world_the_end\DIM1\region\r.-1.0.mca

  3A4: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world\region\r.0.0.mca

  41C: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world\region\r.-1.0.mca

  440: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world_nether\DIM-1\region\r.-1.0.mca

  444: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world_nether\DIM-1\region\r.0.-1.mca

  448: File  (RW-)   S:\MineCraft modding\Technic Pack\testing\world_nether\DIM-1\region\r.0.0.mca

------------------------------------------------------------------------------

This shows where the files are, which should show on your system too since you can log into the server.

I don't get a GUI when I start the server with the Jar file either, so I think that is normal. You can kill it with Task Manager though, look for "Java" if you start it with the batch file and "Javaw" if you start it with the Jar file.

Hopefully someone else comes by with the answer but let me know if this is of any use to you.

  • 0
Posted

Where the heck is the world and server.properties files that the .bat file is using somewhere?

If you can log in, it's putting the files somewhere. That somewhere is usually wherever your Tekkit.jar is located, but it may be where your launch.bat is located if they're in different places. A server can't run without a properties file, among other things. Do the mods work?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...