Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[C#] LF Studio by wirwl
#61
admin yes
compatibility mode admittedly no
i will try that but this should not be needed
Reply
Thanks given by:
#62
New version of LFStudio 0.8.0 - http://u.to/oW4FAg
1) Improve perfomance of loading projects, plugins, importing files.
2) Add splash screen.
3) Fixed errors.
Reply
Thanks given by: Azriel , A-Man
#63
this is awesome =D. i did still have startup issues, but after trying a few times i got it. the static graphic viewer is amazing



Azriel~
Reply
Thanks given by:
#64
(04-20-2012, 12:47 PM)Azriel Wrote:  this is awesome =D. i did still have startup issues, but after trying a few times i got it. the static graphic viewer is amazing



Azriel~
I'm glad. In next versions i'm planning create "dynamic graphic viwer", plugins (char installer, sprite mirrorer, char resizer), window for selecting weapons, etc....
Reply
Thanks given by: A-Man
#65
startup error:
Code:
System.UnauthorizedAccessException: Access to "c:\test1.txt" was denied.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
   bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   bei System.IO.FileStream..ctor(String path, FileMode mode)
   bei LFStudio.MainWindow..ctor()
why does it want to access c:\test1.txt?
also the lfo firen splash was a bit unsettling
win 7 noticed that the program didn't run correctly on the first start and did some compatibility settings on it's own

on the second run it got the same error as above
+ it detected unhandled exceptions and then terminated:
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
   bei LFStudio.Controls.lfDrawingCanvas.ApplyFocusSetting(Double width, Double height, Double scaleFactor)
   bei LFStudio.MainWindow.UpdateSGVFocus()
   bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   bei System.Windows.FrameworkElement.OnRenderSizeChanged(SizeChangedInfo sizeInfo)
   bei System.Windows.ContextLayoutManager.fireSizeChangedEvents()
   bei System.Windows.ContextLayoutManager.UpdateLayout()
   bei System.Windows.Interop.HwndSource.SetLayoutSize()
   bei System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
   bei System.Windows.Window.SetRootVisualAndUpdateSTC()
   bei System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Double requestedHeight)
   bei System.Windows.Window.CreateSourceWindow(Boolean duringShow)
   bei System.Windows.Window.ShowHelper(Object booleanBox)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
   bei System.Threading.ExecutionContext.runTryCode(Object userData)
   bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   bei System.Windows.Threading.DispatcherOperation.Invoke()
   bei System.Windows.Threading.Dispatcher.ProcessQueue()
   bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   bei System.Windows.Application.RunInternal(Window window)
   bei System.Windows.Application.Run()
   bei LFStudio.App.Main()

third run same as second (btw i like the save modded files button if it does work in case of such an emergency)

fourth run as admin - now i do have some test1 and test2.txt inside c:
but the program actually starts without any problems this time - please remove this test.txt requirement ... or in fact any other direct c: access leave it to the programs own path and the projects paths
Code:
Application_Startup: 0.0017374 sec.
InitializeComponent(): 3.567233 sec.
public MainWindow(): 14.0790614 sec.
Layout restore: 0.6580604 sec.
Load 3 plugins.

testing feedback on the program itself later on - i will have some fun with those visual frames hopefully

edit:
why is there no simple open or at least import file?
as i already have most of my things or templates lying around i do not ever start with a blank (new) file.
also consider allowing to simply edit files without having a project open.
and the static graphic viewer only gave me 'invalid pic' ... how exactly do i get it to work?
Reply
Thanks given by:
#66
test1.txt its for debugging, i'm will release fixed version today.
How to simply import files see first post in this thread. You just need create project and import files from file system (context menu) to project. Open files with double click in "Projects explorer".

Quote:as i already have most of my things or templates lying around i do not ever start with a blank (new) file.
You can add existing file in "projects explorer" (context menu)

Reply
Thanks given by: A-Man
#67
oh that's great
the program somehow does not accept my pens right click so there were no context menus for me at all (have to use the touch pad instead for right clicking)

the static graphic viewer is awesome - i can finally simply draw the areas and move the weapon to its spot
two things are off right now:
next: -999 is displayed as invalid (or any other negative next apparently)
and the 'next' frame gets drawn rather badly right above the selected one
the feature of showing the next right away ain't bad if it were done right
either make the center points of both match or display them well next to each other (like your first preview with the arrow in between)
maybe actually allow both to be switched

what are the focus to buttons supposed to do?
Reply
Thanks given by:
#68
Hotfix. LFStudio 0.8.1 http://u.to/pw0GAg
Quote:what are the focus to buttons supposed to do?
sometime it's usefull...
Reply
Thanks given by: A-Man
#69
one thing for sure his studio helped me so much with locating opoints/wpoints/centrex/centries...etc all the stuff i was spending hours on paint trying to allocate before. could do the them in minutes.

one thing id suggest you add, is when you lets say locate the opoint in davis ball frames you can add a ball or something just like the thing with the wooden bat in the wpoint locating system.
"I'm the president of the shadow government
The grand governor of the federal reserve
Public enemy of the society
The one you cannot see the thirty three degree"
Reply
Thanks given by:
#70
(04-21-2012, 03:24 PM)wirwl Wrote:  sometime it's usefull...

i still dont know what it actually does
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)