-
Notifications
You must be signed in to change notification settings - Fork 19
Description
When the user on the computer which the debugger runs from has a space bar in the name of the user (for example C:\Users\This Test\Desktop\CodeGuruX) it reads the address as C:\Users\This%20Test\Desktop\CodeGuruX and then when it tries to create the temp file that it disassembles, it tries to put it somewhere that doesnt exist.
I assume this is the bug because in my usual user (Test Startcraft, long story why I use that...) the debbuger gives me an error where and when he tries to disassemble the arena and it shows that he couldnt create the temp_disassembler file in C:\Users\Test%20Starcraft\Desktop\CodeGuruX, while when I tried it in my user named idan it worked perfectly fine. For both tries I used the exact same folder and placed it on both desktops. Both users are also adminstrators on my computer.
In case it matters I use a windows 7 64bit computer.
I'm fairly certian that what I said here is the cause of the problem, might be something else though.