Announcement

Collapse
No announcement yet.

Files created inside the hs3 folder on linux .

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Files created inside the hs3 folder on linux .

    Those files are located in /HomeSeer folder. If i remove them... they will come back

    all the files points to ultralog PI. Is is possible to fix that ?,,,it is crashing something in mono? thank you

    Code:
    ,
     {
        "is_managed" : "true",
        "guid" : "3FF1B2B2-4AE3-44C3-9D58-4B2BE3334E02",
        "token" : "0x6000112",
        "native_offset" : "0x0",
        "filename" : "HSPI_ULTRALOG3.exe",
        "sizeofimage" : "0x32000",
        "timestamp" : "0x5aa57ac4",
        "il_offset" : "0x0000d"
      }
    Attached Files

    #2
    pic
    Attached Files

    Comment


      #3
      Please ignore theses if they are not related. But might be.

      Attached Files

      Comment


        #4
        Raised an issue on mono Github. Please tell if i should close it on ther github. Thanks

        https://github.com/mono/mono/issues/15984

        Comment


          #5
          Ultrajones

          Comment


            #6
            Ultrajones Hello, it’s been 14months..

            Comment


              #7
              This is the first I heard of anyone reporting this. Are you running a home built Linux system or a HomeSeer HomeTroller?
              Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

              Comment


                #8
                home built Linux system.

                From memory I think it was coming from HSPI_ULTRALOG3.exe.config

                I did modified the following , can't remember where it was pointing before.

                I think I had the file a couple of time after that but not as frequent as before the change ( + i just poked you on a couple of issues at the same time., so the next mod might just solve this)


                Code:
                 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
                <probing privatePath="bin/HSPI_ULTRALOG3;bin/homeseer"/>
                </assemblyBinding>

                Comment

                Working...
                X