12
« on: August 19, 2014, 04:46:59 am »
Hello, have tried a few times now to make my own maps on mapview and have watched Luke83's (much props) tutorial on youtube but i am not sure where to direct the paths when it asks you for Xcom and TFTD locations.
Have tried the game folders and the terrain folders. I know it is said somewhere before and i think i followed those instructions but received same error (maybe).
I get an exception error and it says it cannot find paths. Below is error message. I know this is prob very noob question and i just have over looked something stupid but i have to start somewhere. Running Windows 7.
Thank you
************** Exception Text **************
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Quantum\Desktop\Games\openxcom\TERRAIN\JUNGLE.PCK'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at XCom.GameInfo.CachePck(String basePath, String basename, Int32 bpp, Palette p)
at XCom.ImageDescriptor.GetPckFile(Palette p)
at XCom.ImageDescriptor.GetMcdFile(Palette p)
at XCom.XCMapDesc.GetMapFile()
at MapView.MainWindow.mapList_AfterSelect(Object sender, TreeViewEventArgs e)
at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
at System.Windows.Forms.TreeView.WmNotify(Message& m)
at System.Windows.Forms.TreeView.WndProc(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.5483 (Win7SP1GDR.050727-5400)
CodeBase: file:https:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MapView
Assembly Version: 1.12.0.0
Win32 Version: 1.12.0.0
CodeBase: file:https:///C:/Users/Quantum/Desktop/Release/MapView.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
CodeBase: file:https:///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.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:https:///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.5483 (Win7SP1GDR.050727-5400)
CodeBase: file:https:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
XCom
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:https:///C:/Users/Quantum/Desktop/Release/XCom.DLL
----------------------------------------
DSShared
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:https:///C:/Users/Quantum/Desktop/Release/DSShared.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.