Dylancyclone / VMF2OBJ

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

Severe fatal error #46

Closed Lazymonk1921 closed 1 month ago

Lazymonk1921 commented 1 year ago

When im trying to convert a custom map that i made into obj i get this error

SEVERE: Fatal error: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 1 column 1626 path $.solids[0].sides[0].null

Im using hl2_textures_dir, hl2_pak_dir and hl2_misc_dir vpks.

Any help pls?

Lazymonk1921 commented 1 year ago

Screenshot_1

Here is how this looks

Lazymonk1921 commented 1 year ago

Im using hammer++ could that be the issue?

Lazymonk1921 commented 1 year ago

Hilfe bitte?

VictorMolokanov commented 11 months ago

i give this error awesome.

Dylancyclone commented 5 months ago

Hello! Sorry about the long delay, life reared it's ugly head for a bit.

Is it possible to link the map you're converting? It might be an issue relating to Hammer++, that error leads me to believe the vmf file might be formatted differently

Dylancyclone commented 1 month ago

Hi, I've released an update that fixes the error when trying to decompile any VMF file saved in Hammer++ https://github.com/Dylancyclone/VMF2OBJ/releases/tag/v2.0.1

I'm going to close this as the original issue is fixed, though definitely let me know if you have any other issues!