Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.
This repository was archived by the owner on May 3, 2021. It is now read-only.

Set PSMoveService Server address in PSMoveFreepieBridge #1

@Peng180

Description

@Peng180

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

Any help would be appreciated. @HipsterSloth

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions