• Print

Author Topic: ULib 2.1 and ULX 3.20 do not work in Gmod 2007 Beta  (Read 12 times)

0 Members and 1 Guest are viewing this topic.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
ULib 2.1 and ULX 3.20 do not work in Gmod 2007 Beta
« on: November 27, 2007, 11:27:03 am »
ULX 3.20/ULib 2.10 won't start in GM2007 beta.
This is from both single player, and listen server startup.
From what I can tell of the FacePunch threads, it seems that most people who have made stuff for the beta actually get files dropped into the various folders, so its quite possible Garry doesn't have addons working yet.
Reviewing folder structure after game startup, there is no /data, no /lua/modules, or server.ini added to /cfg.

Code: [Select]
Lua initialized (Lua 5.1)
ERROR! Module 'ulib' not found!
ULib/init.lua:6: attempt to call field 'pluginLoaded' (a nil value)
Registering gamemode 'sandbox' derived from 'base'
ScriptEnforce: gamemodes/sandbox/clientscripts.txt wasn't found. This gamemode is unprotected.
Executing listen server config file
Executing listen server config file
Precache of sprites/redglow1 ambigious (no extension specified)
exec: couldn't exec listenserver.cfg
exec: couldn't exec listenserver.cfg
InitFastCopy: only 48% fast props. Bug?
Lua initialized (Lua 5.1)
Registering gamemode 'sandbox' derived from 'base'
Sending 267 'User Info' ConVars to server (cl_spewuserinfoconvars to see)
Precache of sprites/redglow1 ambigious (no extension specified)
Redownloading all lightmaps
] ulx who
Unknown command: ulx
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULib 2.1 and ULX 3.20 do not work in Gmod 2007 Beta
« Reply #1 on: November 27, 2007, 11:59:00 am »
Are you sure the .dll is properly installed? It appears it just isn't reading the dll.
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULib 2.1 and ULX 3.20 do not work in Gmod 2007 Beta
« Reply #2 on: November 27, 2007, 12:10:30 pm »
Installed as in 'its in the \addons\ulib\lua\modules folder?'.. yes. its there.
Sure, I could manually copy it to \lua\modules, but, why then have an addon folder?
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULib 2.1 and ULX 3.20 do not work in Gmod 2007 Beta
« Reply #3 on: November 27, 2007, 12:53:37 pm »
HAHAHAHAHA!
We have a bug in our 3.2 installer.
In its Ulib install, it places gm_ulib.dll in \lua\modules instead of \lua\includes\modules. This would prevent it from running in Gmod10 I'm pretty sure too.
I'll post this to bugtraq
I modified the addons\ulib\lua\modules, moved it to addons\ulib\lua\includes .. this seems to have at least let ULib and ULX run.
Been tinkering in SP, will try Listen server over next few days.
The fact both load is a good sign.
In SP, though:
Code: [Select]
[UCL] Access set.
This server is running ULib version 2.10.
Redownloading all lightmaps
ULX version 3.20 loaded.
] ulx who
] ulx who
] ulx help

No console response.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

  • Print