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

NullPointerExpexction at processing entities #15

Closed danielchim closed 2 years ago

danielchim commented 3 years ago

I am trying to convert a map to obj, but it seems to throw an exception. I have tried to not include entities but it seems will remove all map entities

Map I am trying to convert: https://steamcommunity.com/sharedfiles/filedetails/?id=1908300524 (A danger zone map combines multiple CSGO maps)

Command line: java -Xmx 16GB -jar vmf2obj.jar .\dz_csgoworld_v2_2d.vmf .\export "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\pak01_dir.vpk" -e "[INSERT PATH HERE]\dz_csgoworld_v2_d"

Dylancyclone commented 3 years ago

Hello! If you're still having this issue, could you please post the exact error/stacktrace you're getting. It'll help immensely in trying to narrow down the issue

Dylancyclone commented 2 years ago

Since a lot of issues were fixed with the latest release, and since there has been no activity here, I'm going to close this issue. If you are still having problems please feel free to reopen or create a new issue!