XMR won't start on custom install

I have a custom installed xibocms 1.8.1 on Windows 2016 server with apache 2.4 and php 5.6.30 that works fine but i can’t seem to get xmr to install correctly. i configured config.json and put it in vendor/bin folder and start it with php xmr.phar but i get the following error.

C:\Apache24\htdocs\vendor\bin>php xmr.phar
[2017-06-13 10:11:33] xmr.INFO: Starting up - listening for CMS on tcp://127.0.0.1:5555. [] []
[2017-06-13 10:11:33] xmr.INFO: Bind to tcp://192.168.72.21:9505 for Publish. [] []
[2017-06-13 10:11:33] xmr.ERROR: stream_select(): cannot represent a stream of type ZMQ_FD as a select()able descriptor [] []
[2017-06-13 10:11:33] xmr.ERROR: #0 [internal function]: exception_error_handler(2, 'stream_select()...', 'phar://C:/Apach...', 255, Array) #1 phar://C:/Apache24/htdocs/vendor/bin/xmr.phar/vendor/react/event-loop/StreamSelectLoop.php(255): stream_select(Array, Array, NULL, 0, 29999973) #2 phar://C:/Apache24/htdocs/vendor/bin/xmr.phar/vendor/react/event-loop/StreamSelectLoop.php(221): React\EventLoop\StreamSelectLoop->streamSelect(Array, Array, 29999973.058701) #3 phar://C:/Apache24/htdocs/vendor/bin/xmr.phar/vendor/react/event-loop/StreamSelectLoop.php(201): React\EventLoop\StreamSelectLoop->waitForStreamActivity(29999973.058701) #4 phar://C:/Apache24/htdocs/vendor/bin/xmr.phar/index.php(111): React\EventLoop\StreamSelectLoop->run() #5 C:\Apache24\htdocs\vendor\bin\xmr.phar(10): require('phar://C:/Apach...') #6 {main} [] []

my config.json is as follow

{
“listenOn”: “tcp://127.0.0.1:5555”,
“pubOn”: [“tcp://192.168.72.21:9505”],
“debug”: true
}

i use the zmq lib from here: PECL :: Package :: zmq 1.1.2 for Windows (x64 thread safe)

Any idea what i’m doing wrong or if i need to configure something to make it work?

Best Regards
Mattias

Could you open Report fault page to make sure the ZeroMQ is correctly installed and enabled? (http://zeromq.org/bindings:php for Windows)

Could you also show us what did you set as private/public xmr address in CMS settings?

do you mean this page?

same settings in xibo as the config file

i tried first to download zmq from there but http://snapshot.zero.mq/ seems to be unavailable so i went with the 1.12 from php.net instead.

May be relevant to you. Perhaps a mix of 64 and 32 bit versions installed or similar?

everything is x64 here, apache, php and zmg … i tried installing the x64 windows installer aswell but i get the same problem. i might have to try the 32 bit version of everything and see if it works better.

Had the same issue until i changed everything to x86 (PHP, Apache and zqm DLL for Windows).