ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
224 stars 26 forks source link

Packing Failed #96

Closed Mattmad1234 closed 4 years ago

Mattmad1234 commented 4 years ago

Hello all! Im having a packing error causing my map not to make the proper bsp file. I am new to map making so I could just be missing something, but so far I have yet to find a fix.

During the final stages of compiling and packing I receive this error using V027.

Reading BSP... Initializing pak file... Writing file list... Running bspzip... Copying packed bsp to vmf folder... FAILED - Could not find F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\maps\rp_mercury_sw.bsp

This Error happens every time I try and pack any map using CompilePal. The resulting file that this creates is rp_mercury_sw.bsp.unpacked

Here is an uploaded debug log for all the information.

debug.log

Exactol commented 4 years ago

Can you try the latest prerelease and see if this error still happens?

On Jan 12, 2020, at 3:43 PM, Mattmad1234 notifications@github.com wrote:

 Hello all! Im having a packing error causing my map not to make the proper bsp file. I am new to map making so I could just be missing something, but so far I have yet to find a fix.

During the final stages of compiling and packing I receive this error using V027.

Reading BSP... Initializing pak file... Writing file list... Running bspzip... Copying packed bsp to vmf folder... FAILED - Could not find F:\SteamLibrary\steamapps\common\GarrysMod\garrysmod\maps\rp_mercury_sw.bsp

This Error happens every time I try and pack any map using CompilePal. The resulting file that this creates is rp_mercury_sw.bsp.unpacked

Here is an uploaded debug log for all the information.

debug.log

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

worMatty commented 4 years ago

Could be caused by having the VMF in the game’s maps dir. It’s trying to copy the map onto itself.

Exactol commented 4 years ago

This should be fixed in https://github.com/ruarai/CompilePal/releases/tag/v027.10