Hexcede

Results 17 comments of Hexcede

> Will this keep the same group of players together on the other end? No, it would need to conditionally fall back to `TeleportAsync` when the target place is not...

> Did you take a look at the other PR that attempted to implement this issue? #98 Yep, I have, and I've attempted to resolve the problems that were initially...

I have this exact same issue, exact same problems, and notably the dlls provided above all solve my issue. I am on Kubuntu 20.04 (it's just Ubuntu with a different...

This issue is very likely related to improper dotnet config. For example, `mscoree.dll` is deleted when running `--force dotnet472` as the wiki suggests to do, which of course is required...

I indeed confirmed this is the case. When using a fresh prefix, `CLR.dll` fails to be found by .NET programs like `dnSpy` (e.g. when trying to attach a debugger). After...

> Yes, though it's waiting on this PR: > > [rojo-rbx/rbx-dom#166](https://github.com/rojo-rbx/rbx-dom/pull/166) Someone should definitely work on this now that the PR has been merged into `rbx-dom`. Would love to finally...

@LPGhatguy Experiencing this on Linux, specifically `Kubuntu 21.04`, with Rojo 6.2.0: ``` [ERROR] Rojo crashed! [ERROR] This is probably a Rojo bug. [ERROR] [ERROR] Please consider filing an issue: https://github.com/rojo-rbx/rojo/issues...

By running with RUST_LOG set to trace I was able to produce the following: ![image](https://user-images.githubusercontent.com/8394472/135195062-2fcb8c66-16c0-477d-95b9-f713ebb36bfb.png) I believe the common factor between all of the commands is the line looking like...

> Important to note that Rojo is not officially supported on Linux. I assumed that it was since there are Linux builds in the releases section and such. Is it...

> > Important to note that Rojo is not officially supported on Linux. > > Huh? No, Rojo is definitely officially supported on Linux. It's WSL that I push people...