mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-26 05:25:56 +03:00
[GH-ISSUE #10] Strange filenames triggered an error "OSError: [Errno 22] Invalid argument" #9
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/win98-quickinstall#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eotect on GitHub (May 15, 2024).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/10
I lazily copied a whole windows 98 setup cd to my os_root.
Runing:
python sysprep.py --osroot ..\rootProduced an error aborting everythime:
After dig into mercypak.py , I found out that a file name root\cdrom\boot.images\floppy_1.44.00.ima caused the problem.
Not sure how to fix it, so I just deleted the file. And everything worked fine.
@oerg866 commented on GitHub (May 16, 2024):
Perhaps this file has a broken time stamp - could you show me the explorer properties page for that file?
@oerg866 commented on GitHub (Sep 22, 2024):
Nothing new here, closing.