Which version of gmsh are you using? The file you provided does not seem to be a valid geo
file for my version (4.12.2).
$ gmsh mesh.geo -2 -o mesh.msh
Info : Running 'gmsh mesh.geo -2 -o mesh.msh' [Gmsh 4.12.2, 1 node, max. 1 thread]
Info : Started on Tue Jul 30 09:20:53 2024
Info : Reading 'mesh.geo'...
Error : 'mesh.geo', line 1: Circle requires 3 points
Error : Unknown curve 1
Error : 'mesh.geo', line 4: Could not add plane surface
Warning : Skipping unknown surface 2 in physical surface 5
Info : Meshing 1D...
Info : Done meshing 1D (Wall 1.489e-05s, CPU 1.6e-05s)
Info : Meshing 2D...
Info : [ 0%] Meshing surface 1 (Plane, Frontal-Delaunay)
Warning : Mesh generation of surface 1 skipped: only 0 nodes on the boundary
Warning : Surface 1 consists of no elements
Info : [ 50%] Meshing surface 3 (Extruded)
Info : Done meshing 2D (Wall 0.000101788s, CPU 9.7e-05s)
Info : 0 nodes 0 elements
Warning : ------------------------------
Warning : Mesh generation error summary
Warning : 2 warnings
Warning : 0 errors
Warning : Check the full log for details
Warning : ------------------------------
Info : Recombining 2D mesh...
Info : Blossom recombination completed (Wall 1.8739e-05s, CPU 1.8e-05s): 0 quads, 0 triangles, 0 invalid quads, 0 quads with Q < 0.1, avg Q = -nan, min Q = 1
Info : Blossom recombination completed (Wall 1.529e-06s, CPU 1e-06s): 0 quads, 0 triangles, 0 invalid quads, 0 quads with Q < 0.1, avg Q = -nan, min Q = 1
Info : Done recombining 2D mesh (Wall 4.3256e-05s, CPU 4.1e-05s)
Warning : Skipping unknown surface 2 in physical surface 5
Info : Done reading 'mesh.geo'
Info : Meshing 1D...
Info : Done meshing 1D (Wall 3.665e-06s, CPU 4e-06s)
Info : Meshing 2D...
Info : [ 0%] Meshing surface 1 (Plane, Frontal-Delaunay)
Warning : Mesh generation of surface 1 skipped: only 0 nodes on the boundary
Warning : Surface 1 consists of no elements
Info : [ 50%] Meshing surface 3 (Extruded)
Info : Done meshing 2D (Wall 2.6817e-05s, CPU 2.5e-05s)
Info : 0 nodes 0 elements
Warning : ------------------------------
Warning : Mesh generation error summary
Warning : 2 warnings
Warning : 0 errors
Warning : Check the full log for details
Warning : ------------------------------
Info : Writing 'mesh.msh'...
Info : Done writing 'mesh.msh'
Info : Stopped on Tue Jul 30 09:20:53 2024 (From start: Wall 0.0534747s, CPU 0.076493s)
$ gmsh mesh.geo -3 -o mesh.msh
Info : Running 'gmsh mesh.geo -3 -o mesh.msh' [Gmsh 4.12.2, 1 node, max. 1 thread]
Info : Started on Tue Jul 30 09:21:34 2024
Info : Reading 'mesh.geo'...
Error : 'mesh.geo', line 1: Circle requires 3 points
Error : Unknown curve 1
Error : 'mesh.geo', line 4: Could not add plane surface
Warning : Skipping unknown surface 2 in physical surface 5
Info : Meshing 1D...
Info : Done meshing 1D (Wall 5.503e-06s, CPU 6e-06s)
Info : Meshing 2D...
Info : [ 0%] Meshing surface 1 (Plane, Frontal-Delaunay)
Warning : Mesh generation of surface 1 skipped: only 0 nodes on the boundary
Warning : Surface 1 consists of no elements
Info : [ 50%] Meshing surface 3 (Extruded)
Info : Done meshing 2D (Wall 4.4268e-05s, CPU 4.2e-05s)
Info : 0 nodes 0 elements
Warning : ------------------------------
Warning : Mesh generation error summary
Warning : 2 warnings
Warning : 0 errors
Warning : Check the full log for details
Warning : ------------------------------
Info : Recombining 2D mesh...
Info : Blossom recombination completed (Wall 1.1907e-05s, CPU 1.1e-05s): 0 quads, 0 triangles, 0 invalid quads, 0 quads with Q < 0.1, avg Q = -nan, min Q = 1
Info : Blossom recombination completed (Wall 6.78e-07s, CPU 1e-06s): 0 quads, 0 triangles, 0 invalid quads, 0 quads with Q < 0.1, avg Q = -nan, min Q = 1
Info : Done recombining 2D mesh (Wall 2.446e-05s, CPU 2.3e-05s)
Warning : Skipping unknown surface 2 in physical surface 5
Info : Done reading 'mesh.geo'
Info : Meshing 1D...
Info : Done meshing 1D (Wall 1.694e-06s, CPU 2e-06s)
Info : Meshing 2D...
Info : [ 0%] Meshing surface 1 (Plane, Frontal-Delaunay)
Warning : Mesh generation of surface 1 skipped: only 0 nodes on the boundary
Warning : Surface 1 consists of no elements
Info : [ 50%] Meshing surface 3 (Extruded)
Info : Done meshing 2D (Wall 1.2938e-05s, CPU 1.2e-05s)
Info : Meshing 3D...
Info : Meshing volume 1 (Extruded)
Error : No elements in volume 1
Info : Done meshing 3D (Wall 3.6784e-05s, CPU 3.5e-05s)
Info : 0 nodes 0 elements
Error : ------------------------------
Error : Mesh generation error summary
Error : 2 warnings
Error : 1 error
Error : Check the full log for details
Error : ------------------------------
Info : Writing 'mesh.msh'...
Info : Done writing 'mesh.msh'
Info : Stopped on Tue Jul 30 09:21:34 2024 (From start: Wall 0.00126867s, CPU 0.078055s)