Wubi 9.04 rev129 crashes near end of install with UnicodeDecodeError
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Wubi |
New
|
Undecided
|
Unassigned |
Bug Description
Wubi runs without problems, then dies at the very end of the installation. By "dies", I mean that the Wubi window simply disappears, no error message shown.
The last lines of the log file indicates that character set problems remain, akin to bug 344151:
...
04-24 22:37 DEBUG TaskList: ## Finished choose_disk_sizes
04-24 22:37 DEBUG TaskList: ## Running create_preseed...
04-24 22:37 ERROR TaskList: 'ascii' codec can't decode byte 0xf8 in position 5: ordinal not in range(128)
Traceback (most recent call last):
File "Z:\home\
File "Z:\home\
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf8 in position 5: ordinal not in range(128)
...
I gather this is is a regression due to Wubi 9.04 being rewritten in Python. Wubi is unfortunately not the first Python program to choke on my name. :-/