Several problems with file paths when run on this os:
-
case sensitivity, for example it'll search for nhood.bmp with lowercase .bmp and fail because it's all caps(BMP) or search for colorpoly2d.xnb but fail because the D is uppercase.
-
It fails to find driveby14.xa on loading an empty lot despite consistent capitalization because the last slash is a \ which windows sees as valid while linux only accepts / for paths.
Several problems with file paths when run on this os:
case sensitivity, for example it'll search for nhood.bmp with lowercase .bmp and fail because it's all caps(BMP) or search for colorpoly2d.xnb but fail because the D is uppercase.
It fails to find driveby14.xa on loading an empty lot despite consistent capitalization because the last slash is a \ which windows sees as valid while linux only accepts / for paths.