Dylancyclone / VMF2OBJ

Convert source-engine VMF files into OBJ files with materials (including brushes, displacements, entities, and models)
MIT License
113 stars 6 forks source link

SEVERE: Fatal error: [...] Unterminated object at line 1 column 1554 path $.solids[0].sides[0].null #36

Closed TadzTadz closed 2 years ago

TadzTadz commented 2 years ago

Log:

Starting VMF2OBJ conversion v2.0.0 [1/5] Reading VPK file(s) and custom content... [2/5] Reading geometry... SEVERE: Fatal error: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 1554 path $.solids[0].sides[0].null

Dylancyclone commented 2 years ago

Hi, what map are you trying to decompile?

TadzTadz commented 2 years ago

a .vmf containing a simple world brush

Dylancyclone commented 2 years ago

Is it possible to share the file so that I can reproduce the issue locally to investigate?

TadzTadz commented 2 years ago

I think I just found the source of the problem, .vfm files from Hammer++ cause the error, while files from the standard csgoSDK dont have this problem SEVERE Fatal error.zip