Vibe-D Installation on Ubuntu x86 20.04

Daniel Kozak kozzi11 at gmail.com
Sat Nov 21 22:49:48 UTC 2020


On Sat, Nov 21, 2020 at 11:20 PM Selim Ozel via Digitalmars-d <
digitalmars-d at puremagic.com> wrote:

> ...
> I have a follow up on this and I didn't want to create another
> topic for it. The simple hello world app I build with vibe-d does
> not seem to work on the second compile+execution. It throws a
> failed to listen on port/address error on console. I think it is
> the same error as in [1]. Although the commit in [2] hasn't
> seemed to fixed it for me. I appreciate any pointers.
>
> I was also thinking about writing a tutorial about deployment on
> EC2 Ubuntu 20.04. Does anyone think that would be helpful?
>
> Best,
> Selim
>
> [1]
>
> https://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/thread/3480/
> [2]
>
> https://github.com/vibe-d/vibe.d/commit/2fb92b7baac15d70e719c697c19521ca99aac71c


This is a known issue,  you have to set VibeHighEventPriority version for
eg if you are using dub with json format add:

"versions": ["VibeHighEventPriority"]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20201121/612e5a37/attachment.htm>


More information about the Digitalmars-d mailing list