2009-08-26, 08:44 PM
Well, one problem solved, another created .
It looks like this line is what triggered the return to menu:
I think null reference exception that follows occurred because it was trying to render the list when the list item was not successfully created.
It looks like this line is what triggered the return to menu:
Quote:2009-08-26 13:00:11.574 VERBOSE [1] Skin: PreviewGenerator:GetRenderList- Creating WizUiLabel previewRef=1 previewImagesCount=75
2009-08-26 13:00:13.467 ERROR [1] SkinPlugin: Theme.LoadMetadata- Could not find file 'C:\Program Files\Devnz\GBPVR\Plugins\SkinPlugin4\Resources\Graphics\Background\Glow\Blue.xml'.
2009-08-26 13:00:13.717 VERBOSE [1] ReturnToMainMenu()
2009-08-26 13:00:13.747 VERBOSE [1] Skin is currently active
I think null reference exception that follows occurred because it was trying to render the list when the list item was not successfully created.