Page 1 of 1
This error is driving me crazy! [Solved]
Posted: Thu Jul 19, 2007 3:10 pm
by Xavious
Code: Select all
Message Severity: 3
.\Platform\Pc\pcFirstPerson.cpp(69)
FirstPerson::LoadLVLFile: Could not open FPM\kor\kor.lvl
Whatever it means, its the only Severity 3 error I've got in my log. I've already spent a couple of hours trying to fix it to no avail.
RE: This error is driving me crazy!
Posted: Thu Jul 19, 2007 3:20 pm
by trainmaster611
Go to data_KOR/_LVL_PC/KOR and tell us if the kor.lvl is there at all.
RE: This error is driving me crazy!
Posted: Thu Jul 19, 2007 3:46 pm
by Teancum
Those errors are completely ignorable. When you use the
model
{
"kor_1st_mymodel"
}
trick in your custom side you'll get that. It's about the only severity 3 that won't ever cause a crash.
RE: This error is driving me crazy!
Posted: Thu Jul 19, 2007 3:48 pm
by Xavious
Problem is I still have a crash. And this is all I've got in the error log:
RE: This error is driving me crazy!
Posted: Thu Jul 19, 2007 3:52 pm
by Teancum
When does it crash? If it crashes at the character select screen then the weapons aren't set up right for a character.
RE: This error is driving me crazy!
Posted: Thu Jul 19, 2007 4:02 pm
by Xavious
I can't believe I missed this one:
Code: Select all
Message Severity: 3
.\Source\EntitySoldier.cpp(10680)
Soldier "kor_inf_sith_captain" weapon 2 "kor_weap_inf_vibrosword" not found
Problem solved.