* [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux
@ 2004-06-26 13:26 Adam Rosi-Kessel
2004-06-26 13:33 ` Laurent Desnogues
2004-06-26 17:11 ` Johannes Schindelin
0 siblings, 2 replies; 6+ messages in thread
From: Adam Rosi-Kessel @ 2004-06-26 13:26 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 991 bytes --]
I've got a Visual Basic Application that gives an error ("invalid
property value") running under Windows 98SE under qemu under Debian
GNU/Linux sid, but the same application works fine with bochs (I'd much
prefer to use qemu for performance).
Just to make sure it wasn't something wrong with my installation disk
image from bochs, I did a whole new Windows 98SE installation with qemu,
which went fine. I then installed the VB program and got the same error.
Is there any way I could troubleshoot this? How could it be that Win98SE
installs fine but then a particular (simple) application won't work,
while it does work under other VMs? The application doesn't use any
special devices (e.g., serial port)--it's just a quiz program.
Everything else appears to work normally in the qemu/Win98SE environment.
Are there any settings I could change to try to get this application to
work?
Thanks for any suggestions.
--
Adam Kessel
http://adam.rosi-kessel.org
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux
2004-06-26 13:26 [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux Adam Rosi-Kessel
@ 2004-06-26 13:33 ` Laurent Desnogues
2004-06-26 17:11 ` Johannes Schindelin
1 sibling, 0 replies; 6+ messages in thread
From: Laurent Desnogues @ 2004-06-26 13:33 UTC (permalink / raw)
To: qemu-devel
Adam Rosi-Kessel wrote:
> How could it be that Win98SE
> installs fine but then a particular (simple) application won't work,
> while it does work under other VMs? The application doesn't use any
> special devices (e.g., serial port)--it's just a quiz program.
Perhaps is VB interpreter using some x86 instruction that
is "faulty" under Qemu (when I say "faulty", I mean there
are some discrepancies between the various x86, cf. the
problems some dynamic translators had with P4 bit fields
instructions).
Laurent
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux
2004-06-26 13:26 [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux Adam Rosi-Kessel
2004-06-26 13:33 ` Laurent Desnogues
@ 2004-06-26 17:11 ` Johannes Schindelin
2004-06-26 17:33 ` Adam Rosi-Kessel
1 sibling, 1 reply; 6+ messages in thread
From: Johannes Schindelin @ 2004-06-26 17:11 UTC (permalink / raw)
To: qemu-devel
Hi,
On Sat, 26 Jun 2004, Adam Rosi-Kessel wrote:
> I've got a Visual Basic Application that gives an error ("invalid
> property value") running under Windows 98SE under qemu under Debian
> GNU/Linux sid, but the same application works fine with bochs (I'd much
> prefer to use qemu for performance).
Do you use the CVS version? If not, try it. There was a bug which
prevented Java to run, which has been fixed in CVS. It could well be that
this affects Visual Basic, too.
Ciao,
Dscho
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux
2004-06-26 17:11 ` Johannes Schindelin
@ 2004-06-26 17:33 ` Adam Rosi-Kessel
2004-06-26 18:41 ` Adam Kessel
0 siblings, 1 reply; 6+ messages in thread
From: Adam Rosi-Kessel @ 2004-06-26 17:33 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1210 bytes --]
On Sat, Jun 26, 2004 at 07:11:36PM +0200, Johannes Schindelin wrote:
> > I've got a Visual Basic Application that gives an error ("invalid
> > property value") running under Windows 98SE under qemu under Debian
> > GNU/Linux sid, but the same application works fine with bochs (I'd much
> > prefer to use qemu for performance).
> Do you use the CVS version? If not, try it. There was a bug which
> prevented Java to run, which has been fixed in CVS. It could well be that
> this affects Visual Basic, too.
Thanks for the suggestion. I just rebuilt with CVS and the problem is
totally gone. (please ignore my second message on this topic where I
thought it was related to font issue).
Unfortunately, under qemu CVS, Win98SE detected two new devices (APM and
PCI bus) and I allowed it to install them. Now when it crashes on every
reboot just after the splash screen--the screen just goes totally black.
I can reboot in safe mode, so I did and removed the power management and
PCI bus, but it still boots into a black screen. Looks like I might have
to reinstall from scratch unless someone has some idea how to get out of
this problem.
--
Adam Kessel
http://adam.rosi-kessel.org
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux
2004-06-26 17:33 ` Adam Rosi-Kessel
@ 2004-06-26 18:41 ` Adam Kessel
2004-06-27 23:20 ` Hetz Ben Hamo
0 siblings, 1 reply; 6+ messages in thread
From: Adam Kessel @ 2004-06-26 18:41 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 553 bytes --]
On Sat, 2004-06-26 at 13:33 -0400, Adam Rosi-Kessel wrote:
> Unfortunately, under qemu CVS, Win98SE detected two new devices (APM and
> PCI bus) and I allowed it to install them. Now when it crashes on every
> reboot just after the splash screen--the screen just goes totally black.
It turns out this black screen is actually caused by the SciTech Display
Doctor Drivers. Are there known issues using the SciTech video driver
with qemu CVS? That part was working fine in the last release.
--
Adam Rosi-Kessel
http://adam.rosi-kessel.org
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux
2004-06-26 18:41 ` Adam Kessel
@ 2004-06-27 23:20 ` Hetz Ben Hamo
0 siblings, 0 replies; 6+ messages in thread
From: Hetz Ben Hamo @ 2004-06-27 23:20 UTC (permalink / raw)
To: qemu-devel
> It turns out this black screen is actually caused by the SciTech Display
> Doctor Drivers. Are there known issues using the SciTech video driver
> with qemu CVS? That part was working fine in the last release.
Add -cirrusvga to your qemu parameters and remove the Scitech drivers,
you don't need it anymore..
Thanks,
Hetz
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-06-26 23:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-26 13:26 [Qemu-devel] Visual Basic Application Not Working Under Qemu/Win98SE/Linux Adam Rosi-Kessel
2004-06-26 13:33 ` Laurent Desnogues
2004-06-26 17:11 ` Johannes Schindelin
2004-06-26 17:33 ` Adam Rosi-Kessel
2004-06-26 18:41 ` Adam Kessel
2004-06-27 23:20 ` Hetz Ben Hamo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).