Author Topic: KeyValues Error: RecursiveLoadFromBuffer  (Read 9879 times)

0 Members and 1 Guest are viewing this topic.

Offline krooks

  • Sr. Member
  • ****
  • Posts: 382
  • Karma: 32
  • I don't like video games.
    • Diamond Krooks
KeyValues Error: RecursiveLoadFromBuffer
« on: June 07, 2011, 10:50:33 PM »
[img=http://s4.postimage.org/1inc6ipwk/Screen_shot_2011_06_07_at_10_11_29_PM.jpg]

Hey I've been getting this error, and I think it's really adding to my server's loading time. Any ideas on what to do here?

It looks like it refers to one of my addon props.
« Last Edit: June 08, 2011, 11:48:55 AM by krooks »
My TTT server. Join the fun!

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: KeyValues Error: RecursiveLoadFromBuffer
« Reply #1 on: June 08, 2011, 04:08:54 AM »
One of your prop's configs is bad..
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: KeyValues Error: RecursiveLoadFromBuffer
« Reply #2 on: June 08, 2011, 01:47:49 PM »
Guess which one.
:D
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline krooks

  • Sr. Member
  • ****
  • Posts: 382
  • Karma: 32
  • I don't like video games.
    • Diamond Krooks
Re: KeyValues Error: RecursiveLoadFromBuffer
« Reply #3 on: June 08, 2011, 03:23:51 PM »
I didn't know each prop had it's own config, hmm. Whats the extension on those?
I looked at my addons and found another wich used the same exact props, so I have deleted all the props out of one, we'll see if it fixes anything when I get the chance to restart. I'm thinking maybe the same props were conflicting or something.
My TTT server. Join the fun!

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: KeyValues Error: RecursiveLoadFromBuffer
« Reply #4 on: June 08, 2011, 04:46:41 PM »
.vtx
.mdl
.phy
If I remember correctly, it's the .vtx files that are basically just text files that set up texture/lighting information for the model.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline krooks

  • Sr. Member
  • ****
  • Posts: 382
  • Karma: 32
  • I don't like video games.
    • Diamond Krooks
Re: KeyValues Error: RecursiveLoadFromBuffer
« Reply #5 on: June 08, 2011, 08:42:25 PM »
Sweet thanks I'll check those out.
Hmm, this makes me wonder if editing a vtx could also solve the issue of certain models crashing osx users
My TTT server. Join the fun!

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: KeyValues Error: RecursiveLoadFromBuffer
« Reply #6 on: June 08, 2011, 09:04:30 PM »
Possibly. Check the ones you know for odd formatting, case sensitivity, etc.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline krooks

  • Sr. Member
  • ****
  • Posts: 382
  • Karma: 32
  • I don't like video games.
    • Diamond Krooks
Re: KeyValues Error: RecursiveLoadFromBuffer
« Reply #7 on: June 12, 2011, 10:58:27 PM »
Alright, removing the duplicate props didn't work,  and all of the files (.vtx .mdl .phy) have odd characters.
I ended up removing the whole addon, its a fun one, but not when it makes the server unstable.
My TTT server. Join the fun!