ULX

Author Topic: UPS - Ulysses Prop Share  (Read 369700 times)

0 Members and 7 Guests are viewing this topic.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: UPS - Ulysses Prop Share
« Reply #420 on: October 30, 2011, 04:01:14 PM »
Hmm that's odd. What sort of client side addons is this person running?
Experiencing God's grace one day at a time.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: UPS - Ulysses Prop Share
« Reply #421 on: January 01, 2012, 06:44:31 PM »
Updated to fix Garry's file I/O changes.
Experiencing God's grace one day at a time.

Offline Adult

  • Newbie
  • *
  • Posts: 15
  • Karma: 1
Re: UPS - Ulysses Prop Share
« Reply #422 on: October 21, 2012, 01:43:43 PM »
I know this is one of a bump, but will this be ported to GM13?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: UPS - Ulysses Prop Share
« Reply #423 on: October 21, 2012, 02:44:03 PM »
We try to program many of our addon projects on ULib and standard Lua (not Glua).
As you might expect, sometimes we can't avoid using Glua due to game functionality (prop watching, etc)

At this moment, to my knowledge, there are no individual plans to convert any single side project other than ULib and ULX.
It's quite possible as we convert ULib, some of our addons may just start working in the new code.

Once we've released a stable release of ULib and ULX AFTER the official release of the new Gmod, try this again.
If it doesn't work, and you've tried removing all other addons, and are operating in sandbox mode (because we start with only sandbox), then make a report with as much information as you can provide, not just "it doesn't work in GM13".

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

Offline nexbr

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 5
Re: UPS - Ulysses Prop Share
« Reply #424 on: October 25, 2012, 07:40:42 AM »
Any UPS version working with GMod13?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: UPS - Ulysses Prop Share
« Reply #425 on: October 25, 2012, 08:39:15 AM »
Patience. We'll get to this when we can.
Experiencing God's grace one day at a time.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: UPS - Ulysses Prop Share
« Reply #426 on: November 03, 2012, 01:08:12 PM »
SVN link for UPS GM13: https://github.com/Nayruden/Ulysses.git/trunk/ups

Let us know if you have any troubles. If you've got it setup correctly and it seems to be a bug, post it on our bug database: https://github.com/Nayruden/Ulysses/issues
Experiencing God's grace one day at a time.

Offline nexbr

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 5
Re: UPS - Ulysses Prop Share
« Reply #427 on: November 03, 2012, 02:53:25 PM »
Is working cool but:

Code: [Select]

[ERROR] addons/ups/lua/ups/modules/restrict.lua:97: attempt to call method 'IsVa
lid' (a nil value)
  1. fn - addons/ups/lua/ups/modules/restrict.lua:97
   2. unknown - addons/ulib/lua/ulib/shared/hook.lua:168

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: UPS - Ulysses Prop Share
« Reply #428 on: November 03, 2012, 06:30:54 PM »
Not sure if it's been fixed yet, but apparently Garry broke IsValid in one of the recent updates.

Everything is going to be super hectic for the next couple weeks I would imagine while we get all the bugs ironed out of everything. We fix something.. Garry fixes something.. and then something else breaks.. it's a huge HUGE annoying cycle.  :'( :'( :'(

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: UPS - Ulysses Prop Share
« Reply #429 on: November 03, 2012, 08:28:35 PM »
It's not related -- garry just changed the API for the callback, fixed in the latest push.
Experiencing God's grace one day at a time.

Offline nexbr

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 5
Re: UPS - Ulysses Prop Share
« Reply #430 on: November 03, 2012, 09:27:54 PM »
More errors:

Code: [Select]
[ERROR] addons/ups/lua/ups/modules/player_leave.lua:63: attempt to call global
isDedicatedServer' (a nil value)
  1. onTimeToClear - addons/ups/lua/ups/modules/player_leave.lua:63
   2. unknown - addons/ups/lua/ups/modules/player_leave.lua:97

Timer Failed! [Simple][@addons/ups/lua/ups/modules/player_leave.lua (line 97)]

Offline matthall

  • Newbie
  • *
  • Posts: 12
  • Karma: 1
Re: UPS - Ulysses Prop Share
« Reply #431 on: November 04, 2012, 10:41:39 PM »
UPS isn't working properly. It gives this

Code: [Select]
ConVarRef ups_cleartime doesn't point to an existing ConVar
ConVarRef ups_deleteadmin doesn't point to an existing ConVar
ConVarRef ups_deletetime doesn't point to an existing ConVar
ConVarRef ups_disableglobal_use doesn't point to an existing ConVar
ConVarRef ups_disableglobal_unfreeze doesn't point to an existing ConVar
ConVarRef ups_disableglobal_tool doesn't point to an existing ConVar
ConVarRef ups_disableglobal_remove doesn't point to an existing ConVar
ConVarRef ups_disableglobal_physgun doesn't point to an existing ConVar
ConVarRef ups_disableglobal_freeze doesn't point to an existing ConVar
ConVarRef ups_disableglobal_vehicle doesn't point to an existing ConVar
ConVarRef ups_disableglobal_damage doesn't point to an existing ConVar
ConVarRef ups_disableglobal doesn't point to an existing ConVar
ConVarRef ups_disableplayer_use14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_unfreeze14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_tool14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_remove14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_physgun14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_freeze14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_vehicle14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_damage14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer14 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_use13 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_unfreeze13 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_tool13 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_remove13 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_physgun13 doesn't point to an existing ConVar
ConVarRef ups_disableplayer_freeze13 doesn't point to an existing ConVar

And when connecting, you are stuck at Retrieving Server Info.

Once UPS is removed, back to normal

Offline nexbr

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 5
Re: UPS - Ulysses Prop Share
« Reply #432 on: November 05, 2012, 08:37:41 AM »
It IS WORKING ok, just the variables errors like yours, but IS WORKING.

I can say that because i have a server, people play, so its working.

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: UPS - Ulysses Prop Share
« Reply #433 on: November 05, 2012, 10:36:55 AM »
Yah, those errors are normal. I believe they're outside of our control because they occur when gmod is loading stuff with cvars, far before the LUA engine is even loaded. I think it only happens on first join though...

EDIT: But yes, to clarify, those errors aren't what's causing your problems. If UPS isn't working, then there must be another error somewhere that's keeping things from working.
« Last Edit: November 05, 2012, 10:38:32 AM by Stickly Man! »
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline nexbr

  • Jr. Member
  • **
  • Posts: 55
  • Karma: 5
Re: UPS - Ulysses Prop Share
« Reply #434 on: November 05, 2012, 10:55:46 AM »
The UPS Settings on server are not saving, like disable vehicle protection.