Home » MODDING HQ 1.13 » v1.13 Bug Reports » XML Editor Bug Reports
Re: XML Editor Bug Reports[message #176909] Sat, 01 March 2008 02:51 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:634
Registered:July 2005
Location: Canada
Click on the row header (the gray part on the left of the row with the little arrow) to highlight the rows you want to delete, and press the delete key on your keyboard Smile

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #176992] Sat, 01 March 2008 19:13 Go to previous messageGo to next message
Seraph

 
Messages:19
Registered:June 2006
Location: Germany
So easy... Embarrassed

Thanks.

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #177043] Sun, 02 March 2008 04:14 Go to previous messageGo to next message
Shatara is currently offline Shatara

 
Messages:22
Registered:March 2007
Ran into an odd bug trying to edit the M82A2. Doesnt appear to happen with any other weapons.

Quote:
************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '726' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at GUI.ItemDataForm.Initialize()
at GUI.ItemDataForm..ctor(Int32 itemID, String formText)
at GUI.ItemDataForm.OpenItemDataForm(Int32 id, String name)
at GUI.ItemGridForm.Grid_CellMouseDoubleClick(Object sender, DataGridViewCellMouseEventArgs e)
at System.Windows.Forms.DataGridView.OnCellMouseDoubleClick(DataGridViewCellMouseEventArgs e)
at System.Windows.Forms.DataGridView.OnMouseDoubleClick(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.DataGridView.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
----------------------------------------
XML Editor
Assembly Version: 0.0.0.32
Win32 Version: 0.0.0.32
CodeBase: file:///D:/TalonSoft/Ja2/XML%20Editor.exe
----------------------------------------
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
----------------------------------------
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
----------------------------------------
BackEnd
Assembly Version: 0.0.0.32
Win32 Version: 0.0.0.32
CodeBase: file:///D:/TalonSoft/Ja2/BackEnd.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.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.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.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
----------------------------------------
System.Management
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------

Report message to a moderator

Private 1st Class
Re: XML Editor Bug Reports[message #177073] Sun, 02 March 2008 12:12 Go to previous messageGo to next message
Starwalker is currently offline Starwalker

 
Messages:759
Registered:October 2005
Location: Hannover, Germany
The value of 726 is pointing at picture 726 in MDP1ITEMS.STI (and the other STIs, of course). So maybe you did not update your graphics?

EDIT: I worked on items with higher graphic numbers (up to 734), so actually the number itself should not be the problem.

[Updated on: Sun, 02 March 2008 12:14] by Moderator

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #177079] Sun, 02 March 2008 12:25 Go to previous messageGo to next message
Starwalker is currently offline Starwalker

 
Messages:759
Registered:October 2005
Location: Hannover, Germany
Creating ammo crates with the 0.34 editor does not work properly, a 5000rnd crate actually turns up as a 0rnd crate Sad

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #178204] Fri, 14 March 2008 00:17 Go to previous messageGo to next message
Shatara is currently offline Shatara

 
Messages:22
Registered:March 2007
Shatara
Ran into an odd bug trying to edit the M82A2. Doesnt appear to happen with any other weapons.
This bug appears to be fixed in 0.36

Report message to a moderator

Private 1st Class
Re: XML Editor Bug Reports[message #178206] Fri, 14 March 2008 00:37 Go to previous messageGo to next message
ctiberious is currently offline ctiberious

 
Messages:605
Registered:March 2007
Starwalker
Creating ammo crates with the 0.34 editor does not work properly, a 5000rnd crate actually turns up as a 0rnd crate Sad
It's a good thing we have 0.36 available then. Smile

Report message to a moderator

First Sergeant
Re: XML Editor Bug Reports[message #178229] Fri, 14 March 2008 10:05 Go to previous messageGo to next message
Starwalker is currently offline Starwalker

 
Messages:759
Registered:October 2005
Location: Hannover, Germany
ChrisL
Starwalker
Creating ammo crates with the 0.34 editor does not work properly, a 5000rnd crate actually turns up as a 0rnd crate Sad
It's a good thing we have 0.36 available then. Smile

It already worked in 0.35, after you gave me the tip to hit 'Apply' immediately while still on that page with the ammo characteristics Wink

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #178239] Fri, 14 March 2008 13:02 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:634
Registered:July 2005
Location: Canada
That trick should no longer be necessary in .36 Smile

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #178462] Tue, 18 March 2008 15:14 Go to previous messageGo to next message
sphinx is currently offline sphinx

 
Messages:42
Registered:February 2007
XML Editor woes! Editor version 0.36, gets stuck at 'building item table' for a moment, then decides there's an unhandled error. (Error: Object reference not set to an instance of an object). Here, I found this log from JA2 directory. Hope it helps. Strange though. Worked fine few days ago. Used SVN update right before posting this, hoping it'd help but no Sad



Operating System: Microsoft Windows XP Professional
3/18/2008 3:07:03 PM - Memory: 17,796,904 - Error:
Source: BackEnd
Base Error Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Stack Trace: at BackEnd.ItemTable.CopyFromExtendedTable(DataTable extTable, String filter, Boolean matchIDs)
at BackEnd.ItemTable.ExtendPrimaryItemTable()
at BackEnd.ItemTable.AfterLoadAll()
at BackEnd.XmlDB.AfterLoadAllEventHandler.Invoke()
at BackEnd.XmlDB.LoadAllData()
at GUI.Main.Main()
Target Site: CopyFromExtendedTable
Available Physical Memory: 717250560
Available Virtual Memory: 1917280256

Report message to a moderator

Corporal
Re: XML Editor Bug Reports[message #178463] Tue, 18 March 2008 15:41 Go to previous messageGo to next message
wanne (aka RoWa21) is currently offline wanne (aka RoWa21)

 
Messages:1961
Registered:October 2005
Location: Austria
@sphinx: delete the *.xsd file in your ja2 root directory. Then start the editor again.

Report message to a moderator

Sergeant Major

Re: XML Editor Bug Reports[message #179086] Tue, 25 March 2008 19:14 Go to previous messageGo to next message
sphinx is currently offline sphinx

 
Messages:42
Registered:February 2007
Thank you. Saw that mentioned a moment ago. I gotta start reading these threads more carefully... >.<
Worked like a charm.

Report message to a moderator

Corporal
Re: XML Editor Bug Reports[message #179139] Wed, 26 March 2008 03:59 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
Hello all!

I had this problem after updating my niv & Ja2 versions:

******************************


3/25/2008 9:45:11 PM - Event Logging Started
User Name:
Computer Name: VALUED-A50B7DA5
Network Connection: True
Operating System: Microsoft Windows XP Professional


******************************


3/25/2008 9:45:23 PM - Memory: 15,397,136 - Error:
Source: System.Data
Base Error Type: System.Data.ConstraintException
Message: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Stack Trace: at System.Data.DataSet.FailedEnableConstraints()
at System.Data.DataSet.EnableConstraints()
at System.Data.DataSet.set_EnforceConstraints(Boolean value)
at BackEnd.XmlDB.EndInit()
Target Site: FailedEnableConstraints
Available Physical Memory: 254533632
Available Virtual Memory: 1905590272


3/25/2008 9:46:15 PM - Memory: 15,616,408 - Details:

File: Items.xml

ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.
ForeignKeyConstraint Constraint2 requires the child key values (131072) to exist in the parent table.


3/25/2008 9:52:49 PM - Memory: 15,714,712 - A fatal error has occured. The application will now exit.

:wb: :whoknows: :help: :sadyellow: :wb: :headscratch: :rant2: :idea2: :badnews:

Extra head banging included ^-^

Does anyone know of a fix?

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179146] Wed, 26 March 2008 08:36 Go to previous messageGo to next message
Starwalker is currently offline Starwalker

 
Messages:759
Registered:October 2005
Location: Hannover, Germany
This means that the XML-Editor has found connections between XML-files that it could not handle.

Delete the JA2.xsd-file, and then try again. If that does not help, then you'll need a newer version of the XML-Editor. Too bad that error message does not give the version number...

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #179148] Wed, 26 March 2008 08:41 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
Thanks starwalker!

3 Things:
-Version is 0.33 (I think), :idea2:
-This error occurs when it gets to the loading cursors part,
-What is the most recent version? I think I heard about v0.36 but I don't see a link? :headscratch:

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179152] Wed, 26 March 2008 11:41 Go to previous messageGo to next message
Starwalker is currently offline Starwalker

 
Messages:759
Registered:October 2005
Location: Hannover, Germany
Version 0.33 is too old to work with NIV-related items.

Version 0.36 should be available on the SVN-Server, either in the GameDir, from which programs like Tortoise or Rapid SVN should do the updates, or in Madd Mugsy's own branch.

Unfortunately; I am away from my JA2 computers at this time, so others will have to provide the URLs for you Sad

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #179181] Wed, 26 March 2008 19:05 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
Thanks!

Sorry I reposted this but I thought it was better to put it in the bug reports.

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179284] Fri, 28 March 2008 09:35 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
I've got a new error.

I downloaded all possible files from Gamedir/, without the SVN program cause I can't seem to get it to work, and I got it as updated as possible.

My XML editor version should be 0.36, My 1.13 Ja2 version is 935 + parts of 967 (didn't know what I needed for the XML editor from gamedir/)(started @ minimal from there and expanded to everything but no luck.), and my NIV is 10.4 & came w/ my 1.13 update.

The error I'm getting happens after it loads several files then it says "building item table..." pauses then pops up the error.

"Unhandled error. Please report this to Madd Mugsy.

Error:
Index was outside the bounds of the array."

Can someone help?

Also If someone has a non SVN complete update of Ja2 1.13/XML Editor/NIV mod I'd be grateful!

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179285] Fri, 28 March 2008 09:39 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
P.S. I realize the update part is probably in the wrong thread but saturation is the only guarantee for an answer recently. These forums have been dead the last two days it seems! :badnews:

P.P.S. Sorry I am a product of the fast food generation! :crossbones:

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179290] Fri, 28 March 2008 11:01 Go to previous messageGo to next message
Starwalker is currently offline Starwalker

 
Messages:759
Registered:October 2005
Location: Hannover, Germany
Some entries in items.xml point to other xml-files (magazines.xml, explosives.xml. loadbearingequipment.xml, etc.), so you'd better have a full SVN-967 update, and not only parts.
For example, if pointers in items.xml do not point to the correct entries in magazines.xml, all hell breaks loose with ammo. And if there are pointers in a new items.xml that point /past/ the end of magazines.xml, now that could result in a crash.
You may also get problems if you are missing graphics.

The best way is still to use Tortoise SVN or Rapid SVN. How Tortoise is set up is mentioned in another thread (I think Marlboro Man did that one).

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #179322] Fri, 28 March 2008 18:09 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
I can't use the SVN, (I've given up till the april wiki anyway), If however I did want to get my hands on the most recent XML editor (0.36) w/o the SVN where might I find it, and which specific Files do I need to download & to where(make sure to mention all of the relevant ones)?

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179325] Fri, 28 March 2008 18:23 Go to previous messageGo to next message
ctiberious is currently offline ctiberious

 
Messages:605
Registered:March 2007
While it's not as quick without SVN, browsing to the gamedir folder and downloading each file manually (like you did) will work. And that is where the most recent public release files are located, though I'm pretty sure the gamedir on the SVN server is just an "official beta".

Make sure you delete the JA2Data.xsd file when switching to a new version of the xml editor. This file will be automatically recreated when you start the editor, but if the wrong version is in your folder, you can get some strange errors. If you already manually downloaded everything, try deleting this file and loading the xml editor again. It may solve the problem.

Report message to a moderator

First Sergeant
Re: XML Editor Bug Reports[message #179327] Fri, 28 March 2008 18:31 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
Quote:
"Make sure you delete the JA2Data.xsd file" Did that every time, no effect.

What I need to know is which files are specific to the editor, because my game(1.13) version is only 935 where the Gamedir/ version is 967. I only want the XML editor v0.36. I've tried just the files in data 1.13/table data/lookup, I've even tried replaceing every file w/ the files @ gamedir/.
There are some files (like all the .sti files) that I cannot access w/o the SVN I think.

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179329] Fri, 28 March 2008 18:36 Go to previous messageGo to next message
ctiberious is currently offline ctiberious

 
Messages:605
Registered:March 2007
You should be able to access every file in the gamedire direct from a web page. But there are so many files you really wouldn't want to individually download them one at a time. You'd be at it for hours. At the very least you need BackEnd.dll, XML Editor.exe (obviously), XMLEditorInit.xml, and all the files from the \Data-1.13\TableData folder.

Report message to a moderator

First Sergeant
Re: XML Editor Bug Reports[message #179335] Fri, 28 March 2008 19:29 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
Cool Thanx! :super:

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179336] Fri, 28 March 2008 19:29 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
I wonder what happens when you get 20 posts?

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179337] Fri, 28 March 2008 19:30 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
:bawling: Aw... No promotion, Still a merc... :bawling:

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179338] Fri, 28 March 2008 19:42 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
Is there a list anywhere of how many posts go to which rank? :headscratch:

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179339] Fri, 28 March 2008 19:44 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
Never mind I found it!

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179344] Fri, 28 March 2008 19:59 Go to previous messageGo to next message
Scheinworld is currently offline Scheinworld

 
Messages:961
Registered:December 2007
Location: Baltic Sea, Germany
@ Da_Fazha: Do you know the difference between quantity and quality? I (and I think the most other users too) don

[Updated on: Fri, 28 March 2008 20:23] by Moderator

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #179351] Fri, 28 March 2008 20:22 Go to previous messageGo to next message
Starwalker is currently offline Starwalker

 
Messages:759
Registered:October 2005
Location: Hannover, Germany
ChrisL
You should be able to access every file in the gamedire direct from a web page. But there are so many files you really wouldn't want to individually download them one at a time. You'd be at it for hours. At the very least you need BackEnd.dll, XML Editor.exe (obviously), XMLEditorInit.xml, and all the files from the \Data-1.13\TableData folder.

I'd say the STI-files are needed, too, but then again I have no experience what happens if the graphics for an item in items.xml are missing in the editor... (as I am doing that stuff, the graphics are almost always earlier in than the items themselves, or the items point at the NADA graphics)

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #179354] Fri, 28 March 2008 20:30 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
@ Scheinworld :bluegrin:
:nono: Well aren't you just the big spoilsport! :armsfolded: I'll have you know I consider most of my posts to be Quality! :ok:

I am also well aware of the edit function, :geek: and have used it a couple times. So if you want to mind your own buisness, :rant2: I'd appreciate it thanx! :placard:

EDIT: @ Starwalker

The Sti files won't display for me on the gamedir/ site. just a small box w/ an x.

@ Scheinworld:
See I can edit when I want to and I gave up two posts to do it! :bawling:

[Updated on: Fri, 28 March 2008 20:32] by Moderator

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179358] Fri, 28 March 2008 20:36 Go to previous messageGo to next message
Kaerar is currently offline Kaerar

 
Messages:2022
Registered:January 2003
Location: Australia :D
Well so far you are at about 50/50. The yeah post in the Iran thread isn't a great one to further it and the 5 above aren't too good either, but hey.

On this forum the ranks really aren't used that much. Some people have been here for years and have a 100 or so posts. Its more about the game than the forum Wink

Not trying to p on ya parade man just we are kinda laid back here Smile


On topic thought I should point out the Editor in Madd's branch is the 0.35 not .036 editor. So its wise to get the one from the 1.13 SVN main branch.

Report message to a moderator

Lieutenant

Re: XML Editor Bug Reports[message #179360] Fri, 28 March 2008 20:39 Go to previous messageGo to next message
Starwalker is currently offline Starwalker

 
Messages:759
Registered:October 2005
Location: Hannover, Germany
Da_Fazha
The Sti files won't display for me on the gamedir/ site. just a small box w/ an x.

They do not need to 'display', browsers do not 'know' the STI-format anyway. You just need to see the names, like GUN156.STI in the BigItems-folder. But it is really tedious to download the missing STIs manually.
Exactly /why/ can't you use a SVN-managing program?

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #179362] Fri, 28 March 2008 20:41 Go to previous messageGo to next message
ctiberious is currently offline ctiberious

 
Messages:605
Registered:March 2007
@Kaerar: The version of the xml editor currently in the gamedir folder on the svn server is 0.36.

Report message to a moderator

First Sergeant
Re: XML Editor Bug Reports[message #179364] Fri, 28 March 2008 20:46 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
First of all...

Finally a promotion (only matters to me so who cares? woot anyway!)

@ Kaerar: I know its not important, :exactly: and I'm not concerned w/ how my posts are recieved, :headbanger: & besides I did say "I" thought "most" of my posts were quality. This means its my opinion and even I don't think all my posts are great. :wb: But like you said who cares? :whoknows: lol, it all about getting along and having fun right? :rulez:

P.S. Sorry for the off topicness of all these posts... :computer2:

@ Starwalker: I'm lazy And the instructions looked complicated @ first glace... :placard:

[Updated on: Fri, 28 March 2008 20:50] by Moderator

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179365] Fri, 28 March 2008 20:46 Go to previous messageGo to next message
Kaerar is currently offline Kaerar

 
Messages:2022
Registered:January 2003
Location: Australia :D
ChrisL
@Kaerar: The version of the xml editor currently in the gamedir folder on the svn server is 0.36.

I thought that was what I was trying to say :s

Report message to a moderator

Lieutenant

Re: XML Editor Bug Reports[message #179367] Fri, 28 March 2008 20:49 Go to previous messageGo to next message
Madd_Mugsy

 
Messages:634
Registered:July 2005
Location: Canada
If you get a weird error, there's a log.txt file in the game directory that has more details you can post here.

You will need the latest xmls and the latest stis. However, there should be one-click installers in the general forum to assist those w/out SVN access.

Report message to a moderator

First Sergeant

Re: XML Editor Bug Reports[message #179369] Fri, 28 March 2008 20:53 Go to previous messageGo to next message
Da_Fazha is currently offline Da_Fazha

 
Messages:18
Registered:March 2008
Location: USA
@ Madd mugsy:

Kk I'll look for them but they are usually out of date or buried & complicated IMHE.

Report message to a moderator

Private
Re: XML Editor Bug Reports[message #179370] Fri, 28 March 2008 20:53 Go to previous messageGo to previous message
Kaerar is currently offline Kaerar

 
Messages:2022
Registered:January 2003
Location: Australia :D
Yeah I am uploading the latest as we type.

Problem is esnips is so slow compared to Kermi's FTP Sad Its been uploading since 10pm and its 5am now :confused:

Report message to a moderator

Lieutenant

Previous Topic: Some bugs from my latest run
Next Topic: Bugs: 2014 Official 1.13 Release (7435) with 7609 Update
Goto Forum:
  


Current Time: Thu Mar 28 11:01:59 GMT+2 2024

Total time taken to generate the page: 0.02628 seconds