Rendering 3d with Context2d?

 I am programming a 2D engine which for my games using Direct2D. The engine works really great,  but I'm being lazy and tired of drawing sprites. So my Idea was to use 3D models and make them look like 2D with some hlsl effects.
My big problem is the orthogonal camera.  Its really hard to have those 3D models in the correct coordinate. Thats why I thought of just rendering the models directly in the 2D context.
My question is... Is it possible to directly render 3D models directly to the 2D context without rendering them to a bitmap first and then drawing the bitmap to the 2D context... Because that is very slow.

     Hi Caino,
     I have never done what you're trying to do, however I've heard from at least two game developers that have been able to do what you're trying. In a nutshell:
 * They divide the image in individual sections, and then they create a "skeleton" that links all these sections together.
 * They created a shader that computes rotations and translations, and then
 * They just move these bones to create the complex animations they want.
     Call me crazy, but I believe that there is a software that already does that. I'd never use it, but I've heard good things about it.
Tarh ik

Similar Messages

  • IPrint Renderer issue with 1.1

    Hi all.
    I have been running iPrint Appliance 1.0 for a while, and have followed the process to upgrade to 1.1 appliance (side-by-side export/import). This has worked fine.
    I have tried to install the newer renderer software onto our current render box (Win7SP1), which works fine. However, when I try and run the 'iprntrendcmd -c', and hit enter at the prompt, I always get "Failed to configure secure communication channel". I have tried everything I can think of, but cannot get past this.
    From the appliance (:9443) view, when I select Renderers, it tries to find the renderer, fails with..
    com.novell.admin.common.server.rpc.beans.RpcExcept ion: com.google.gwt.user.server.rpc.UnexpectedException : Service method 'public abstract java.util.List com.novell.admin.iprint.client.services.IprintRpcS ervice.getRenderers()' threw an unexpected exception: com.novell.admin.common.datamodel.beans.DataModelE xception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at com.novell.admin.common.server.rpc.utils.RpcUtils. doUnexpectedFailure(RpcUtils.java:28)
    at com.novell.admin.iprint.server.rpc.controllers.Ipr intRpcServiceImpl.doUnexpectedFailure(IprintRpcSer viceImpl.java:52)
    at com.google.gwt.user.server.rpc.AbstractRemoteServi ceServlet.doPost(AbstractRemoteServiceServlet.java :67)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:755)
    at com.novell.admin.iprint.server.rpc.controllers.Ipr intRpcServiceImpl.service(IprintRpcServiceImpl.jav a:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:94)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at org.springframework.web.method.support.InvocableHa ndlerMethod.invoke(InvocableHandlerMethod.java:213 )
    at org.springframework.web.method.support.InvocableHa ndlerMethod.invokeForRequest(InvocableHandlerMetho d.java:126)
    at org.springframework.web.servlet.mvc.method.annotat ion.ServletInvocableHandlerMethod.invokeAndHandle( ServletInvocableHandlerMethod.java:96)
    at org.springframework.web.servlet.mvc.method.annotat ion.RequestMappingHandlerAdapter.invokeHandlerMeth od(RequestMappingHandlerAdapter.java:617)
    at org.springframework.web.servlet.mvc.method.annotat ion.RequestMappingHandlerAdapter.handleInternal(Re questMappingHandlerAdapter.java:578)
    at org.springframework.web.servlet.mvc.method.Abstrac tHandlerMethodAdapter.handle(AbstractHandlerMethod Adapter.java:80)
    at org.springframework.web.servlet.DispatcherServlet. doDispatch(DispatcherServlet.java:923)
    at org.springframework.web.servlet.DispatcherServlet. doService(DispatcherServlet.java:852)
    at org.springframework.web.servlet.FrameworkServlet.p rocessRequest(FrameworkServlet.java:882)
    at org.springframework.web.servlet.FrameworkServlet.d oPost(FrameworkServlet.java:789)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:755)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:848)
    at org.eclipse.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:648)
    at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1336)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 330)
    at org.springframework.security.web.access.intercept. FilterSecurityInterceptor.invoke(FilterSecurityInt erceptor.java:118)
    at org.springframework.security.web.access.intercept. FilterSecurityInterceptor.doFilter(FilterSecurityI nterceptor.java:84)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.access.ExceptionT ranslationFilter.doFilter(ExceptionTranslationFilt er.java:113)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.session.SessionMa nagementFilter.doFilter(SessionManagementFilter.ja va:103)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.authentication.An onymousAuthenticationFilter.doFilter(AnonymousAuth enticationFilter.java:113)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.servletapi.Securi tyContextHolderAwareRequestFilter.doFilter(Securit yContextHolderAwareRequestFilter.java:54)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.savedrequest.Requ estCacheAwareFilter.doFilter(RequestCacheAwareFilt er.java:45)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.authentication.http://www.BasicAuthenticationFilter...lter.java:150)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.authentication.Ab stractAuthenticationProcessingFilter.doFilter(Abst ractAuthenticationProcessingFilter.java:183)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.authentication.lo gout.LogoutFilter.doFilter(LogoutFilter.java:105)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.context.SecurityC ontextPersistenceFilter.doFilter(SecurityContextPe rsistenceFilter.java:87)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.access.channel.Ch annelProcessingFilter.doFilter(ChannelProcessingFi lter.java:144)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.FilterChainProxy. doFilterInternal(FilterChainProxy.java:192)
    at org.springframework.security.web.FilterChainProxy. doFilter(FilterChainProxy.java:160)
    at org.springframework.web.filter.DelegatingFilterPro xy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterPro xy.doFilter(DelegatingFilterProxy.java:259)
    at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1307)
    at org.springframework.web.filter.CharacterEncodingFi lter.doFilterInternal(CharacterEncodingFilter.java :88)
    at org.springframework.web.filter.OncePerRequestFilte r.doFilter(OncePerRequestFilter.java:76)
    at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1307)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle( ServletHandler.java:453)
    at org.eclipse.jetty.server.handler.ScopedHandler.han dle(ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle( SecurityHandler.java:534)
    at org.eclipse.jetty.server.session.SessionHandler.do Handle(SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.do Handle(ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(S ervletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.do Scope(SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.do Scope(ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.han dle(ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCol lection.handle(ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection .handle(HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.ha ndle(HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle(Server.java :365)
    at org.eclipse.jetty.server.AbstractHttpConnection.ha ndleRequest(AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.co ntent(AbstractHttpConnection.java:937)
    at org.eclipse.jetty.server.AbstractHttpConnection$Re questHandler.content(AbstractHttpConnection.java:9 98)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpPa rser.java:856)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(H ttpParser.java:240)
    at org.eclipse.jetty.server.AsyncHttpConnection.handl e(AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SslConnection.handle(SslC onnection.java:196)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.han dle(SelectChannelEndPoint.java:627)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.r un(SelectChannelEndPoint.java:51)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.run Job(QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.r un(QueuedThreadPool.java:543)
    at java.lang.Thread.run(Thread.java:795)
    Caused by: com.google.gwt.user.server.rpc.UnexpectedException : Service method 'public abstract java.util.List com.novell.admin.iprint.client.services.IprintRpcS ervice.getRenderers()' threw an unexpected exception: com.novell.admin.common.datamodel.beans.DataModelE xception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at com.google.gwt.user.server.rpc.RPC.encodeResponseF orFailure(RPC.java:389)
    at com.google.gwt.user.server.rpc.RPC.invokeAndEncode Response(RPC.java:579)
    at com.google.gwt.user.server.rpc.RemoteServiceServle t.processCall(RemoteServiceServlet.java:208)
    at com.google.gwt.user.server.rpc.RemoteServiceServle t.processPost(RemoteServiceServlet.java:248)
    at com.google.gwt.user.server.rpc.AbstractRemoteServi ceServlet.doPost(AbstractRemoteServiceServlet.java :62)
    ... 77 more
    Caused by: com.novell.admin.common.datamodel.beans.DataModelE xception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at com.novell.admin.iprint.datamodel.services.impl.Ip rintMobileServiceCommunicatorImpl.getMobileServerR enderers(IprintMobileServiceCommunicatorImpl.java: 264)
    at com.novell.admin.iprint.datamodel.services.impl.Ip rintManagementServiceImpl.getRenderers(IprintManag ementServiceImpl.java:755)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:94)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at org.springframework.aop.support.AopUtils.invokeJoi npointUsingReflection(AopUtils.java:319)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.invokeJoinpoint(ReflectiveMethodInvocat ion.java:183)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :150)
    at org.springframework.remoting.support.RemoteInvocat ionTraceInterceptor.invoke(RemoteInvocationTraceIn terceptor.java:77)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :172)
    at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:202)
    at com.sun.proxy.$Proxy15.getRenderers(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:94)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at org.springframework.remoting.support.RemoteInvocat ion.invoke(RemoteInvocation.java:205)
    at org.springframework.remoting.support.DefaultRemote InvocationExecutor.invoke(DefaultRemoteInvocationE xecutor.java:38)
    at org.springframework.remoting.support.RemoteInvocat ionBasedExporter.invoke(RemoteInvocationBasedExpor ter.java:78)
    at org.springframework.remoting.rmi.RmiBasedExporter. invoke(RmiBasedExporter.java:73)
    at org.springframework.remoting.rmi.RmiInvocationWrap per.invoke(RmiInvocationWrapper.java:72)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:339)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 89)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 86)
    at java.security.AccessController.doPrivileged(Access Controller.java:366)
    at sun.rmi.transport.Transport.serviceCall(Transport. java:185)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:568)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run0(TCPTransport.java:823)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:682)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1176)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
    at java.lang.Thread.run(Thread.java:795)
    at org.springframework.remoting.support.RemoteInvocat ionUtils.fillInClientStackTraceIfPossible(RemoteIn vocationUtils.java:47)
    at org.springframework.remoting.rmi.RmiClientIntercep tor.doInvoke(RmiClientInterceptor.java:352)
    at org.springframework.remoting.rmi.RmiClientIntercep tor.invoke(RmiClientInterceptor.java:259)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :172)
    at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:202)
    at com.sun.proxy.$Proxy12.getRenderers(Unknown Source)
    at com.novell.admin.iprint.server.rpc.controllers.Ipr intRpcServiceImpl.getRenderers(IprintRpcServiceImp l.java:109)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:94)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at com.google.gwt.user.server.rpc.RPC.invokeAndEncode Response(RPC.java:561)
    ... 80 more
    Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at com.ibm.jsse2.bc.getPeerCertificateChain(bc.java:1 76)
    at com.novell.admin.iprint.datamodel.utils.RendererX5 09HostnameVerifer.verify(RendererX509HostnameVerif er.java:69)
    at org.apache.http.conn.ssl.SSLSocketFactory.connectS ocket(SSLSocketFactory.java:437)
    at org.apache.http.impl.conn.DefaultClientConnectionO perator.openConnection(DefaultClientConnectionOper ator.java:180)
    at org.apache.http.impl.conn.ManagedClientConnectionI mpl.open(ManagedClientConnectionImpl.java:294)
    at org.apache.http.impl.client.DefaultRequestDirector .tryConnect(DefaultRequestDirector.java:644)
    at org.apache.http.impl.client.DefaultRequestDirector .execute(DefaultRequestDirector.java:479)
    at org.apache.http.impl.client.AbstractHttpClient.exe cute(AbstractHttpClient.java:906)
    at org.apache.http.impl.client.AbstractHttpClient.exe cute(AbstractHttpClient.java:805)
    at org.apache.http.impl.client.AbstractHttpClient.exe cute(AbstractHttpClient.java:784)
    at com.novell.admin.iprint.datamodel.services.impl.Ip rintMobileServiceCommunicatorImpl.getMobileServerR enderers(IprintMobileServiceCommunicatorImpl.java: 248)
    ... 127 more
    which appears to be correct, since the correct software hasn't been configured yet.
    Can anyone suggest what to try next? I'd like to get this up and running ..
    Thanks.

    Originally Posted by mickers
    Hi all.
    I have been running iPrint Appliance 1.0 for a while, and have followed the process to upgrade to 1.1 appliance (side-by-side export/import). This has worked fine.
    I have tried to install the newer renderer software onto our current render box (Win7SP1), which works fine. However, when I try and run the 'iprntrendcmd -c', and hit enter at the prompt, I always get "Failed to configure secure communication channel". I have tried everything I can think of, but cannot get past this.
    From the appliance (:9443) view, when I select Renderers, it tries to find the renderer, fails with..
    com.novell.admin.common.server.rpc.beans.RpcExcept ion: com.google.gwt.user.server.rpc.UnexpectedException : Service method 'public abstract java.util.List com.novell.admin.iprint.client.services.IprintRpcS ervice.getRenderers()' threw an unexpected exception: com.novell.admin.common.datamodel.beans.DataModelE xception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at com.novell.admin.common.server.rpc.utils.RpcUtils. doUnexpectedFailure(RpcUtils.java:28)
    at com.novell.admin.iprint.server.rpc.controllers.Ipr intRpcServiceImpl.doUnexpectedFailure(IprintRpcSer viceImpl.java:52)
    at com.google.gwt.user.server.rpc.AbstractRemoteServi ceServlet.doPost(AbstractRemoteServiceServlet.java :67)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:755)
    at com.novell.admin.iprint.server.rpc.controllers.Ipr intRpcServiceImpl.service(IprintRpcServiceImpl.jav a:47)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:94)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at org.springframework.web.method.support.InvocableHa ndlerMethod.invoke(InvocableHandlerMethod.java:213 )
    at org.springframework.web.method.support.InvocableHa ndlerMethod.invokeForRequest(InvocableHandlerMetho d.java:126)
    at org.springframework.web.servlet.mvc.method.annotat ion.ServletInvocableHandlerMethod.invokeAndHandle( ServletInvocableHandlerMethod.java:96)
    at org.springframework.web.servlet.mvc.method.annotat ion.RequestMappingHandlerAdapter.invokeHandlerMeth od(RequestMappingHandlerAdapter.java:617)
    at org.springframework.web.servlet.mvc.method.annotat ion.RequestMappingHandlerAdapter.handleInternal(Re questMappingHandlerAdapter.java:578)
    at org.springframework.web.servlet.mvc.method.Abstrac tHandlerMethodAdapter.handle(AbstractHandlerMethod Adapter.java:80)
    at org.springframework.web.servlet.DispatcherServlet. doDispatch(DispatcherServlet.java:923)
    at org.springframework.web.servlet.DispatcherServlet. doService(DispatcherServlet.java:852)
    at org.springframework.web.servlet.FrameworkServlet.p rocessRequest(FrameworkServlet.java:882)
    at org.springframework.web.servlet.FrameworkServlet.d oPost(FrameworkServlet.java:789)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:755)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:848)
    at org.eclipse.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:648)
    at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1336)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 330)
    at org.springframework.security.web.access.intercept. FilterSecurityInterceptor.invoke(FilterSecurityInt erceptor.java:118)
    at org.springframework.security.web.access.intercept. FilterSecurityInterceptor.doFilter(FilterSecurityI nterceptor.java:84)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.access.ExceptionT ranslationFilter.doFilter(ExceptionTranslationFilt er.java:113)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.session.SessionMa nagementFilter.doFilter(SessionManagementFilter.ja va:103)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.authentication.An onymousAuthenticationFilter.doFilter(AnonymousAuth enticationFilter.java:113)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.servletapi.Securi tyContextHolderAwareRequestFilter.doFilter(Securit yContextHolderAwareRequestFilter.java:54)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.savedrequest.Requ estCacheAwareFilter.doFilter(RequestCacheAwareFilt er.java:45)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.authentication.http://www.BasicAuthenticationFilter...lter.java:150)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.authentication.Ab stractAuthenticationProcessingFilter.doFilter(Abst ractAuthenticationProcessingFilter.java:183)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.authentication.lo gout.LogoutFilter.doFilter(LogoutFilter.java:105)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.context.SecurityC ontextPersistenceFilter.doFilter(SecurityContextPe rsistenceFilter.java:87)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.access.channel.Ch annelProcessingFilter.doFilter(ChannelProcessingFi lter.java:144)
    at org.springframework.security.web.FilterChainProxy$ VirtualFilterChain.doFilter(FilterChainProxy.java: 342)
    at org.springframework.security.web.FilterChainProxy. doFilterInternal(FilterChainProxy.java:192)
    at org.springframework.security.web.FilterChainProxy. doFilter(FilterChainProxy.java:160)
    at org.springframework.web.filter.DelegatingFilterPro xy.invokeDelegate(DelegatingFilterProxy.java:346)
    at org.springframework.web.filter.DelegatingFilterPro xy.doFilter(DelegatingFilterProxy.java:259)
    at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1307)
    at org.springframework.web.filter.CharacterEncodingFi lter.doFilterInternal(CharacterEncodingFilter.java :88)
    at org.springframework.web.filter.OncePerRequestFilte r.doFilter(OncePerRequestFilter.java:76)
    at org.eclipse.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1307)
    at org.eclipse.jetty.servlet.ServletHandler.doHandle( ServletHandler.java:453)
    at org.eclipse.jetty.server.handler.ScopedHandler.han dle(ScopedHandler.java:137)
    at org.eclipse.jetty.security.SecurityHandler.handle( SecurityHandler.java:534)
    at org.eclipse.jetty.server.session.SessionHandler.do Handle(SessionHandler.java:231)
    at org.eclipse.jetty.server.handler.ContextHandler.do Handle(ContextHandler.java:1072)
    at org.eclipse.jetty.servlet.ServletHandler.doScope(S ervletHandler.java:382)
    at org.eclipse.jetty.server.session.SessionHandler.do Scope(SessionHandler.java:193)
    at org.eclipse.jetty.server.handler.ContextHandler.do Scope(ContextHandler.java:1006)
    at org.eclipse.jetty.server.handler.ScopedHandler.han dle(ScopedHandler.java:135)
    at org.eclipse.jetty.server.handler.ContextHandlerCol lection.handle(ContextHandlerCollection.java:255)
    at org.eclipse.jetty.server.handler.HandlerCollection .handle(HandlerCollection.java:154)
    at org.eclipse.jetty.server.handler.HandlerWrapper.ha ndle(HandlerWrapper.java:116)
    at org.eclipse.jetty.server.Server.handle(Server.java :365)
    at org.eclipse.jetty.server.AbstractHttpConnection.ha ndleRequest(AbstractHttpConnection.java:485)
    at org.eclipse.jetty.server.AbstractHttpConnection.co ntent(AbstractHttpConnection.java:937)
    at org.eclipse.jetty.server.AbstractHttpConnection$Re questHandler.content(AbstractHttpConnection.java:9 98)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpPa rser.java:856)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(H ttpParser.java:240)
    at org.eclipse.jetty.server.AsyncHttpConnection.handl e(AsyncHttpConnection.java:82)
    at org.eclipse.jetty.io.nio.SslConnection.handle(SslC onnection.java:196)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.han dle(SelectChannelEndPoint.java:627)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.r un(SelectChannelEndPoint.java:51)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.run Job(QueuedThreadPool.java:608)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.r un(QueuedThreadPool.java:543)
    at java.lang.Thread.run(Thread.java:795)
    Caused by: com.google.gwt.user.server.rpc.UnexpectedException : Service method 'public abstract java.util.List com.novell.admin.iprint.client.services.IprintRpcS ervice.getRenderers()' threw an unexpected exception: com.novell.admin.common.datamodel.beans.DataModelE xception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at com.google.gwt.user.server.rpc.RPC.encodeResponseF orFailure(RPC.java:389)
    at com.google.gwt.user.server.rpc.RPC.invokeAndEncode Response(RPC.java:579)
    at com.google.gwt.user.server.rpc.RemoteServiceServle t.processCall(RemoteServiceServlet.java:208)
    at com.google.gwt.user.server.rpc.RemoteServiceServle t.processPost(RemoteServiceServlet.java:248)
    at com.google.gwt.user.server.rpc.AbstractRemoteServi ceServlet.doPost(AbstractRemoteServiceServlet.java :62)
    ... 77 more
    Caused by: com.novell.admin.common.datamodel.beans.DataModelE xception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at com.novell.admin.iprint.datamodel.services.impl.Ip rintMobileServiceCommunicatorImpl.getMobileServerR enderers(IprintMobileServiceCommunicatorImpl.java: 264)
    at com.novell.admin.iprint.datamodel.services.impl.Ip rintManagementServiceImpl.getRenderers(IprintManag ementServiceImpl.java:755)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:94)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at org.springframework.aop.support.AopUtils.invokeJoi npointUsingReflection(AopUtils.java:319)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.invokeJoinpoint(ReflectiveMethodInvocat ion.java:183)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :150)
    at org.springframework.remoting.support.RemoteInvocat ionTraceInterceptor.invoke(RemoteInvocationTraceIn terceptor.java:77)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :172)
    at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:202)
    at com.sun.proxy.$Proxy15.getRenderers(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:94)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at org.springframework.remoting.support.RemoteInvocat ion.invoke(RemoteInvocation.java:205)
    at org.springframework.remoting.support.DefaultRemote InvocationExecutor.invoke(DefaultRemoteInvocationE xecutor.java:38)
    at org.springframework.remoting.support.RemoteInvocat ionBasedExporter.invoke(RemoteInvocationBasedExpor ter.java:78)
    at org.springframework.remoting.rmi.RmiBasedExporter. invoke(RmiBasedExporter.java:73)
    at org.springframework.remoting.rmi.RmiInvocationWrap per.invoke(RmiInvocationWrapper.java:72)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:339)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 89)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 86)
    at java.security.AccessController.doPrivileged(Access Controller.java:366)
    at sun.rmi.transport.Transport.serviceCall(Transport. java:185)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:568)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run0(TCPTransport.java:823)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:682)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1176)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
    at java.lang.Thread.run(Thread.java:795)
    at org.springframework.remoting.support.RemoteInvocat ionUtils.fillInClientStackTraceIfPossible(RemoteIn vocationUtils.java:47)
    at org.springframework.remoting.rmi.RmiClientIntercep tor.doInvoke(RmiClientInterceptor.java:352)
    at org.springframework.remoting.rmi.RmiClientIntercep tor.invoke(RmiClientInterceptor.java:259)
    at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :172)
    at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:202)
    at com.sun.proxy.$Proxy12.getRenderers(Unknown Source)
    at com.novell.admin.iprint.server.rpc.controllers.Ipr intRpcServiceImpl.getRenderers(IprintRpcServiceImp l.java:109)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:94)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:619)
    at com.google.gwt.user.server.rpc.RPC.invokeAndEncode Response(RPC.java:561)
    ... 80 more
    Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at com.ibm.jsse2.bc.getPeerCertificateChain(bc.java:1 76)
    at com.novell.admin.iprint.datamodel.utils.RendererX5 09HostnameVerifer.verify(RendererX509HostnameVerif er.java:69)
    at org.apache.http.conn.ssl.SSLSocketFactory.connectS ocket(SSLSocketFactory.java:437)
    at org.apache.http.impl.conn.DefaultClientConnectionO perator.openConnection(DefaultClientConnectionOper ator.java:180)
    at org.apache.http.impl.conn.ManagedClientConnectionI mpl.open(ManagedClientConnectionImpl.java:294)
    at org.apache.http.impl.client.DefaultRequestDirector .tryConnect(DefaultRequestDirector.java:644)
    at org.apache.http.impl.client.DefaultRequestDirector .execute(DefaultRequestDirector.java:479)
    at org.apache.http.impl.client.AbstractHttpClient.exe cute(AbstractHttpClient.java:906)
    at org.apache.http.impl.client.AbstractHttpClient.exe cute(AbstractHttpClient.java:805)
    at org.apache.http.impl.client.AbstractHttpClient.exe cute(AbstractHttpClient.java:784)
    at com.novell.admin.iprint.datamodel.services.impl.Ip rintMobileServiceCommunicatorImpl.getMobileServerR enderers(IprintMobileServiceCommunicatorImpl.java: 248)
    ... 127 more
    which appears to be correct, since the correct software hasn't been configured yet.
    Can anyone suggest what to try next? I'd like to get this up and running ..
    Thanks.
    We have the same issue, working with Novell on it... I'll let you know when we find a solution.
    Thomas

  • Report Viewer icon rendering issue with web controls

    Hi,
    I have a sample application in ASP.NET 2.0 in which if I have a report viewer control in an aspx page and when I try to browse the page the report renders properly with all icons image also. But in the same application I am having a web user control that is having the report viewer control and I have added this control on another page. Now if I try to browse this page the report is rendered properly but the icon images are not displayed rather as 'X' is displayed indicating images are missing.
    Thanks
    Kajal

    It sounds like the CrystalReportViewer control does not "agree" with the .NET control you are embedding it in. Can you be more specific with the exact steps to duplicate this issue? It would be helpful to know what controls you are using.
    Viewing the source code will be helpful in your troubleshooting. You'll also want to review your IIS logs to see what error are popping up there. It could be that the gifs are being searched for in another location. You may need to make a copy of the crystalreportviewerxx directory in a new location.
    Regards,
    David

  • Rendering in with an i5 versus i7 processor

    Buying a new Macbook pro next week. Will a i7 processor make much of a difference over an i5 in terms of rendering time or overall performance of Final Cut?

    The benchmarks I've seen comparing the i5 and i7 iMacs (configured with 8GB RAM and the Radeon HD 4850 graphics processor) only showed about a 12-15% better rendering time on the i7 vs the i5 using Compressor or AfterEffects.
    imho, you will get a bigger boost in rendering performance with more RAM and a faster hard drive (7200rpm) than worrying about the incremental differences between the i5 and i7 processors.
    It will be awhile before there are benchmarks available on the MacBookPro models released yesterday.
    One more thing, compared to your PB/G4, ANY new MacBookPro will be wicked fast.

  • Rendering PDF with Windows.Data.Pdf and allowing text selection

    Hi there,
    I need to render a PDF and allow the user to select text on the PDF.
    As I see, Windows.Data.Pdf does not support more than returning an image.
    Even so, how can I achieve my goal? The Windows 8 app "Reader" has this capability but I don't understand how it works.
    BTW: I have tested other renderers but they have rendering issues with some complex PDF content (complex: RTL).
    Thanks,
    Lidan

    Hi Lidan,
    Unfortunately, the built-in PDF feature has not provided select text on the PDF. You can send your request on UserVoice to ask public that API.
    https://wpdev.uservoice.com/forums/110705-dev-platform.
    Looking for a work around, you can use your favor search engine to look some third party library.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When i burned my rendered project with Nero on DVD, the movie suddenly contains a kind of stroboscoop effect

    When i burned my rendered project with Nero on DVD, the movie suddenly contains a kind of stroboscoop effect?? How is this possible?..Playing my project on the pc is not a problem, only when it's burned it suddenly has this kind of stroboscoop effect.
    I hope somebody can help me.
    Best Regards,
    Pascal Theune.

    When you play the DVD on your computer, do you see jumpiness?

  • Is there any diffence in rendering websites with safari for windows and safari for mac os, or are both equal?

    Is there any diffence in rendering websites with safari for windows and safari for mac os, or are both equal?
    So is it necessary to buy a mac to guarantee that a website acts like it should, or is the Safari for Windows enough?

    So is it necessary to buy a mac to guarantee that a website acts like it should, or is the Safari for Windows enough?
    Pages render the same for Mac and Windows in Safari.

  • Premiere rendering text with question mark

    my Premiere rendering text with question mark. it looks fine at first but then it changes. Ow! the text file is a after effects files that I opened up in premiere.

    thats okay i found the problem. it was the text in after effects. the box around the text was to small.

  • Billing user exit to overwrite the service rendered date with billing date

    Hello,
    My client would like to determin the rebate conditions based on billing date. However, the system only uses the service rendered date for rebate determination.
    Therefore, I am trying to overwrite the service rendered date with billing date at the time of billing creation.
    Could you please let me know what user exit I can use?
    I can't user the user exit RV60AFZC because the billing date is not determined when this user exit is running.
    Your help would be appreicated! I will give you good points! Thanks

    Hi Londa,
    Try using one of the following includes for your requirement.
    (a.) rv60afzz
    (b.) rv60afza
    (c.) rv60afzb
    (d.) rv60afzd
    (e.) BAdi SD_CIN_LV60AU02
    or if you are working with ECC 6.0 use the Enancement Spot ES_SAPLV60A available from SE80 by giving package VF and then selecting Enhancements and then expanding Enhancement Spots
    Hope these are helpful to you. Reward accordingly.
    Thanks and Regards,
    Maddineni Bharath.

  • The drop-down menu is not rendered properly with iframe where a pdf is embedded

    I want to embed a pdf in a webpage, where the drop-down menu needs to be displayed on the top of the pdf. I am using iframe to embed the pdf.
    The drop-down menu is not properly rendered (border-radius and box-shadow) in Firefox at http://mysite1.webege.com/test.html.

    *[https://bugzilla.mozilla.org/show_bug.cgi?id=779435 bug 779435] - the drop-down menu is not rendered properly with iframe where a pdf is embedded
    It is usually best to attach a minimal test case to the bug report.<br />
    In that case the code doesn't get lost if the page is removed from the server.

  • Unexpected rendering result with mixed frequency lineGraph

    Hi!
    When I use a mixed frequency lineGraph (ADF Faces Rich Client Component) to show a query returning two columns (timestamp and float), there is a little part of the line, at the right, that is always straight. The marker tooltip shows variable values as expected on the straight part. Is it possible that there is a rendering bug with the component? I can send a printscreen if someone wants to see what happens.
    Martin V.
    Edited by: user2638652 on 2010-01-08 13:56

    Hi!
    When I use a mixed frequency lineGraph (ADF Faces Rich Client Component) to show a query returning two columns (timestamp and float), there is a little part of the line, at the right, that is always straight. The marker tooltip shows variable values as expected on the straight part. Is it possible that there is a rendering bug with the component? I can send a printscreen if someone wants to see what happens.
    Martin V.
    Edited by: user2638652 on 2010-01-08 13:56

  • Strange rendering behavior with AdvancedDataGrid

    I'm getting strange (wrong) rendering behavior with a Flex datagrid... any idea what might be causing this?  It only happened one time for me... but now I'm worried that customers might be seeing this from time to time.
    Take a look:
    http://www.screencast.com/t/ZWMwMzEzMG
      -Josh

    Can you log this issue with your application (or a similar sample file in which it is reproducible) here - http://bugs.adobe.com/flex/
    -Sameer

  • Premiere CC to AME - H.264 nightmare rendering problems with CUDA on rMBP

    I've been struggling for weeks trying to troubleshoot and narrow down my encoding nightmare on my own and I have finally succumbed to getting the forum's or Adobe's Help.
    Problem:
    Rendering a Premiere Pro CC project with via Export Media > Queue to AME in H.264 causes the encode to randomly fail on multiple projects.
    I find it quite amazing that this error happens as I surely am not the only one rendering ProRes to H.264 on a new Macbook Pro!
    Symptom:
    Output preview starts to flicker then encoding stops randomly, preview window turns to a black screen or simply stalls while the Elapsed Time keeps rolling, PProheadless crashes in Console, encoding sometimes resumes after several minutes post the crash (but sometimes not) however the final output in such case is garbled before/after the crash. Computer is useable. All other software shutdown. Not using computer during encode. Can reproduce virtually every time.
    Hardware:
    Early 2013 Retina Macbook Pro
    Processor  2.8 GHz Intel Core i7
    Memory  16 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GT 650M 1024 MB
    Software:
    Premiere 7.0.1 (105)
    Adobe Media Encoder 7.0.1.58 (64bit)
    Creative Cloud Latest Updates
    Cuda 5.5.25 (latest)
    GPU Driver: 8.12.47 310.40.00.05f01
    OS X 10.8.4 (latest)
    Project Details:
    ProRes 4:2:2 or AVCHD sources
    No nested sequences
    Video track with image over whole sequence
    Video track with text over whole sequence
    Video track
    Audio track
    Sometimes video track with adjustment layer
    Standard disolve effects between cuts
    4 effects used: denoiser for audio, luma corrector and twice Fast Color Corrector
    No third party plugins installed nor used
    Sequence is set to Maximum Bit Depth / Max Render Quality / Linear Color
    Use Previews off
    Encode is set to Maximum Render Quality and always H.264 2pass VBR.
    Errors in console:
    8/27/13 12:38:01.144 AM PProHeadless[1389]: [CL_INVALID_OPERATION] : OpenCL Error : Failed to retrieve device information! Invalid enumerated value!
    This is seen at multiple times while starting Premiere (no crash) and while starting the encodes and usually after/during the crash.
    Crash report:
    Process:         PProHeadless [410]
    Path:            /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro CC.app/Contents/PProHeadless.app/Contents/MacOS/PProHeadless
    Identifier:      PProHeadless
    Version:         7.0.1 (7.0.1.105)
    Code Type:       X86-64 (Native)
    Parent Process:  dynamiclinkmanager [397]
    User ID:         501
    Date/Time:       2013-08-26 21:12:21.878 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGSEGV)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Full Crash report:
    http://pastebin.com/a93cNVqk
    Attempts to solve the issue:
    Tried encoding without external montior
    Tried encoding with source on internal HDD, output internal HDD, source exterbak RAID, output internal HDD
    Tried encoding with AME while Premiere is open in the background and without it opened in the background
    Uninstalled other software that could mess with the graphics: Colormunki, Parallels.
    Software mode is fine on all attempts in AME however encoding takes 2-3x longer. On a $3000 laptop it's not really great.
    Encoding directly via Export Media > Export without Queuing to Adobe Media Encoder seems to work fine. I have not tried this too many times because I need to render multiple outputs and doing it without AME means a lot of 'sitting and waiting' to click Export for the next format. This is not an option.
    Tried deleting the Media Cache
    Completely reinstalled OS X 10.8.4 from scratch with no other software running and tried to export. Same problem.
    Performed Apple hardward test. No problems.
    To Test:
    I'm planning on installing Bootcamp so I can test the problem in the Windows version and I could pinpoint it to a hardware problem rather than a software problem.
    Notes:
    Problem happens with CUDA and Open CL modes although in Open CL mode, the whole computer tends to freeze intead of just 'stalling'.
    Editing and playback inside Premiere is OK! Even encoding out of Premiere is OK directly but not useful for me as I need to render each project to 5 different H.264 formats.
    I hope you guys or Adobe's Support can find a solution to this problem because I'm really stuck between a rock and a hard place.
    I've submitted a bug report but their reply is not very comforting:
    but their bug report says "Due to the volume of submissions we receive, responses to inquiries are generally not possible. However, we may contact you if we need clarification on your submission." Nice.

    Yes I considered your "solution" of just upgrading to Adobe CC but on principal I don't want to have to shell out more money to "fix" the problem. I was able to get an Adobe technician to view my screen in real time. He asked me where Prem Pro was after I opened it and my response was "precisely". The only evidence that Prem Pro is open is that there is the taskbar there with what appears to be fully functional drop down tabs but as far as the panels/workspace goes non-existent! He has "escalated" the matter I'll let you know what occurs next. I have tried using the software mode and there is no change. Like you I have wondered about a hardware proplem but I have checked via Disk Utility and there doesn't appear to be any? The CUDA issue well a) I am not sure how I would revert to previous drivers and b) when I re-installed Prem Pro from disc (that's version 6.0.0.) the only render option it gave me was Software only but that was also greyed out. Prem Pro still did not open up as it should!
    I'll let you know what transpires.

  • Catastrophic Rendering Problem with PDF's on iMac, iPad, iPhone and iBooks

    Hi,
    i would like to hear from anybody who has had the same experience.
    A customer sent me an order per email with an attached PDF order. We use apple mail for all incoming emails on an iMac.
    Both in apple mail when viewing the attachment (no need to open it) and in the previewer using quick look and also having saved the attachment and opened it directly with previewer all seemed OK.
    We delivered the product as requested but received a complaint because the client claimed that we had overlooked certain details in the order. This caused a considerable amount of disagreement because both parties felt they were right.
    To make sure the documentation was complete we saved the attachment on our vmware- windows XP machine in our client data folders. We later opened the attachment on the windows machine which uses adobe reader and not apple previewer.
    Lo and behold - all the details which the client said were contained were now visible.
    Further investigation showed that any data which the client had printed/generated in bold font were not being displayed on the mac.
    Unbelievable, so we forwarded the mail to a sevaral colleagues for double checking.
    They all confirmed our findings. Apple mail and previewer do not display the same data as when using adobe reader.
    Even worse: neither do the email displayer on ipad or iphone conform to what is displayed by the original. Even saving the docoment to iBooks does not help.
    Our only guess is that the client who sent the PDF is probably using a non-adobe pdf creator which happens to work if you use adobe reader to display it but probably does not conform to the spec which others, such as apple, use when displaying. Maybe abobe reader is just more error tolerant.
    I have sent feedback to apple but hardly think they will crash update all their products.
    As it happened this caused an argument about a few euros. I hate to think what it could cause though.
    -Paul-

    While not common, what you describe is no unusual either. I can tell you that the person who created the PDF almost certainly used Adobe's products. It is Adobe that is not compatible with all of the other PDF implementations. I encourage you to submit a bug report to Apple and include a copy of the PDF. There was a "bug" in Apple's PDF rendering software in version 10.6.7 for which Apple released a fix fairly quickly. I say "bug" in quotes because the PDF was perfectly valid according to all published standards. All PDF viewing programs on either Mac or Windows could read the PDF - except Adobe.
    Ultimately, PDF is a print technology and will fall by the technology wayside pretty soon.

  • Premiere Pro CC CUDA rendering working with avi output only

    Hello All,
    on my system Premiere Pro CC is only using GPU rendering with AVI output formats.
    All other formats like MPEG2, Quicktime, H.264 are unfortunatly fully CPU rendered (=slow).
    I just upgraded from trial to payed mode and when Premiere started the CUDA was already enabled (might have activated it during trial already).
    But anyway I checked if my card was in the support txt file and also used the cuda.zip auto tool to make sure I had no typo.I did this for Premiere Pro CC and also copied the list into the Adobe Media Encoder directory.
    No matter what I did - no hardware rendering.
    So I started playing with input and output formats.
    It turned out that CUDA is currently only working with AVI output. I installed GPU-Z to check my GPU usage vs CPU usage in the task manager.
    As soon as I pick any other output format than AVI - CPU usage during rendering is up to 80-90 and GPU at 0%.
    With AVI output GPU ist around 30 and CPU in the 40ties or less as it should be.
    What is going wrong here?
    One of my old applications Cyberlink Power Produces 11 is doing the h264 rendering in half the time.
    Any suggestions?
    My System is running on:
    Asus P8Z77-V Deluxe with 16GB Ram
    Nvidia GeForce GTX 660 Ti (with current Driver - 332.21 )
    Windows 8.1 Pro 64-Bit (with Media Center) and latest updates
    Current entry in CUDA*.txt file (as printed by Adobe GPUSniffer):
    GeForce GTX 660 Ti
    And already tried:
    GeForce GTX 660Ti
    GeForce GTX 660
    Best regards
    Moongate
    P.S. I already followed the instructions on this page http://www.studio1productions.com/Articles/PremiereCS5.htm

    I now understand that Premiere Pro CC is only using my GPU for accelerating complex effects during editing giving me the possibility of a live preview during editing?
    From the editing in other apps I know that the final rendering can also eat up much time which is why they try to accelerate it via GPU rendering. I see that Premiere is "outsourcing" this task to the Adobe Media Encoder (AME) so that you can continue working during rendering.
    But I believe what tricked me into asking this question is that in the AME there is also the option to choose between software and GPU assisted Mercury Engine. So there must be a purpose for it and it sounds resonable that it is for GPU assited rendering.
    So when the encoder is not using the GPU to speed up completion of rendering - what is he doing with that option?
    Would it not be clever to cut rendering drastically using the GPU - its hard to believe that Adobe is only using it for previews?

Maybe you are looking for

  • Can't access "View Account" in Game Center on IPhone 4s?

    (I have an IPhone 4s, version number 6.1.3.) I wanted to go into the Game Center and change my username, but whenever I tap "View Account" it just loads a green screen and before I can even do anything, it just "saves", and I never get to chance to s

  • Photosmart C8100 operating system Windows 7 - no error message - no changes

    Paper comes out with folded upper right corner. Happens about 99% of the time.  Using H/P paper - both ink jet paper and premium photo with same results Have followed video directions provided by H/P - no change Have cleaned inside as much as possibl

  • Compatible vesa adapter for Apple 20" Cinema Display M9177LLA?

    What is the model number of the Vesa adapter that is compatible with the Apple Cinema LCD Display model number M9177LL/A???????

  • BEx Browser Not available in my system

    Hi, We have GUI   of 7.10. version and Bex 3.X. I am able to find Bex Browser in other system of my friends.But it is not avaible in my system. What would be the Reason? We have support package 22. Patch Level 12. Regards, Naresh.

  • Transfer posting warining message

    Hi All In Make to Order scenario, i am doing posting for converting production order stock (Unrestricted stock) to Sales order stock by using MB1B transaction with movement type 412 E system is througing a warning message as "Sales order (SOBKZ = ) i