Page 25 of 28

Re: HeroScribe Icon Packs

PostPosted: December 21st, 2013, 9:52 am
by torilen
That might help some - I'll try it.
HS does work without any special packs loaded. And, as far as I know, it works with other individual packs,
just not the all in one. It freezes on the splash. I let it go for more than three minutes last night, and it just
sat there doing nothing.
I tried extracting it straight to the HS folder, as well as copying and pasting...neither worked.
I tried the .bat file, and it tells me that it cannot find the java file to run - someone else had that problem
back on page 21. This is what my screen says:
- windows cannot find javaw. Please make sure you typed it correctly and try again.


I'll try playing with it a bit more. Thanks for the help, and thanks for all the hard work putting HS
together into such a great program. Whether I can get the all in one to work or not, I can still use
basic HS, and just paste icons from the all in one pack as needed. It is a little bit of trouble, but
still makes it usable. :)

Re: HeroScribe Icon Packs

PostPosted: December 21st, 2013, 11:37 am
by Derfel Link
torilen wrote:windows cannot find javaw.

That's clearly your issue, you don't have the environment variable set to your Java bin folder, please follow the first answer in this post to solve it.

Re: HeroScribe Icon Packs

PostPosted: December 21st, 2013, 12:16 pm
by Schmidt
torilen wrote: I let it go for more than three minutes last night.

I really envy your patience!

Re: HeroScribe Icon Packs

PostPosted: December 22nd, 2013, 6:03 am
by Derfel Link
Hey guys, available in the All-in-One Icon Pack there's a new, better mouse wheel scroll handling.

Re: HeroScribe Icon Packs

PostPosted: January 15th, 2014, 2:24 pm
by Sjeng
Goddamnit. I HAD Heroscribe working on my pc. For some reason, it's gone... Simply gone. I installed it again, added the all in one pack, overwrote everything, and once again, it simply hangs at the splash screen.
EVERY TIME I DO THIS!

I followed the FAQ instructions, added the path line, installed the latest Java. Nothing. It ran fine before the all in one pack. But now it won't anymore.

drathe wrote:It freezes because the All-in-One requires more RAM than java uses by default due to the number of icons it needs to pre-load.

The All-in-One comes with a .bat file for those who have the problem with HS freezing on the splash screen while loading. If you've copied everything from the All-in-One .zip file and paste the contents over everything inside the HeroScribe folder, just double-click the HeroScribe.bat file and HeroScribe should load. It may take a couple minutes, but it shouldn't freeze on the splash screen. I just tested this with fresh files from the links you provided two posts back. It works on my system with the .bat file, (takes about 30 seconds to load) whereas using only the .jar file freezes on the splash screen.

As before, when I run the bat file, windows tells me it can't find javaw.

Re: HeroScribe Icon Packs

PostPosted: January 15th, 2014, 2:52 pm
by drathe
Sjeng wrote:Goddamnit. I HAD Heroscribe working on my pc. For some reason, it's gone... Simply gone. I installed it again, added the all in one pack, overwrote everything, and once again, it simply hangs at the splash screen.
EVERY TIME I DO THIS!

I followed the FAQ instructions, added the path line, installed the latest Java. Nothing. It ran fine before the all in one pack. But now it won't anymore.

drathe wrote:It freezes because the All-in-One requires more RAM than java uses by default due to the number of icons it needs to pre-load.

The All-in-One comes with a .bat file for those who have the problem with HS freezing on the splash screen while loading. If you've copied everything from the All-in-One .zip file and paste the contents over everything inside the HeroScribe folder, just double-click the HeroScribe.bat file and HeroScribe should load. It may take a couple minutes, but it shouldn't freeze on the splash screen. I just tested this with fresh files from the links you provided two posts back. It works on my system with the .bat file, (takes about 30 seconds to load) whereas using only the .jar file freezes on the splash screen.

As before, when I run the bat file, windows tells me it can't find javaw.


drathe wrote:
knightkrawler wrote:Thing is, heroscribe.jar and heroscribe.bat both don't work anymore (no access to the .jar file).

I've had Java update a couple times and change the folder in which its executable is in. This required me to change the .bat file to the new location. Outside of that possibility, I too am at a loss.

Above is the only thing I can think of right now.

Re: HeroScribe Icon Packs

PostPosted: January 16th, 2014, 6:03 am
by Derfel Link
Sjeng wrote:Goddamnit. I HAD Heroscribe working on my pc. For some reason, it's gone... Simply gone. I installed it again, added the all in one pack, overwrote everything, and once again, it simply hangs at the splash screen.
EVERY TIME I DO THIS!

I followed the FAQ instructions, added the path line, installed the latest Java. Nothing. It ran fine before the all in one pack. But now it won't anymore.

As before, when I run the bat file, windows tells me it can't find javaw.

Hey Sjeng, have you tried following the FAQ at this particular point? Let me know if that works with you, it should from what I'm reading.

Re: HeroScribe Icon Packs

PostPosted: January 16th, 2014, 8:34 am
by Sjeng
That's exactly what I did. I reversed the / into \ though, as that's what all the other lines in the "path" line had. Was that wrong?

Re: HeroScribe Icon Packs

PostPosted: January 17th, 2014, 1:13 pm
by Sjeng
okay, this is the problem with the bat file:
start C:\Program Files (x86)\Java\jre7\bin\javaw -Xms1024M -Xmx1024M -jar HeroScribe.jar
With this line it worked before. But now:

Windows can't find the program "C:\Program" It's ignoring the space between Program and Files -.-
Can I fix that somehow?

Re: HeroScribe Icon Packs

PostPosted: January 17th, 2014, 1:38 pm
by Derfel Link
Sure, just include the path between quotation marks:
Code: Select all
start "C:\Program Files (x86)\Java\jre7\bin\javaw" -Xms1024M -Xmx1024M -jar HeroScribe.jar

By the way, if you do include that path as an environment variable you should be able to run javaw.