samyeyo / LuaRT-Studio

Lua 5.4 IDE for Windows with debugger and script to executable compiler
Other
78 stars 12 forks source link

Is the application supported on Windows 7 x64? #26

Open Buy-One opened 5 months ago

Buy-One commented 5 months ago

Hi

This is the error message i get trying to run LuaRT Studio.exe

image

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")

samyeyo commented 5 months ago

Does latest LuaRT Studio 1.8.0 fix this ?

Buy-One commented 5 months ago

Hi

It unfortunately doesn't, The main error message is slightly different.

image