http://bugs.winehq.org/show_bug.cgi?id=11450
Summary: Imgburn IOCTL bug since 0.9.54
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.imgburn.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amurphy7701(a)yahoo.com
CC: julliard(a)winehq.org
Created an attachment (id=10586)
--> (http://bugs.winehq.org/attachment.cgi?id=10586)
"Normal" ioctl warning as seen in previous versions of wine
I recently upgraded from 0.9.53 to 0.9.54
I use IMGBURN as main burning app, as it's simple and complete.
It used to work flawlessly in SPTI mode, with only a little warning in the log
windows (see
--
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=14435
Summary: GVFS Backend for wine filesystem environment
Product: Wine
Version: unspecified
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan_500(a)web.de
I wish for an gvfs backend for locations like file://C:\Programs\. I hope there
is any wine developer who is interested in 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=12307
Summary: firefox 3 beta 4 crash on some web pages
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This happened three times in a row with http://heise.de,
but of course doesn't happen anymore.
The only symptom was a hang halfway through loading,
plus a backtrace:
Unhandled exception: page fault on read access to 0x066d1140 in 32-bit code
(0x7e2901e1).
Backtrace:
=>1 0x7e2901e1 X11DRV_XRender_ExtTextOut+0x551(physDev=0x1a7e28, x=0x1b,
y=0x95, flags=0x2010, lprect=0x34c4d0, wstr=0x34cdf8, count=0xc, lpDx=0x140110)
[dlls/winex11.drv/xrender.c:1306] in winex11 (0x0034c238)
2 0x7e27683d X11DRV_ExtTextOut+0x5d(physDev=0x1a7e28, x=0x1b, y=0x95,
flags=0x2010, lprect=0x34c4d0, wstr=0x34cdf8, count=0xc, lpDx=0x140110)
[dlls/winex11.drv/text.c:55] in winex11 (0x0034c2f8)
3 0x7e9545b2 ExtTextOutW+0xac2(hdc=0xee18, x=0x1b, y=0x95, flags=0x2010,
lprect=0x0, str=0x34cdf8, count=0xc, lpDx=0x34c5f8) [dlls/gdi32/font.c:1950] in
gdi32 (0x0034c518)
4 0x6067f38b in xul (+0x1cf38b) (0x0034d038)
0x7e2901e1 X11DRV_XRender_ExtTextOut+0x551
[/home/dank/wine-git/dlls/winex11.drv/xrender.c:1306] in winex11: movswl
0x8(%eax),%edi
1306 current.x += (elts[idx].xOff +
formatEntry->gis[wstr[idx]].xOff);
--
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=11830
Summary: oRipa MSN Webcam Recorder crashes with page fault,
backtrace in user32
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.ejoystudio.com/dowload_files/oRipa_MSN_Record
er.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11100)
--> (http://bugs.winehq.org/attachment.cgi?id=11100)
Wine debug output and backtrace
After performing a normal installation of the application with Wine built from
Git (wine-0.9.56-337-gb0269c9), launching the application EJMsnRecorder.exe
(located in C:\Program Files\EjoyStudio\oRipa MSN Webcam Recorder2.0.1\files)
results in a normal registration dialog appearing, but after dismissing the
dialog, the application crashes with a page fault with backtrace in
CallWindowProcW and mfc71u.dll.
--
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=10905
Summary: thinstall firefox demo requires native msvcrt
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://thinstall.com/downloads/firefox_autoplay.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running http://thinstall.com/downloads/firefox_autoplay.exe
aborts silently and quickly just as it's getting
started. Using native msvcrt works around this.
Looking at the log, it seems the suspicious bit is right around
this line:
trace:msvcrt:read_i (111),
"[General]\r\nStartWithLastProfile=1\r\n\r\n[Profile0]\r\nName=default\r\nIsRelative=1\r\nPath=Profiles/fm4cpmjr.default\r\n\r\n"
trace:msvcrt:read_i already at EOF, returning 0
so I suspect a problem in our fread().
I'll attach the segment of the log from the fopen to the ExitProcess.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11941
Summary: No text in many areas of MSN Messenger 7.0
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?displayl
ang=en&FamilyID=cf49c56c-8b3e-4eae-9904-9505f47bed45
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=11249)
--> (http://bugs.winehq.org/attachment.cgi?id=11249)
Screenshot showing the contact list window with empty names.
After sign in in MSN Messenger 7.0, the text in the contact names wont appear
also the notifications will appear empty. When i use native richedit20.dll the
text will appear as it should.
--
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=11005
Summary: RnQ: freezes while connecting to icq server
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://rnq.ru
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psi.operator(a)gmail.com
Application: RnQ instant messenger v. 1100, v. 1075, v. 1074
download link (v. 1100):
http://rnq.ru/component/option,com_remository/Itemid,37/func,download/id,95…
wine: 0.9.5.2 (installed from deb package)
OS: clean Kubuntu 7.10 with no updates installed yet
Bug: application freezes while connecting to icq server (with 32% progress bar
state); no messages are shown in console while connecting or at freeze moment
Application works fine with wine 0.9.5.1 & 0.9.46
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10743
Summary: GLSL Doesn't render pixel shader 2.0(or above) well
Product: WineHQ Bugzilla
Version: 2.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: MG42Killer(a)hotmail.com
I've tried a few kinds of settings,(except Dll overrides)and a few
games.Everytime i turn "UseGLSL" on
,some models will render incorrectly,such as in Painkiller Overdose and AOE3,I
tried few versions from
0.9.48-0.9.5,but it just doesn't render correctly.it is very important for
gamers.I hope there will be a solution soon.My pc is:AMD althon 3000+ NV
7900GS(tried 100.14.x and 169.04 beta Drivers) OS:Ubuntu 7.10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10415
Summary: Portal crashes when entering any portal
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CCuleX(a)gmail.com
Created an attachment (id=9110)
--> (http://bugs.winehq.org/attachment.cgi?id=9110)
Portals looking weird
[HUGE Log]
If i wait the minute and the first portal is open, it's looking weird and
entering will freeze the game and cause some page fault in kernel32.
Looking into portals is no problem. I can transfer things trough them, but not
enter them. Freeze upon my view field should change.
I have no idea why this happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10302
Summary: Screen in game NFS: ProStreer is reversed
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunder.m(a)email.cz
While playing game Need for Speed ProStreet game play screen is reversed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.