Error writing datafield, Help eliminating errors

Hello,

I am New to SPIS and have just begun running my first model simulation. It is a blunt cone with tetrahedral mesh. When I execute “Finalize run configuration and save project:”, I get a few error messages, notably:

Error writing datafield: VolInteracFlag
Error writing datafield: VolMatTypeId
Error writing datafield: SurfFlag
Error writing datafield: Xyz
Erorr writing datafield: NodeFlag
Error writing datafield: EdgeFlag
Error writing datafield: IncomPart
Error writing datafield: OutgoPart
Error writing datafield: BdDiriFlag
Error writing datafield: BdDiriPot

Any help with resolving any of these errors would be appreciated. I have a feeling it may have to do with my geometry, but I am unsure. Here is my gmsh file for reference:

grid = 0.017;
R = 1.1/2;
Headway = 0.45;

Point(1) = {0, 0, 0, grid};
Point(2) = {0, 0, 0.15, grid};
//Point(3) = {0, 0, -0.15, grid};
Point(4) = {0, 0.15, 0, grid};
Point(5) = {0, -0.15, 0, grid};
Point(6) = {0.15, 0, 0, grid};
Point(7) = {-1.1, 0, 0, grid};
Point(8) = {-1.1, 0.328, 0, grid};
Point(9) = {-1.1, -0.328, 0, grid};
Point(10) = {-1.1, 0, 0.328, grid};
//Point(11) = {-1.1, 0, -0.328, grid};
Point(12) = {-1.2, 0, 0, grid};
Point(13) = {-1.2, R, 0, grid};
Point(14) = {-1.2, -R, 0, grid};
//Point(15) = {-1.2, 0, -R, grid};
Point(16) = {-1.2, 0, R, grid};
Point(17) = {Headway+0.15, R, 0, grid};
Point(18) = {Headway+0.15, -R, 0, grid};
//Point(19) = {Headway+0.15, 0, -R, grid};
Point(20) = {Headway+0.15, 0, R, grid};
Point(21) = {Headway+0.15, 0, 0, grid};
Point(22) = {-1.2, R , 0, grid};
Circle(1) = {4, 1, 6};
Circle(2) = {6, 1, 5};
//Circle(3) = {3, 1, 6};
Circle(4) = {6, 1, 2};
Circle(5) = {4, 1, 2};
//Circle(6) = {4, 1, 3};
//Circle(7) = {3, 1, 5};
Circle(8) = {5, 1, 2};
//Circle(9) = {8, 7, 11};
//Circle(10) = {11, 7, 9};
Circle(11) = {9, 7, 10};
Circle(12) = {10, 7, 8};
Line(13) = {8, 4};
//Line(14) = {11, 3};
Line(15) = {10, 2};
Line(16) = {9, 5};//Circle(17) = {15, 12, 13};
Circle(18) = {13, 12, 16};

Circle(20) = {16, 12, 14};
//Circle(21) = {15, 12, 14};
//Circle(22) = {18, 21, 19};
//Circle(23) = {19, 21, 17};
Circle(24) = {17, 21, 20};
Circle(25) = {20, 21, 18};
//Line(26) = {15, 19};
Line(27) = {13, 17};
Line(28) = {16, 20};
Line(29) = {14, 18};
Line(30) = {17, 21};
Line(31) = {21, 18};

Delete {
Line{20, 29, 31, 16, 2, 8, 25, 11};
}
Delete {
Point{18, 5, 9, 14};
}
Line(31) = {20, 21};
Line(32) = {6, 21};
Line(33) = {6, 7};
Line(34) = {10, 7};
Line(35) = {8, 7};
Line(36) = {16, 12};
Line(37) = {7, 12};
Line(38) = {13, 12};

Delete {
Line{33};
}
Line Loop(39) = {31, -30, 24};
Plane Surface(40) = {39};
Line Loop(41) = {36, -38, 18};
Plane Surface(42) = {41};
Line Loop(43) = {32, -31, -28, 36, -37, -34, 15, -4};
Plane Surface(44) = {43};
Line Loop(45) = {30, -32, -1, -13, 35, 37, -38, 27};
Plane Surface(46) = {45};
Line Loop(47) = {34, -35, -12};
Plane Surface(48) = {47};
Line Loop(49) = {5, -4, -1};

Ruled Surface(51) = {49};
Line Loop(52) = {15, -5, -13, -12};
Ruled Surface(53) = {52};
Line Loop(54) = {24, -28, -18, 27};
Ruled Surface(55) = {54};
Surface Loop(56) = {40, 44, 46, 51, 53, 48, 42, 55};
Volume(57) = {56};
Physical Surface(58) = {51, 53, 48};
Physical Surface(59) = {44};
Physical Surface(60) = {46};
Physical Surface(61) = {55};
Physical Surface(62) = {42};
Physical Surface(63) = {40};
Physical Volume(64) = {57};

Thanks,
TG

I had similar errors. After simplifying everything I could on the model, I realized that the geo and msh file name was too long.

Also try removing blank spaces in the name if any