weolar / xpchrome

chrome for windows xp
71 stars 3 forks source link

It is acting strange under ReactOS #8

Open Zero3K opened 10 months ago

Zero3K commented 10 months ago

It keeps launching itself when ran under ReactOS. Here's a screenshot of the issue:

VirtualBox_ReactOS_16_11_2023_13_07_48

weolar commented 10 months ago

It looks like the UI is not being displayed?

Zero3K commented 10 months ago

Correct. It keeps launching itself until ReactOS crashes and also states that "Chromium is unresponsive. Would you like to relaunch it?".

Zero3K commented 10 months ago

I wonder if it is a bug in your build of Chromium or a bug in ReactOS.

weolar commented 10 months ago

I am currently unable to confirm this, as I have not installed a ReactOS virtual machine to test this scenario.

Zero3K commented 10 months ago

Okay. I think it also affects Windows 2000 from what I have seen.

weolar commented 10 months ago

I don't think it will run on Win2000 because there are still a few APIs that I haven't implemented yet.

Zero3K commented 10 months ago

Would a debug log made while running it under ReactOS help?

weolar commented 10 months ago

I'm afraid it's not very useful. I need to find a virtual machine to debug it.

Zero3K commented 10 months ago

You can easily make one.

Zero3K commented 10 months ago

It looks to be a ReactOS bug according to the attached debug log.

XPChrome_ReactOS.txt

Zero3K commented 10 months ago

Maybe someone could make a ticket regarding it on https://jira.reactos.org.

Zero3K commented 10 months ago

The new version doesn't give me the error dialog box, it just keeps loading itself with no UI showing.

Zero3K commented 9 months ago

Is there anything I can do to help?

weolar commented 9 months ago

Do you have a VMware image of ReactOS? This way I can run it directly for testing.

Zero3K commented 9 months ago

Not VirtualBox?

Zero3K commented 9 months ago

https://reactos.org/getbuilds/

weolar commented 9 months ago

ok, i try it

Zero3K commented 9 months ago

https://reactos.org/wiki/Debugging

Zero3K commented 9 months ago

Did you find anything?

weolar commented 9 months ago

Sorry, I've been quite busy these days and haven't had a chance to take a look yet.

Zero3K commented 9 months ago

I think making a ticket on https://jira.reactos.org would be a start just in case it is a ReactOS issue.

PerKCheddy commented 9 months ago

ZERO3K STOP HARASSING THIS GUY HOLY FUCK

PerKCheddy commented 9 months ago

Bro reacted 3 minutes ago, bro's sleep deprived

Zero3K commented 9 months ago

I won't comment in here any more until he responds with his findings.

qwertyopus commented 9 months ago

The same thing happens on Windows XP if WineD3D installed. I think it's because dxgi.dll. This file isn't in original Windows XP, but it is in ReactOS. May be replace dxgi.dll on something like axgi.dll with Hex Editor in chrome.dll allow you to solve the problem.

Zero3K commented 9 months ago

dxgi.dll isn't included by default in ReactOS.