BlackDragonN001 / FERemastered

11 stars 5 forks source link

Escape Path - Unable to load mission #112

Closed jack775544 closed 4 years ago

jack775544 commented 4 years ago

Loading the mission gives an error

image

Block from log file

DIAG|         timemanager:396  |21:09:49|11560  |Paused Time: Mission Starting
DIAG|             loadbar:146  |21:09:49|11560  |Mission Load at InitSystem
DIAG|         inithandler:622  |21:09:49|11561  |Loading default fonts 'bgmm_20.BMF' 'bzone.bmf'
WARN|         parameterdb:634  |21:09:50|11753  |Duplicate label 'lensflare' in file 'dmgvhcl3.odf' block ['banglemit']
WARN|         parameterdb:634  |21:09:50|11753  |Duplicate label 'lensflare' in file 'dmgvhcl4.odf' block ['banglemit']
DIAG|        loadsavegame:508  |21:09:50|11801  |Started LoadGame Type File
DIAG|             terrain:1965 |21:09:50|11802  |Loading world base edf09.TRN
DIAG|             loadbar:146  |21:09:50|11804  |Mission Load at Terrain Init Shaders
ERR |             terrain:694  |21:09:50|11916  |Terrain Grid Width Not Valid.  Adjusted to 64.000000
ERR |             terrain:707  |21:09:50|11916  |Terrain Grid Depth Not Valid.  Adjusted to 64.000000
DIAG|             loadbar:146  |21:09:50|11916  |Mission Load at InitTerrain
DIAG|             terrain:1628 |21:09:50|11948  |Terrain Loaded.  World is from 64x64 meters, starting at (0,0)
ERR |                rain:231  |21:09:50|11948  |Missing or bad sky parameter file "edf09.SKY", create a new one
DIAG|                rain:256  |21:09:50|11950  |Sky file edf09.SKY Rain DISABLED Lightning DISABLED Splat ENABLED OnP 0 OffP 0 TranP 5
DIAG|        loadsavegame:513  |21:09:50|11974  |Finished LoadGame Type File
ERR |         inithandler:787  |21:09:50|11974  |Unable to load edf09.bzn
DIAG|         inithandler:414  |21:09:50|11974  |Switching to CLEANUP, error during load seen
Malifious commented 4 years ago

Ran into this same issue last night and was going to post it with my next set of bug reports.

Hopefully it's fixed soon, I'd like to give Escape Path a run through.

jack775544 commented 4 years ago

Was broken by https://github.com/BlackDragonN001/FERemastered/commit/08c894775f68471dbc089561b705aa1ca3e4de50

Looks like a bad bzn file

BlackDragonN001 commented 4 years ago

Actually, this is someone not properly re-saving the BZN. BZN only edits should always be saved with the option "save terrain" set to No, not just uploading only the BZN and excluding the rest of the files. Maps might point to a different TER then what the BZN filename is.

See commit 94b2df8ae3

jack775544 commented 4 years ago

Ahh ok, thanks for the fix. I'll keep that one in mind for the future