Custom client by Latikai, building on Ender's client

Forum for game modifications and custom clients.

Re: Custom client by Latikai, building on Ender's client

Postby Heffernan » Wed Dec 16, 2015 1:40 pm

did u try to check if anything is blocking it like firewall or antivirus, maybe any firefox addon that needs to be reinstalled? new version is told to have loads of bugs regarding addons..
User avatar
Heffernan
 
Posts: 8564
Joined: Mon Sep 08, 2014 3:07 pm
Location: Marps Closet

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Wed Dec 16, 2015 3:58 pm

your firefox version is immaterial. Obviously something else has upgraded alongside firefox.

You need any java 1.7+ runtime for my client (Java 6 will not work). 8u65 should be fine (running 8u60 myself)
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby jesi » Wed Dec 16, 2015 4:13 pm

Kandarim wrote:your firefox version is immaterial. Obviously something else has upgraded alongside firefox.

You need any java 1.7+ runtime for my client (Java 6 will not work). 8u65 should be fine (running 8u60 myself)


Thanks.
aptson wrote:
when i make posts on the forums i expect people to spell it out for me because i am new . .
jesi
 
Posts: 336
Joined: Sat Mar 02, 2013 6:48 am

Re: Custom client by Latikai, building on Ender's client

Postby Trismegistus » Sat Dec 19, 2015 3:37 pm

I'm using the v29.11, why can't I see my artifice totals in the equipment window anymore?
Trismegistus
 
Posts: 373
Joined: Thu Jul 16, 2015 8:12 am

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sat Dec 19, 2015 7:55 pm

you can expand/collapse the equipment window to show this list or not.
Try messing with its topright buttons.

FYI this also means you screwed it up yourself by pressing buttons you didn't know about.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby honeymilk » Sat Dec 26, 2015 5:57 pm

I've looked through the last pages and couldnt find any new information about it- This is all I get out of the error
Code: Select all
java.lang.OutOfMemoryError: Java heap space


I run java 8.66, but I have tried downgrading to java 7.80 which was the fix a few months ago, both 32 bit and 64 bit on both versions and nothing changed. I know nothing about java so the versions and trying to change the heap size is all I know. Last one wouldnt even let me start up the client so I might have done it wrong or it doesnt work!? I dont know if it matters, but nothing is interfering with it in the background, nor to I have ram problems or low ram- 16gb ram.

Hopefully you have a fix in hand- Thank you in advance :)
User avatar
honeymilk
Customer
 
Posts: 249
Joined: Sun Dec 28, 2014 4:51 am

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sat Dec 26, 2015 6:06 pm

you might be running it through a bat file? In that case you can add -Xmx1024M and -Xms1024M to the cmd to increase heap size.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby honeymilk » Sat Dec 26, 2015 6:09 pm

I am running it through the normal icon - I can try a bat file though with that line and see if it helps.
User avatar
honeymilk
Customer
 
Posts: 249
Joined: Sun Dec 28, 2014 4:51 am

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sat Dec 26, 2015 6:24 pm

hmm weird, did you perhaps switch to a different resource pack ?
my client's launcher should default to 768M for both heap and stack - more than plenty for normal resource packs.

edit: oh! I dimly remember some people having this issue. Make sure to run the client with 64-bit java rather than 32-bit if you have both available.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby honeymilk » Sat Dec 26, 2015 6:30 pm

No resource pack, only thing I have done is changing the radar file to my liking which was weeks before the error started. I'll try clean installing client and java in 64 bit and see if it works or if I can get a better error report.

edit: Clean installed client and 64 bit java 8.66 - still running out of memory. For some reason I cant open the error reports this time around. I've been trying to try a bat file but I am too much of a newb to figure it out. I copy pasted what is in the front of this thread, right java path and named it .bat. works fine. But trying to add in the -Xmx1024M -Xms1024M is where I am blank. I can start up the client, but cant locate the server. If I move the command the cmd window gives error.

edit2: I might found the fix for the .bat file in an older post, will test it when the server is up :>

getting this error with ender's client too so its not only yours :cry:
Code: Select all
java.lang.OutOfMemoryError: Java heap space
   at com.jcraft.jorbis.CodeBook.make_decode_tree(CodeBook.java:407)
   at com.jcraft.jorbis.CodeBook.init_decode(CodeBook.java:323)
   at com.jcraft.jorbis.DspState.init(DspState.java:178)
   at com.jcraft.jorbis.DspState.synthesis_init(DspState.java:216)
   at dolda.xiphutil.VorbisStream.<init>(VorbisStream.java:98)
   at dolda.xiphutil.VorbisStream.<init>(VorbisStream.java:117)
   at haven.Resource$Audio.pcmstream(Resource.java:1252)
   at haven.AudioSprite$ClipSprite.<init>(AudioSprite.java:71)
   at haven.AudioSprite$1.create(AudioSprite.java:49)
   at haven.Sprite.create(Sprite.java:123)
   at haven.Gob.ctick(Gob.java:117)
   at haven.OCache.ctick(OCache.java:72)
   at haven.Glob.ctick(Glob.java:204)
   at haven.HavenPanel.run(HavenPanel.java:443)
   at java.lang.Thread.run(Unknown Source)
User avatar
honeymilk
Customer
 
Posts: 249
Joined: Sun Dec 28, 2014 4:51 am

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 3 guests

cron