Open Buy-One opened 5 months ago
Hi
This is the error message i get trying to run LuaRT Studio.exe
I downloaded this x64 release https://github.com/samyeyo/LuaRT-Studio/releases/download/v1.6.0-x64/LuaRT-Studio-1.6.0-x64.zip
The relevant lines are
in shellbox.lua local lua54 = require 'state
local lua54 = require 'state
in main.lua dofile("src/editor/"..file..".lua")
dofile("src/editor/"..file..".lua")
Does latest LuaRT Studio 1.8.0 fix this ?
It unfortunately doesn't, The main error message is slightly different.
Hi
This is the error message i get trying to run LuaRT Studio.exe
I downloaded this x64 release https://github.com/samyeyo/LuaRT-Studio/releases/download/v1.6.0-x64/LuaRT-Studio-1.6.0-x64.zip
The relevant lines are
in shellbox.lua
local lua54 = require 'state
in main.lua
dofile("src/editor/"..file..".lua")