RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Gump Studi 1.8 R2

Bradley

Sorceror
Gump Studio 1.8 R2

I've released a new revison of Gump Studio 1.8 to fix some bugs. I didn't feel this version warranted a new version number because it mostly contains bug fixes.

  • Gump Studio will no longer crash if you load a .gump file that has items or images from a custom .mul file if you open it from a computer that does not have that custom .mul file. These items or images will be displayed as a red X on machines without the orriginal .mul file.
  • The static art browser now displays the item's ID in integer and hexidecimal.
  • All Elements have a .Comment property. This property can be used by authors of export plugins to enhance thier generated scripts.
There may be other changes not listed.

the new version can be downloaded from www.gumpstudio.com.
 

Varchild

Wanderer
Thanks for this usefull software.

A note: Snaptogrip plugin cause Exception in Gumpstudio use.
Please, recompile for GS 1.8
 

Bradley

Sorceror
Bradley;752909 said:
Checking it out now

I have fixed the problem in the snap to grid plugin. The fixed .dll has been attached to this post, and will be uploaded to www.gumpstudio.com when I get a chance. Just replace the existing .dll with this one and you should be good to go.

*EDIT* Uploaded the wrong file, sorry, see my next post for deails.
 

Bradley

Sorceror
Sorry about uploading the wrong file. I've attached the CORRECT zip file this time.

*EDIT* the forums seem to have issues with Zip files that contain just a .dll. The zip is still fine, you will jsut have to rename the file inside the zip to SnapToGrid.dll. I'm hvaing problems connecting to my web server right now, but I will upload the new .dll, and replace the dll in the current download also. Sorry about the problems.
 

Attachments

  • SnapToGrid.zip
    11.6 KB · Views: 34

Saumane

Wanderer
On start
Code:
************** Exception Text **************
System.InvalidCastException: Unable to cast object of type 'SnapToGrid.GridConfiguration' to type 'SnapToGrid.GridConfiguration'.
   at SnapToGrid.SnapToGrid.LoadConfig()
   at SnapToGrid.SnapToGrid.Load(DesignerForm frmDesigner)
   at GumpStudio.DesignerForm.EnumeratePlugins()
   at GumpStudio.DesignerForm.DesignerForm_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 

roadmaster

Sorceror
Dont know if you have had the chance to upload a fixed version to GumpStudio.com or not but I went ahead and downloaded the current package as of 04/26/08 5:15:00 am Eastern Standard Time, I opened GS up and added snaptogrid from the plugin manager then restarted GS, upon startup (with SnapToGrid Loaded) it crashed:

<<< See Image Upload at end of this Post.

with the following Message:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.Serialization.SerializationException: Unable to find assembly 'SnapToGrid, Version=1.1.2935.31573, Culture=neutral, PublicKeyToken=null'.
at System.Runtime.Serialization.Formatters.Binary.BinaryAssemblyInfo.GetAssembly()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.GetType(BinaryAssemblyInfo assemblyInfo, String name)
at System.Runtime.Serialization.Formatters.Binary.ObjectMap..ctor(String objectName, String[] memberNames, BinaryTypeEnum[] binaryTypeEnumA, Object[] typeInformationA, Int32[] memberAssemIds, ObjectReader objectReader, Int32 objectId, BinaryAssemblyInfo assemblyInfo, SizedArray assemIdToAssemblyTable)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryObjectWithMapTyped record)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadObjectWithMapTyped(BinaryHeaderEnum binaryHeaderEnum)
at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream)
at SnapToGrid.SnapToGrid.LoadConfig()
at SnapToGrid.SnapToGrid.Load(DesignerForm frmDesigner)
at GumpStudio.DesignerForm.EnumeratePlugins()
at GumpStudio.DesignerForm.DesignerForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
GumpStudio
Assembly Version: 1.8.3024.24259
Win32 Version: 1.8.3024.24259
CodeBase: file:///D:/testGS/GumpStudio.exe
----------------------------------------
GumpStudioCore
Assembly Version: 1.8.3024.24259
Win32 Version: 1.8.3024.24259
CodeBase: file:///D:/testGS/GumpStudioCore.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
Ultima
Assembly Version: 1.0.2937.25883
Win32 Version: 1.0.2937.25883
CodeBase: file:///D:/testGS/Ultima.DLL
----------------------------------------
exporter
Assembly Version: 1.0.1515.31194
Win32 Version: 1.0.1515.31194
CodeBase: file:///D:/testGS/Plugins/exporter.dll
----------------------------------------
ImportRunUOPlugin
Assembly Version: 1.0.1588.31612
Win32 Version: 1.0.1588.31612
CodeBase: file:///D:/testGS/Plugins/ImportRunUOPlugin.dll
----------------------------------------
POLExport
Assembly Version: 1.0.1791.35901
Win32 Version: 1.0.1791.35901
CodeBase: file:///D:/testGS/Plugins/POLExport.dll
----------------------------------------
exporter
Assembly Version: 1.0.2936.24848
Win32 Version: 1.0.2936.24848
CodeBase: file:///D:/testGS/Plugins/RunUO%20Exporter.dll
----------------------------------------
SnapToGrid
Assembly Version: 1.1.2935.31573
Win32 Version: 1.1.2935.31573
CodeBase: file:///D:/testGS/Plugins/SnapToGrid.dll
----------------------------------------
SphereGumpExport
Assembly Version: 1.0.1840.31013
Win32 Version: 1.0.1840.31013
CodeBase: file:///D:/testGS/Plugins/SphereGumpExport.dll
----------------------------------------
WallPaperPlugin
Assembly Version: 1.0.1588.31612
Win32 Version: 1.0.1588.31612
CodeBase: file:///D:/testGS/Plugins/WallPaperPlugin.dll
----------------------------------------
WolfpackExport
Assembly Version: 1.0.1507.537
Win32 Version:
CodeBase: file:///D:/testGS/Plugins/WolfpackExport.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
 

Attachments

  • UnhandledException1.bmp
    1.5 MB · Views: 15
Yeah I have to say that GS is one of my all time favorite utilities I would die without it.

I am also happy to see some of the bugs in this finally get worked out. It really has made using this much easier.
 

fikusunc

Sorceror
I havent had any issues with crashes, but what is up with the capitol letter 'Z'. When you put that into a label to spell out the word "Zoo" it spaces the word out strange like this

"____________________Z_____________________oo"
I added the underscores to get spacing for letters. The underscores do not appear on gump.

This is just in the design of gumps. I have not tested this out to see what the label would look like in game. Any thoughts or ideas?
 
Top