Search found 6 matches

by gnozal
December 19th, 2007, 9:11 am
Forum: Eschalon: Book I Support [Windows]
Topic: Shell32.dll: SHGetFolderPathW missing.
Replies: 3
Views: 5411

Re: Shell32.dll: SHGetFolderPathW missing.

Okay, so the game won't start because it is 'linked to missing export SHELL32.DLL: SHGetFolderPathW'. It MIGHT be the fact that my graphics card isn't supported anymore ...
Nothing to do with the graphic card.
The game calls a function (SHGetFolderPathW) in the windows kernel that doesn't exist in ...
by gnozal
December 17th, 2007, 2:53 am
Forum: Eschalon: Book I
Topic: patch 1.04 all save games gone
Replies: 36
Views: 13676

gnozal wrote:
BasiliskWrangler wrote:Does the latest patch fix this error?
I don't know, I tested the demo [wich already was 1.4 at the time (Sat Dec 08, 2007) iirc].
Ok, I downloaded the patch, extracted the exe from the installer : the problematic import (SHGetFolderPathW) is still present in 1.04 !
by gnozal
December 15th, 2007, 4:19 am
Forum: Eschalon: Book I
Topic: patch 1.04 all save games gone
Replies: 36
Views: 13676

BasiliskWrangler wrote:Does the latest patch fix this error?
I don't know, I tested the demo [wich already was 1.4 at the time (Sat Dec 08, 2007) iirc].
by gnozal
December 15th, 2007, 1:49 am
Forum: Eschalon: Book I
Topic: patch 1.04 all save games gone
Replies: 36
Views: 13676

Okay, I just got some confirmation on a few things: the language system I use, in order to remain cross-platform compatible as well as 98/ME compatible does not nor will ever support non-ASCII paths. Maybe you missed my post but Eschalon doesn't work with Win98SE : http://www.basiliskgames.com ...
by gnozal
December 14th, 2007, 9:07 am
Forum: Eschalon: Book I
Topic: patch 1.04 all save games gone
Replies: 36
Views: 13676

About the language issue : why is "My Documents" hard coded ?
Why not use SHGetSpecialFolderLocation() with CSIDL_PERSONAL ?
by gnozal
December 8th, 2007, 5:54 am
Forum: Eschalon: Book I
Topic: How to make it work with Win9x
Replies: 0
Views: 2831

How to make it work with Win9x

Hi !

I just downloaded the demo and I found out it doesn't work with my old windows 98SE :(
Error : SHGetFolderPathW no found in SHELL32.DLL

Anyway, I could fix it :
1. Use your favorite HexEditor (PsPad [free] for example).
2. Search for 'SHGetFolderPathW' in the executable.
3. Replace with ...