Amber Client

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

Re: Amber Client

Postby ErdTod » Mon Mar 09, 2020 1:02 pm

I have somehow hid the F-keybar... Tried pushing all the buttons I might've pushed previously, looked in the OP for hotkeys, tried turning on/off the F-toolbar in client options, but it's just not there... (though the hotkeys work)... What could I try more to return it into visibility?..
Thanks.

UPD: Noticed a button "Reset windows" in the options and it helped. Yaay!
User avatar
ErdTod
 
Posts: 492
Joined: Wed Sep 21, 2011 7:53 pm

Re: Amber Client

Postby Enjoyment_2 » Mon Mar 09, 2020 2:50 pm

there is an option to switch F-bar vertical/horizontal align, so if you switched it, it may be drawn outside your screen. Though "reset" will always help - sometimes you don't want to reset ALL the windows, so you can edit your registry:
1. win+r
2. "regedit"
3. goto HKEY_CURRENT_USER\Software\JavaSoft\Prefs\haven
4. find something like /FBelt_c and make sure it have valid coordinates for upper left pixel.
User avatar
Enjoyment_2
Under curfew
 
Posts: 592
Joined: Mon Oct 19, 2015 12:53 pm

Re: Amber Client

Postby m1star » Mon Mar 09, 2020 10:02 pm

Thank you all, reinstalled Win7 and did as you said.Everything worked
borka thx
m1star
 
Posts: 4
Joined: Mon Dec 20, 2010 1:35 pm

Re: Amber Client

Postby Saetia1 » Tue Mar 10, 2020 6:30 pm

Resolved it by uninstalling Java SDK and updating to the proper install.
Saetia1
 
Posts: 7
Joined: Mon Mar 05, 2012 7:53 pm

Re: Amber Client

Postby MagicManICT » Wed Mar 11, 2020 5:40 am

could we get "Cave Fern" added to the list of objects to hide? Is this something I can add myself until it's added globally?
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18437
Joined: Tue Aug 17, 2010 1:47 am

Re: Amber Client

Postby dagngayt » Wed Mar 11, 2020 1:47 pm

I am getting frequent crashes (which seem to happen when I discover something, or hf, among other times). Al my drivers are up to date, I have 64 bit Java installed (and tried uninstalling both javas and just re-installed 64 bit), and still getting it. When a crash happens, my CPU usage ramps up to about 80%. The last error message was:
1.77.1.ff11f0fb
Windows 10 10.0 x64, 1.8.0_241 amd64
NVIDIA Corporation (GeForce RTX 2080/PCIe/SSE2) - 4.6.0 NVIDIA 441.41

java.lang.OutOfMemoryError: Java heap space
at java.lang.reflect.Array.newInstance(Unknown Source)
at haven.Utils.extend(Utils.java:1381)
at haven.Utils.extend(Utils.java:1387)
at haven.BufferBGL.add(BufferBGL.java:59)
at haven.BGL.glTexCoord2f(BGL.java:851)
at haven.TexGL.render(TexGL.java:358)
at haven.Tex.crender(Tex.java:93)
at haven.Tex.crender(Tex.java:98)
at haven.GOut.image(GOut.java:195)
at haven.CraftHistoryBelt.draw(CraftHistoryBelt.java:38)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.GameUI.draw(GameUI.java:772)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:144)
at haven.HavenPanel.rootdraw(HavenPanel.java:347)
at haven.HavenPanel.run(HavenPanel.java:643)
at java.lang.Thread.run(Unknown Source)

Any more ideas?

Thanks!

Edited to add: next crash - this is the error this time:
1.77.1.ff11f0fb
Windows 10 10.0 x64, 1.8.0_241 amd64
NVIDIA Corporation (GeForce RTX 2080/PCIe/SSE2) - 4.6.0 NVIDIA 441.41

haven.Defer$DeferredException: java.lang.OutOfMemoryError: Java heap space
at haven.Defer$Future.get(Defer.java:180)
at haven.Defer$Future.get(Defer.java:192)
at haven.TexL.fill(TexL.java:126)
at haven.TexR$Real.fill(TexR.java:144)
at haven.TexGL.create(TexGL.java:279)
at haven.TexGL.glid(TexGL.java:328)
at haven.TexGL$TexDraw.applyfrom(TexGL.java:141)
at haven.GLState$Applier.apply(GLState.java:640)
at haven.GOut.apply(GOut.java:276)
at haven.FastMesh$Compiler.get(FastMesh.java:109)
at haven.FastMesh.draw(FastMesh.java:361)
at haven.RenderList.render(RenderList.java:430)
at haven.RenderList.render(RenderList.java:493)
at haven.PView.draw(PView.java:261)
at haven.MapView.draw(MapView.java:1432)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.GameUI.draw(GameUI.java:772)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:144)
at haven.HavenPanel.rootdraw(HavenPanel.java:347)
at haven.HavenPanel.run(HavenPanel.java:643)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at sun.java2d.loops.GraphicsPrimitive.convertFrom(Unknown Source)
at sun.java2d.loops.GraphicsPrimitive.convertFrom(Unknown Source)
at sun.java2d.loops.MaskBlit$General.MaskBlit(Unknown Source)
at sun.java2d.loops.Blit$GeneralMaskBlit.Blit(Unknown Source)
at sun.java2d.pipe.DrawImage.blitSurfaceData(Unknown Source)
at sun.java2d.pipe.DrawImage.renderImageCopy(Unknown Source)
at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
at sun.java2d.pipe.ValidatePipe.copyImage(Unknown Source)
at sun.java2d.SunGraphics2D.copyImage(Unknown Source)
at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
at haven.TexI.convert(TexI.java:173)
at haven.TexI.convert(TexI.java:179)
at haven.TexL$Prepared.<init>(TexL.java:85)
at haven.TexL$Prepared.<init>(TexL.java:53)
at haven.TexL$1.call(TexL.java:105)
at haven.TexL$1.call(TexL.java:103)
at haven.Defer$Future$1.run(Defer.java:143)
at java.security.AccessController.doPrivileged(Native Method)
at haven.Defer$Future.run(Defer.java:141)
at haven.Defer$Worker.run(Defer.java:244)
dagngayt
 
Posts: 29
Joined: Tue Nov 14, 2017 6:44 pm

Re: Amber Client

Postby Oddity » Wed Mar 11, 2020 5:16 pm

borka wrote:shift+s (?)

thanks
jadamkaz wrote:ah i remember my run in with odditown they are good ppl im sure the only reason they killed ME is because they are troll hunters and i was a troll
User avatar
Oddity
 
Posts: 1950
Joined: Sun Jun 20, 2010 12:04 am
Location: BC, Canadia

Re: Amber Client

Postby Daefae33 » Wed Mar 11, 2020 9:34 pm

Is there any way we can get a modded client that allows us to take certain GUI elements out of window? For example, I'd like to have my minimap and hot bars on my second monitor, while keeping my inventory and chat on my main monitor.
User avatar
Daefae33
 
Posts: 11
Joined: Thu Nov 16, 2017 5:37 am

Re: Amber Client

Postby borka » Thu Mar 12, 2020 5:37 am

Daefae33 wrote:Is there any way we can get a modded client that allows us to take certain GUI elements out of window? For example, I'd like to have my minimap and hot bars on my second monitor, while keeping my inventory and chat on my main monitor.


That for the whole structure of the base client would have to be changed by loftar - the clients all base on loftars client code

or someone would have to code a whole new 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: Amber Client

Postby borka » Thu Mar 12, 2020 5:40 am

dagngayt wrote:I am getting frequent crashes

When a crash happens, my CPU usage ramps up to about 80%.

1.77.1.ff11f0fb
Windows 10 10.0 x64, 1.8.0_241 amd64
NVIDIA Corporation (GeForce RTX 2080/PCIe/SSE2) - 4.6.0 NVIDIA 441.41

java.lang.OutOfMemoryError: Java heap space
at java.lang.reflect.Array.newInstance(Unknown Source)



Do you use default run.bat to start Amber? Are you running other Java instances beside?
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: JohnBender and 100 guests