Common Compiling Problem :(

Help me?

By Ayo Ionic 3 years ago

So, a texture test map i've been making has not been compiling. Do you know how I could fix this? I heard it has something to do with a batch file, but idk.

The log:

** Executing... ** Command: "c:\program files\steam\steamapps\foreseer5\sourcesdk\bin\ep1\bin\vbsp.exe" ** Parameters: -game "c:\program files\steam\steamapps\foreseer5\counter-strike source\cstrike" "C:\Program Files\Steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a"

Valve Software - vbsp.exe (Dec 11 2006) 2 threads materialPath: c:\program files\steam\steamapps\foreseer5\counter-strike source\cstrike\materials Loading C:\Program Files\Steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a.vmf Error: displacement found on a(n) func_brush entity - not supported

** Executing... ** Command: "c:\program files\steam\steamapps\foreseer5\sourcesdk\bin\ep1\bin\vvis.exe" ** Parameters: -game "c:\program files\steam\steamapps\foreseer5\counter-strike source\cstrike" "C:\Program Files\Steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a"

Valve Software - vvis.exe (Nov 8 2007) 2 threads reading c:\program files\steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a.bsp Error opening c:\program files\steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a.bsp

** Executing... ** Command: "c:\program files\steam\steamapps\foreseer5\sourcesdk\bin\ep1\bin\vrad.exe" ** Parameters: -game "c:\program files\steam\steamapps\foreseer5\counter-strike source\cstrike" "C:\Program Files\Steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a"

Valve Software - vrad.exe SSE (Nov 8 2007) ----- Radiosity Simulator ---- 2 threads [Reading texlights from 'lights.rad'] [51 texlights parsed from 'lights.rad']

Loading c:\program files\steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a.bsp Error opening c:\program files\steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a.bsp

** Executing... ** Command: Copy File ** Parameters: "C:\Program Files\Steam\steamapps\foreseer5\sourcesdkcontent\cstrike\mapsrc\projqualitytest01a.bsp" "c:\program files\steam\steamapps\foreseer5\counter-strike source\cstrike\maps\proj_qualitytest01a.bsp"

The command failed. Windows reported the error: "The system cannot find the file specified."

Please help. :)

3 posts 237 views

Replies

    • P3: Peasant
      Points: 8,018
    • E2: Guide
      EF: 28
    • C2: Ripe Member
    • A5: Veteran
      Account Age: 4 years
    Fibbs
    Error: displacement found on a(n) func_brush entity - not supported

    You can't tie displacements to entities.

    • P1: Beggar
      Points: 377
    • C1: Member
    • A5: Veteran
      Account Age: 4 years

    Holy crap! I didn't see that!

    EDIT: Still not working. lol

    Nobody gets out alive.
    • P3: Peasant
      Points: 8,018
    • E2: Guide
      EF: 28
    • C2: Ripe Member
    • A5: Veteran
      Account Age: 4 years
    Fibbs

    Either you have more displacements tied to entities or you have another problem. New compile log?