kristiker / source1import

Import Source game content into Source 2
MIT License
66 stars 9 forks source link

Windows Executable vs. Map files #49

Closed sentrywasbored closed 1 year ago

sentrywasbored commented 1 year ago

So, the windows binary has been working flawlessly, except for the major exception of trying anything with maps, compiled or otherwise, python dependencies or otherwise. it all ends the same way:

Searching for unimported .vmf files... File "source1import.pyw", line 97, in run File "maps_import.py", line 33, in main File "maps_import.py", line 51, in ImportVMFEntitiesToVMAP File "maps_import.py", line 73, in convert_vmf_entities File "maps_import.py", line 105, in create_fresh_vmap File "shared\datamodel.py", line 802, in load Failed! Something went wrong with the maps_import module! -> ["FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Sentry\\AppData\\Local\\Temp\\_MEI271922\\utils\\shared\\empty.vmap.txt'\n"]

anyone got a fix?

kristiker commented 1 year ago

Thanks! It was a missing file, fixed in latest release.