Hello Guest it is March 28, 2024, 12:18:04 PM

Author Topic: Zero Brane wont run  (Read 663 times)

0 Members and 1 Guest are viewing this topic.

Offline Calum

*
  •  45 45
    • View Profile
Zero Brane wont run
« on: May 10, 2021, 11:01:08 PM »
When I try to debug a Lua script I get the following message-

Program starting as '"C:\Mach4Hobby\ZeroBraneStudio\bin\lua53.exe" -e "io.stdout:setvbuf('no')" "C:\Users\ADMINI~1\AppData\Local\Temp\.8AE.tmp"'.
Program 'lua53.exe' started in 'C:\Mach4Hobby\ZeroBraneStudio\myprograms' (pid: 2528).
C:\Mach4Hobby\ZeroBraneStudio\bin\lua53.exe: error loading module 'machipc' from file 'C:\Mach4Hobby\Modules/machipc.dll':
   The specified module could not be found.


stack traceback:
   [C]: in ?
   [C]: in function 'require'
   C:\Users\ADMINI~1\AppData\Local\Temp\.8AE.tmp:1: in main chunk
   [C]: in ?
Program completed in 0.06 seconds (pid: 2528).

I've tried reloading Mach4 and Zero Brane but still get same error! Does anyone have and idea what could be wrong?

Calum

Offline smurph

*
  • *
  •  1,544 1,544
  • "That there... that's an RV."
    • View Profile
Re: Zero Brane wont run
« Reply #1 on: May 12, 2021, 07:15:00 PM »
What build are you running?  Did you upgrade from an earlier build?  It may be a LUA version mismatch.  It is finding the module DLL, but the DLL is failing to load.  Which usually means some dependency isn't satisfied.  And the only dependency machipc.dll has is Mach itself and LUA. 

Steve