Announcement

Collapse
No announcement yet.

Installer won't lauch!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installer won't lauch!

    I have no idea why it would lauch, I downloaded the dll. Here's install log

    reWASDInstaller: 18:44:56:475 reWASDInstaller got Unhandled Exception
    reWASDInstaller: 18:44:56:490 CallerMemberName: CurrentDomainOnUnhandledException
    reWASDInstaller: 18:44:56:490 Exception type: System.Windows.Markup.XamlParseException
    reWASDInstaller: 18:44:56:490 Failed to create a 'ImageSource' from the text 'Images\close-hover.png'.
    reWASDInstaller: 18:44:56:516 at System.Windows.Markup.WpfXamlLoader.Load(XamlReade r xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
    at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlR eader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
    at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
    at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
    at RewasdWpfInstaller.MainWindow.InitializeComponent( )
    at RewasdWpfInstaller.MainWindow..ctor()
    at RewasdWpfInstaller.App.OnStartup(StartupEventArgs e)
    at System.Windows.Application.<.ctor>b__1_0(Object unused)
    at System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
    at System.Windows.Threading.ExceptionWrapper.TryCatch When(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    at System.Windows.Threading.DispatcherOperation.Invok eImpl()
    at System.Windows.Threading.DispatcherOperation.Invok eInSecurityContext(Object state)
    at MS.Internal.CulturePreservingExecutionContext.Call backWrapper(Object obj)
    at System.Threading.ExecutionContext.RunInternal(Exec utionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
    at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
    at MS.Internal.CulturePreservingExecutionContext.Run( CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Windows.Threading.DispatcherOperation.Invok e()
    at System.Windows.Threading.Dispatcher.ProcessQueue()
    at System.Windows.Threading.Dispatcher.WndProcHook(In tPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
    at MS.Win32.HwndSubclass.DispatcherCallbackOperation( Object o)
    at System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
    at System.Windows.Threading.ExceptionWrapper.TryCatch When(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
    at System.Windows.Threading.Dispatcher.LegacyInvokeIm pl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
    at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
    at System.Windows.Threading.Dispatcher.PushFrameImpl( DispatcherFrame frame)
    at System.Windows.Threading.Dispatcher.PushFrame(Disp atcherFrame frame)
    at System.Windows.Application.RunDispatcher(Object ignore)
    at System.Windows.Application.RunInternal(Window window)
    at System.Windows.Application.Run(Window window)
    at RewasdWpfInstaller.App.Main()
    reWASDInstaller: 18:44:56:516 Inner Exception:
    reWASDInstaller: 18:44:56:516 Unable to load DLL 'mscms.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
    reWASDInstaller: 18:44:56:521 at MS.Win32.PresentationCore.UnsafeNativeMethods.Mscm s.OpenColorProfile(PROFILE& pProfile, UInt32 dwDesiredAccess, UInt32 dwShareMode, UInt32 dwCreationMode)
    at System.Windows.Media.ColorContext.FromRawBytes(Byt e[] data, Int32 dataLength, Boolean dontThrowException)
    at System.Windows.Media.ColorContext..ctor(SafeMILHan dle colorContextHandle)
    at System.Windows.Media.ColorContext.GetColorContexts Helper(GetColorContextsDelegate getColorContexts)
    at System.Windows.Media.Imaging.BitmapFrameDecode.get _ColorContexts()
    at System.Windows.Media.Imaging.BitmapSource.CreateCa chedBitmap(BitmapFrame frame, BitmapSourceSafeMILHandle wicSource, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapPalette palette)
    at System.Windows.Media.Imaging.BitmapFrameDecode.Fin alizeCreation()
    at System.Windows.Media.Imaging.BitmapFrameDecode..ct or(Int32 frameNumber, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder decoder)
    at System.Windows.Media.Imaging.BitmapDecoder.SetupFr ames(BitmapDecoder decoder, ReadOnlyCollection`1 frames)
    at System.Windows.Media.Imaging.BitmapDecoder.get_Fra mes()
    at System.Windows.Media.Imaging.BitmapFrame.CreateFro mUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
    at System.Windows.Media.ImageSourceConverter.ConvertF rom(ITypeDescriptorContext context, CultureInfo culture, Object value)
    at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateOb jectWithTypeConverter(ServiceProviderContext serviceContext, XamlValueConverter`1 ts, Object value)
    at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CreateFr omValue(ServiceProviderContext serviceContext, XamlValueConverter`1 ts, Object value, XamlMember property)
    at System.Xaml.XamlObjectWriter.Logic_CreateFromValue (ObjectWriterContext ctx, XamlValueConverter`1 typeConverter, Object value, XamlMember property, String targetName, IAddLineInfo lineInfo)


  • #2
    The needed DLL module should be located at System32 folder.
    Get installed all the versions of vcredist and .Net framework.

    You can also try to check some system files checker tools.

    Comment


    • #3
      I put the dll in sys32, but it still doesn't work

      Comment


      • #4
        Hello,

        What's your DPI resolution? Please, try to increase it and launch the installer again.

        Let us know any results.
        Don't worry! Be Happy!

        Comment


        • #5
          Well I don't exactly know how can you change dpi resolution? And what it is?

          Comment


          • #6
            Hey there!

            You can check and change DPI for your monitor from Windows settings. Type "DPI" without quotation marks in Windows search and open "Change the size of text, apps, and other items" option.

            Comment


            • #7
              Well, I have changed it, but didn't seems to help, all of change logs are still the same. I tried older versions of dll, did nothing.

              Comment


              • #8
                Hello,

                I see.

                May I also request the msinfo (the file collects this way - http://recordit.co/hRk85POAat). We will try to reproduce the problem on our side.


                Our apologies for the inconvenience.
                Don't worry! Be Happy!

                Comment


                • #9
                  Here you go, I attached a link. Because it's not letting me to upload a .nfo file

                  Comment


                  • #10
                    Thank you!

                    Please check which .NET version you have.

                    Here are the steps:
                    1. Run Command Promt as Administrator (type cmd in Windows Search bar)
                    2. Paste this string: reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version
                    3. Check Version value or send me the screenshot of what you got

                    Comment

                    Working...
                    X