Thomas Weidenmueller wrote:
Hartmut Birr wrote:
This change breaks running ros on qemu and real hardware. I don't see a mouse cursor after the gui is started. If I move the mouse, ros does crash. If I don't move the mouse, ros starts up to the first device install dialog. After this ros terminates itself and does switch off the computer.
It's a dependency bug in rbuild. Delete lib/gdi32/misc/win32k.S and lib/user32/misc/win32k.S and rebuild, that should fix all the problems. In my opinion those files should be created in obj-i386...
Never mind, I didn't notice the patches were reverted in the meanwhile. Not surprising that it works again ;)
- Thomas