Closed cwidisgroup closed 7 months ago
Something looks for VRTSetup.ver. We hsould get rid of the code (or create the file).
VRTSetup.ver
FileNotFoundException: Could not find file "C:\Users\vrtogether\Desktop\Social VR Demos\VR2Gather-Cake-20230509\VRTsetup.ver" at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <4a4789deb75f446a81a24a1a00bdd3f9>:0 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <4a4789deb75f446a81a24a1a00bdd3f9>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions) at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in <4a4789deb75f446a81a24a1a00bdd3f9>:0 at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x00007] in <4a4789deb75f446a81a24a1a00bdd3f9>:0 at System.IO.StreamReader..ctor (System.String path) [0x00000] in <4a4789deb75f446a81a24a1a00bdd3f9>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string) at VRT.Pilots.LoginManager.VersionLog.ReadVersion (System.String path) [0x00000] in <a7bfed3699c04b87a147be9ed6e780d4>:0 at VRT.Pilots.LoginManager.VersionLog.Awake () [0x00000] in <a7bfed3699c04b87a147be9ed6e780d4>:0
I think VersionLog.cs can go. We should get versions of things in a different way.
VersionLog.cs
Handle this with #129
Something looks for
VRTSetup.ver
. We hsould get rid of the code (or create the file).