Amber Client

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

Re: Amber Client

Postby uhtenbergnovice » Tue Apr 07, 2020 9:09 am

What is with downoading speed? 44Mb-size and 2Kb speed of dwnld. What can be a reason?(((
uhtenbergnovice
 
Posts: 1
Joined: Tue Apr 07, 2020 7:08 am

Re: Amber Client

Postby Sarge » Tue Apr 07, 2020 1:01 pm

Please add dogwood.

Image
factnfiction101 wrote:^I agree with this guy.
User avatar
Sarge
 
Posts: 2059
Joined: Fri Oct 09, 2009 3:41 am

Re: Amber Client

Postby yokoto1 » Tue Apr 07, 2020 4:35 pm

Crash client after start ro 3-4 min playong. Java reinstall NVidia drivers upgrade/downgrade.
trying up memory in run file. Not working normal.

Code: Select all
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000028a5548, pid=4236, tid=0x00000000000014a8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_241-b07) (build 1.8.0_241-b07)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.241-b07 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# J 8 C1 java.lang.CharacterData.of(I)Ljava/lang/CharacterData; (120 bytes) @ 0x00000000028a5548 [0x00000000028a5540+0x8]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
yokoto1
 
Posts: 16
Joined: Wed May 14, 2014 4:03 pm

Re: Amber Client

Postby NeoBasilisk » Wed Apr 08, 2020 11:19 pm

NeoBasilisk wrote:Asking proactively this time if we should expect the map to still get overwritten with snow during the winter. My understanding is that this is not supposed to be occurring, but it has happened for the last 3-4 winters or however many we had last world.

Just following up on this. Is this issue unique to Amber Client?
NeoBasilisk
 
Posts: 579
Joined: Thu Jun 06, 2013 12:48 am

Re: Amber Client

Postby Glorthan » Thu Apr 09, 2020 4:13 am

NeoBasilisk wrote:
NeoBasilisk wrote:Asking proactively this time if we should expect the map to still get overwritten with snow during the winter. My understanding is that this is not supposed to be occurring, but it has happened for the last 3-4 winters or however many we had last world.

Just following up on this. Is this issue unique to Amber Client?

Happens on a private client for me as well. Haven't tested on default...
Glorthan
 
Posts: 1099
Joined: Tue Jun 11, 2013 4:33 pm

Re: Amber Client

Postby Lalaxx » Thu Apr 09, 2020 6:52 am

try to make drink hotkey work with beer
User avatar
Lalaxx
 
Posts: 433
Joined: Sun May 12, 2013 12:15 pm
Location: Norsca

Re: Amber Client

Postby Darruin » Fri Apr 10, 2020 8:46 am

Code: Select all
1.78.1.5432bfba
Windows 7 6.1 x64, 1.8.0_241 amd64
Microsoft Corporation (GDI Generic) - 1.1.0

java.lang.RuntimeException: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
   at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
   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$6.uglyjoglhack(HavenPanel.java:564)
   at haven.HavenPanel$6.run(HavenPanel.java:576)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
   at haven.HavenPanel.redraw(HavenPanel.java:465)
   at haven.HavenPanel$1.display(HavenPanel.java:139)
   at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
   at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
   at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
   at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.
   at haven.GLConfig.assertcaps(GLConfig.java:83)
   at haven.GLConfig.fromgl(GLConfig.java:117)
   at haven.HavenPanel$1.init(HavenPanel.java:156)
   at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:601)
   at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:623)
   at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1254)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1101)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
   at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
   at javax.media.opengl.Threading.invoke(Threading.java:193)
   at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
   at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:582)
   at sun.awt.RepaintArea.paintComponent(Unknown Source)
   at sun.awt.RepaintArea.paint(Unknown Source)
   at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   ... 9 more


Getting this when launching the client.
User avatar
Darruin
 
Posts: 322
Joined: Sat Jun 01, 2013 5:24 pm

Re: Amber Client

Postby bigbob » Fri Apr 10, 2020 11:41 am

Darruin wrote:
Code: Select all
1.78.1.5432bfba
Windows 7 6.1 x64, 1.8.0_241 amd64
Microsoft Corporation (GDI Generic) - 1.1.0

java.lang.RuntimeException: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
   at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
   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$6.uglyjoglhack(HavenPanel.java:564)
   at haven.HavenPanel$6.run(HavenPanel.java:576)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
   at haven.HavenPanel.redraw(HavenPanel.java:465)
   at haven.HavenPanel$1.display(HavenPanel.java:139)
   at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
   at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
   at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
   at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.
   at haven.GLConfig.assertcaps(GLConfig.java:83)
   at haven.GLConfig.fromgl(GLConfig.java:117)
   at haven.HavenPanel$1.init(HavenPanel.java:156)
   at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:601)
   at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:623)
   at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1254)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1101)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
   at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
   at javax.media.opengl.Threading.invoke(Threading.java:193)
   at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
   at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:582)
   at sun.awt.RepaintArea.paintComponent(Unknown Source)
   at sun.awt.RepaintArea.paint(Unknown Source)
   at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   ... 9 more


Getting this when launching the client.


Your video card drivers are all messed up. It says GDI Generic where it should say Intel, AMD, Nvidia, ect.
bigbob
 
Posts: 2
Joined: Mon Jan 06, 2014 6:35 am

Re: Amber Client

Postby tyrtix » Fri Apr 10, 2020 3:11 pm

is it possible to have something to show the radius of an equipped bow? not sure if it's already in, if not, will be cool to add it in some form
User avatar
tyrtix
 
Posts: 1102
Joined: Wed Feb 19, 2014 12:54 am
Location: Leghorn

Re: Amber Client

Postby NeoBasilisk » Sat Apr 11, 2020 7:55 am

I've done a test over multiple days on the winter map overwriting issue. I've confirmed that this behavior is not present in the vanilla client. In the vanilla client, if a tile has already been explored, then your map (the one brought up with Ctrl + A) does not overwrite it with snow in winter. If the tile has not been explored before, then the snow tile will be added to the map.

In Amber client, snow tiles will constantly overwrite all tiles (at least as far as I have seen) during winter. So this issue seems to be unique to Amber client in some way.
NeoBasilisk
 
Posts: 579
Joined: Thu Jun 06, 2013 12:48 am

PreviousNext

Return to The Wizards' Tower

Who is online

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