Lathander Posted June 10, 2020 Posted June 10, 2020 I am not getting line numbers reporting while running the server on a linux machine. Stack: Â at Intersect.Server.Core.ServerConsole.ThreadStart () [0x002da] in <6726b5c1129f4435b7ae0d82b74adc8f>:0Â Â Anyone know how to get lines back in there?
0 Cheshire Posted June 10, 2020 Posted June 10, 2020 If I recall, Mono requires an additional flag for it to run items in debug mode properly. (Although I've had varying levels of success with this and have had to COMPILE it in debug mode with Mono before as well). Â https://www.mono-project.com/docs/debug+profile/debug/
0 jcsnider Posted June 10, 2020 Posted June 10, 2020 Gotta use the pdb2mdb command to create a mdb file for Mono.  It is ran like pdb2mdb "Intersect Server.exe" I believe.  Then you gotta run mono in debug mode which is just adding the -debug flag and it should work if I recall correctly.Â
Question
Lathander
I am not getting line numbers reporting while running the server on a linux machine.
Stack: Â at Intersect.Server.Core.ServerConsole.ThreadStart () [0x002da] in <6726b5c1129f4435b7ae0d82b74adc8f>:0Â
Â
Anyone know how to get lines back in there?
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now