All files worked fine!!! I have noticed that I am unable to open flash drives from Windows 98 emulated. Is there a way to include some programs that we want to use there?
Any help would be apreciated, thanks!
BR
Edit:
I thought in 3 possible solutions, maybe someone may help:
Open the inside Win98.img, put the files and zip it back in.
Try to connect host through an internal net defined between them
Try to use the qemu command with usb attach option
Anyone tried or have experience with one of these solutions? If Ii can get it done, I post here.
Last edit: CHRISTOPHER DENIZARD 2018-07-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When playing a lot with this image and qemu itself I used another two ways to put files into the win98-image.
By configuring the network via raspi-config. That also connects Qemu to the Network by the win98.sh-script in /rootfs/home/ and enables downloading any files you want with the win98-VM directly. That turned out to be quite an adventure with Win98's IE 6.0 nowdays.
By putting the desired files into an iso-image(genisoimage) and adding "-cdrom /path/to/image.iso" into the sh-file that boots up Qemu with the guest-system. The files will be handed over to the guest as a CDROM-Drive then. You could also do that with other image-formats that can be handed over to qemu but I haven't tried that yet.
Maybe one of those would do the trick for you.
Last edit: pale 2018-08-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to operate a program requiring a serial port, I've an USB serial port attached as /dev/ttyUSB0 but I'm failing to make it being recognized by wine under this configuration.
I'd followed the advices found in terms of defining it on the registry (/software/wine/Ports/COM1=/dev/ttyUSB0 and to create a symlink at .wine/dosdevices between com1 and /dev/ttyUSB0.
Any other hint or clue you might want to share with me on the subject?
Thanks & best regards, Pedro.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!!
All files worked fine!!! I have noticed that I am unable to open flash drives from Windows 98 emulated. Is there a way to include some programs that we want to use there?
Any help would be apreciated, thanks!
BR
Edit:
I thought in 3 possible solutions, maybe someone may help:
Anyone tried or have experience with one of these solutions? If Ii can get it done, I post here.
Last edit: CHRISTOPHER DENIZARD 2018-07-27
When playing a lot with this image and qemu itself I used another two ways to put files into the win98-image.
By configuring the network via raspi-config. That also connects Qemu to the Network by the win98.sh-script in /rootfs/home/ and enables downloading any files you want with the win98-VM directly. That turned out to be quite an adventure with Win98's IE 6.0 nowdays.
By putting the desired files into an iso-image(genisoimage) and adding "-cdrom /path/to/image.iso" into the sh-file that boots up Qemu with the guest-system. The files will be handed over to the guest as a CDROM-Drive then. You could also do that with other image-formats that can be handed over to qemu but I haven't tried that yet.
Maybe one of those would do the trick for you.
Last edit: pale 2018-08-25
Cool! I am going to try, thanks!!!
I try to run Zello without any luck, are there any trick to have it running?
wine-user@raspberrypi:~/.wine/drive_c/Program Files/Zello$ wine Zello.exe
Unsupported ancillary data: 1/2
fixme:module:GetModuleHandleExW should pin refcount for 0x400000
fixme:module:GetModuleHandleExW should pin refcount for 0x400000
err:module:DelayLoadFailureHook failed to delay load imm32.dll.ImmGetContext
wine: Call from 0x7b83d939 to unimplemented function imm32.dll.ImmGetContext, aborting
wine: Unimplemented function imm32.dll.ImmGetContext called at address 0x7b83d939 (thread 0022), starting debugger...
Unsupported ancillary data: 1/2
qemu: Unsupported syscall: 26
Can't attach process 0029: error 5
wine-user@raspberrypi:~/.wine/drive_c/Program Files/Zello$
Hello,
I'm trying to operate a program requiring a serial port, I've an USB serial port attached as /dev/ttyUSB0 but I'm failing to make it being recognized by wine under this configuration.
I'd followed the advices found in terms of defining it on the registry (/software/wine/Ports/COM1=/dev/ttyUSB0 and to create a symlink at .wine/dosdevices between com1 and /dev/ttyUSB0.
Any other hint or clue you might want to share with me on the subject?
Thanks & best regards, Pedro.