Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby alloin » Fri Jan 04, 2013 11:20 pm

martinuzz wrote:What is the keybinding for activating the Darkness tool? Or is that something separate from the client?

ctrl + d
jorb wrote:all I see is misplaced machismo and a lot of very cheap talk. ^^

Darwat confirmed scrub!
User avatar
alloin
Customer
 
Posts: 3031
Joined: Wed Aug 01, 2012 1:33 am

Re: Salem Client by Ender

Postby lolman70 » Sat Jan 05, 2013 5:11 am

I messed up my minimap size trying to fix it and it has gotten stuck under my visable screen level how could i reset the minimap or get it out?
lolman70
 
Posts: 2
Joined: Fri Aug 17, 2012 10:03 pm

Re: Salem Client by Ender

Postby staxjax » Sat Jan 05, 2013 9:06 am

Go to your c:\users\xxx\salem\ folder and look for windows.conf

Delete it to reset all the windows to default positions or edit it in notepad to change the values for "mmap_pos=(x,y)"
Of all the things I've lost, I miss my mind the most - Ozzy Osbourne

Confirmed retards: Nimmeth, Claeyt, MycroSparks
User avatar
staxjax
 
Posts: 2845
Joined: Wed Aug 01, 2012 1:29 am

Re: Salem Client by Ender

Postby martinuzz » Sat Jan 05, 2013 12:55 pm

ANy news on the 'out of memory' error that I, and some other people posted 1 page back? It's crashing the client a few times every day, pretty unsafe.

FYI: I am running Salem on Windows 7, on an i7 (3610QM) with 8Gb memory. Nvidia GeForce630M
Did Claeyt shut up yet?
WARNING: berrymash laxatives can cause your character to explode violently, after eating chymically unstable foods.
User avatar
martinuzz
 
Posts: 583
Joined: Wed Dec 19, 2012 11:38 pm

Re: Salem Client by Ender

Postby staxjax » Sun Jan 06, 2013 12:00 am

People that recieve the OOM error probably have another problem that does not have to do with the client. Bad/wrong java installation for their system, corrupt or wrong video drivers, ****** OpenGL support, etc.
Of all the things I've lost, I miss my mind the most - Ozzy Osbourne

Confirmed retards: Nimmeth, Claeyt, MycroSparks
User avatar
staxjax
 
Posts: 2845
Joined: Wed Aug 01, 2012 1:29 am

Re: Salem Client by Ender

Postby martinuzz » Sun Jan 06, 2013 12:07 am

It's only since the latest Ender update that it started doing that though.
I mean the fix for the quick update after vanilla client added radar.
Did Claeyt shut up yet?
WARNING: berrymash laxatives can cause your character to explode violently, after eating chymically unstable foods.
User avatar
martinuzz
 
Posts: 583
Joined: Wed Dec 19, 2012 11:38 pm

Re: Salem Client by Ender

Postby gadzooks » Wed Jan 09, 2013 11:29 pm

So my toolbar seems to have stopped working. I had 1-5 combat skills. Worked fine on first cricket. Suddenly on 2nd cricket pressing buttons & nothing happens. I moved skills to the F toolbar and that works, but thats not what I want. Suggestions?
gadzooks
 
Posts: 21
Joined: Sat Dec 22, 2012 2:29 am

Re: Salem Client by Ender

Postby colesie » Thu Jan 10, 2013 7:43 am

If you could please implement a "world grid" that's toggled on and off like BD's grid system it would be much appreciated :D
Your grid makes it hard for me to do my projects since it closes itself whenever I go indoors :(
Beep Boop Bop
My builds (Under Occupation)
Image
Have you given haven a try? ◕‿◕
User avatar
colesie
 
Posts: 4753
Joined: Thu Oct 04, 2012 6:20 pm
Location: Ontario, Canada

Re: Salem Client by Ender

Postby darnokpl » Mon Jan 14, 2013 9:18 am

While putting item into stall 1st slot
Code: Select all
Exception chain
javax.media.opengl.GLException

java.lang.IllegalArgumentException: Width (0) and height (-3) must be > 0
Class   Function   File   Line
javax.media.opengl.Threading   invokeOnOpenGLThread   Threading.java   271
javax.media.opengl.GLCanvas   maybeDoSingleThreadedWorkaround   GLCanvas.java   410
javax.media.opengl.GLCanvas   display   GLCanvas.java   244
haven.HavenPanel   uglyjoglhack   HavenPanel.java   385
haven.HavenPanel   run   HavenPanel.java   420
java.lang.Thread   run   Thread.java   679
java.lang.IllegalArgumentException

Width (0) and height (-3) must be > 0
Class   Function   File   Line
java.awt.image.SampleModel   <init>   SampleModel.java   126
java.awt.image.ComponentSampleModel   <init>   ComponentSampleModel.java   146
java.awt.image.PixelInterleavedSampleModel   <init>   PixelInterleavedSampleModel.java   87
java.awt.image.Raster   createInterleavedRaster   Raster.java   644
java.awt.image.Raster   createInterleavedRaster   Raster.java   283
java.awt.image.Raster   createInterleavedRaster   Raster.java   212
haven.TexI   mkbuf   TexI.java   260
haven.ItemInfo   catimgs   ItemInfo.java   121
haven.ItemInfo   longtip   ItemInfo.java   158
Shopbox   longtip   Shopbox.java   102
Shopbox   tooltip   Shopbox.java   114
haven.Widget   tooltip   Widget.java   794
haven.Window   tooltip   Window.java   289
haven.Widget   tooltip   Widget.java   794
haven.Widget   tooltip   Widget.java   794
haven.HavenPanel   redraw   HavenPanel.java   297
haven.HavenPanel$1   display   HavenPanel.java   88
com.sun.opengl.impl.GLDrawableHelper   display   GLDrawableHelper.java   78
javax.media.opengl.GLCanvas$DisplayAction   run   GLCanvas.java   435
com.sun.opengl.impl.GLDrawableHelper   invokeGL   GLDrawableHelper.java   194
javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction   run   GLCanvas.java   452
java.awt.event.InvocationEvent   dispatch   InvocationEvent.java   216
java.awt.EventQueue   dispatchEventImpl   EventQueue.java   670
java.awt.EventQueue   access$400   EventQueue.java   96
java.awt.EventQueue$2   run   EventQueue.java   631
java.awt.EventQueue$2   run   EventQueue.java   629
java.security.AccessController   doPrivileged   AccessController.java   -2
java.security.AccessControlContext$1   doIntersectionPrivilege   AccessControlContext.java   105
java.awt.EventQueue   dispatchEvent   EventQueue.java   640
java.awt.EventDispatchThread   pumpOneEventForFilters   EventDispatchThread.java   275
java.awt.EventDispatchThread   pumpEventsForFilter   EventDispatchThread.java   200
java.awt.EventDispatchThread   pumpEventsForHierarchy   EventDispatchThread.java   190
java.awt.EventDispatchThread   pumpEvents   EventDispatchThread.java   185
java.awt.EventDispatchThread   pumpEvents   EventDispatchThread.java   177
java.awt.EventDispatchThread   run   EventDispatchThread.java   138
Image
User avatar
darnokpl
 
Posts: 2019
Joined: Thu Aug 02, 2012 12:10 am

Re: Salem Client by Ender

Postby Procne » Mon Jan 14, 2013 9:42 am

Errors while putting stuff into stall also happen on default client
Image
Procne
 
Posts: 3696
Joined: Mon Sep 03, 2012 11:34 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 3 guests