You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2021. It is now read-only.
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 downloaded from release 16, 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