• [resource.AddFile] Error
    10 replies, posted
During server startup i get this: [resource.AddFile] File models\madjawa\laser_reflector.ani didn't exist! [resource.AddFile] File models\madjawa\laser_reflector.jpg didn't exist! [resource.AddFile] File models\madjawa\laser_reflector.ani didn't exist! [resource.AddFile] File models\madjawa\laser_reflector.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\torus3.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\torus3.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\prism.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\prism.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\cone.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\cone.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\torus2.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\torus2.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\torus.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\torus.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\icosphere3.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\icosphere3.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\cylinder.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\cylinder.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\sphere.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\sphere.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\cube.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\cube.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\icosphere2.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\icosphere2.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\pyramid.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\pyramid.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\icosphere.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\icosphere.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\sphere3.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\sphere3.jpg didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\sphere2.ani didn't exist! [resource.AddFile] File models\ZeikJT\Holograms\sphere2.jpg didn't exist! It really slows down the startup of the server.
I get the same thing, really for me it is an annoyance rather then a problem, i don't like to have console spam. However I looked into the sub-directories or my addons (~/lua/autorun) and can not find these resources. I do know that most of this is caused by wiremod and the first 4 in your list are caused by Laser Stool. I'll keep on try to find out why this console spam comes up... Edit: ok removing these lines from (addons/lazerstool/lua/entities/gmod_laser_reflector/init.lua) will fix some of the serveer console spam resource.AddFile( "models/madjawa/laser_reflector.dx80.vtx" ); resource.AddFile( "models/madjawa/laser_reflector.dx90.vtx" ); resource.AddFile( "models/madjawa/laser_reflector.mdl" ); resource.AddFile( "models/madjawa/laser_reflector.phy" ); resource.AddFile( "models/madjawa/laser_reflector.sw.vtx" ); resource.AddFile( "models/madjawa/laser_reflector.vvd" ); resource.AddFile( "materials/VGUI/entities/gmod_laser_reflector.vtf" ); resource.AddFile( "materials/VGUI/entities/gmod_laser_reflector.vmt" ); i still get 2 this about resource.AddFile that i will continue to try to find what is causing it. Edit:2 Ok so also removing these lines resource.AddFile( "models/madjawa/laser_reflector.dx80.vtx" ); resource.AddFile( "models/madjawa/laser_reflector.dx90.vtx" ); resource.AddFile( "models/madjawa/laser_reflector.mdl" ); resource.AddFile( "models/madjawa/laser_reflector.phy" ); resource.AddFile( "models/madjawa/laser_reflector.sw.vtx" ); resource.AddFile( "models/madjawa/laser_reflector.vvd" ); from (~/addons/lazer/lua/entities/gmod_laser_crystal/init.lua) seemed to fix all the problems with the laser stool, I will just have to start up my server adouble check that every thing is functioning probably. It probably will be since the "files don't exist". ;) Now time to diagnose the wiremod problems. Edit:3 Just test laserStool 2 with the new changes and a far as i can tell there are no ill effects, of course i do have laser stool also installed on my client, I'm not sure though that that may be a problem. Edit:4 [url]http://www.wiremod.com/forum/help-support/12834-server-boot-up-errors.html[/url] , Looks like you will have to live with the wire mod errors, I looked and poked around a bunch of lua files but could not find anything like I did in the laser Stool. I'm also not sure if it is worth removing these lines for the laser stool but i like my server console clean.
Do a bug report on the wire bug report site about the holograms. [url]http://www.wiremod.com:8080/[/url]
Well that works. Thanks RESOLVED!! : P
[QUOTE=Stephen304;16726689]Well that works. Thanks RESOLVED!! : P[/QUOTE] What worked? What did you do to fix the wiremod problem? :O I also have it, but I just ignore it. Would be nice to fix it though.
Well, not wiremod, following the instructions above completely fixed teh laser errors and i tested COMPLETELY and it doesnt effect in any way the operation of the laser tool. I even removed it from client and it still worked perfect.
Glad I could help.
[QUOTE=Stephen304;16738257]Well, not wiremod, following the instructions above completely fixed teh laser errors and i tested COMPLETELY and it doesnt effect in any way the operation of the laser tool. I even removed it from client and it still worked perfect.[/QUOTE] It doesn't affect the operation of it, but clients connecting to your server wont be able to download it from the server, and will then get errors. There should be some if server thing in there, if my tiny amount of lua knowledge is correct.
I have no lua knowledge :P, but I can modify lua scripts to suit my purposes just by poking around, just in case someone should try it with there cache cleared and not laser stool on their client. But in wire mod the files appear to never be used by the hologram tool or what not.
What is the file location of you resource.AddFile on your server?
[QUOTE=13hazza;26423165]What is the file location of you resource.AddFile on your server?[/QUOTE] You bumped a thread which is now over a year old.
Sorry, you need to Log In to post a reply to this thread.