Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

[Bug] Double clicking scripts no longer opens them #15

Closed ThoughtSpinnr closed 6 years ago

ThoughtSpinnr commented 6 years ago

Scripts can no longer be opened through the Aero plugin.

ThoughtSpinnr commented 6 years ago

Seems to be an issue with OpenScript(), as your Create Script plugin doesn't seem to open scripts either.

Sleitnick commented 6 years ago

I can confirm that the plugin:OpenScript() method is not working. It doesn't even throw an error. I have reported this as a Studio Bug and will keep this issue updated regarding any word or fix with the problem.

Sleitnick commented 6 years ago

A simple repro for this:

  1. Create any script in Studio
  2. Select the script
  3. Run the following code:
    print("Opening...")
    PluginManager():CreatePlugin():OpenScript(game.Selection:Get()[1])
    print("Opened?")
ThoughtSpinnr commented 6 years ago

Gave the thread a like on the Devforum. 😄

catgirlinspace commented 6 years ago

There's so many issues with plugins it seems like. Recently I emailed dev relations since I don't have a devforum account about this:

screen shot 2018-07-23 at 3 19 26 pm screen shot 2018-07-23 at 10 46 24 am

ThoughtSpinnr commented 6 years ago

I don't see anything wrong there :thinking:

catgirlinspace commented 6 years ago

In the first image there’s somehow about 15 viewports, and in the second image AGF main widget is black, AGF code widget is fine, and Doc Reader is all glitched and has some of AGF at the bottom.

Sleitnick commented 6 years ago

There has yet to be any official word on this bug. I will update this issue when I hear anything official, or if the next weekly release happens to fix it. I believe that the next release should be between today and Friday.

Sleitnick commented 6 years ago

The release this week did not fix this bug

ThoughtSpinnr commented 6 years ago

This bug seriously cripples the usefulness of the Aero plugin (And the create script plugin), how is this bug not of higher priority!? Really annoying how there's been no word on it either.

Edit: To clarify I'm not blaming you, I'm blaming Roblox for not having a higher priority on such a crippling bug.

Sleitnick commented 6 years ago

@Rocky28447 Yes I'm frustrated about it too. It heavily interrupts my whole development workflow. I will continue bumping the DevForum thread until it gets fixed.

Sleitnick commented 6 years ago

Finally got an official word: "This should be fixed in the next release."

So, this should hopefully be fixed by the weekend. Will continue to keep this updated.

ThoughtSpinnr commented 6 years ago

Awesome! Fingers crossed. :crossed_fingers:

catgirlinspace commented 6 years ago

Now if only they fixed the graphical glitches that seem to get worse and worse for me.

Sleitnick commented 6 years ago

This was finally fixed in tonight's Studio release

catgirlinspace commented 6 years ago

Atleast the plugin is halfway useable now.

ThoughtSpinnr commented 6 years ago

Yep, can confirm! All fixed!

Sleitnick commented 6 years ago

@Dog2puppy Please open up an issue for any bugs or issues that you encounter with the plugin. I want to work to make it much more usable.

catgirlinspace commented 6 years ago

It’s a Roblox issue unfortunately. I’ve reinstalled but it still goes crazy.