dnasdw / customizemii

Automatically exported from code.google.com/p/customizemii
0 stars 1 forks source link

Can't save wad after sending to wii #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. load a wad in customizemii
2. replace something
3. send to wii (success)
4. customizemii asks if I want to save
5. I say yes
6. save dialogue box pops up (default file name is just -.wad)
7. I give it a proper name, like channel.wad
8. I click save
9. customizemii throws an error.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2.1

Please provide any additional information below.
It might be just my computer.  I'll post the error logs later.

Original issue reported on code.google.com by wilson.p...@gmail.com on 22 Jan 2010 at 7:06

GoogleCodeExporter commented 9 years ago
Could not find a part of the path
'C:\WINDOWS\Temp\CustomizeMii_Temp\xxxxxxxxxx\SendToWii.wad'.

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:\WINDOWS\Temp\CustomizeMii_Temp\96892fc8-221d-441d-8720-f1e616841269
\SendToWii.wad'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, 
Boolean overwrite)
   at CustomizeMii.CustomizeMii_Main.bwTransmit_RunWorkerCompleted(Object sender, 
RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted
(RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3603 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
CustomizeMii
    Assembly Version: 2.1.0.0
    Win32 Version: 2.1.0.0
    CodeBase: file:///D:/Documents%20and%20Settings/alex%20p%
20wilson/Desktop/CustomizeMii.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e
089/S
ystem.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///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.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy
stem.
Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50
a3a/S
ystem.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: 
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System
.Xml.
dll
----------------------------------------
CustomizeMiiInstaller
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///D:/Documents%20and%20Settings/alex%20p%
20wilson/Desktop/CustomizeMiiInstaller.DLL
----------------------------------------
ForwardMii
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///D:/Documents%20and%20Settings/alex%20p%
20wilson/Desktop/ForwardMii.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.

Original comment by wilson.p...@gmail.com on 22 Jan 2010 at 11:20

GoogleCodeExporter commented 9 years ago
Whoops, deleting the file before copying it is no good idea, huh?
Will be fixed in the next version, sorry :)

Original comment by Lea...@gmail.com on 24 Jan 2010 at 4:36