<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/wowmapview/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/wowmapview/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 13 Sep 2007 00:26:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wowmapview/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>This application has requested the runtime to terminate....</title><link>https://sourceforge.net/p/wowmapview/support-requests/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;So, WoWmapview looks like a really cool program. Id really like to use it.  But i cant.  Cause every freaking time i click the exe my comp waits about 20 seconds and then comes up with the:&lt;/p&gt;
&lt;p&gt;"This application has requested the runtime to terminate in an unusual way...yada yada yada"&lt;/p&gt;
&lt;p&gt;Yes, i see that this has been posted before.  But in all other posts it effectively says nothing but "i have the same problem."&lt;/p&gt;
&lt;p&gt;So, could someone PLEASE TELL ME HOW TO FIX THIS.  I, and everyone above who is saying "i have the problem too," would greatly appreciate it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 13 Sep 2007 00:26:02 -0000</pubDate><guid>https://sourceforge.net097c290b7c4b5851cd0621205b8cc3bfc39f9052</guid></item><item><title>VC++ Runtime Error!</title><link>https://sourceforge.net/p/wowmapview/support-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I receive the following error right after trying to start the program.&lt;/p&gt;
&lt;p&gt;"Microsoft Visual C++ Runtime Library&lt;/p&gt;
&lt;p&gt;Runtime Error!&lt;br /&gt;
Program D:\Temp\wowmapview-0.5\wowmapview.exe&lt;/p&gt;
&lt;p&gt;This application has requested the Runtime to terminate it in an unusual way.&lt;br /&gt;
Please contact the application's support team for more information."&lt;/p&gt;
&lt;p&gt;Thanks! Best regards!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 20 Mar 2007 11:36:45 -0000</pubDate><guid>https://sourceforge.net15922320468cbd25dc23dff4a86359684095440a</guid></item><item><title>MapView / ModelView not working</title><link>https://sourceforge.net/p/wowmapview/support-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Both Map and ModelView fail to work on my comp, when I click on the .exes nothing happens. I have WoW installed and patched up-to-date, also I have the newest versions of the viewers. I have tried running the programs from several folders but hasn't helped at all.&lt;/p&gt;
&lt;p&gt;How do I make them work?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 29 Jan 2007 20:21:20 -0000</pubDate><guid>https://sourceforge.nete04fea6d62929ed91599ce3cb62fc62807666802</guid></item><item><title>C++ Runtime error</title><link>https://sourceforge.net/p/wowmapview/support-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I downloaded the 0.5 release of the map viewer but when I click on the icon to try it, I get an error that says:&lt;/p&gt;
&lt;p&gt;"Runtime Error!&lt;/p&gt;
&lt;p&gt;Program: ...ngs\&amp;amp;lt;user name&amp;gt;\Desktop\wowmapview-0.5\wowmapview.exe&lt;/p&gt;
&lt;p&gt;This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information."&lt;/p&gt;
&lt;p&gt;As you may be able to tell, I extracted all of the files to a folder on my desktop.  Can you please help me with this?  This looks like a really cool program.&lt;/p&gt;
&lt;p&gt;(p.s. I have tried it in windowed mode too, only to have the same problem, thanks)&lt;/p&gt;
&lt;p&gt;dlance2005@writing.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 09 Jan 2007 23:59:06 -0000</pubDate><guid>https://sourceforge.net068d2beed91d4098e8955f6d296240aa05ed7913</guid></item><item><title>Explanation of Pivot in BoneDef </title><link>https://sourceforge.net/p/wowmapview/support-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm working with the code to export the m2 mesh and &lt;br /&gt;
bone data to a simple intermediate format.&lt;/p&gt;
&lt;p&gt;I have the verts and normals working great along with &lt;br /&gt;
the bone assignments and weights.&lt;/p&gt;
&lt;p&gt;However, in exporting the skeleton, I can't figure &lt;br /&gt;
out how to export the rotation for any given bone. &lt;br /&gt;
According to the notes I've found and looking through &lt;br /&gt;
the code, it seems like the Pivot is the position of &lt;br /&gt;
the bone (i assume in relation to its parent). &lt;br /&gt;
However, I can't figure out how to export the &lt;br /&gt;
orientation so that the bones make any sort of &lt;br /&gt;
recognizable shape.&lt;/p&gt;
&lt;p&gt;I have tried to use the translation.kyes[0] and &lt;br /&gt;
rotation.keys[0] to supply what i believe is the &lt;br /&gt;
missing data, but that doesn't seem to help.&lt;/p&gt;
&lt;p&gt;I realize this is way beyond your application, but &lt;br /&gt;
it's the only open source code I've found that works &lt;br /&gt;
with the m2 warcraft format. The MyWarCraftStudio &lt;br /&gt;
project seems to be closed source.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
GenericBum&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Scott</dc:creator><pubDate>Tue, 19 Sep 2006 07:08:40 -0000</pubDate><guid>https://sourceforge.net3f74ca896ae648b12a6f3186da333f7205d51b70</guid></item><item><title>custom paths?</title><link>https://sourceforge.net/p/wowmapview/support-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have my WoW installation in a different path then&lt;br /&gt;
what is apparently your default. How do I change it?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 16 Sep 2006 23:33:25 -0000</pubDate><guid>https://sourceforge.netfed80ea4f0c54c3121bd5fb0e97cf09aea997648</guid></item><item><title>Model Export</title><link>https://sourceforge.net/p/wowmapview/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Does anyone know how to import the models into apps&lt;br /&gt;
such as milkshape or 3ds max?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 29 Jul 2006 14:36:06 -0000</pubDate><guid>https://sourceforge.netf2d607e6de232e8decfeaa96fa0ae5980ffef4ae</guid></item><item><title>Broken with patch 1.11</title><link>https://sourceforge.net/p/wowmapview/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;WowMapView v0.5 does not work with WoW Patch 1.11 - the&lt;br /&gt;
program hangs or exits prematurely.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 04 Jul 2006 15:01:23 -0000</pubDate><guid>https://sourceforge.net7a0bdee13a05bce9671d0769e957f2738858d3b1</guid></item><item><title>My compiled version crashes on startup</title><link>https://sourceforge.net/p/wowmapview/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I successfuly compiled wowmapview-0.5-src.zip using&lt;br /&gt;
VS7.1 .  However, as soon as I run my compiled version&lt;br /&gt;
I get the following error:&lt;/p&gt;
&lt;p&gt;First-chance exception at 0x7c901010 in wowmapview.exe:&lt;br /&gt;
0xC0000005: Access violation reading location 0x00000034.&lt;br /&gt;
Unhandled exception at 0x7c901010 in wowmapview.exe:&lt;br /&gt;
0xC0000005: Access violation reading location 0x00000034.&lt;/p&gt;
&lt;p&gt;It seems to be happening at the end of _lock_file()&lt;br /&gt;
from _file.c  (which is a part of VS's crt)&lt;/p&gt;
&lt;p&gt;I've tried using both SDL-devel-1.2.9-VC6 and&lt;br /&gt;
SDL-devel-1.2.7-VC6 but get the same error.  Running&lt;br /&gt;
the compiled version on your site works fine for me.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Hintz</dc:creator><pubDate>Sat, 07 Jan 2006 17:03:25 -0000</pubDate><guid>https://sourceforge.net177edb1f7b37d27fbbbbeaddb93ac677c363cfdf</guid></item><item><title>about the model viewer</title><link>https://sourceforge.net/p/wowmapview/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to have the option of zooming in/out&lt;br /&gt;
in addition to pan with the right mouse button (which&lt;br /&gt;
is handy anyway!)&lt;/p&gt;
&lt;p&gt;by&lt;br /&gt;
geminazzo@yahoo.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 08 Aug 2005 14:03:25 -0000</pubDate><guid>https://sourceforge.net5ac0be0c680701660b9be0c4329e7cc0e27f2802</guid></item></channel></rss>