WilliamVenner / SQLWorkbench

🖥️ An in-game Garry's Mod SQLite & MySQL database interface
https://steamcommunity.com/sharedfiles/filedetails/?id=1712956238
MIT License
33 stars 4 forks source link

Errors after opening the menu #3

Closed Nexeonenn closed 4 years ago

Nexeonenn commented 4 years ago

Couldn't include file 'sqlworkbench\ace\ace.js.1.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 520)) Couldn't include file 'sqlworkbench\ace\ace.js.2.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 520)) Couldn't include file 'sqlworkbench\ace\ext-language_tools.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 521)) Couldn't include file 'sqlworkbench\ace\theme-monokai.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 522)) Couldn't include file 'sqlworkbench\ace\mode-mysql.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 523)) Couldn't include file 'sqlworkbench\ace\mode-sql.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 524)) Couldn't include file 'sqlworkbench\ace\snippets\mysql.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 525)) Couldn't include file 'sqlworkbench\ace\snippets\sql.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 526)) Couldn't include file 'sqlworkbench\ace\sql-formatter.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 527))

[ERROR] addons/sqlworkbench/lua/sqlworkbench/menu.lua:592: attempt to concatenate a nil value

  1. CreateConnection - addons/sqlworkbench/lua/sqlworkbench/menu.lua:592
    1. func - addons/sqlworkbench/lua/sqlworkbench/menu.lua:1113
    2. unknown - lua/includes/extensions/net.lua:32

Player [2][Nexeonenn] ERR: Couldn't include file 'sqlworkbench\ace\ace.js.1.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 520)) Player [2][Nexeonenn] ERR: Couldn't include file 'sqlworkbench\ace\ace.js.2.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 520)) Player [2][Nexeonenn] ERR: Couldn't include file 'sqlworkbench\ace\ext-language_tools.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 521)) Player [2][Nexeonenn] ERR: Couldn't include file 'sqlworkbench\ace\theme-monokai.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 522)) Player [2][Nexeonenn] ERR: Couldn't include file 'sqlworkbench\ace\mode-mysql.js.lua' (File not found) (@addons/sqlworkbench/lua/sqlworkbench/menu.lua (line 523))

Nexeonenn commented 4 years ago

SQLite is not working. image image

WilliamVenner commented 4 years ago

Can't reproduce this, it seems to work fine for me.

theepicsaxguy commented 4 years ago

Experiencing the same issue here.

tominal commented 4 years ago

Thought this would be cute to try but I got the same errors as everyone else. Something is wrong with the GetAceScript function's include which I didn't care much for. If you butcher the menu and remove all of the Ace.c9.io code it works just fine.

Cool script!

WilliamVenner commented 4 years ago

Just tested again, it appears to all be working fine for me :(

tominal commented 4 years ago

Are you putting it in addons or in the main directory? I could be fucking this up lol

WilliamVenner commented 4 years ago

addons

SebastianL-NT commented 4 years ago

obraz

Any idea? On client I have subscribed it from workshop and on server it is in addons folder.

LokiPan commented 4 years ago

Same issue here @WilliamVenner can you give details of how your server is set up? Beta branch? Windows or Linux, etc..?

LokiPan commented 4 years ago

Thought this would be cute to try but I got the same errors as everyone else. Something is wrong with the GetAceScript function's include which I didn't care much for. If you butcher the menu and remove all of the Ace.c9.io code it works just fine.

Cool script!

I tried removing a bunch of the ace related stuff. Tried many times with various edits but cannot get it to work Would you please post with which lines you removed?

ceifa commented 4 years ago

Same here. Server running on linux x64.