Anemone Client

Forum for alternative clients, mods & discussions on the same.

Moderator: Phades

Re: Anemone Client

Postby TheFatPrincesss » Thu Apr 03, 2014 4:37 am

Its not letting me log in. It says, Connection refused : connect.
how do i fix this ?
Just your average hermit
TheFatPrincesss
 
Posts: 7
Joined: Mon Mar 31, 2014 6:19 pm

Re: Anemone Client

Postby borka » Fri Apr 04, 2014 12:38 pm

Is it with Anemone only or also with default or Ender client?
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Anemone Client

Postby TheFatPrincesss » Fri Apr 04, 2014 6:19 pm

borka wrote:Is it with Anemone only or also with default or Ender client?


It happens with both, the only way I get enders to work is, I run the updater everytime. Is this normal
Just your average hermit
TheFatPrincesss
 
Posts: 7
Joined: Mon Mar 31, 2014 6:19 pm

Re: Anemone Client

Postby borka » Fri Apr 04, 2014 6:51 pm

the reason i asked is to see if it's just one client or if it's your Internet /Router/Firewall/Antivirus settings

So i ask different:

1. Can you connect with default (Play Button) client?

2. Can you connect with Ender client?
(If you can run it with updater.jar only we should check your run.bat -> in Ender thread)

If you can connect with both there's something going wrong with your Anemone client and we have to look what the reason could be i.e. you need to give more Informations
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Anemone Client

Postby Drawman » Tue Apr 08, 2014 11:04 pm

That is awesome bro, thanks for the good work.

Edit :
Whoops !
I'm not able to open the game again.
It was fine yesterday, nothing happened but it just doesn't open.
I thought it can be my java version, my bad for the downloanding wrong version ( 32 - 64 ), I could have writed the "Run.bat" false.
but everything i said isn't the problem.
un and re installed java, tried all versions ( with and without updates ), tried the exact same " Run.bat " with Ender's and it worked.
But i want yours,;
So, please fix it.

Edit Number 2 :
I just clicked the " maid.jar " it appears to be fixed.
Isn't that stupid ?

Edit 3 :
Nah, it's not fixed.
Now the problem " connection refused: connect " occurs.

Shit i can't play this game today.
When The Power of Love, Overcomes The Love of Power; The World Will Know Peace.
User avatar
Drawman
 
Posts: 22
Joined: Tue Mar 18, 2014 9:56 am
Location: Turkey/Muğla

Re: Anemone Client

Postby Drawman » Wed Apr 16, 2014 8:25 pm

borka wrote:
borka wrote:
Code: Select all
"C:\Program Files\Java\jre7\bin\java.exe" -Xms512m -Xmx1024m -jar maid.jar moltke.seatribe.se -r ./res
pause


try this


as it's above including quotation marks please !!!

As long c:\ is the drive/partition where windows is installed, Java 64 Bit by default gets installed at Program Files (64 Bit version) automatically (as long you don't change installpath manually) - the 32 Bit Java gets automatically installed at Program Files (x86) on 64 Bit Windows - x86 stands for 32 Bit...

(don't want to go into Details what Java stuff goes into Documents and Settings or User or even the registry as they aren't important for getting clients to run ;) )

As all custom client coders have java set in their Environment that's why their default run.bat comes without path - urls how to set it here: viewtopic.php?f=2&t=28086&p=359412#p361210


You are the best ever borka.
Finally i fixed it, but still i don't know what the exact problem is.
Nothing is changed since i was able to play.
When The Power of Love, Overcomes The Love of Power; The World Will Know Peace.
User avatar
Drawman
 
Posts: 22
Joined: Tue Mar 18, 2014 9:56 am
Location: Turkey/Muğla

Re: Anemone Client

Postby Eridanus » Fri Apr 25, 2014 6:12 am

Each time after loging out from session and trying to login once more client exits with exception:
Code: Select all
Exception in thread "Haven UI thread" java.lang.RuntimeException: java.lang.InterruptedException
        at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:60)
        at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
        at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:206)
        at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
        at javax.media.opengl.Threading.invoke(Threading.java:191)
        at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
        at haven.HavenPanel.uglyjoglhack(HavenPanel.java:373)
        at haven.HavenPanel.run(HavenPanel.java:402)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.InterruptedException
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:503)
        at java.awt.EventQueue.invokeAndWait(Unknown Source)
        at java.awt.EventQueue.invokeAndWait(Unknown Source)
        at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:53)
        ... 8 more
Exception in thread "Haven main thread" java.lang.NullPointerException
        at haven.LoginData.equals(LoginData.java:21)
        at java.util.ArrayList.indexOf(Unknown Source)
        at java.util.ArrayList.contains(Unknown Source)
        at haven.Bootstrap.run(Bootstrap.java:224)
        at haven.MaidFrame.sessionRunner(MaidFrame.java:274)
        at haven.MaidFrame.run(MaidFrame.java:306)
        at haven.MaidFrame.main2(MaidFrame.java:397)
        at haven.MaidFrame.access$200(MaidFrame.java:12)
        at haven.MaidFrame$6.run(MaidFrame.java:341)
        at java.lang.Thread.run(Unknown Source)
Eridanus
 
Posts: 7
Joined: Wed Mar 26, 2014 8:50 pm

Re: Anemone Client

Postby borka » Fri Apr 25, 2014 7:27 pm

Are you using the latest version? If not update please
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Anemone Client

Postby Eridanus » Fri Apr 25, 2014 8:13 pm

I am using version from 21.03.2014.
Eridanus
 
Posts: 7
Joined: Wed Mar 26, 2014 8:50 pm

Re: Anemone Client

Postby borka » Sat Apr 26, 2014 2:09 am

Hmm it's the latest binary one - i don't know whether it contains the latest changes romovs did in config.java in source code. I don't have Tools to check class files at hand atm and i don't know if it's related so you'll have to wait for romovs to look into it (or build from source yourself)
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 0 guests