error when trying to open program
Posted: 16 Feb 2021, 07:27
Hi,
I've been tinkering with luemacros for a couple of weeks now and I love it
I've encountered a problem, when I try to open the Windows SnippingTool I get an error
the code before and after works fine:
return an error:
I've tried to open other programs from the same path and all works beside this one
Can you help please?
I've been tinkering with luemacros for a couple of weeks now and I love it
I've encountered a problem, when I try to open the Windows SnippingTool I get an error
the code before and after works fine:
Code: Select all
elseif (button == 101) then lmc_spawn("C:\\Windows\\System32\\SnippingTool.exe")
Code: Select all
2021-02-16 08:19:53:943 [LUA] ERROR: Exception in LUA code: Failed to execute : 2
Can you help please?