http://bugs.winehq.org/show_bug.cgi?id=23106
Summary: Shareaza shows white boxes when you select a neighbor
in the network tab
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://shareaza.sourceforge.net/?id=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=28714)
--> (http://bugs.winehq.org/attachment.cgi?id=28714)
Screenshot of the problem
The screenshot shows the issue. This is in Ubuntu 10.04 and Wine 1.2-rc2 and
todays git.
--
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=24211
Summary: ispq crashes on 'create account' without native
devenum
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Reported by a user at
http://forum.winehq.org/viewtopic.php?t=9443
To reproduce:
rm -rf ~/.wine
sh winetricks wmp9
wget http://download.ispq.com/ispq9.msi
wine msiexec /i ispq9.msi
cd ".wine/drive_c/Program Files/iSpQ VideoChat 9"
wine ispqvideochat9.exe
Click on Create Account. App crashes.
On the console, one sees
err:ole:CoGetClassObject no class object
{e30629d2-27e5-11ce-875d-00608cb78066} could be created for context 0x17
wine: Unhandled page fault on read access to 0x00000000 at address
0xa7c43b6 (thread 0009), starting debugger...
To work around, copy devenum.dll from your windows partition into system32
and set it to native in winecfg.
--
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=22253
Summary: Total Commander: Scrolling with the mouse wheel does
not work in Brief view
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Go to c:\windows\system32\, Ctrl F1 (or Show -> Brief), notice a horizontal
scrollbar appear.
Scroll "down" with the mouse wheel. The scroll bar should go right, but nothing
happens.
Press PageDown to go to the end of the file list. Scroll "up" using the mouse
wheel, notice the scroll bar goes left. But scrolling "down" still does not
work..
In Ctrl F2 (showing full file details) there is a vertical scrollbar, and
scrolling there using the mouse wheel works fine.
Total Commander 7.50a
Ubuntu 9.10
--
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=28153
Summary: AutoIt - @DesktopRefresh
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rcmaehl(a)aol.com
In wine-1.2.2 and wine-1.3.15 on Ubuntu @DesktopRefresh for autoit does not
give correct output.
sample script:
MsgBox(0x0, "Desktop Refresh", @DesktopRefresh)
Expected result:
Message Box showing Desktop Refresh
Actual result:
Message Box showing Desktop Refresh as 0
--
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=28735
Bug #: 28735
Summary: ntdll/tests/exception.ok fails under valgrind
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make exception.ok" in ntdll/tests under valgrind fails.
This has been happening since at least early last year. Log:
valgrind: Unrecognised instruction at address 0x7f230000.
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
err:seh:segv_handler Got unexpected trap 0
exception.c:396: Test failed: 15: Wrong exception code c000001d/c0000005
exception.c:399: Test failed: 15: Wrong exception address 0x7f230000/0x7f230006
exception.c:405: Test failed: 15: Wrong number of parameters 0/2
exception.c:396: Test failed: 15: Wrong exception code c000001d/c0000005
exception.c:399: Test failed: 15: Wrong exception address 0x7f230000/0x7f230006
exception.c:405: Test failed: 15: Wrong number of parameters 0/2
Conditional jump or move depends on uninitialised value(s)
at handler (exception.c:418)
by ??? (signal_i386.c:2522)
by ??? (signal_i386.c:2522)
by __regs_RtlUnwind (signal_i386.c:2397)
by __wine_call_from_regs (in dlls/ntdll/ntdll.dll.so)
by ??? (signal_i386.c:2413)
by unwind_frame (exception.c:74)
by __wine_exception_handler (exception.c:99)
by ??? (signal_i386.c:2522)
by ??? (signal_i386.c:2522)
by call_stack_handlers (signal_i386.c:616)
by raise_exception (signal_i386.c:694)
by NtRaiseException (signal_i386.c:2422)
by raise_segv_exception (signal_i386.c:1751)
by 0xDEADBABD: ???
by func_exception (exception.c:465)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at setup_exception_record (signal_i386.c:1629)
by segv_handler (signal_i386.c:1876)
by ??? (in /lib/i386-linux-gnu/libpthread-2.13.so)
Might be a valgrind bug, but winehq is probably the right place for triaging
it.
--
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=20074
Summary: Oblivion: black skin of main hero without native
d3dx9_27.dll
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
Created an attachment (id=23635)
--> (http://bugs.winehq.org/attachment.cgi?id=23635)
wined3d(buggy)
Some time ago we need native d3dx9_27.dll to start Oblivion. Today we can play
it without native library. Bloom and HDR works too (HDR with some work). But
when I played, I saw very strange bug... Skin of my hero is black. Other people
looks fine. Watsh screenshots of fine view with native d3dx9_27.sll and badly
view without it. This bug works with DR, Bloom and without this.
It can be that this is because my hero is Danmer.
--
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=25818
Summary: Macromedia Flash 8 has duplicated "minimize, restore,
close" icons in the menu bar
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=32903)
--> (http://bugs.winehq.org/attachment.cgi?id=32903)
screenshot
Macromedia Flash 8 has duplicated "minimize, restore, close" icons in the menu
bar
Those duplicate buttons are working (in the same way as original) But when you
will close current project with help of them and create new one original
buttons will not be present, only duplicated.
--
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=30891
Bug #: 30891
Summary: page fault in wined3d_surface_blt
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chinese_chater(a)yahoo.de
Classification: Unclassified
Created attachment 40479
--> http://bugs.winehq.org/attachment.cgi?id=40479
command line output, including backtrace
After starting the game Typing of the Dead and selecting "Network" in the menu,
wine 1.4 crashes:
---
Unhandled exception: page fault on read access to 0x00000072 in 32-bit code
(0x7e1cab0e).
[...]
=>0 0x7e1cab0e wined3d_surface_blt+0xfce() in wined3d (0x0033fc04)
1 0x7e27a443 in ddraw (+0x3a442) (0x0033fcd4)
2 0x00477131 in tod_e (+0x77130) (0x0033fd34)
---
(see attached backtrace.txt for the complete output)
On startup for this trace I've selected "DirectDraw HAL \ Microsoft Direct3D
RGB Software Emulation will be used", but it happens with "DirectDraw HAL \
WINE Direct3D7 Hardware acceleration using WineD3D will be used" and
"DirectDraw HAL \ WINE Direct3D7 Hardware Transform and Lightning acceleration
using WineD3D will be used", too.
I'm running wine on a 64bit (both kernel- and userspace) laptop with a GeForce
8600M GT and the open source nouveau graphics driver on a recent Debian sid,
with some i386 libraries to run the 32bit wine, obviously.
I'm using the latest, recently uploaded package in Debian sid: wine 1.4-6.
Cheers, Linus
--
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.