http://bugs.winehq.org/show_bug.cgi?id=25744
Summary: Wineboot fails on powerpc/linux Product: Wine Version: 1.3.11 Platform: ppc32 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
austin@gcc40:~$ WINEDEBUG=+process,+wineboot ./wine-git/wine ./wine-git/programs/wineboot/wineboot.exe.so 2>&1 | tee boot.txt wine: created the configuration directory '/home/austin/.wine' trace:process:init_current_directory starting in L"Z:\home\austin\" 0xc trace:process:CreateProcessW app L"C:\windows\system32\wineboot.exe" cmdline L"C:\windows\system32\wineboot.exe --init" trace:process:open_exe_file looking for L"C:\windows\system32\wineboot.exe" trace:process:CreateProcessW starting L"C:\windows\system32\wineboot.exe" as 32-bit Winelib app err:process:start_wineboot failed to start wineboot, err 1359 trace:process:__wine_kernel_init starting process name=L"Z:\home\austin\wine-git\programs\wineboot\wineboot.exe.so" argv[0]=L"Z:\home\austin\wine-git\programs\wineboot\wineboot.exe.so" trace:wineboot:pendingRename Entered trace:wineboot:pendingRename Value not present - nothing to rename trace:wineboot:ProcessRunKeys processing L"RunServicesOnce" entries under HKLM trace:wineboot:ProcessRunKeys done
and hangs there at nearly 100% cpu, even if I let it sit for 15 minutes.
http://bugs.winehq.org/show_bug.cgi?id=25744
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression CC| |julliard@winehq.org
--- Comment #1 from Austin English austinenglish@gmail.com 2011-01-15 03:34:54 CST --- The hang seems to be caused by:
bb33cebe3f7b24759aa47238a33197bbf73cfcb1 is first bad commit commit bb33cebe3f7b24759aa47238a33197bbf73cfcb1 Author: Alexandre Julliard julliard@winehq.org Date: Wed May 19 12:14:03 2010 +0200
user32: Store a pre-computed alpha bitmap for 32-bpp icons with an alpha channel.
:040000 040000 50111d24987ad7db2b2e8c32fb9dbe139ed5504e b6f95a273c5743293012092f66fa8b17de4885e8 M dlls
before this, wineboot would finish, and notepad would run. After this, it simply hangs indefinitely.
http://bugs.winehq.org/show_bug.cgi?id=25744
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2011-01-15 05:06:07 CST --- Sounds like DIB exception handling doesn't work. Not really a regression.
http://bugs.winehq.org/show_bug.cgi?id=25744
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=25744
--- Comment #3 from Austin English austinenglish@gmail.com 2011-02-11 17:29:56 CST --- Created an attachment (id=33244) --> (http://bugs.winehq.org/attachment.cgi?id=33244) dirty hack
This dirty hack lets notepad/cmd work for me on powerpc.
http://bugs.winehq.org/show_bug.cgi?id=25744
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wineboot fails on |Wineboot fails on |powerpc/linux |arm/powerpc linux
--- Comment #4 from Austin English austinenglish@gmail.com 2011-02-12 01:41:30 CST --- Also affects ARM.
Potentially any non-x86 hardware, though I can't test Sparc at the moment due to bug 24142. I'm not sure of how wine is on MIPS/Alpha these days, guess I'll have to try those next on the compiler farm.
http://bugs.winehq.org/show_bug.cgi?id=25744
--- Comment #5 from André H. nerv@dawncrow.de 2011-02-12 06:41:48 CST --- (In reply to comment #4)
Also affects ARM.
Potentially any non-x86 hardware, though I can't test Sparc at the moment due to bug 24142. I'm not sure of how wine is on MIPS/Alpha these days, guess I'll have to try those next on the compiler farm.
Thanks for testing. MIPS and Alpha won't work because of port.c stuff. but still http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s... is in a bit better shape than http://source.winehq.org/git/wine.git/?a=search&h=HEAD&st=grep&s...
http://bugs.winehq.org/show_bug.cgi?id=25744
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wineboot fails on |Wineboot fails on powerpc |arm/powerpc linux |linux
--- Comment #6 from André H. nerv@dawncrow.de 2011-07-04 14:40:21 CDT --- can't confirm that on ARM, seems to be environment related or fixed
http://bugs.winehq.org/show_bug.cgi?id=25744
--- Comment #7 from Austin English austinenglish@gmail.com 2011-07-04 20:24:13 CDT --- (In reply to comment #6)
can't confirm that on ARM, seems to be environment related or fixed
In wine-1.3.23-192-g39684c7, I get a crash on start, this patch (rebased) doesn't make a difference. I'll bisect that next..
http://bugs.winehq.org/show_bug.cgi?id=25744
--- Comment #8 from Austin English austinenglish@gmail.com 2011-07-06 15:57:41 CDT --- (In reply to comment #7)
(In reply to comment #6)
can't confirm that on ARM, seems to be environment related or fixed
In wine-1.3.23-192-g39684c7, I get a crash on start, this patch (rebased) doesn't make a difference. I'll bisect that next..
That was on PowerPC, not ARM.
http://bugs.winehq.org/show_bug.cgi?id=25744
--- Comment #9 from André H. nerv@dawncrow.de 2011-10-07 10:46:59 CDT --- still present? could you please track down the line of code that causes it e.g. by adding TRACEs or ERRs?
http://bugs.winehq.org/show_bug.cgi?id=25744
--- Comment #10 from Austin English austinenglish@gmail.com 2011-10-31 20:18:43 CDT --- The gcc compiler farm machine I was using is currently down. I've contacted the admin. Will retest when it is back up.
http://bugs.winehq.org/show_bug.cgi?id=25744
--- Comment #11 from Austin English austinenglish@gmail.com 2011-10-31 20:54:03 CDT --- (In reply to comment #10)
The gcc compiler farm machine I was using is currently down. I've contacted the admin. Will retest when it is back up.
https://gna.org/support/index.php?2801
http://bugs.winehq.org/show_bug.cgi?id=25744
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28981
http://bugs.winehq.org/show_bug.cgi?id=25744
Bug 25744 depends on bug 28981, which changed state.
Bug 28981 Summary: powerpc build broken in gdi32/tests/generated.c, tons of "error: size of unnamed array is negative" http://bugs.winehq.org/show_bug.cgi?id=28981
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
http://bugs.winehq.org/show_bug.cgi?id=25744
Bug 25744 depends on bug 28981, which changed state.
Bug 28981 Summary: powerpc build broken in gdi32/tests/generated.c, tons of "error: size of unnamed array is negative" http://bugs.winehq.org/show_bug.cgi?id=28981
What |Old Value |New Value ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Status|CLOSED |REOPENED Resolution|INVALID |
http://bugs.winehq.org/show_bug.cgi?id=25744
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |29021
http://bugs.winehq.org/show_bug.cgi?id=25744
Bug 25744 depends on bug 29021, which changed state.
Bug 29021 Summary: powerpc32 build broken on 64-bit hosts: /usr/bin/ld: powerpc:common architecture of input file `c_037.o' is incompatible with powerpc:common64 output http://bugs.winehq.org/show_bug.cgi?id=29021
What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
http://bugs.winehq.org/show_bug.cgi?id=25744
Bug 25744 depends on bug 28981, which changed state.
Bug 28981 Summary: powerpc build broken in gdi32/tests/generated.c, tons of "error: size of unnamed array is negative" http://bugs.winehq.org/show_bug.cgi?id=28981
What |Old Value |New Value ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED
https://bugs.winehq.org/show_bug.cgi?id=25744
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #12 from Wylda wylda@volny.cz --- Hi Austin & André, still valid bug?
https://bugs.winehq.org/show_bug.cgi?id=25744
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #13 from Austin English austinenglish@gmail.com --- (In reply to Wylda from comment #12)
Hi Austin & André, still valid bug?
I don't have easy access to a 32-bit ppc machine to test, marking abandoned.
https://bugs.winehq.org/show_bug.cgi?id=25744
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Bruno Jesus 00cpxxx@gmail.com --- Closing abandoned bugs.