News:

Thou shalt confirm thine airspeed on final, lest the earth rise up and smite thee. (pre-landing checklist, v1)

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Redglyph

#1
Plan-G / Re: Unable print Flight Plan
February 17, 2018, 08:37:12 AM
Using version 3.2.0.144.

Same here, I only get a blank page when I'm trying to print the current plan.

Win7 x64, using OSM.
#2
Plan-G / Re: Test version 3.1.4.123
April 13, 2017, 07:32:29 PM
I suspected as much. Thanks :)
Ah well, another option is to fly somewhere else ;)
#3
Plan-G / Re: Test version 3.1.4.123
April 09, 2017, 11:34:01 PM
I know, but as I said, OpenStreetMap doesn't show the relief and OpenCycleMap does, which makes it more interesting.
It's just a matter of selecting the correct layer to get rid of those cycle routes.
#4
Plan-G / Re: Test version 3.1.4.123
April 09, 2017, 10:17:41 AM
Hello! :)

Great tool!

Silly question, is there a way to hide those blue/magenta thick lines in OpenCycleMap? This source is nice for the relief, but those lines make it impossible to see anything :/

Thanks
#5
An easy mistake ;)
To get you confused even more, it's actually 3.2.3  >:D
#6
I'm using 3.2 ... there is a 3.3?  :o

If that's a sort of beta access, I know absolutely nothing of it.
#7
Quote from: tim arnot on May 14, 2016, 05:32:58 PM
I've had a chance to play with it this afternoon, and it's just not reproducible here, sadly.

I've added some additional logging and error checking which might yield a clue. If you'd like to try it, simply copy the attached new exe over the old one (after making a backup), and post the log here after you've tried another build.
Thanks!

There was no problem with this version  ???
At least for me, we'll see if others reach the same outcome. Weird.

Well, it solved the problem in a way, though we won't know how :)

In any case, thanks again for your help!
#8
I tried with installing version 3.1.2, but the same bugs are there:
- database window remains on top and hides the explorer window (annoyance)
- crashes with the same message.

I also tried to install the latest .NET framework (4.61) and use it with either version but that didn't change anything.

Was there an older version that worked before? If the database format is compatible, that could be a good work-around?


(and no, the hidden flag is not set here, besides, I doubt it would have anything to do with the error message we see, nor to prevent a process from accessing the file, it's only a convenience for users)
#9
It doesn't here, but no worries, I'll just wait for the next release when you have some time :)
#10
I've seen a few reports in these forums that might be the same.

Using P3D, Plan-G3 on the same PC, everything on local disks.
Windows 7 x64.

1) P3D v3.2:
Steps:
- removed %USERPROFILE%\Documents\Plan-G Files
- launched Plan-G3 v3.1.3.113
- Build Navigation Database
- Settings: set paths to P3D.exe (S:\games\P3D\v3), P3d Scenery.cfg (C:\ProgramData\Lockheed Martin\Prepar3D v3)

=> The build windows is "always on top", ** VERY ANNOYING ** as it remains on top of the directory selection window, and any other software the user would like to see while the database is building. Bad practice, this flag should be removed.

- checked "Build P3D Database", and clicked OK

=> "scanning ..."
=> "Preparing database for new data"

And it remains in this state forever.

Plan-G_Log.txt file ends with this:

18:48:55.2 BuildDatabase_Executed: System.IO.IOException: The process cannot access the file 'C:\Users\red\Documents\Plan-G Files\Data\PlanG3_P3D.sdf' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalDelete(String path, Boolean checkHost)
   at System.IO.File.Delete(String path)
   at Plan_G3.Data.FSData.DeleteExistingData()
   at Plan_G3.Model.BGLSCAN.Scan()
   at Plan_G3.ViewModel.BuildDatabaseViewModel.StartBuild_Executed()
   at Plan_G3.ViewModel.BuildDatabaseViewModel.<.ctor>b__0()
   at GalaSoft.MvvmLight.Command.RelayCommand.Execute(Object parameter)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr 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.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(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(DispatcherFrame frame)
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Window.Show()
   at System.Windows.Window.ShowDialog()
   at Plan_G3.MainWindow.ShowBuildDatabaseDialog()
   at Plan_G3.MainWindow.<.ctor>b__5(NotificationMessageAction nmMsg)
   at GalaSoft.MvvmLight.Helpers.WeakAction`1.Execute(T parameter)
   at GalaSoft.MvvmLight.Helpers.WeakAction`1.ExecuteWithObject(Object parameter)
   at GalaSoft.MvvmLight.Messaging.Messenger.SendToList[TMessage](TMessage message, IEnumerable`1 list, Type messageTargetType, Object token)
   at GalaSoft.MvvmLight.Messaging.Messenger.SendToTargetOrType[TMessage](TMessage message, Type messageTargetType, Object token)
   at GalaSoft.MvvmLight.Messaging.Messenger.Send[TMessage](TMessage message)
   at Plan_G3.ViewModel.MainViewModel.BuildDatabase_Executed()


2) X-Plane 10.45:

Apparently no problem for this one. I did the test with a "fresh" %USERPROFILE%\Documents\Plan-G Files, it built the database and I can use it.


Let me know if you need further information, I've joined the whole log in attachment.

I tried several times, it's always the same result (I didn't compare the logs though).

Hope you can help :)