rojo-rbx / rbxlx-to-rojo

Tool to one time convert Roblox places to Rojo projects
Mozilla Public License 2.0
175 stars 35 forks source link

Error when trying to process place. #62

Open rater193 opened 2 years ago

rater193 commented 2 years ago

Here is the stacktrace from the command line:

[2022-07-27T01:44:09Z INFO  rbxlx_to_rojo] Select the path to put your Rojo project in.
[2022-07-27T01:44:12Z INFO  rbxlx_to_rojo] Starting processing, please wait a bit...
thread 'main' panicked at 'can't create file "ServerScriptService\\FrameworkServer\\Controllers\\HoverboardController\\Delete this when confirmed working\\Hover\\init.client.lua": Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }', src\filesystem.rs:90:21
stack backtrace:
   0:     0x7ff7b7cfd1ae - <unknown>
   1:     0x7ff7b7d1290b - <unknown>
   2:     0x7ff7b7cfa0a8 - <unknown>
   3:     0x7ff7b7cffdbd - <unknown>
   4:     0x7ff7b7cff889 - <unknown>
   5:     0x7ff7b7d00670 - <unknown>
   6:     0x7ff7b7d001a1 - <unknown>
   7:     0x7ff7b7cfdb3f - <unknown>
   8:     0x7ff7b7d000f9 - <unknown>
   9:     0x7ff7b7d000ac - <unknown>
  10:     0x7ff7b7b64bdd - <unknown>
  11:     0x7ff7b7b64673 - <unknown>
  12:     0x7ff7b7a8e032 - <unknown>
  13:     0x7ff7b7b68cd4 - <unknown>
  14:     0x7ff7b7b68d4a - <unknown>
  15:     0x7ff7b7b68d4a - <unknown>
  16:     0x7ff7b7b68d4a - <unknown>
  17:     0x7ff7b7b68d4a - <unknown>
  18:     0x7ff7b7b68d4a - <unknown>
  19:     0x7ff7b7b692dd - <unknown>
  20:     0x7ff7b7a9980f - <unknown>
  21:     0x7ff7b7aa2ca6 - <unknown>
  22:     0x7ff7b7a93e3c - <unknown>
  23:     0x7ff7b7d00807 - <unknown>
  24:     0x7ff7b7a9a2d7 - <unknown>
  25:     0x7ff7b7d1b460 - <unknown>
  26:     0x7ffdce3d7034 - BaseThreadInitThunk
  27:     0x7ffdcfe62651 - RtlUserThreadStart

Here is the rbxlx-to-rojo.log

Starting processing, please wait a bit...



How to replicate:

\<UNABLE TO REPLICATE>

I am working on a project that I am using ROJO to help debug the errors. They have 2 places, 1 live place, and 1 development place. When I try to use this with the "Live" place, it gives the error, but when I use it with the "Development" place, it works without issues. I would love to use this program to help diagnose the code, and it is a really coinvent tool to use. Any help would be greatly appreciated.

Things I've tried:

I am open to suggestions on new things to try!