mustyoshiTop 50 PosterJoin Date: 2007-12-27 Post Count: 41651 |
Please :(
It took me nearly two hours to clean nearly 500k log files.
~Monica |
|
NXTBoyJoin Date: 2008-08-25 Post Count: 4533 |
Does the launcher plugin make log files as well? Where? |
|
|
Umq my resoorce control thingy froze for 30 secs when i opened the RbxLogs file (its in your user->AppData->LocalLow or osmething liek that btw)
Apparently its size on disk is 400 mb and theres 100 000 files and what 153 folders
and its size is 100 mb. Whats the difference between size on disk and size? |
|
LocalChumJoin Date: 2011-03-04 Post Count: 6906 |
@radiocat
lieks disk size includes attribootes and acls and stoof |
|
|
Roblox really likes to put a ton of log messages everywhere *points at output* *points at log files*
and ive been using this computer for a month or 2 -.-
my old computer was in use playing roblox for liek 3 yearz i think. That would be liek... moar than 4 gb of log files o.e and about 2 million of em. |
|
GoldenUrgJoin Date: 2009-08-23 Post Count: 6428 |
Why don't you write a little script that cleans those up every night?
|
|
|
Idk little script languages.
And it froze my resource managing thingy. And i cant shut down the pro.. oh wait now it go poof.
Ill just not touch those logs as it doesnt matter if they take 10 gb of my hdd after a year. |
|
SharksieJoin Date: 2009-10-10 Post Count: 30576 |
*deletes roblox logs*
*computer runs as fast as it did when it was brand new*
:O |
|
|
I don't have a RbxLogs file... Is it because I'm on XP?
-[::ƧѡÎḾḠΰῩ::]-
-[::Maker of stuff and Helper of Scripting::]- |
|
|
OMG MY COMPETER RUNS LIKE I JUST GOT IT |
|
mustyoshiTop 50 PosterJoin Date: 2007-12-27 Post Count: 41651 |
Inb4sorcus
~Monica |
|
|
@swimguy
Its in YourUser->AppData->LocalLow->RbxLogs (something liek that)
make sure you can view hidden files, its an option somewhere... |
|
pwnedu46Join Date: 2009-05-23 Post Count: 7534 |
Even if we did, it would only affect the local machine. Not everyone that has Chrome and Studio. |
|
|
@pwn.edu.u/46
I think he means some fancy VB script or something else hacky |
|
TheMyrcoJoin Date: 2011-08-13 Post Count: 15105 |
VB?
THIS IS C#! |
|
bloccoJoin Date: 2008-08-14 Post Count: 29474 |
Here are two hilarious jokes:
RobloxProxy.dll
NpRobloxProxy.dll |
|
|
"Does the launcher plugin make log files as well?"
Why do you think ROBLOX makes a plugin? Just to make other browsers than Internet Explorer able to launch ROBLOX? No. It's a spyware. Don't tell me you didn't guess that.
I disabled it, anyways. |
|
|
Oh, btw, just change the permissions of the RbxLogs folder and the logs folder so that ROBLOX can't create any file.
That way, no more files will be created. That's what I did and it works perfectly. |
|
bloccoJoin Date: 2008-08-14 Post Count: 29474 |
no, roblox made a plugin to launch stuff from chrome
i would know because that's what NPRobloxProxy.dll does |
|
|
"no, roblox made a plugin to launch stuff from chrome
i would know because that's what NPRobloxProxy.dll does"
That plugin also exists with Mozilla Firefox, not only Google Chrome.
And why would it need to make over 123 067 log files (authentical, I often clean my logs and that's exactly the ammount of logs I had just now. Now, I don't get anymore logs because I stopped ROBLOX from making logs)? |
|
mustyoshiTop 50 PosterJoin Date: 2007-12-27 Post Count: 41651 |
@julien
How does one do that?
~Monica |
|
|
Stopping ROBLOX from making logs? Well, edit permissions of the logs folders so that nobody can create files. Then, ROBLOX will be unable to create log files.
It's really simple, and it works really well. I didn't see a single log file in these folders since I applied this method. |
|
mustyoshiTop 50 PosterJoin Date: 2007-12-27 Post Count: 41651 |
Thanks :D
~Monica |
|
|
Just use this - and set it to run every day in task scheduler with the NoQuestion argument
@echo off
if /i {%1}=={NoQuestion} (goto :Yes)
SET /P ANSWER=Clear all temporary files? (Y/N)?
if /i {%ANSWER%}=={y} (goto :Yes)
goto :No
:Yes
if /i {%1}!==!{NoQuestion} (echo Clearing all temporary files.)
del /q /s /f %temp%
del /q /s /f %windir%\Temp
del /q /s /f %userprofile%\AppData\LocalLow\RbxLogs
del /q /s /f %userprofile%\AppData\Local\Roblox\logs
if /i {%1}!==!{NoQuestion} (echo Cleared temporary files & pause)
:No
exit /b 0 |
|
CombradJoin Date: 2009-07-18 Post Count: 11025 |
Yeah, its working great for me. |
|