Marcin Radoszewski

Results 37 comments of Marcin Radoszewski

I've came up here looking for solution, but I see that this is not very active thread. @Horbin-Magician The only solution is to re-run the eventloop when you need it....

This sounds cool. Would `Post` run after server connection is created? So that all the classes are initiated? I understand that to do that know I need to use javaassist...

@Zinvoke I'm using latest stable version and it's ok. With the unstable version I get this error. My config is pretty simple: ```c# #r "C:\apps\workspacer\workspacer.Shared.dll" #r "C:\apps\workspacer\plugins\workspacer.Bar\workspacer.Bar.dll" #r "C:\apps\workspacer\plugins\workspacer.ActionMenu\workspacer.ActionMenu.dll" #r...

DLLs are all in correct places. I don't think it's config related. Maybe it's environment related? Maybe you have something installed that I don't and the DLLs try to use...

To me it's really surprising that it works with one version and not the other. I'll try to fiddle a bit with my config to remove those actions and see...

Okay, I've done some tests and this must be related to my build environment. * If I remove the config file completely, workspacer starts ok * If I create completely...

It looks like the light at the end of the tunnel was just another train approaching ;) I wanted to use phzr but it looks like it's quite unmaintained :(