Page 1 of 1

Need help, dream maker not compiling

Posted: Fri Feb 05, 2016 4:26 am
by Tars
loading tgstation.dme
loading interface\skin.dmf
code\__HELPERS\text.dm:180:error: replacetext: invalid proc name: reserved word
code\__HELPERS\text.dm:183:error: replacetextEx: invalid proc name: reserved word
code\game\objects\items\weapons\melee\energy.dm:185:error: throw: invalid proc name: reserved word
code\modules\mob\mob_grab.dm:45:error: throw: invalid proc name: reserved word
code\controllers\supply_shuttle.dm:683:error: replacetext: expected 3 to 5 arguments (found 1)
code\controllers\supply_shuttle.dm:493:error: replacetext: expected 3 to 5 arguments (found 1)
tgstation.dmb - 6 errors, 0 warnings (2/5/16 1:50 pm)

Re: Need help, dream maker not compiling

Posted: Fri Feb 05, 2016 4:37 am
by neersighted
You're running code that is compatible with 509 on 510. Please update to the latest master, which is capable of running on both 509 and 510.

Re: Need help, dream maker not compiling

Posted: Fri Feb 05, 2016 5:02 am
by PKPenguin321
this thread could probably be moved to the Coding board

for future reference, questions like these can be asked in the #coderbus IRC.

Re: Need help, dream maker not compiling

Posted: Fri Feb 05, 2016 5:23 am
by Tars
loading tgstation.dme
loading interface\skin.dmf
code\game\machinery\slotmachine.dm:296:error: throw: invalid variable name: reserved word
code\__HELPERS\text.dm:180:error: replacetext: invalid proc name: reserved word
code\__HELPERS\text.dm:183:error: replacetextEx: invalid proc name: reserved word
code\game\objects\items\weapons\melee\energy.dm:185:error: throw: invalid proc name: reserved word
code\modules\mob\mob_grab.dm:49:error: throw: invalid proc name: reserved word
code\controllers\supply_shuttle.dm:691:error: replacetext: expected 3 to 5 arguments (found 1)
code\controllers\supply_shuttle.dm:501:error: replacetext: expected 3 to 5 arguments (found 1)
tgstation.dmb - 7 errors, 0 warnings (2/5/16 3:21 pm)

got an extra error now and that was SP 1.1.0 is that latest?

What am I missing??

Dream maker not compiling 1.1.0

Posted: Fri Feb 05, 2016 5:26 am
by Tars
loading tgstation.dme
loading interface\skin.dmf
code\game\machinery\slotmachine.dm:296:error: throw: invalid variable name: reserved word
code\__HELPERS\text.dm:180:error: replacetext: invalid proc name: reserved word
code\__HELPERS\text.dm:183:error: replacetextEx: invalid proc name: reserved word
code\game\objects\items\weapons\melee\energy.dm:185:error: throw: invalid proc name: reserved word
code\modules\mob\mob_grab.dm:49:error: throw: invalid proc name: reserved word
code\controllers\supply_shuttle.dm:691:error: replacetext: expected 3 to 5 arguments (found 1)
code\controllers\supply_shuttle.dm:501:error: replacetext: expected 3 to 5 arguments (found 1)
tgstation.dmb - 7 errors, 0 warnings (2/5/16 3:21 pm)

Am I missing some kind of important step?

Re: Need help, dream maker not compiling

Posted: Fri Feb 05, 2016 6:27 am
by Tars
Tried baystations code too and got this

loading baystation12.dme
loading interface\skin.dmf
code\__HELPERS\text.dm:178:error: replacetext: invalid proc name: reserved word
code\__HELPERS\text.dm:181:error: replacetextEx: invalid proc name: reserved word
code\game\machinery\computer\supply.dm:315:error: replacetext: expected 3 to 5 arguments (found 1)
code\game\machinery\computer\supply.dm:111:error: replacetext: expected 3 to 5 arguments (found 1)
baystation12.dmb - 4 errors, 0 warnings (2/5/16 4:26 pm)

I am wunning windows 7 64bit ultimate on virtual box

Re: Dream maker not compiling 1.1.0

Posted: Fri Feb 05, 2016 6:28 am
by Tars
Tried baystations code too and got this

loading baystation12.dme
loading interface\skin.dmf
code\__HELPERS\text.dm:178:error: replacetext: invalid proc name: reserved word
code\__HELPERS\text.dm:181:error: replacetextEx: invalid proc name: reserved word
code\game\machinery\computer\supply.dm:315:error: replacetext: expected 3 to 5 arguments (found 1)
code\game\machinery\computer\supply.dm:111:error: replacetext: expected 3 to 5 arguments (found 1)
baystation12.dmb - 4 errors, 0 warnings (2/5/16 4:26 pm)

I am wunning windows 7 64bit ultimate on virtual box

Re: Need help, dream maker not compiling

Posted: Fri Feb 05, 2016 6:40 am
by PKPenguin321
Take it to coderbus you goober

Also try updating byond

Re: Dream maker not compiling 1.1.0

Posted: Fri Feb 05, 2016 6:47 am
by oranges
Tars wrote:loading tgstation.dme
loading interface\skin.dmf
code\game\machinery\slotmachine.dm:296:error: throw: invalid variable name: reserved word
code\__HELPERS\text.dm:180:error: replacetext: invalid proc name: reserved word
code\__HELPERS\text.dm:183:error: replacetextEx: invalid proc name: reserved word
code\game\objects\items\weapons\melee\energy.dm:185:error: throw: invalid proc name: reserved word
code\modules\mob\mob_grab.dm:49:error: throw: invalid proc name: reserved word
code\controllers\supply_shuttle.dm:691:error: replacetext: expected 3 to 5 arguments (found 1)
code\controllers\supply_shuttle.dm:501:error: replacetext: expected 3 to 5 arguments (found 1)
tgstation.dmb - 7 errors, 0 warnings (2/5/16 3:21 pm)

Am I missing some kind of important step?
Yes, download master and not the tagged release, it's way way to old.
https://github.com/tgstation/-tg-statio ... master.zip

Also our 510 support just got merged, don't think bay12 is ready for 510 byond yet, so if you want to compile their shiz you'll need byond 509.

Re: Need help, dream maker not compiling

Posted: Fri Feb 05, 2016 6:51 am
by Tars
already taken it there and i updated byond to beta maybe that whys?

Re: Dream maker not compiling 1.1.0

Posted: Fri Feb 05, 2016 6:55 am
by oranges
our codebase literally only just had 510 support merged, so unless you got the code from master 3 hours ago, you're going to have those issues.

Get the latest codebase and try again.

Re: Dream maker not compiling 1.1.0

Posted: Fri Feb 05, 2016 7:17 am
by Tars
Thanks dude that worked!