Set PSMoveService Server address in PSMoveFreepieBridge

Issue #19 new
Thames created an issue

I'd like to change default server_address in PSMoveFreepieBridge, is there any setting file I could manually set server ip address? I searched in the source code, I found "localhost" in both /PSMoveFreepieBridge/FreepieMoveClient.cpp and /thirdparty/headers/PSMoveService/SharedConstants.h . I changed the value to my server ip address(192.168.1.5), then opened PSMoveFreepieBridge.sln in VS2015 and build the project. The building was successful, after running PSMoveFreepieBridge.exe I got error messages as below.

*Unhandled Exception: System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) at FreepieWriter.FreepieWriter.freepie_io_6dof_write(Int32 index, Int32 length, FreepieData[] data) at FreepieWriter.FreepieWriter.WriteData(FreepieData data, Int32 freepieIndex) in C:\Users\Peng\Documents\GitHub\PSMoveFreepieBridge\FreepieWriter\FreepieWriter.cs:line 50 at FreepieWriterBridge.FreepieWriterBridge.WriteToFreepie(freepie_io_6dof_data data, Int32 freepieIndex) in c:\users\peng\documents\github\psmovefreepiebridge\freepiewriterbridge\freepiewriterbridge.h:line 20 at WriteToFreepie(freepie_io_6dof_data data, Int32 freepieIndex) in c:\users\peng\documents\github\psmovefreepiebridge\freepiewriterbridge\freepiewriterbridge.h:line 28 *

Any help would be appreciated.

Comments (1)

  1. Log in to comment