Re:Upcoming MODS RIGS Changes
2013/11/17 14:37:16
(permalink)
Aether245 I just went ahead and bought 3Dmark off of Steam. Wow, the Firestrike benchmark is intense. I got an average of 8FPS on the combined test with SLI 570's and an 2500K at 4.6GHz. I don't know if I want to upload a score this bad or not...
Yeah...mine was just as bad
<p>MOB: Gigabyte GA-Z87-D3HP CPU: i5 4670 @ 3.4GHz(stock) RAM:G Skill Ripjaws 16GB (2x8) PSU:650W Video Card: EVGA Geforce GTX 760 FTW 4Gb Edition (Stock) with dual display at 1080p </p> <p><img src="http://www.evga.com/badge/rewards/1777400.png" alt="" /><img src="http://www.evga.com/badge/modsrigs/1777400.png" alt="" /></p>
|
Hockeytyme
New Member
- Total Posts : 21
- Reward points : 0
- Joined: 2013/10/25 18:20:14
- Status: offline
- Ribbons : 0

Re:Upcoming MODS RIGS Changes
2013/11/20 09:37:29
(permalink)
I can't seem to find where is I got "MODS RIGS view my system" to show up under my member name when I post.. any help would be appreciated :)
3DMark Firestrike Hall of Fame #6 Overall FLATLINE Quad Titan Build Tried to put a link to the thread but it wont let me :(
|
Hockeytyme
New Member
- Total Posts : 21
- Reward points : 0
- Joined: 2013/10/25 18:20:14
- Status: offline
- Ribbons : 0

Re:Upcoming MODS RIGS Changes
2013/11/20 09:47:40
(permalink)
BloodGod180
Aether245 I just went ahead and bought 3Dmark off of Steam. Wow, the Firestrike benchmark is intense. I got an average of 8FPS on the combined test with SLI 570's and an 2500K at 4.6GHz. I don't know if I want to upload a score this bad or not...
Yeah...mine was just as bad
Make sure you don't have "extreme" box clicked
3DMark Firestrike Hall of Fame #6 Overall FLATLINE Quad Titan Build Tried to put a link to the thread but it wont let me :(
|
Re:Upcoming MODS RIGS Changes
2014/02/24 05:35:52
(permalink)
|
Re:Upcoming MODS RIGS Changes
2014/02/27 05:05:29
(permalink)
Can't wait to get PC back and rebench!
|
Static_FX
Superclocked Member
- Total Posts : 135
- Reward points : 0
- Joined: 2014/03/04 17:04:42
- Location: Rochester, NY
- Status: offline
- Ribbons : 0
Re:Upcoming MODS RIGS Changes
2014/03/04 17:33:52
(permalink)
Just found this forum.. very cool. I ran the 3dmark11.... and pulled a 3311!! hahaha better than 12% of others. oh thats sad... seriously would love to get a $1K pc boost! it needs it! :) Thanks!
|
the1320god68
New Member
- Total Posts : 5
- Reward points : 0
- Joined: 2014/03/19 08:29:38
- Status: offline
- Ribbons : 0

Re:Upcoming MODS RIGS Changes
2014/03/19 08:30:59
(permalink)
Are we just wanting the performance run or extreme?
|
sgtharry
CLASSIFIED Member
- Total Posts : 3928
- Reward points : 0
- Joined: 2006/01/22 06:52:45
- Location: MA.,U.S.A.
- Status: offline
- Ribbons : 7

Re:Upcoming MODS RIGS Changes
2014/03/19 08:52:27
(permalink)
You need to run performance, not extreme. What 3DMark 11 settings are eligible for the $1,000 sponsorship?- 3DMark 11 is to be run at the Performance setting with no adjustments done
- Anti-aliasing and Anisotropic Filtering should be set to “Application Controlled” within the graphics drivers for the best results
What 3DMark Fire Strike settings are eligible for the $1,000 sponsorship?- 3DMark Fire Strike is to be run at the default settings with no adjustments done
- Anti-aliasing and Anisotropic Filtering should be set to “Application Controlled” within the graphics drivers for the best results
post edited by sgtharry - 2014/03/19 08:54:55
|
Re:Upcoming MODS RIGS Changes
2014/03/20 11:46:15
(permalink)
I posted this in Genral section also - I keep getting this error in MODSRIGS site , whenever i try to edit pics. Server Error in '/' Application.
Access to the path 'W:\www\modsrigs\UploadImages\212108\30690\fbc195aed7e2.jpg' is denied.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access to the path 'W:\www\modsrigs\UploadImages\212108\30690\fbc195aed7e2.jpg' is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL: 1. Add a "Debug=true" directive at the top of the file that generated the error. Example: <%@ Page Language="C#" Debug="true" %> or: 2) Add the following section to the configuration file of your application: <configuration> <system.web> <compilation debug="true"/> </system.web> </configuration> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode. Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. Stack Trace:
[UnauthorizedAccessException: Access to the path 'W:\www\modsrigs\UploadImages\212108\30690\fbc195aed7e2.jpg' is denied.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10555843 System.IO.File.Delete(String path) +377 UC_photoUpload.btnDeleteImage(Object sender, EventArgs e) +1708 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
Version Information: Microsoft .NET Framework Version:2.0.50727.5477; ASP.NET Version:2.0.50727.5479
Intel Core i5-6600K SKYLAKE ~ MSI Z170A-G45 gaming board~ EVGA 1080 FTW ACX 3.0~ G.SKILL Ripjaws V series 16 GB DDR4 3200 ~ CORSAIR Vengeance C-70 Military Green case~ EVGA SuperNOVA 750 Platinum2 PSU~ CORSAIR Force GT 240 Gig SSD~ CORSAIR H80i V2 cooler~ Logitech G502 Proteus Core mouse~ CORSAIR K70 mech. keyboard~ HGST NAS -2TB Hd & 4TB Hd.~ Dell UltraSharp U2412M 24" LED @ 1920 X 1200~ Win 10 x64 STEAM
|
Re:Upcoming MODS RIGS Changes
2014/04/16 08:14:08
(permalink)
quadlatte funny how they basicly shut out everyone that does not have a dx11 card, not impressed  
Yeah, exactly. I'm pretty proud of my old tri-SLI 9800 GTX+ rig. http://www.modsrigs.com/detail.aspx?BuildID=21014But now it's not $1k eligible due to only being DX10. Suckage. Is it illegal to throw my 680 in there, get a benchmark, and then swap it back out? Or just not in the proper spirit?
Intel i7 4770K 4.1 GHz | ASUS Z97 PRO | GSKILL 8 GB (2 x 4 GB) DDR3 2166 EVGA GTX 680 SC | CORSAIR Enthusiast Series TX750 V2 750W 80+ PSU Samsung EVO 840 SSD SATA III | Windows 8.1 x64 | WD Black 2 TB (Games & Storage) | Segate 2 TB | BenQ XL240XT 120Hz 3D monitor
|
Re:Upcoming MODS RIGS Changes
2014/04/16 17:20:16
(permalink)
issues with uploads of pics :/ could a EVGA staff delete mine(the pic) and maybe i can start over? closed browser,logged out ,cant get pics to save or delete even when edited outside the tool under 1000x1000 and 2mb in size .Wasted 45 mins now trying to update new build but site is just making me very angry atm.
|
Re:Upcoming MODS RIGS Changes
2014/04/16 20:56:38
(permalink)
issue with FF , http://www.modsrigs.com/detail.aspx?BuildID=33503 brings me to other builds not mine and not with my username as a welcome on top right,works fine in IE .Also issue with uploading pics was fixed using IE. So far its called me 3 different names under the same link used above when i go to edit one of my builds it changes to new name ,even with logging out and back in and closing browser and clearing the cookie
|
rjohnson11
EVGA Forum Moderator
- Total Posts : 56335
- Reward points : 0
- Joined: 2004/10/05 12:44:35
- Location: Europe
- Status: offline
- Ribbons : 52

Re:Upcoming MODS RIGS Changes
2014/04/17 01:34:03
(permalink)
BioHazardSperm issue with FF ,http://www.modsrigs.com/detail.aspx?BuildID=33503 brings me to other builds not mine and not with my username as a welcome on top right,works fine in IE .Also issue with uploading pics was fixed using IE. So far its called me 3 different names under the same link used above when i go to edit one of my builds it changes to new name ,even with logging out and back in and closing browser and clearing the cookie
Did you notify the webmaster?
(Pazmeister: rjohnson.....YOU ARE A LEGEND, problem solved, i am sendning my missus round to you now so she may have your babies!!) , R.I.P Jeffreyham, R.I.P Corsair_Mike, R.I.P Wrinvert, i7 5820K, Corsair H100, Corsair Vengeance LPX 32GB (CMK32GX4M4A2666C16R), EVGA GTX 1080FTW ACX, Corsair AX1200, EVGA X99 Micro2, Samsung Sm961 m.2, One Corsair SSD, Crossover 4K,
|
Re:Upcoming MODS RIGS Changes
2014/04/17 02:57:11
(permalink)
this is/was the 3rd time its happened in the last 3 weeks to me, today that link works fine in FF ,later it may not .
|
Zuhl3156
Omnipotent Enthusiast
- Total Posts : 12157
- Reward points : 0
- Joined: 2010/03/23 12:52:50
- Location: Kidnapped by Gypsies
- Status: offline
- Ribbons : 30

Re:Upcoming MODS RIGS Changes
2014/04/17 07:08:07
(permalink)
BioHazardSperm issue with FF ,http://www.modsrigs.com/detail.aspx?BuildID=33503 brings me to other builds not mine and not with my username as a welcome on top right,works fine in IE .Also issue with uploading pics was fixed using IE. So far its called me 3 different names under the same link used above when i go to edit one of my builds it changes to new name ,even with logging out and back in and closing browser and clearing the cookie
I had the same problem with FF yesterday: http://forums.evga.com/tm.aspx?m=2025094&mpage=13#2149538
|
doorules
CLASSIFIED Member
- Total Posts : 4417
- Reward points : 0
- Joined: 2007/12/18 02:08:14
- Location: Newfoundland
- Status: offline
- Ribbons : 20

Re:Upcoming MODS RIGS Changes
2014/04/25 14:18:17
(permalink)
nice to see mod rigs still sucks big time for trying to change anything, only been months, great work
RIVE BE X79 4930k 2 x EVGA 780 ti SC ACX 16 GB Gskills 2666 2 x Samsung 840 pro 256 gb 1 Samsung EVO 250 GB Dell 30" & 24" Corsiar AX 1200i
|
Zuhl3156
Omnipotent Enthusiast
- Total Posts : 12157
- Reward points : 0
- Joined: 2010/03/23 12:52:50
- Location: Kidnapped by Gypsies
- Status: offline
- Ribbons : 30

Re:Upcoming MODS RIGS Changes
2014/04/25 14:31:10
(permalink)
doorules nice to see mod rigs still sucks big time for trying to change anything, only been months, great work 
I know what you mean. I had to use IE11 to upload pics to my latest build. Currently using Firefox when I clicked your banner, then my banner for the new rig I am building, and now I am stuck on my new rig. The build numbers change when I click different member's banners but the page keeps displaying my second rig. Nevermind. It gets stuck on whatever page I click first. What progress! http://www.modsrigs.com/detail.aspx?BuildID=33795 EDIT: If I enable 'Use hardware acceleration when available' it works normally. I surrender. I installed Chrome but can't get the 'Other bookmarks' folder onto the far right end of the bookmarks bar.
post edited by Zuhl3156 - 2014/04/25 15:10:03
|
doorules
CLASSIFIED Member
- Total Posts : 4417
- Reward points : 0
- Joined: 2007/12/18 02:08:14
- Location: Newfoundland
- Status: offline
- Ribbons : 20

Re:Upcoming MODS RIGS Changes
2014/04/26 03:46:32
(permalink)
It's a total joke. Cant do a dam thing with pics. Tried to delete both rigs and cant even do that, lmao at this junk.
RIVE BE X79 4930k 2 x EVGA 780 ti SC ACX 16 GB Gskills 2666 2 x Samsung 840 pro 256 gb 1 Samsung EVO 250 GB Dell 30" & 24" Corsiar AX 1200i
|
Zuhl3156
Omnipotent Enthusiast
- Total Posts : 12157
- Reward points : 0
- Joined: 2010/03/23 12:52:50
- Location: Kidnapped by Gypsies
- Status: offline
- Ribbons : 30

Re:Upcoming MODS RIGS Changes
2014/04/26 09:47:04
(permalink)
I had to use IE11 to upload pics. Nothing else worked last week. Now I have problems with Google Chrome too. I can only look at one Mod/Rig. After that I get the same page although the build number in the link changes. I seem to be stuck at whatever build I look at first.
|
doorules
CLASSIFIED Member
- Total Posts : 4417
- Reward points : 0
- Joined: 2007/12/18 02:08:14
- Location: Newfoundland
- Status: offline
- Ribbons : 20

Re:Upcoming MODS RIGS Changes
2014/04/26 12:43:53
(permalink)
Yeah, not turning IE back on just to load pics on that lame page bud. Then again I may turn it back on just so I can delete both my rigs.  Obviously they have no one who is capable of fixing it or it would have been done long ago.
RIVE BE X79 4930k 2 x EVGA 780 ti SC ACX 16 GB Gskills 2666 2 x Samsung 840 pro 256 gb 1 Samsung EVO 250 GB Dell 30" & 24" Corsiar AX 1200i
|
Zuhl3156
Omnipotent Enthusiast
- Total Posts : 12157
- Reward points : 0
- Joined: 2010/03/23 12:52:50
- Location: Kidnapped by Gypsies
- Status: offline
- Ribbons : 30

Re:Upcoming MODS RIGS Changes
2014/04/26 14:49:59
(permalink)
Now I get stuck on whatever Rig I look at second. I haven't tried IE11 because I really hate it that much. I have gotten used to Firefox and will remove Chrome shortly. Chrome used to be my favorite browser until they double spaced my Bookmark links in the folders and one of their updates corrupted Windows last April where I couldn't create a New Folder until I fixed the damaged Registry entries. Two days ago the Mods/Rigs links worked because I +1'd around ten builds.
|
Re:Upcoming MODS RIGS Changes
2014/05/07 19:26:29
(permalink)
I can stop hitting my head on the table. I couldn't figure out why I wasn't able to upload any pics to my build. It acted like it did it. Was able to view it. Then when I go to save a pic to a slot. nothing happens.
WIN 10 pro (UEFI) EVGA X79-DARK: 4930k(GTX1080)Acer Z35 Predator-GSYNC EVGA X79-DARK: 4930K(GTX980Hydro)ROG Swift PG278Q-GSYNC EVGA X79-SLI:3930K(GTX980)Acer XB270H-GSYNC G.Skill RipJawsZ 16GB 2133mhz 9-11-10-28 2xOCZ VECTOR SSD:EVO 850pro SSD 3D:SOUND BLASTER Z YouTube RigPics Twitter
|
Ntrain96
FTW Member
- Total Posts : 1014
- Reward points : 0
- Joined: 2014/02/03 06:53:35
- Status: offline
- Ribbons : 4

Re:Upcoming MODS RIGS Changes
2014/05/20 12:59:40
(permalink)
Wow..........we are on a PC FORUM, and you can't properly load up pics.......It wont let me upload any pics for whatever browser is on Windows 8.1 x64 for the default browser.............lol
|
Re:Upcoming MODS RIGS Changes
2014/05/20 13:15:03
(permalink)
Ntrain96 Wow..........we are on a PC FORUM, and you can't properly load up pics.......It wont let me upload any pics for whatever browser is on Windows 8.1 x64 for the default browser.............lol
I can't tell if your trying to help or just being an ass?
WIN 10 pro (UEFI) EVGA X79-DARK: 4930k(GTX1080)Acer Z35 Predator-GSYNC EVGA X79-DARK: 4930K(GTX980Hydro)ROG Swift PG278Q-GSYNC EVGA X79-SLI:3930K(GTX980)Acer XB270H-GSYNC G.Skill RipJawsZ 16GB 2133mhz 9-11-10-28 2xOCZ VECTOR SSD:EVO 850pro SSD 3D:SOUND BLASTER Z YouTube RigPics Twitter
|
Sajin
EVGA Forum Moderator
- Total Posts : 17737
- Reward points : 0
- Joined: 2010/06/07 21:11:51
- Location: 127.0.0.1
- Status: online
- Ribbons : 122

Re:Upcoming MODS RIGS Changes
2014/06/10 11:19:11
(permalink)
|
EVGA_RobB
EVGA Forum Moderator
- Total Posts : 2755
- Reward points : 0
- Joined: 2011/02/28 17:39:41
- Location: Coruscant
- Status: offline
- Ribbons : 4

Re:Upcoming MODS RIGS Changes
2014/06/10 11:20:48
(permalink)
Hi Sajin, Thanks for the heads up. Working on it now. Thanks, Rob
|
Re:Upcoming MODS RIGS Changes
2014/06/10 11:27:36
(permalink)
Sajin Mods Rigs is down.
evga_robb Hi Sajin, Thanks for the heads up. Working on it now. Thanks, Rob
Just letting ya know that others are noticing as well. :)
-=[ MODSRIGS :: FOR-SALE :: HEAT :: EBAY :: EVGA AFFILIATE CODE - HUVCIK9P42 :: TING ]=-
Dell XPS 730X Modified H2C Hybrid TEC Chassis:: ASUS R4BE, 4930k @ 4.8 w/160 Bclk, 16 GB @ 2400:: 2x EVGA GTX TITAN SC @ 1202 / 7200 Mhz:: 3x 24" 120 Hz for 3D Vision Surround (6000x1080 @ 120 Hz)
Dell Precision M4700 :: 4720hq @ 3.6, 16 GB @ 1866, 2x 240 GB SSD, 240 GB mSATA SSD, 15 Hrs battery, tri-monitor 5760x1080
|
EVGA_RobB
EVGA Forum Moderator
- Total Posts : 2755
- Reward points : 0
- Joined: 2011/02/28 17:39:41
- Location: Coruscant
- Status: offline
- Ribbons : 4

Re:Upcoming MODS RIGS Changes
2014/06/10 15:03:34
(permalink)
Issue was resolved earlier, but please email me directly if you see any further problems. rbaca@evga.com. Thanks! Rob
|
stoggy23
New Member
- Total Posts : 4
- Reward points : 0
- Joined: 2010/11/04 09:39:50
- Status: offline
- Ribbons : 0

Re:Upcoming MODS RIGS Changes
2014/06/13 01:14:55
(permalink)
Not that my systems very good but its been almost 9 months since the last winner when will another drawing be done?
|
rjohnson11
EVGA Forum Moderator
- Total Posts : 56335
- Reward points : 0
- Joined: 2004/10/05 12:44:35
- Location: Europe
- Status: offline
- Ribbons : 52

Re:Upcoming MODS RIGS Changes
2014/06/13 01:21:34
(permalink)
stoggy23 Not that my systems very good but its been almost 9 months since the last winner when will another drawing be done?
According to the mods rigs home page only 13 more entries to go before the next drawing
(Pazmeister: rjohnson.....YOU ARE A LEGEND, problem solved, i am sendning my missus round to you now so she may have your babies!!) , R.I.P Jeffreyham, R.I.P Corsair_Mike, R.I.P Wrinvert, i7 5820K, Corsair H100, Corsair Vengeance LPX 32GB (CMK32GX4M4A2666C16R), EVGA GTX 1080FTW ACX, Corsair AX1200, EVGA X99 Micro2, Samsung Sm961 m.2, One Corsair SSD, Crossover 4K,
|