Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

UIEdit - WYSIWYG interface editor

Newbie Spellweaver
Joined
Sep 25, 2012
Messages
25
Reaction score
51
Editor easy to use.
Something he has not enough time to - finished.
But in general, the interface can work with ... and much more effectively than without it.
Immediately say: not intended to render the entire interface is 100% like the game, but so much so that you can adjust it with ease.
Some nuances to display the interface is implemented in the client code, so there may be differences between what they see in the game and a preview of the editor.




How to get started with the interface:
1) Extract the files and interfaces.pck surfaces.pck
2) Set in the editor where the root directory of the unpacked files
3) Edit interface elements
 
Robb
Loyal Member
Joined
Jan 22, 2009
Messages
1,224
Reaction score
466
+1 for open source

really awesome.
 
Newbie Spellweaver
Joined
Sep 25, 2012
Messages
25
Reaction score
51
looks good, but keeps crashing on me. win 8 pro x64
It would be nice to catch the exception in the debugger. Probably do not have permission to read / write.
I try not to shield the exception in the program to identify and Fix them.
 
Last edited:
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
Description
Faulting Application Path: C:\Users\****\Downloads\UIEdit (pdev)\UIEdit.exe

Problem signature
Problem Event Name: CLR20r3
Problem Signature 01: uiedit.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 517b89dd
Problem Signature 04: System.Drawing
Problem Signature 05: 4.0.30319.18022
Problem Signature 06: 506a7676
Problem Signature 07: 30
Problem Signature 08: 14
Problem Signature 09: System.IO.FileNotFoundException
OS Version: 6.2.9200.2.0.0.256.103
Locale ID: 1033
Additional Information 1: 5861
Additional Information 2: 5861822e1919d7c014bbb064c64908b2
Additional Information 3: f3d5
Additional Information 4: f3d5be0cad2787556264647dc02181c3
 
Newbie Spellweaver
Joined
Sep 25, 2012
Messages
25
Reaction score
51
datetime file "UIEdit.exe" in archive?
 
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
uiedit.PNG - UIEdit - WYSIWYG interface editor - RaGEZONE Forums

^properties

the program crashes when trying to delete anything to change it
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 25, 2012
Messages
25
Reaction score
51
Now the program will write logs to a file error.log
Me to identify the problem will need a file error.log

PS: If the file error.log does not appear, then the problem is only in the rights of access, will be able to solve it only you
 
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
2013-04-30 05:49:39 System.Windows.Markup.XamlParseException: 'The invocation of the constructor on type 'UIEdit.Windows.MainWindow' that matches the specified binding constraints threw an exception.' Line number '4' and line position '9'. ---> System.DivideByZeroException: Attempted to divide by zero.
at UIEdit.Windows.MainWindow..ctor()
--- End of inner exception stack trace ---
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader 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.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
at System.Windows.Application.DoStartup()
at System.Windows.Application.<.ctor>b__1(Object unused)
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) 'The invocation of the constructor on type 'UIEdit.Windows.MainWindow' that matches the specified binding constraints threw an exception.' Line number '4' and line position '9'.
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader 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.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
at System.Windows.Application.DoStartup()
at System.Windows.Application.<.ctor>b__1(Object unused)
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)
 
Newbie Spellweaver
Joined
Sep 25, 2012
Messages
25
Reaction score
51
oops, sorry)
forgot to remove the test code that generated the exception of division by zero
but found that the write permission in the current directory enough

please try again
 
Back
Top