Is There An Error In build.pl?

.=QUACK=.Major.Pain

Valued Member!
Not know coding, thought I would ask the pros.
When using "build chernarus", for just instance 1, I see this:

Code:
C:\Users\Administrator\Downloads\DayZ-Private-master-1.7.5>perl build.pl --world
chernarus --with-killmsgs --with-wrecks --with-invcust --with-carepkgs --instan
ce 1
False [] range ".-\w" in regex; marked by <-- HERE in m/with-([.-\w <-- HERE ]+)
/ at build.pl line 177.
22 File(s) copied
INFO: Creating configuration dayz_1.chernarus
26 File(s) copied
INFO: RCon password will be set to d03de345
INFO: Merging Reality code into official server
24 File(s) copied
Merging changes for package ./pkg/killmsgs
Merging changes for package ./pkg/wrecks
3 File(s) copied
Merging changes for package ./pkg/invcust
1 File(s) copied
Merging changes for package ./pkg/carepkgs
3 File(s) copied
INFO: Creating dayz_server.pbo
cpbo v2.12 by Kegetys <http://www.kegetys.net>
Creating ./tmp/dayz_server
26 files
prefix: z\addons\dayz_server
file 0/26: ./tmp/dayz_server\compile\fnc_carePkgs.sqf (6 KB)
file 1/26: ./tmp/dayz_server\compile\fnc_plyrHit.sqf (0 KB)
file 2/26: ./tmp/dayz_server\compile\fnc_wrecks.sqf (5 KB)
file 3/26: ./tmp/dayz_server\compile\server_deleteObj.sqf (0 KB)
file 4/26: ./tmp/dayz_server\compile\server_onPlayerConnect.sqf (0 KB)
file 5/26: ./tmp/dayz_server\compile\server_onPlayerDisconnect.sqf (1 KB)
file 6/26: ./tmp/dayz_server\compile\server_playerDied.sqf (2 KB)
file 7/26: ./tmp/dayz_server\compile\server_playerLogin.sqf (4 KB)
file 8/26: ./tmp/dayz_server\compile\server_playerSetup.sqf (7 KB)
file 9/26: ./tmp/dayz_server\compile\server_playerStat.sqf (0 KB)
file 10/26: ./tmp/dayz_server\compile\server_playerSync.sqf (7 KB)
file 11/26: ./tmp/dayz_server\compile\server_publishObject.sqf (0 KB)
file 12/26: ./tmp/dayz_server\compile\server_routinePlayerCheck.sqf (0 KB)
file 13/26: ./tmp/dayz_server\compile\server_spawnCrashSite.sqf (4 KB)
file 14/26: ./tmp/dayz_server\compile\server_townDeZombify.sqf (0 KB)
file 15/26: ./tmp/dayz_server\compile\server_townZombify.sqf (1 KB)
file 16/26: ./tmp/dayz_server\compile\server_updateNearbyObjects.sqf (0 KB)
file 17/26: ./tmp/dayz_server\compile\server_updateObject.sqf (4 KB)
file 18/26: ./tmp/dayz_server\compile\server_updatePlayer.sqf (0 KB)
file 19/26: ./tmp/dayz_server\compile\zombie_findOwner.sqf (0 KB)
file 20/26: ./tmp/dayz_server\config.cpp (0 KB)
file 21/26: ./tmp/dayz_server\init\publicEH_server.sqf (1 KB)
file 22/26: ./tmp/dayz_server\init\server_functions.sqf (6 KB)
file 23/26: ./tmp/dayz_server\system\server_cleanup.fsm (15 KB)
file 24/26: ./tmp/dayz_server\system\server_monitor.sqf (5 KB)
file 25/26: ./tmp/dayz_server\system\s_fps.sqf (0 KB)
Done.
3 File(s) copied
Merging changes for package ./mission/killmsgs
INFO: Creating dayz_1.chernarus.pbo
cpbo v2.12 by Kegetys <http://www.kegetys.net>
Creating ./tmp/mission_tmp
3 files
file 0/3: ./tmp/mission_tmp\description.ext (2 KB)
file 1/3: ./tmp/mission_tmp\init.sqf (1 KB)
file 2/3: ./tmp/mission_tmp\mission.sqm (35 KB)
Done.
INFO: Build completed successfully!
 
C:\Users\Administrator\Downloads\DayZ-Private-master-1.7.5>pause
Press any key to continue . . .

Is this an error? Issue with build.pl?

Code:
False [] range ".-\w" in regex; marked by <-- HERE in m/with-([.-\w <-- HERE ]+)
/ at build.pl line 177.
 
Not know coding, thought I would ask the pros.
When using "build chernarus", for just instance 1, I see this:

Code:
Is this an error? Issue with build.pl?
 
[CODE]False [] range ".-\w" in regex; marked by <-- HERE in m/with-([.-\w <-- HERE ]+)
/ at build.pl line 177.


Yeah, I found that earlier, that was a pull request from another dev working on a Lingor map. I have pushed a fix out for that to the repo.
 
Back
Top