The test dll doesn't work for me, but like you said, use at your own risk. The updated tools won't allow me to open up any tags, because of tortoise svn, but uninstalling it should probably fix that.
Printable View
The test dll doesn't work for me, but like you said, use at your own risk. The updated tools won't allow me to open up any tags, because of tortoise svn, but uninstalling it should probably fix that.
As I said earlier: Consult the old problems thread and post the exception data.
Whats the issue with your SVN client? Are the resources checked in or something? The HEK should open the tags as read-only and work fine still (as long as the operation isn't write-related, ie importing)
EDIT:
I don't actually get an exception, once the game is about to bring me to the main menu, it closes and says halo has encountered a problem and needs to close.
for the SVN client, I never use it, I installed it for when i was working with a UT3 team a while back, and never uninstalled it when I left. This is the first time it's ever interfere with anything, my normal HEK tools work fine, it's just any of the OS ones which gives me a problem.
Kornman, Masters told me on AIM that the file which was giving him problems is msvcp90.dll. I don't see how it could be a conflict with another app, though. I didn't ask if he installed the redist package yet.
Masters, even though Halo doesn't pop up with an exception, you can still post the error details in a quote here (WINDOWS VISTA AND 7 ONLY). Click Start and type in "problem reports" and you should see a shortcut to a program for something containing that phrase. Open it up and locate the haloce process. Right click > View technical details. Copy everything and post it in a quote. (Edit: Oh wait Kornman had that in his post.)
Visual C++ won't open it and mentions somthing about different versions of Visual C++. Has Kornman used a different version to the 2005 version that was required for the 20081116_1350EST.rar release? Kornman stated which version of Visual C++ you needed in his release post then, not so this time.
I guess I should say thanks for the shout out?
:D
Excellent work :D. Plenty here for people to bug you about.
Had a problem with the shader_postprocess_collection in guerilla, as adding a second effects block made it crash with "error: couldn't resize tag data" in the debug.txt.
Also the "afxres.h" header file included in Halo1_CE.rc isn't included with VC++ Express as it doesn't support MFC (apparently), so is it a necessary header or can it be omitted?
EDIT: If CheApe has a project open and you close OpenSauceIDE it asks if you want to save your project twice and exceptions with the following in the debug.log:
It doesn't do this if you close CheApe first and then OpenSauceIDE.Code:26/08/2009 22:14:32 OpenSauceIDE 1.0.0.0 ----------------------------------------------
26/08/2009 22:14:32 Unreachable case!
'':Boolean ScriptingCacheClose(BlamVersion) @ 0
26/08/2009 22:14:32 A thread caused an unhanded exception (System.Threading.Thread).
Debug.Exceptions+UnreachableException: Exception of type 'Debug.Exceptions+UnreachableException' was thrown.
at Blam.Halo1.GameDefinition.ScriptingCacheClose(BlamVersion game)
at CheApe.ProjectState.*gt™žgf“r‰dŸwj*(Object , BlamVersion game)
at CheApe.ProjectState.Dispose()
at CheApe.Project.™2roožˆj‘v–8m”˜œd(Object )
at CheApe.Project.Dispose()
at Blam.Halo1.CheApe.Project.‡xˆdbrŒ–30œfm•f74œ8(Object )
at Blam.Halo1.CheApe.Project.Close(Boolean save, Project proj)
at Blam.Halo1.CheApe.Project.Interface.45œŽ*dŒœœsi•–r6cdš‹(Boolean save, Object )
at Blam.Halo1.CheApe.Project.Interface.Close(Boolean save, Project project)
at OpenSauceIDE.CheApe.1OITm5hUbU(Object , FormClosingEventArgs ) in C:\Mount\B\Kornner\Tools\OpenSauceIDE\CheApe.cs:line 66
at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
at System.Windows.Forms.Form.WmClose(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)
Also CheApe will exception and close if the xml being built isn't right:
Code:26/08/2009 22:18:29 OpenSauceIDE 1.0.0.0 ----------------------------------------------
26/08/2009 22:18:29 Unhanded exception (Name:DefaultDomain
There are no context policies.
). Terminating...
System.Xml.XmlException: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 20, position 9.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at IO.XmlStream..ctor(String path, Object owner)
at CheApe.Import.ProcessFile(ProjectState state, String file)
at CheApe.Project.qmo›9ižŸfŒœ5430cqdl(Object , Object , Object )
at CheApe.Project.Import()
at CheApe.Project.Build(Boolean reimport)
at CheApe.Project.Build()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
You need VS2008 to edit the source. I'm sure you can edit the solution and project files back to the 05 format without too much hassle.
Change shader_postprocess_effect_source_code_data's "isTextData" attribute to false (or just remove it) and rebuild your CheApe project. Of course then you'll have to use that old TagInterface lib if you want to do anything with those tags...I'll see if I can figure out whats causing the problem and if I can fix it later.
Yes, you can exclude the .rc and afxres.h from your project. The only reason I had them setup was so you could include version information in your DLL.
Coincidently, the only way I ever exited OSIDE when testing was by closing CheApe first...guess subconsciously I didn't want to face the pending doom lol. I'll fix that case for the final.
Just checked my code and realized the import process only was checking for my library's own internal base Exception type being thrown, so I'll be sure to extend it to check for any type of Exception.
EDIT: also (to anyone), if you're receiving ANY problems with the tools, please include exception information. If you can't copy the exception information, at least to a print-screen of the message. It's the only way to help me track the problem remotely or try to reproduce it to debug it!
Check bottom of the first post for an updated test DLL.
Now instead of squashing in another direction, the hud just moves about 4 pixels. No change in shape or size.
As for the .dll itself, it works fine with basic CE, but if I use a shortcut with -vidmode 1680, 1050, 60 it loads with only the fog color as the screen. I.e. the library ui is a solid dark blue with the menu choices, and maps are light gray or so on.