 |
|
Page 1 of 1
|
[ 4 posts ] |
|
| Author |
Message |
|
Guest
|
Post subject: problems with debugging Posted: Tue Jun 14, 2005 8:57 am |
|
|
|
|
when ever i try and create a playlist, the program crashes and no longer works and i get this error message:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\log\tasklist.txt".
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
at MuvAudio.Form1.PlayListTaskListBegin()
at MuvAudio.Form1.btnCreatePlaylist_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at XCtrls.BitmapButton.OnMouseUp(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.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
MuvAudio
Assembly Version: 0.9.5505.20590
Win32 Version: 0.9.5505.20590
CodeBase: file:///C:/Program%20Files/MuvAudio/MuvAudio.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Interop.AudioCtl
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MuvAudio/Interop.AudioCtl.DLL
----------------------------------------
Interop.WMPLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MuvAudio/Interop.WMPLib.DLL
----------------------------------------
vumeterled
Assembly Version: 1.0.1949.35289
Win32 Version: 1.0.1949.35289
CodeBase: file:///C:/Program%20Files/MuvAudio/vumeterled.DLL
----------------------------------------
AxInterop.WMPLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MuvAudio/AxInterop.WMPLib.DLL
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.
|
|
 |
|
 |
|
John
|
Post subject: Posted: Tue Jun 14, 2005 9:04 am |
|
 |
| Site Admin |
 |
Joined: Thu Mar 31, 2005 9:24 am Posts: 1104
|
|
I assume you are using v0.9.5505.
There was a bug that caused MuvAudio to sometimes incorrectly identify the MuvAudio directory.
It is looking to create open a file from "C:\log\tasklist.txt".
Until v1.0 is released, you should be able to create a tasklist.txt file in that subdirectory structure and MuvAudio should work.
Let me know if this helped. It is fixed in current beta tests of MuvAudio.
Thank you,
_________________ John MuvEnum Resources: Manuals, FAQs, Forums, Blog
|
|
 |
|
 |
|
Guest
|
Post subject: Posted: Thu Jun 16, 2005 7:05 pm |
|
|
|
|
Hi
I'm having the same problem and can you explain in detail how to create a tasklist file in the subdirectory
|
|
 |
|
 |
|
John
|
Post subject: Posted: Thu Jun 16, 2005 7:18 pm |
|
 |
| Site Admin |
 |
Joined: Thu Mar 31, 2005 9:24 am Posts: 1104
|
|
You need to create the directory of what it says, for example, if it said:
"C:\log\tasklist.txt"
you would need to right click in your c drive and create a new folder by clicking and choosing new, then folder, name it log, then go into that directory, right click, choose new, and click on "text document" and then rename it to tasklist.txt or if you don't see the .txt extension, just rename it to tasklist.
You should be good to go.
Thanks,
_________________ John MuvEnum Resources: Manuals, FAQs, Forums, Blog
|
|
 |
|
 |
|
|
Page 1 of 1
|
[ 4 posts ] |
|
Users browsing this forum: No registered users and 1 guest |
| |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
 |