Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't load any track
04-01-2012, 01:57 PM,
#3
 
3dgr0002_gsblade.dof-00.joe is the first model inside data/tracks/suzuka2005/objects/objects.jpk. I don't see any way to get the error you got without getting an earlier error explaining what the load error was. If you want to try to debug this, put breakpoints in contentmanager.cpp in the load functions and see which one gets hit for the .joe files. It should be this one:

bool ContentManager::load(
std::tr1:Confusedhared_ptr<MODEL>& sptr,
const std:Confusedtring& abspath,
const JOEPACK& pack)

and if you step into this line:

if (temp->Load(name, error, !model_vbo, &pack))

you should end up in MODEL_JOE03::Load in model_joe03.cpp. Try and figure out why that's returning false.
Reply


Messages In This Thread
Can't load any track - by CrystalH - 03-31-2012, 12:29 PM
[No subject] - by NaN - 04-01-2012, 09:12 AM
[No subject] - by joevenzon_phpbb2_import3 - 04-01-2012, 01:57 PM
[No subject] - by CrystalH - 04-28-2012, 01:45 PM
[No subject] - by NaN - 04-28-2012, 02:28 PM
[No subject] - by CrystalH - 04-29-2012, 05:32 AM
[No subject] - by NaN - 04-29-2012, 05:55 AM
[No subject] - by CrystalH - 04-29-2012, 06:00 AM
[No subject] - by CrystalH - 04-29-2012, 06:38 AM
[No subject] - by NaN - 04-29-2012, 05:17 PM
[No subject] - by NaN - 04-29-2012, 06:24 PM
[No subject] - by NaN - 04-29-2012, 07:25 PM
[No subject] - by CrystalH - 04-30-2012, 01:07 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)