• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Resample.exe CRASH

Messages
3
Country
italy
I have a problem! I have changed PC, I have installed all, programs, routine, complier… but unfortunately resample.exe it does not work, goes in CRASH.
It executes rows .inf and APPCRASH then.
My System:
O.S.=VISTA32 +SP1
installed Framework.NET 2(already O.S.)Services Activate
Framework.NET 3.5 +Sp1
Driver ATI (4870ATI)CCcatlyst 8.12 (10/2008)
Delete Anti-Virus, Firewall, w.Defender,Photoshop

I ask aid, some suggestion Thanks to all!

regards
Frank
 
Last edited:
Hi Frank.

Why not include the INF file text? And is this for FSX or FS9?

Dick
 
USe FSX and PhotosceneryMaker :

this file .inf:
[Source]
Type = BMP
Layer = Imagery
SourceDir = "C:\"
SourceFile = "ORTO.bmp"
ULXMAP = 10.525877777777800759000000
ULYMAP = 46.546761111111102600000000
XDIM = 0.000005672688278478830222
YDIM = 0.000004751542868382859974
SamplingMethod=Gaussian
Channel_LandWaterMask = 2.0
Variation = Day

[Destination]
DestDir = "C:\"
DestBaseFileName = "ORTO0"
LOD = Auto
UseSourceDimensions = 1


some suggestion, Thanks
Frank
 
The line:

Channel_LandWaterMask = 2.0

...causes the problem. That indicates this should be a multi-source resample, with 2 image sources.

That LandWatermask will just give wave action and sinking characteristics to the image... it won't display as water. To display water, you need to make an 8-bit grayscale blend mask ( or an alphachannel ). Then vector water beneath the image will display.

If you just want to compile the BGL without any water characteristics, just place a ';' in front of the above INF line.

The SDK discuses this, and the forum search should provide 'resample water' discussions.

Dick
 
Last edited:
Hi Dick,
OK! now it works!
I did not have absolutely since I had forgotten the " ; " …

THANKS very much Dick.:)
 
Back
Top