MOD ISSUES - Riptide_One - 26.10.2008
I am new to using MODs. However, I have been very impressed with what I have seen so far. I created a mission using The Slot map that worked great right up to the mission statistics screen, then I got the following error notice:
"IL2-Sturmovik Forgotten Battles: il2fb.exe - Application Error"
"The instruction at "0x10020a57" referenced memory at "0x119ff220". The memory could not be "read". Click on ok to terminate the program"
Does anyone have any experiences resolving a problem like this? It has happened both times I have run a mission using The Slot Map.
I did get a console readout in FMB before running the mission. There is a problem somewhere given the last lines of the readout which are given below:
WARNING: Bad scale (not -2, 1,2,4,8) at Water2=water/CoralCoastline.tga,
Load bridges
Load static objects
##### House without collision (3do/Buildings/Furniture/5x1 Red/mono.sim)
##### House without collision (3do/Buildings/Port/BaseSmallSegment/live.sim)
##### House without collision (3do/Buildings/Port/Floor/live.sim)
##### House without collision (3do/Tree/Tree2.sim)
##### House without collision (3do/Buildings/Furniture/10x1 5 Red/mono.sim)
Does anyone have any suggestions about how to correct the problem indicated by the lines above?
Best regards,
Riptide
- GeneralPsycho - 26.10.2008
which IL2 version do you have? FB? or 1946 :?:
- fly_zo - 26.10.2008
...moved to proper forum section
Z
- jef - 10.05.2009
fly_zo Wrote:...moved to proper forum section
Z
Which forum section, please ? it's very important, i can't open the maps .
Thanks beforehand
- HolyGrail - 10.05.2009
Yeah ,
I have similar error in console for quite some time but game is running ok and map is loading :]
WARNING: Bad scale (not -2, 1,2,4, at LowLand2=Italy_DF/Land/summer/grass_macchia_rock_v2.tga
only thing that this error is causing in my case is that when plane is crashing in to ground spot that is created by this TGA , you won't get explosion crater visible on the ground , that's all nothing else , rest is ok , I can't even tell anything out of ordinary with this map
I wish I know how to help you jef with this but some map maker will jump in here and tell you what to do with it
Sincerely,
HolyGrail
- jef - 10.05.2009
Hi ! HolyGrail,
Thks for answering, but this error only appears when I want to open the map zip_Alpen in IL-2 map builder - game is running and map is loading too in IL-2 Sturmovik 1946 :roll:
Waiting for a gentile master map maker
Best rgds
jef
PS : sorry for my poor english I am a latin :lol:
- HolyGrail - 11.05.2009
A little tiny small bump
- fly_zo - 11.05.2009
HolyGrail Wrote:Yeah ,
I have similar error in console for quite some time but game is running ok and map is loading :]
WARNING: Bad scale (not -2, 1,2,4, at LowLand2=Italy_DF/Land/summer/grass_macchia_rock_v2.tga
only thing that this error is causing in my case is that when plane is crashing in to ground spot that is created by this TGA , you won't get explosion crater visible on the ground , that's all nothing else , rest is ok , I can't even tell anything out of ordinary with this map
I wish I know how to help you jef with this but some map maker will jump in here and tell you what to do with it
Sincerely,
HolyGrail
check load.ini of map which is giving you that error ... locate line : LowLand2=Italy_DF/Land/summer/grass_macchia_rock_v2.tga and see if there is any number as suffix
allowed scaling values are : -2, 1,2,4 .... or no number at all
so edit it like so:
LowLand2=Italy_DF/Land/summer/grass_macchia_rock_v2.tga
( result : default texture resolution displayed )
or
LowLand2=Italy_DF/Land/summer/grass_macchia_rock_v2.tga,-2
( result : lower texture resolution displayed )
or
LowLand2=Italy_DF/Land/summer/grass_macchia_rock_v2.tga,2
( result : higher texture resolution displayed )
or...
be aware = FPS sensitive
hope that'll help
reg
Z
- HolyGrail - 11.05.2009
WooHoo :lol:
Thank you fly_zo !!!!
I very appreciate your help as I am completely lost when it comes to maps and any edditing
This is the line I found:
LowLand2 = Italy_DF/land/summer/grass_macchia_rock_v2.tga, //Italy_DF/land/summer/FIELDS2_med.TGA,2
Is TGA capital letter problem ? perhaps it needs to be like all the rest with small tga .
Will give it try .
- fly_zo - 11.05.2009
HolyGrail Wrote:WooHoo :lol:
Thank you fly_zo !!!!
I very appreciate your help as I am completely lost when it comes to maps and any edditing
This is the line I found:
LowLand2 = Italy_DF/land/summer/grass_macchia_rock_v2.tga, //Italy_DF/land/summer/FIELDS2_med.TGA,2
Is TGA capital letter problem ? perhaps it needs to be like all the rest with small tga .
Will give it try .
LowLand2 = Italy_DF/land/summer/grass_macchia_rock_v2.tga,
comma is the reason .... either enter number after comma or remove it .
Any line after // is disregarded by the game so don't worry about it (probably is just a try out leftover from creator )
reg
Z
- HolyGrail - 11.05.2009
It works !! it works !! it works !!
YEEEEEEES !!!!!!!!!!!!!!!!
I changed line from this :
LowLand2 = Italy_DF/land/summer/grass_macchia_rock_v2.tga, //Italy_DF/land/summer/FIELDS2_med.TGA,2
to this:
LowLand2 = Italy_DF/land/summer/grass_macchia_rock_v2.tga,
2 //Italy_DF/land/summer/FIELDS2_med.tga,2
Exactly , right portion is disabled by using // , so number 2 was missing behind first tga line name which game is reading .
Yep , no more console error about this Italy_DF entry after quite few months
Thank you fly_zo !! it was very nice of you
Sincerely,
HolyGrail
- fly_zo - 11.05.2009
any time
Z