clicketyclackety / Crash

A multi-user implementation of Rhino3d
MIT License
37 stars 5 forks source link

UnauthorizedAccess : Rhino needs to be ran as admin #32

Closed lin-ycv closed 1 year ago

lin-ycv commented 1 year ago

If Rhino is not started as admin, the server won't start

To Reproduce Steps to reproduce the behavior:

  1. launch Rhino normal
  2. StartSharedModel, and fill out info
  3. gets exception and server closes

Expected behavior servers starts up normally

Screenshots image

Version Info (please complete the following information):

Additional context Add any other context about the problem here.

clicketyclackety commented 1 year ago

Thanks for spotting this @lin-ycv, it seems you're using the Yak Package whilst so far we've only debugged locally hence why we haven't seen this 😊.

This line is responsible for this problem https://github.com/clicketyclackety/Crash/blob/5b0a69c3c4df91252cf3545053ac6721ef8ef6c7/Crash.Server/Program.cs#L10-L16

I have started a fix in #34

clicketyclackety commented 1 year ago

Should be fixed with #34. I will create a new release soon