-
Posts
4290 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Events
Blogs
Everything posted by knopflerbruce
-
We don't block every score with missing subtests, no need to if it's OBVIOUS that it's valid. In your case you're 15% ahead of the other guy, at the same clocks - and without subtests we can't see what's going on, and then we have no choice but to remove the result. If the one without subtests was the 148xx one, then it probably wouldn't be blocked. I don't know about the disable post processing stuff as I'm more of a 2D guy, but if you're doing that your score will be blocked again, with or without subtests...
-
REV4 up and running! Questions, suggestions, feedback goes in here
knopflerbruce replied to Massman's topic in HWBOT Rev.4
yeah, saw that when I submitted some GPU scores - unlocked cores in a Nehalem? wtf:D -
it's still a 465 even if the BIOS is changed and flashed to a different card. Nothing unfair at all, anyone can flash to a 470 BIOS, no?
-
We don't separate by cores, you see only one model of Athlon II 630 for example, even though they come with both Propus and Deneb cores:) Plus, based on the batch this is a Deneb one:D
-
REV4 up and running! Questions, suggestions, feedback goes in here
knopflerbruce replied to Massman's topic in HWBOT Rev.4
Bug: if you want to submit a score and use the auto-fill feature without selecting a benchmark first, you get this: We could blame this on you but it's most likely our crappy coding skills. You could try again or nudge our developpers for fixing this. Details: java.lang.NullPointerException Stack trace: org.hwbot.facade.ApplicationFacadeImpl.getApplicationById(ApplicationFacadeImpl.java:260) org.hwbot.facade.ApplicationFacadeImpl$$FastClassByCGLIB$$fdd347f6.invoke(<generated>) net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:688) org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) org.hwbot.aop.JamonAspect.cacheMethod(JamonAspect.java:22) sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80) org.hwbot.aop.AbstractCacheAspect.getCachedObject(AbstractCacheAspect.java:39) org.hwbot.aop.CacheMethodAspect.cacheMethod(CacheMethodAspect.java:20) sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621) org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610) org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65) org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89) org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:621) org.hwbot.facade.ApplicationFacadeImpl$$EnhancerByCGLIB$$3eb435d6.getApplicationById(<generated>) org.hwbot.web.actions.SubmitController.initSubmitByPreviousSubmission(SubmitController.java:795) sun.reflect.GeneratedMethodAccessor1198.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:597) org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176) org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:426) org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414) org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790) org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719) org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644) org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630) org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436) org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374) org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302) org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:195) org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:159) org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141) org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90) org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.hwbot.web.filter.LocaleFilter.doFilter(LocaleFilter.java:155) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.hwbot.web.filter.CookieFilter.doFilter(CookieFilter.java:174) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767) org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697) org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) java.lang.Thread.run(Thread.java:619) -
REV4 up and running! Questions, suggestions, feedback goes in here
knopflerbruce replied to Massman's topic in HWBOT Rev.4
I get this when I try to mark a score as "checked by a moderator": We could blame this on you but it's most likely our crappy coding skills. You could try again or nudge our developpers for fixing this. Details: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'reportForm' on field 'content': rejected value []; codes [size.reportForm.content,Size.content,Size.java.lang.String,Size]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [reportForm.content,content]; arguments []; default message [content],2147483647,3]; default message [Please provide a motivation.] Stack trace: org.springframework.web.bind.annotation.support.HandlerMethodInvoker.doBind(HandlerMethodInvoker.java:810) org.springframework.web.bind.annotation.support.HandlerMethodInvoker.resolveHandlerArguments(HandlerMethodInvoker.java:359) org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:171) org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:426) org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:414) org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790) org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719) org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644) org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:560) javax.servlet.http.HttpServlet.service(HttpServlet.java:710) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630) org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436) org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374) org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302) org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:195) org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:159) org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141) org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90) org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:417) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.hwbot.web.filter.LocaleFilter.doFilter(LocaleFilter.java:155) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.hwbot.web.filter.CookieFilter.doFilter(CookieFilter.java:174) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767) org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697) org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) java.lang.Thread.run(Thread.java:619) -
[BUGS] hwbot: Revision 4 up and running!
knopflerbruce replied to Christian Ney's topic in HWBOT Rev.4
Bug: "Nvidia GeForce 8800 GTX Info: * Socket: PCIe * Popularity: 12798 submissions * Discuss: discuss * Most popular motherboards using this videocard: Infinity NF4X, LANparty UT nF3 250Gb, K8N-E Deluxe, GA-K8NS, MS-7135" Ridiculous list of cards, the nf3 one doesn't even have a pcie slot... -
The official HWBOT OC Challenge July 2011 thread.
knopflerbruce replied to Massman's topic in HWBOT Competitions
Yeah, I think most use them because they can, not because of the "insane advantage". -
The official HWBOT OC Challenge July 2011 thread.
knopflerbruce replied to Massman's topic in HWBOT Competitions
I guess the problem is that the older tests are influenced by the CPU anyway on the newer cards, especially in SLI. A good SB won't be too bad, or what? -
The official HWBOT OC Challenge July 2011 thread.
knopflerbruce replied to Massman's topic in HWBOT Competitions
I don't think GT is that relevant for the geforce 6 or 7 stages. A decent SB is more than enough. Maybe the other 3, though? -
pro - Core i7 2600K @ 5600MHz - 43116 marks PCMark 2005
knopflerbruce replied to topdog's topic in Result Discussions
With my limited knowledge I can't tell if this score is real or not, but how are we supposed to moderate this benchmark? Not even the hardcore guys who ran this bench a million times agree on what's a reasonable score in the different subtests and what's not:o I don't know what's the best thing to do with this benchmark, but if 12k transparent and 32 pages/s is considered OK, then it means that anyone who can post similar scores probably did it in a way that's accepted by us. The only way we can figure out if an illegal tweak was used is to look at the numbers in the screenshots. 12k is 12k for everyone, if we accept it as a legit result, then it means that people who cheat (browser change?) and get 12k won't get punished. On the other hand, removing a fair score is kinda not a good idea either. This benchmark is messed up! -
PCMark05 Transparent Windows Score
knopflerbruce replied to Christian Ney's topic in Benchmark software
I made a similar thread, didnt see this one Persoanlly, I feel that we should say "anything goes" or remove at least globals from this benchmark, it seems like veryone has their own opinion on how the benchmark works, and a LOT of the scores are all over the place when you look at subtests. -
REV4 up and running! Questions, suggestions, feedback goes in here
knopflerbruce replied to Massman's topic in HWBOT Rev.4
Rev 3 had a shitload of bugs, after this lsat fix I feel it's better than rev 3 -
My AMD FX (Bulldozer) Adventure ...
knopflerbruce replied to OBR's topic in General hardware discussion
Looking good! Waiting for more numbers -
404 not found
-
Idea about submission speed
knopflerbruce replied to K404's topic in HWBOT Development: bugs, features and suggestions
Well, if you do this in competitions you'll more or less get NO submissions during the last two days, and then a shitload near the end. Is that what we want? I still don't see why backups are so bad... we all know that it's an advantage to know what score you have to beat, but shouldn't we rather reward people who push their systems to their limits instead of calling it a day once they've got the top spot by a small margin? The way it is now you kinda have to push hard even after you've got a record as there is a risk of someone posting backups a little later. -
Idea about submission speed
knopflerbruce replied to K404's topic in HWBOT Development: bugs, features and suggestions
Is this really that much of a problem?