Forums
refactor crash - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Bugs (https://www.vdrift.net/Forum/forumdisplay.php?fid=7)
+--- Thread: refactor crash (/showthread.php?tid=998)



refactor crash - ams76 - 10-03-2008

Hi
starting a rpractice game in the refactor branch I get this
Code:
Loaded GUI successfully
vdrift: include/loadingscreen.h:98: void LOADINGSCREEN::Update(float): Assertion `root' failed.
Aborted

I'm guessing it's caused by this
Code:
Error loading texture file: data/skins/simple/textures/loadingbox.png
Error loading graphic for loading screen.

Cheers


- joevenzon - 10-03-2008

I've put those files into the data repository R231. Try it again.

Also, I made the game error out with an explicit message if the loading screen loading fails instead of just erroring out later with a confusing message in R2160.


- ams76 - 10-04-2008

yes, that fixes it.