Menu

Home

mikerr

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Members:


Discussion

  • CHRISTOPHER DENIZARD

    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:

    1. Open the inside Win98.img, put the files and zip it back in.
    2. Try to connect host through an internal net defined between them
    3. 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
  • pale

    pale - 2018-08-25

    When playing a lot with this image and qemu itself I used another two ways to put files into the win98-image.

    1. 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.

    2. 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
  • CHRISTOPHER DENIZARD

    Cool! I am going to try, thanks!!!

     
  • Thomas Boström

    Thomas Boström - 2019-08-27

    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$

     
  • Dr. Pedro E. Colla

    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.

     

Log in to post a comment.