[Release]pokenet+pokemonium (server+client)

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 51
  1. #16

    Re: [Release]pokenet+pokemonium (server+client)

    you can run the server?

    ...

    you installed java?
    see in c/program files / java.. exist this diectory? screen please.

  2. #17
    Apprentice joshyb123 is offline
    MemberRank
    Nov 2009 Join Date
    21Posts

    Re: [Release]pokenet+pokemonium (server+client)

    Server launches n starts perfectly fine.
    Its just the client that's giving me drama, which is why I'm confused xD


  3. #18
    urvoice.info andsnake is offline
    MemberRank
    Feb 2005 Join Date
    NicosiaLocation
    398Posts

    Re: [Release]pokenet+pokemonium (server+client)

    try this : edit the batch file and add a pause at the end. that should stop the window from exiting
    Quote Originally Posted by joshyb123 View Post
    Its the cmd window that pop up (for less then half a second) and it says that it cant find the path specified and closes.

    Thats the best screenie i can get of it :/


  4. #19
    Apprentice joshyb123 is offline
    MemberRank
    Nov 2009 Join Date
    21Posts

    Re: [Release]pokenet+pokemonium (server+client)

    Quote Originally Posted by andsnake View Post
    try this : edit the batch file and add a pause at the end. that should stop the window from exiting
    There is no batch file, its just a .exe application.
    And don't need to see it, already know what it says, just need to find out what will fix it.

    And when i try open the java executable it gives me same error as:
    Quote Originally Posted by felixcruzer View Post
    The client doesn't start for me wtf it says: introgym is missing..

  5. #20

    Re: [Release]pokenet+pokemonium (server+client)

    "There is no batch file, its just a .exe application. "

    Doesn't all pokenet use a batchfile & jar to run the client...??

  6. #21
    Apprentice joshyb123 is offline
    MemberRank
    Nov 2009 Join Date
    21Posts

    Re: [Release]pokenet+pokemonium (server+client)

    Quote Originally Posted by CrescentSaga View Post
    "There is no batch file, its just a .exe application. "

    Doesn't all pokenet use a batchfile & jar to run the client...??
    Yes, and like i said in that very same post, And when i try open the java executable it gives me the error:
    introandgym is missing in a logfile.

    Read an entire post, not part of it please -.-

  7. #22

    Re: [Release]pokenet+pokemonium (server+client)

    Quote Originally Posted by joshyb123 View Post
    Yes, and like i said in that very same post, And when i try open the java executable it gives me the error:
    introandgym is missing in a logfile.

    Read an entire post, not part of it please -.-
    try this .bat


    @echo off SET LIBRARY_PATH=-Djava.library.path=lib\native
    SET CLIENT=betaclient.jar
    IF EXIST "%ProgramFiles%\Java\jre7" goto Java1.7
    IF EXIST "%ProgramFiles(x86)%\Java\jre7" goto Java1.7x32
    IF EXIST "%ProgramFiles%\Java\jre6" goto Java1.6
    IF EXIST "%ProgramFiles(x86)%\Java\jre6" goto Java1.6x32

    :Java1.7 "%ProgramFiles%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End

    :Java1.6 "%ProgramFiles%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End

    :Java1.7x32 "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End

    :Java1.6x32 "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End

  8. #23
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,608Posts

    Re: [Release]pokenet+pokemonium (server+client)

    Post the server source or gtfo. It's pretty useless without source. Maybe you added exploits, backdoors or anything else that might harm. We wont know untill you post the source.

    Oh and dont call me noob, thats pretty stupid to do.

    Cheers!

  9. #24
    Proficient Member PokeOrb is offline
    MemberRank
    Nov 2010 Join Date
    191Posts

    Re: [Release]pokenet+pokemonium (server+client)

    I can't even get the client to run either. I second that you should post your source. Also, no offense, but I don't think you did much of any of this code. Pokemonium has all of these features (almost exactly.) Did you take their client and decompile and add bits of code to a Pokenet server?

    If this is the case, I see no reason why you wouldn't release the source.

  10. #25

    Re: [Release]pokenet+pokemonium (server+client)

    I do not publish the source code, because I pay 70 dollars for it! God!
    Yes, the source code is the same as the server pokemonium.

    If you want a source code, here is the client.
    https://mega.co.nz/#!iUZDFbRT!aopCXy...B3hc49o_zZjdjE

    Those who can not run the client, try with. Bat that I have left.
    Code:
    @echo off SET LIBRARY_PATH=-Djava.library.path=lib\native
     SET CLIENT=betaclient.jar
       IF EXIST "%ProgramFiles%\Java\jre7" goto Java1.7
     IF EXIST "%ProgramFiles(x86)%\Java\jre7" goto Java1.7x32 
    IF EXIST "%ProgramFiles%\Java\jre6" goto Java1.6 
    IF EXIST "%ProgramFiles(x86)%\Java\jre6" goto Java1.6x32
     
      :Java1.7      "%ProgramFiles%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End  
     
    :Java1.6  "%ProgramFiles%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End 
     
     :Java1.7x32  "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End  
     
    :Java1.6x32  "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End

  11. #26
    Proficient Member PokeOrb is offline
    MemberRank
    Nov 2010 Join Date
    191Posts

    Re: [Release]pokenet+pokemonium (server+client)

    Quote Originally Posted by Lucila View Post
    I do not publish the source code, because I pay 70 dollars for it! God!
    Yes, the source code is the same as the server pokemonium.

    If you want a source code, here is the client.
    https://mega.co.nz/#!iUZDFbRT!aopCXy...B3hc49o_zZjdjE
    I think you need to relax as obviously details are going to be left out because of the language barrier. All you had to say in the first post was that you did not want to release the source code because you paid for it.

  12. #27

    Re: [Release]pokenet+pokemonium (server+client)

    If they had read the thread that I did before asking for help, would know that I said.
    But no. When you ask for help, do not give it.
    But if you post your files, all ask for the source code.

    all leechers

    The only person who helped me was george. All credits to him.

  13. #28
    Apprentice joshyb123 is offline
    MemberRank
    Nov 2009 Join Date
    21Posts

    Re: [Release]pokenet+pokemonium (server+client)

    Quote Originally Posted by Lucila View Post
    try this .bat
    Still doesn't work....
    Can you .rar/7z your client folder and re-upload it somewhere?
    And I'm using jre7.

  14. #29
    Proficient Member PokeOrb is offline
    MemberRank
    Nov 2010 Join Date
    191Posts

    Re: [Release]pokenet+pokemonium (server+client)

    Quote Originally Posted by Lucila View Post
    If they had read the thread that I did before asking for help, would know that I said.
    But no. When you ask for help, do not give it.
    But if you post your files, all ask for the source code.

    all leechers

    The only person who helped me was george. All credits to him.
    First of all your English was not good in that thread. You and your partner were talking as if you were the same person, and not making yourselves clear.

    I offered to help, and you sent me your server source, but no compatible client to test possible fixes on. Every client I tried did not work. When I asked you to send me your client, you told me to hunt down a different one, which did not work either. Then, when I responded, you ignored my messages. Furthermore, the source you sent me had bugs that had to be fixed before I could even begin to try to fix the pokeball bug.

    And clearly not all of us are leechers. Most of us are developers who could learn or use something off of the source code.

    If you paid all that money and didn't want to share, you shouldn't have released the server and client. Not only can they be decompiled for their source, but of course other people are going to ask for it. You're just setting them up.

  15. #30
    Apprentice SniperOmicron is offline
    MemberRank
    Jun 2013 Join Date
    9Posts

    Re: [Release]pokenet+pokemonium (server+client)

    Am I allowed to share the source code of the server Lucila?



Page 2 of 4 FirstFirst 1234 LastLast

Advertisement