Reddit-Mud / RMUD

A MUD written in C# using the fantastique literary genre, started by redditors.
MIT License
25 stars 8 forks source link

Server updates thread #93

Closed Trevoke closed 9 years ago

Trevoke commented 9 years ago

Server updated. RMUD Veritas IV.

ConstableBrew commented 9 years ago

I was unable to connect to the server.

Trevoke commented 9 years ago

Server is up. DevRW's server is running into issues, so for now we're using rmud.trevoke.net:8669.

On Thu, Oct 16, 2014 at 7:13 PM, Michael Brewer notifications@github.com wrote:

I was unable to connect to the server.

— Reply to this email directly or view it on GitHub https://github.com/Reddit-Mud/RMUD/issues/93#issuecomment-59445354.

ConstableBrew commented 9 years ago

That's what I tried earlier. It told me the port wasn't available or something similar. It's up now.

Trevoke commented 9 years ago

Server updated. Pulled in account code.

Trevoke commented 9 years ago

Server updated.

Trevoke commented 9 years ago

Server updated.

Trevoke commented 9 years ago

:up:

ConstableBrew commented 9 years ago

I am working on a heroku server that will auto deploy when master is updated. I have some problems to work out with the TCP port. I'll update once it is running.

Trevoke commented 9 years ago

Server updated.

Blecki commented 9 years ago

Oh crap. Im going to bet everything broke.

Sent from my HTC One on the Verizon Wireless 4G LTE network

----- Reply message ----- From: "Aldric Giacomoni" notifications@github.com To: "Reddit-Mud/RMUD" RMUD@noreply.github.com Subject: [RMUD] Server updates thread (#93) Date: Mon, Oct 20, 2014 7:03 PM

Server updated.

— Reply to this email directly or view it on GitHub. {"@context":"http://schema.org","@type":"EmailMessage","description":"View this Issue on GitHub","action":{"@type":"ViewAction","url":"https://github.com/Reddit-Mud/RMUD/issues/93#issuecomment-59854299","name":"View Issue"}}

Trevoke commented 9 years ago

Hrm. That seems to be an accurate assessment.

On Mon, Oct 20, 2014 at 7:07 PM, Blecki notifications@github.com wrote:

Oh crap. Im going to bet everything broke.

Sent from my HTC One on the Verizon Wireless 4G LTE network

----- Reply message ----- From: "Aldric Giacomoni" notifications@github.com To: "Reddit-Mud/RMUD" RMUD@noreply.github.com Subject: [RMUD] Server updates thread (#93) Date: Mon, Oct 20, 2014 7:03 PM

Server updated.

— Reply to this email directly or view it on GitHub. {"@context":"http://schema.org","@type":"EmailMessage","description":"View this Issue on GitHub","action":{"@type":"ViewAction","url":" https://github.com/Reddit-Mud/RMUD/issues/93#issuecomment-59854299","name":"View Issue"}}

— Reply to this email directly or view it on GitHub https://github.com/Reddit-Mud/RMUD/issues/93#issuecomment-59854676.

Blecki commented 9 years ago

Yeah what the F.. the output seems to be full of random newlines. I don't see the same behavior running locally; it has it's own set of errors.

Trevoke commented 9 years ago

Okay ... I think it's, again, something about disconnecting the server from the command-line output.

I am now officially arguing for this to be the standard so we catch all those errors.

On Mon, Oct 20, 2014 at 9:07 PM, Blecki notifications@github.com wrote:

Yeah what the F.. the output seems to be full of random newlines. I don't see the same behavior running locally; it has it's own set of errors.

— Reply to this email directly or view it on GitHub https://github.com/Reddit-Mud/RMUD/issues/93#issuecomment-59864918.

Blecki commented 9 years ago

Understood. I'm going to remove the command line input entirely. Understand that for now, there will be no way to stop the server besides killing the process.

Can it handle command line OUTPUT okay, or should that be disabled as well?

Blecki commented 9 years ago

Okay Trevoke, please update again. Please purge your database/account and database/dynamic directories before hand. Also please make sure that database/static/settings.cs from the repo is copied over too.

Trevoke commented 9 years ago

Updated.

Command-line output is fine.

Trevoke commented 9 years ago

Also, I can login and I can move around.

Still can't see any kind of echo.

Blecki commented 9 years ago

Just fixed a big problem. Update again asap.

Trevoke commented 9 years ago

Updated.

Trevoke commented 9 years ago

Server updated. I finally see text input again. Sweet, sweet text.

Trevoke commented 9 years ago

Server updated: Moneta I.

Trevoke commented 9 years ago

Server updated.

Trevoke commented 9 years ago

Server updated.

Build: RMUD Moneta 1.0.5409.14116
Commit: 0fa7ef4
Trevoke commented 9 years ago

Server updated.

Build: RMUD Moneta 1.0.5410.13671
Commit: 713475c
Trevoke commented 9 years ago

Server updated.

Bulk compilation failed again, still those wolfID warnings.

Build: RMUD Moneta 1.0.5416.35816
Commit: 8cf07be
Blecki commented 9 years ago

It's reporting failure because of the warning but is actually succeeding.

Trevoke commented 9 years ago

Yeah; I remember we had a conversation about it. I still haven't figured out how to tell mono that a warning isn't an error.

On Thu, Oct 30, 2014 at 8:47 PM, Blecki notifications@github.com wrote:

It's reporting failure because of the warning but is actually succeeding.

— Reply to this email directly or view it on GitHub https://github.com/Reddit-Mud/RMUD/issues/93#issuecomment-61196563.

Blecki commented 9 years ago

It shouldn't matter. The Codedom returns a list of error messages; the only way for my code to tell the difference between an error message and a warning message is to parse the string, which I haven't bothered to do. However, if there are errors, the generated assembly is null. If there are warnings, there is still an assembly. So I all I did was go ahead and use the generated assembly even if there are error messages.

At any rate, the 'correct' solution is still to clean up whatever is causing the warning.

Trevoke commented 9 years ago

Server updated.

Build: RMUD Moneta 1.0.5421.14051
Commit: c68beda

The build warnings:

 11/04/14 7:48:32 -- Compiled database/static/settings.cs in 783.242 milliseconds.

Bulk compilation enabled.
11/04/14 7:48:33 -- /tmp/db5e041/2f7691a5.0.cs(694,13) : warning CS0219: The variable `wolfID' is assigned but its value is never used

11/04/14 7:48:33 -- 1 errors in /*
/tmp/db5e041/2f7691a5.0.cs(694,13) : warning CS0219: The variable `wolfID' is assigned but its value is never used
Trevoke commented 9 years ago

Server updated

Build: RMUD Moneta 1.0.5422.14500
Commit: e7a2170
Trevoke commented 9 years ago

Server updated

Build: RMUD Moneta 1.0.5435.39973
Commit: 8e2942b
Trevoke commented 9 years ago

I'm going to start using the gitter room to talk about updates. Closing this.