Amber Client

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

Re: Amber Client

Postby Windershins » Wed Dec 25, 2019 5:59 am

borka wrote:this is the culprit
Code: Select all
# Problematic frame:
# C [ig9icd32.dll+0x436588]


namely the Intel 32Bit OpenGL driver - a known problem
viewtopic.php?f=47&t=44629

solution:
deinstall 32Bit Java8 (X86) - install 64Bit Java 8 (x64)

get new drivers from Intel - either by detecting
https://www.intel.com/content/www/us/en ... etect.html

or direct (scroll down)
https://www.intel.com/content/www/us/en ... s-640.html

(Intel® Graphics - Windows® 10 DCH Drivers Date: 12/18/2019 Version: 26.20.100.7584 (Latest) OS: Windows 10, 64-bit*)


Thank you very much!
Windershins
 
Posts: 7
Joined: Sat Mar 17, 2018 2:24 am

Re: Amber Client

Postby calcalpc » Tue Jan 07, 2020 1:26 am

When i double click on "run" nothing happens, tried redownloading amber, updating java, restarting my pc, nothing seems to work, any idea what the problem is?
calcalpc
 
Posts: 32
Joined: Sun Sep 27, 2015 2:59 am

Re: Amber Client

Postby MagicManICT » Tue Jan 07, 2020 3:09 am

calcalpc wrote:When i double click on "run" nothing happens, tried redownloading amber, updating java, restarting my pc, nothing seems to work, any idea what the problem is?

Go to the folder where Amber is located and find the "run.bat". Open it up in Notepad (or another plain text editor) and on a new line at the end, add the command "Pause" and save it. (No punctuation when entering commands.) Could be that it isn't finding Java. Could be that there is a crash and the log is getting closed out before you can see it. The extra command should keep the console window open for you to see any output messages.

Should look something like this:
Code: Select all
start javaw -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com

to start.

should look like this (or simply copy paste this and save it as run.bat) after:
Code: Select all
start javaw -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com
pause


If you get an error, you can then post it.

You can also try searching your drive for an error log. it should be called "hs_err_pid.log" and should be in the folder amber is in, or in the Java installation location.
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 not_a_cat » Tue Jan 07, 2020 12:42 pm

Not quite sure about using "start" in run.bat (in order to get error info displayed)
I think i used something like
Code: Select all
java -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com
pause
not_a_cat
 
Posts: 158
Joined: Fri Nov 25, 2016 3:41 pm

Re: Amber Client

Postby MagicManICT » Tue Jan 07, 2020 8:27 pm

Thanks, not_a_cat. "Start" actually force closes the command window after apps have launched. I just copy pasted from the default batch file, and didn't even think about it before posting.
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 calcalpc » Wed Jan 08, 2020 12:31 am

MagicManICT wrote:
calcalpc wrote:When i double click on "run" nothing happens, tried redownloading amber, updating java, restarting my pc, nothing seems to work, any idea what the problem is?

Go to the folder where Amber is located and find the "run.bat". Open it up in Notepad (or another plain text editor) and on a new line at the end, add the command "Pause" and save it. (No punctuation when entering commands.) Could be that it isn't finding Java. Could be that there is a crash and the log is getting closed out before you can see it. The extra command should keep the console window open for you to see any output messages.

Should look something like this:
Code: Select all
start javaw -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com

to start.

should look like this (or simply copy paste this and save it as run.bat) after:
Code: Select all
start javaw -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com
pause


If you get an error, you can then post it.

You can also try searching your drive for an error log. it should be called "hs_err_pid.log" and should be in the folder amber is in, or in the Java installation location.


tried this, when the command console stayed open this is what it showed, C:\Users\calca\Downloads\amber-1.75.0>javaw -Xss1024k -Xms512m -Xmx1024m -jar hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com
The system cannot find the file C:\ProgramData\Oracle\Java\javapath\javaw.exe.

C:\Users\calca\Downloads\amber-1.75.0>pause
Press any key to continue . . .
calcalpc
 
Posts: 32
Joined: Sun Sep 27, 2015 2:59 am

Re: Amber Client

Postby MagicManICT » Wed Jan 08, 2020 6:07 am

calcalpc wrote:The system cannot find the file C:\ProgramData\Oracle\Java\javapath\javaw.exe.

That's what I thought the problem might be, though there was other possibilities. Before the "java.exe," add the path to find the file. This typically will look like "C:\Program Files\Java\jre1.8.0_231\bin\java.exe" unless you have installed Java to another location.

You can also set up your Windows system so that it will automatically look for java.exe in a few ways. One is outlined through Java's help: https://www.java.com/en/download/help/path.xml
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 Redlaw » Sun Jan 12, 2020 9:36 pm

Looks like we need a client update after this last game update.
User avatar
Redlaw
 
Posts: 1611
Joined: Sun Oct 02, 2011 10:58 pm

Re: Amber Client

Postby Rexz » Sun Jan 12, 2020 10:00 pm

If you need a temporary fix

Rexz wrote:
Someone mentioned on discord
delete Gast.class in the hafen.jar


should fix it if you're using an amber-based client


make sure to open hafen.jar with winrar/7zip to see that file.
User avatar
Rexz
 
Posts: 101
Joined: Sun Oct 27, 2019 9:46 am

Crashing on start up as soon as my character moves

Postby Dondy » Mon Jan 13, 2020 12:21 am

Is this the same bug as mentioned above, so I basically should just wait until there is an Amber update to fix it?

1.75.0.9f4626ea
Windows 10 10.0 x64, 1.8.0_231 amd64
NVIDIA Corporation (GeForce GTX 650 Ti/PCIe/SSE2) - 4.6.0 NVIDIA 432.00

java.lang.NullPointerException
at haven.ItemInfo.buildinfo(ItemInfo.java:427)
at haven.GItem.info(GItem.java:192)
at haven.WItem.info(WItem.java:148)
at haven.ItemInfo$AttrCache.get(ItemInfo.java:474)
at haven.WItem.draw(WItem.java:213)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.Inventory.draw(Inventory.java:54)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.Window.draw(Window.java:200)
at haven.Widget.draw(Widget.java:726)
at haven.Widget.draw(Widget.java:731)
at haven.GameUI.draw(GameUI.java:770)
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:345)
at haven.HavenPanel.run(HavenPanel.java:641)
at java.lang.Thread.run(Unknown Source)
Dondy
 
Posts: 462
Joined: Fri Jun 05, 2009 12:20 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: awac10 and 7 guests