[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Re: [win10] Server failed to boot, no interesting messages
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] Re: [win10] Server failed to boot, no interesting messages
- From: miguel.negrao-lists@xxxxxxxxxxxxxxxxx
- Date: Thu, 16 May 2019 10:12:02 +0100
- Autocrypt: addr=miguel.negrao-lists@xxxxxxxxxxxxxxxxx; prefer-encrypt=mutual; keydata= mQENBFHmlYABCAC6lEN5sAna5ZmF/I/V7onG2hAwYYzp1jT+kfg2XLotnKC0JDtESyVRZ9KL hiZEJ1rcPWCzcQeTPO+C3bHeGQukAwYQ8JeyyxkoxES0cCZnd+H4mmhUG+FH4Z+vzh3UBJrw 6pJEOAwF2+Awrf+hoLnIESD4zZ4W5rxdBXxP3SPTj2xdrBsE1WO0O9q5KjuPlJy+2HZQfLNY RxeKz3T+AQFSURUkCfHz8tNzuK4SvZ4OpFAHMVo+qqlOJU0SsXgj+l+vCBQHentvHOioQuEz enPUwq64tIq6BCN+I/3xmbIgrIm2HVuZ96+Scec1r3pLBg/TOnQKc/H3lHzrbroLVW/zABEB AAG0Nk1pZ3VlbCBOZWdyw6NvIDxtaWd1ZWwubmVncmFvLWxpc3RzQGZyaWVuZGx5dmlydXMu b3JnPokBOAQTAQIAIgUCUeaVgAIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQ+jpK N897XYPHcgf9HOt+Zj48WWHjjpCt8Z5B4DIpYRmO5YeHqHMg+DFq7rqrtCcWitDbRCkDr/XK SRJZ2zEgPxqSUvc/Kzd4jPiNQT8lVeTg0Jl5YBZQSFLObZPE5kCcKZ7o2C90t95IZrN1ExQ/ iBbJ4L5oYEEzsX2ldHuZZPKOF6LxvIukbPjfXp9SmxmRTfskRm4LkcijRMx7j4nRyyDsDR6I i685JTJghVef6CLZJeOMA/JbcnHisrEaDi2K6OmPzQ3KmPOE3m/6O+DV3xA9XgJW39oWSQ/7 KkQXbeboScg6o6abGFeJRmO60bEl6RU9odDFUsewg+KSLLrVEtSYmMt+6fxFx1yLebkBDQRR 5pWAAQgAq6stFyIBFuLSwqSEs6DldJBE9LSuFCu8kinPcHuBIcQbjbHCW7GBxwj2J6zSU0Ef uO15ydaSWacF9z9QulN0lpv/1OyZtIGQp8+th0gWvYIiir1Lg1yxhfTJqfE5G8/QKyv45lxW 2OG1uG8VgSIoKjueJJbP2p/OIf56OclJ/BoO4yt8/Z/XtPgHf54yG3AWWse6GolR1DMi1Fxb 28l2kXO8XcPJavaCzJ+i8fJWPYA+IKFo0ZkZVs/QvBSL5YOxiNUTJJQPsZnnbNHOVbZvITxO 28FHnfGMGjSNbIpx59bZHAg2v9kiUkC8/IljvVlQock4/XG6kxZUZOriurDQSQARAQABiQEf BBgBAgAJBQJR5pWAAhsMAAoJEPo6SjfPe12D1oIH/35Z6Y1uT1WAkwKLYd96BRwZJ+NBW+zK hH/F2kAn6E4VCWwTMKnMpkmUSAjK3gyhbt4EdGexMZ1sfoYcWJxqsEUZo4D44m5c4TGpO4l7 UarPxqCz7554IYWWyxCJkoKOfmUZqTJHVPDxx+xjc83cL0szQd/7qfQyb+Z2nCnM9lzLnF84 nqiP3alsXM1MC9DJqtw8u/ctu2bqZZWRCkINDytJViQzP7DiztWdQBWVAgtmNSuOapLnyVZ8 yjarMNdRVYwPtZnFasDYVbUV5FA3yWAAV/AhODOlOQBCfiMn+AbGirpwt9uaNeJF8nA3P7xI tygEYt7AdgXnR6wnx0kXgo4=
- In-reply-to: <CAFniQ7U5DdE=ciEXYdtsM78q_KOCHfjLnayZ_MH1TYzZjxsTMg@mail.gmail.com>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Openpgp: preference=signencrypt
- References: <CAFniQ7XcStjXYH2QM3RJf_j8htbSZo5pnjsP6bNetakXjpjtEA@mail.gmail.com> <CAFniQ7U5DdE=ciEXYdtsM78q_KOCHfjLnayZ_MH1TYzZjxsTMg@mail.gmail.com>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1
Hi
So if there is an exit code then the program quit gracefully I assume ?
Looking at source code there doesn't seem to be many places where exit
is used:
./SC_CoreAudio.cpp:1966: //printf("exit input with no data \n");
./SC_CoreAudio.cpp:1988: //printf("exit output with no data \n");
./scsynth_main.cpp:56: " -v print the supercollider version and exit\n"
./scsynth_main.cpp:120: exit(1);
./scsynth_main.cpp:239: exit(0);
./scsynth_main.cpp:294: exit(0);
./scsynth_main.cpp:340: int exitCode = 0;
./scsynth_main.cpp:345: exitCode = 1;
./scsynth_main.cpp:347: return exitCode;
It might be usefull to debug the program at the point of exit to check
where and why it is exiting. Quick google it can be done with gdb:
https://stackoverflow.com/questions/10978496/how-to-use-gdb-to-catch-exit-of-a-program?rq=1
To get gdb onto the windows machine one way is to istall msys2 and then
install mingw toolchain (mingw-w64-x86_64-toolchain). It's actually not
too painfull, check
https://github.com/orlp/dev-on-windows/wiki/Installing-GCC--&-MSYS2.
Not sure if packaged scsynth is built with debug symbols...
Also, when it fails in the IDE, check what output you get when you start
the server manually in the command line.
Best,
Miguel
Às 15:17 de 06/05/19, jamshark70@xxxxxxxxx escreveu:
On Tue, Apr 30, 2019 at 8:05 AM James Harkins <jamshark70@xxxxxxxxx> wrote:
Yesterday, one of them could not boot the server.
- Kill All Servers made no difference.
- Rebooting the machine made no difference.
I don't have the exact output in front of me (I'll try to get to
today), but I'm pretty sure there was nothing -- just "Booting server
'localhost' on address 127.0.0.1:57110" and then "Server failed to
start" or such. No list of audio devices, nothing about loading
plug-ins. Either the server process isn't launching at all, or it goes
down very early.
Updates:
- The problem is sporadic. Today, he could boot the server at around
3pm, but 90 minutes later, he couldn't.
- "Server 'localhost' exited with exit code 1"
- When 'localhost' is unable to boot, Server.internal still works.
Still no idea what to do about it.
hjh
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/
--
Miguel Negrão
http://www.friendlyvirus.org/miguelnegrao
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/