Jump to content
  • 0

Catsguard


aris96

Question

i tryied to install catsguard everything seemed ok with no errors then i tryied to compile and here are the results:

Buildfile: C:\project\L2jFrozen_GameServer\build.xml
prepare-local:
prepare-final:
init:
version:
     [exec] Result: 1
     [echo] L2jFrozen Gameserver Revision: svn: This client is too old to work with working copy '.'.  You need
     [echo] to get a newer Subversion client, or to downgrade this working copy.
     [echo] See http://subversion.tigris.org/faq.html#working-copy-format-change
     [echo] for details.
compile:
    [javac] Compiling 1481 source files to C:\project\L2jFrozen_GameServer\build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] C:\project\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\GameCrypt.java:23: error: package com.lameguard.crypt does not exist
    [javac] 	private com.lameguard.crypt.GameCrypt _lameCrypt;
    [javac] 	                           ^
    [javac] C:\project\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\GameServer.java:158: error: package com.lameguard does not exist
    [javac] import com.lameguard.LameGuard;
    [javac]                     ^
    [javac] C:\project\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\GameCrypt.java:29: error: package com.lameguard.crypt does not exist
    [javac] 	this._lameCrypt = new com.lameguard.crypt.GameCrypt();
    [javac] 	                                         ^
    [javac] C:\project\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\GameServer.java:243: error: cannot find symbol
    [javac] 			            LameGuard.main(new String[] { "ru.catssoftware.protection.LameStub" });
    [javac] 			            ^
    [javac]   symbol:   variable LameGuard
    [javac]   location: class GameServer
    [javac] C:\project\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\network\BlowFishKeygen.java:37: error: package com.lameguard.crypt does not exist
    [javac] 	        return com.lameguard.crypt.BlowFishKeygen.getRandomKey();
    [javac] 	                                  ^
    [javac] Note: C:\project\L2jFrozen_GameServer\head-src\com\l2jfrozen\protection\CatsGuard.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: C:\project\L2jFrozen_GameServer\head-src\com\l2jfrozen\protection\CatsGuard.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 5 errors
    [javac] 1 warning

BUILD FAILED
C:\project\L2jFrozen_GameServer\build.xml:65: Compile failed; see the compiler error output for details.

Total time: 15 seconds
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...