http://bugs.winehq.org/show_bug.cgi?id=25708
Summary: Installation problem. update-binfmts: --- Segmentation
fault --- start: Job failed to start
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gherardo(a)yahoo.com
Created an attachment (id=32752)
--> (http://bugs.winehq.org/attachment.cgi?id=32752)
The dpkg log for install and removal
I have an Ubuntu 10.04 with latest fixes.
I have used wine without problems for year but a couple weeks ago' it started
not working. Even winecfg has problems like this:
winecfg
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
Segmentation fault
After many tentatives I decided to wipe wine and reinstall from scratch.
I tried 1.3, 1.2, 1.0 but this is what happens when I try to install Wine:
Selezionato il pacchetto winetricks.
Estrazione di winetricks (da
.../winetricks_0.0+20101106-0ubuntu1~lucidppa1_i386.deb)...
Selezionato il pacchetto wisotool.
Estrazione di wisotool (da .../wisotool_0.0+20101106~lucidppa1_i386.deb)...
Elaborazione dei trigger per python-gmenu...
Rebuilding /usr/share/applications/desktop.it_IT.utf8.cache...
Elaborazione dei trigger per desktop-file-utils...
Elaborazione dei trigger per man-db...
Elaborazione dei trigger per hicolor-icon-theme...
Elaborazione dei trigger per python-support...
Configurazione di wine1.2 (1.2-1ubuntu1~lucidppa1)...
start: Job failed to start
start: Job failed to start
update-binfmts: warning: current package is wine, but binary format already
installed by wine1.0
Configurazione di wine1.2-gecko (1.0.0-0ubuntu4)...
Configurazione di winetricks (0.0+20101106-0ubuntu1~lucidppa1)...
Configurazione di wisotool (0.0+20101106~lucidppa1)...
Elaborazione dei trigger per libc-bin...
ldconfig deferred processing now taking place
There is something wrong in the installation that I cannot trace back.
BTW, winecfg has the same problem as above and also no other program works.
I also have no .wine directory...
If I try to remore wine this is what happens...
Rimozione di wine1.2...
update-binfmts: warning: current package is wine, but binary format already
installed by wine1.0; not removing.
Eliminazione dei file di configurazione di wine1.2...
start: Job failed to start
Rimozione di wine1.2-gecko...
Rimozione di winetricks...
Rimozione di wisotool...
Elaborazione dei trigger per hicolor-icon-theme...
Elaborazione dei trigger per man-db...
Elaborazione dei trigger per python-gmenu...
Rebuilding /usr/share/applications/desktop.it_IT.utf8.cache...
Elaborazione dei trigger per desktop-file-utils...
Elaborazione dei trigger per libc-bin...
ldconfig deferred processing now taking place
Elaborazione dei trigger per python-support...
Attached is the dpkg log.
Thanks, Gherardo
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6878
--- Comment #12 from Richard Russell <richard(a)rtrussell.co.uk> 2011-02-15 11:04:48 CST ---
(In reply to comment #11)
> Richard, what app do you have that needs this (besides your testcase)?
BBC BASIC for Windows:
http://www.bb4w.com/
Plus, importantly, applications compiled using that language. That's part of
the problem: there is an ever-growing number of applications that use
GetBoundsRect, because they're created in BBC BASIC!
It's perhaps also worth mentioning that GDI+ supports GetBoundsRect too; GDI+
drawing functions update the bounding rectangle just the same as GDI drawing
functions do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6878
--- Comment #11 from Dan Kegel <dank(a)kegel.com> 2011-02-15 09:03:44 CST ---
Richard, what app do you have that needs this (besides your testcase)?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6878
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2011-02-14 23:52:09 CST ---
Still in wine-1.3.13-217-ga24e8c8.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26111
Summary: ntdll/info test shows an invalid read (valgrind)
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid read of size 1
at virtual_check_buffer_for_write (virtual.c:1664)
by NtReadVirtualMemory (virtual.c:2778)
by test_readvirtualmemory (info.c:1075)
by func_info (info.c:1416)
by run_test (test.h:556)
by main (test.h:624)
Address 0x1234 is not stack'd, malloc'd or (recently) free'd
Looking at the code, however, it's intended:
/* illegal local address */
status = pNtReadVirtualMemory(process, teststring, (void *)0x1234, 12,
&readcount);
ok( status == STATUS_ACCESS_VIOLATION, "Expected STATUS_ACCESS_VIOLATION, got
%08x\n", status);
ok( readcount == 0, "Expected to read 0 bytes, got %ld\n",readcount);
filing a placeholder bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26098
Summary: rsaenh/rsaenh tests shows some valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: trivial
Priority: P2
Component: rsaenh
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid read of size 4
at CryptHashData (crypt.c:1753)
by test_hashes (rsaenh.c:571)
by func_rsaenh (rsaenh.c:2980)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f0095d0 is 0 bytes inside a block of size 24 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by HeapFree (heap.c:272)
by GlobalFree (heap.c:748)
by LocalFree (heap.c:1009)
by CryptReleaseContext (crypt.c:652)
by test_hashes (rsaenh.c:567)
by func_rsaenh (rsaenh.c:2980)
by run_test (test.h:556)
by main (test.h:624)
...
Invalid read of size 4
at CryptDestroyHash (crypt.c:884)
by test_hashes (rsaenh.c:577)
by func_rsaenh (rsaenh.c:2980)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f0095d0 is 0 bytes inside a block of size 24 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by HeapFree (heap.c:272)
by GlobalFree (heap.c:748)
by LocalFree (heap.c:1009)
by CryptReleaseContext (crypt.c:652)
by test_hashes (rsaenh.c:567)
by func_rsaenh (rsaenh.c:2980)
by run_test (test.h:556)
by main (test.h:624)
...
12 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by HeapAlloc (heap.c:267)
by GlobalAlloc (heap.c:360)
by LocalAlloc (heap.c:960)
by CryptCreateHash (crypt.c:739)
by test_hashes (rsaenh.c:563)
by func_rsaenh (rsaenh.c:2980)
by run_test (test.h:556)
by main (test.h:624)
...
368 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ???
by ???
by CryptCreateHash (crypt.c:747)
by test_hashes (rsaenh.c:563)
by func_rsaenh (rsaenh.c:2980)
by run_test (test.h:556)
by main (test.h:624)
...
there's also:
Conditional jump or move depends on uninitialised value(s)
at RSAENH_CPDeriveKey (rsaenh.c:3926)
by CryptDeriveKey (crypt.c:844)
by test_schannel_provider (rsaenh.c:2373)
by func_rsaenh (rsaenh.c:2998)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by new_object (handle.c:359)
by new_key (rsaenh.c:850)
by import_symmetric_key (rsaenh.c:2911)
by import_key (rsaenh.c:3066)
by RSAENH_CPImportKey (rsaenh.c:3103)
by CryptImportKey (crypt.c:1843)
by test_schannel_provider (rsaenh.c:2339)
by func_rsaenh (rsaenh.c:2998)
by run_test (test.h:556)
by main (test.h:624)
but I'm betting that http://source.winehq.org/patches/data/71353 may fix that
(which was caught today by +heap).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26102
Summary: pdh/pdh tests shows a couple valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: pdh
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid read of size 4
at PdhCloseQuery (pdh_main.c:395)
by test_PdhOpenQueryA (pdh.c:83)
by func_pdh (pdh.c:968)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f005930 is 0 bytes inside a block of size 32 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by heap_free (pdh_main.c:62)
by destroy_query (pdh_main.c:174)
by PdhCloseQuery (pdh_main.c:428)
by test_PdhOpenQueryA (pdh.c:80)
by func_pdh (pdh.c:968)
by run_test (test.h:556)
by main (test.h:624)
...
Invalid read of size 4
at PdhCloseQuery (pdh_main.c:395)
by test_PdhOpenQueryW (pdh.c:107)
by func_pdh (pdh.c:969)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f005960 is 0 bytes inside a block of size 32 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by heap_free (pdh_main.c:62)
by destroy_query (pdh_main.c:174)
by PdhCloseQuery (pdh_main.c:428)
by test_PdhOpenQueryW (pdh.c:104)
by func_pdh (pdh.c:969)
by run_test (test.h:556)
by main (test.h:624)
Though, looking at the code, these warnings are caused by:
ret = PdhCloseQuery( query );
ok(ret == PDH_INVALID_HANDLE, "PdhCloseQuery failed 0x%08x\n", ret);
e.g., these invalid reads are expected.
Filing a bug so I have something to reference in the valgrind suppression file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2770
--- Comment #17 from Austin English <austinenglish(a)gmail.com> 2011-02-14 12:42:42 CST ---
I get an application error on start, in a message box. Terminal shows:
austin@aw21 ~/.wine/drive_c/Program Files/Powerbullet $ wine Powerbullet.exe
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0xe7e934, overlapped 0xe7e938): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0xb4675c
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26093
Summary: Rendering problem with Pronote Client 2010 0.0.12
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vinylourson(a)gmail.com
Created an attachment (id=33283)
--> (http://bugs.winehq.org/attachment.cgi?id=33283)
screenshot of the application
There has been some rendering problems since upgrade from Ubuntu 10.04 to 10.10
(see screenshot attached).
The software involved is Pronote Client 2010 0.0.12
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=6654)
The problem wasn't solved with latest version of Wine from PPA.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.