[Mono-bugs] [Bug 727902] New: System.IO.FileNotFoundException using with Unity3d game engine
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 2 17:16:27 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=727902
https://bugzilla.novell.com/show_bug.cgi?id=727902#c0
Summary: System.IO.FileNotFoundException using with Unity3d
game engine
Classification: Mono
Product: MonoDevelop
Version: 2.4.2
Platform: 64bit
OS/Version: Windows 7
Status: NEW
Severity: Major
Priority: P5 - None
Component: debugger
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: MangaSketch at gmail.com
QAContact: monodevelop-bugs at lists.ximian.com
Found By: Customer
Blocker: ---
Created an attachment (id=460046)
--> (http://bugzilla.novell.com/attachment.cgi?id=460046)
Screenshot of the error I'm getting
Description of Problem:
Whenever I go to "Build" -> "Build All" in MD, it's giving me two errors:
1.Error Error: System.IO.FileNotFoundException: Could not find file
'C:\Users\Kaze'. (Error: System.IO.FileNotFoundException)
(Assembly-UnityScript)
2.Error File name: 'C:\Users\Kaze' (File name) (Assembly-UnityScript)
I think part of the problem rests in MonoDevelop not understanding a space. My
actual username on my computer is "Kaze Enji" and I think the space is throwing
things off. Under the settings for project location in MonoDevelop though, the
directory path is correct. You can't change the username's folder in Windows 7
without a reformat and changing my User Account name has no effect.
I purposefully screwed up the script to further test things and MonoDevelop is
getting stuck on the aforementioned errors and will not tell me the other
errors in the script.
I've also attempted to create the project under the C:\ on my computer, outside
of the users folder, with no effect.
Steps to reproduce the problem:
1. Open a script
2. "Build" -> "Build All"
Actual Results:
System.IO.FileNotFoundException
Expected Results:
No errors
How often does this happen?
Continuously, every time I hit build
Additional Information:
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mono-bugs
mailing list