Sabin-DC

Results 11 comments of Sabin-DC

> Was having the same issue in development mode. For me the following approach worked: > > ``` > app.setAsDefaultProtocolClient('customtest', process.execPath, [ > '-r', > 'ts-node/register/transpile-only', > '.', > ]);...

> @Sabin-DC , > > ` if ( process.env.NODE_ENV === 'development' && process.platform === 'win32') { app.setAsDefaultProtocolClient(APP_PROTOCOL, process.execPath, [ '-r', path.resolve(__dirname,'..','..','node_modules','ts-node/register/transpile-only'), path.resolve(__dirname,'..','..'), ]); } else { app.setAsDefaultProtocolClient(APP_PROTOCOL); }` > >...

> @Sabin-DC , yes. It throws that error because "path.resolve(__dirname,'..','..','node_modules','ts-node/register/transpile-only')" is not pointing correctly. Can you try to debug this by looking at your folder paths ? The thing I...

> @Sabin-DC , yes. It throws that error because "path.resolve(__dirname,'..','..','node_modules','ts-node/register/transpile-only')" is not pointing correctly. Can you try to debug this by looking at your folder paths ? The thing I...

Is this still a work in progress? I just had my PC force update and I find myself out of luck today aswell with this

Same issue, this happened to me months ago too and developer had stated their server had gone down when I contact via email. I feel like there has to be...

Just adding my 2 cents that this happens to me aswell. I have to disable in dalamud to not have it instantly refresh my retainers

> Hello @Sabin-DC, > > do you have any idea what the process of the empty icon is? Can you right click on the icon and see a process name?...

> Hello @Sabin-DC , > > sorry for the late answer, I was ill for some days, > > I organized a Win11 notebook and tried out. I can't recreate...

Were you able to resolve this?