http://bugs.winehq.org/show_bug.cgi?id=24121
Summary: Winedbg complaining about "unknown CIE version 0"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cerebro.alexiel(a)gmail.com
Created an attachment (id=30360)
--> (http://bugs.winehq.org/attachment.cgi?id=30360)
The binary
It's the first time I try to use winedbg and it's already crying ^^
I compiled my program (attached binary+source) on my virtual xp with "gcc -g
test_eventlog.c -o test_eventlog"
The 'g' flag (should) add debugging infos to the exe.
Thus, I would like debug my code and wine.
To reproduce the bug, just run
alex@Evan:~/Projects/wine$ ./wine ./programs/winedbg/winedbg.exe.so
/path/to/test_eventlog.exe
and type 'break OpenEventLogW', and 'n' several times
The error itself is "fixme:dbghelp_dwarf:parse_cie_details unknown CIE version
0 at 0x1321608"
I guess it's related to how mingw gcc add symbols in the binary.
--
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=18071
Summary: Core Media Player - installer "Cannot read access
control list"
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
URL: http://www.tucows.com/preview/299014
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
My roommate despises VLC, and is in love with this media player. Step 1 in his
dogfood transition to Ubuntu would be getting this media player to work in
Wine.
First problem: on install, get this error. It's been reported on wine-users
(http://www.winehq.org/pipermail/wine-users/2008-March/031475.html) but I
haven't seen a bug for it. Looks like it may be related to NTFS ACL's.
Error
Cannot read access control lists.
Error code: 1400
OK
--
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=23230
Summary: After playing awhile MIDI freezes
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.mozart.co.uk/programs/mzsetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: let02do(a)earthlink.net
CC: m.b.lankhorst(a)gmail.com
Created an attachment (id=28911)
--> (http://bugs.winehq.org/attachment.cgi?id=28911)
A music file which on two playbacks shows the bug
Mozart10 is a music notation and notation editing program.
Being able to hear a MIDI output from entered notes, and
the ability to play a notated section or whole piece is a
*very* important feature of the program.
This bug causes the midi playback to freeze on a note,
making the program largely useless. The bug occurs
after the program plays a piece to completion, and then
re-plays the piece.
This MIDI bug is a regression. The most recent WINE
without the bug is wine-1.1.44
After playing a long enough piece through and then attempting
to re-play it, the piece will play only part way through, and
midi will hang, requiring the program to be closed. When it
hangs the console displays:
err:mmtime:TIME_MMTimeStart Cannot create pipe: Too many open files
wine client error:c: pipe: Too many open files
At this point the program cannot be normally closed, and must be killed.
Using wine-1.2-rc3 checked out with git for regression
testing I have this result:
00eaa9294559bb75cf5cbf7f1b61c3e239d08d62 is first bad commit
commit 00eaa9294559bb75cf5cbf7f1b61c3e239d08d62
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Mon May 17 19:58:28 2010 +0200
winmm: Make timer keep a ref on winmm while it's running.
:040000 040000 818c00e328e36daa9473a76362d9b96b6071f7fc
551895b70e1730eb0b1c19a5f2c1b0e179c6f78c M dlls
I have attached one of my Mozart files which can be used demonstrate the bug.
(Note that your system must be able to play MIDI)
--
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=21644
Summary: Desktop icons created with black background
Product: Wine
Version: 1.0.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
+ "WildLife Park 2" and
- "Jack Keane"
were installed the same day on MacOS with wine-1.1.34. While WLP2's desktop
icon looks good, Jack Keane's icon is created with a black background (both
border and inside the steering wheel). This black background bug is not new to
me. It also affected the desktop icons of
- "Ankh" (the first from the trilogy),
- "Geheimakte Tunguska",
- "Felix abenteuerliche Reise",
- "Kleiner Eisbär, kennst Du den Weg?"
and several other titles when I installed them in Linux long ago (some prior to
Wine-1.0). Other installs are not affected, e.g.
+ "Geheimakte 2".
You may scan ~/.loal/share/icons/ for all the icons that Wine created over time
on your HD.
Perhaps another issue, perhaps related: I thought .xpm would be created in
~/.local/share/icons/ only as a fallback when libpng is not available. Well,
Jack Keane's icon was created in one format, WLP2's in the other one. How
comes?
The png vs. xpm issue was re-raised recently in wine-devel:
http://www.winehq.org/pipermail/wine-devel/2010-February/081560.html
BTW, ImageMagick also sets a black background when converting .ico to .png.
OTOH, Eye of Gnome (eog) "Save as" works, so I've been using it to convert .ico
files found on CD to .png icons for .desktop/.command files (the MacOS Finder
displays only .png, KDE and Gnome display both .xpm and .png).
Bug #20924 seems related (black background for icon inside application). Bug
#201 seems different to me: there should be no app calling a DIB function
rather than a strictly Wine-internal CreateDesktopIconFromIcoInExeStructure
invoked by the installer. Also, there's no single console log message about dib
or graphics during installation.
--
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=15425
Summary: Error when running Synthmaker
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.synthmaker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kunitoki(a)gmail.com
Created an attachment (id=16291)
--> (http://bugs.winehq.org/attachment.cgi?id=16291)
starting the program
You will need to copy mfc71.dll and msvcrt71.dll inside the Synthmaker
directory after install. It doesn't work, probably beacuse the application uses
a mixed OpneGL / Bitmap implementation. If this is going to work, a lot of
other trouble applications will work (i think).
--
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=17691
Summary: Atlas.ti fails with GDI+ Error: Not Implemented
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://www.atlasti.com/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
tried the application with wine 1.0.1 and 1.1.15
old:
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImageDecodersSize, aborting
wine: Unimplemented function gdiplus.dll.GdipGetImageDecodersSize called at
address 0x7b845910 (thread 001a), starting debugger...
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImageItemData, aborting
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImagePalette, aborting
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 7013l
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 7013l
fixme:exec:SHELL_execute flags ignored: 0x00004000
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImageDecodersSize, aborting
wine: Unimplemented function gdiplus.dll.GdipGetImageDecodersSize called at
address 0x7b845910 (thread 001e), starting debugger...
wine: Call from 0x7b845910 to unimplemented function
gdiplus.dll.GdipGetImageItemData, aborting
fixme:shell:DllCanUnloadNow stub
new:
fixme:gdiplus:GdipGetImageDecodersSize 0x33f714 0x33f724 stub!
fixme:gdiplus:GdipGetImageDecoders 0 0 0xe40150 stub!
the application shows a dialog with:
GDI+ Error: Not Implemented
The application demo can be downloaded and installed free of charge but some
registration is required.
--
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=3582
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> 2010-09-03 14:05:21 CDT ---
Closing bugs fixed in 1.3.2.
--
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=5541
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #22 from Alexandre Julliard <julliard(a)winehq.org> 2010-09-03 14:05:17 CDT ---
Closing bugs fixed in 1.3.2.
--
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=17846
Summary: Wine lacks 64-bit gecko
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://wiki.winehq.org/Gecko
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Running winetest on 64-bit isn't too useful yet, but is even harder since we
don't yet have a 64-bit build of gecko.
--
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=23987
Summary: excel 2007 too slow opening big spreadsheets.
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://www.microsoft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flavio.becker(a)gmail.com
We tested only the excel application but the problem may extend to the other
components of MSOffice 2007. The spreadsheets open very slowly. In one of our
tests excel took almost 5 minutes to open a 4MB spreadsheet. Returning to wine
1.2 solved the problem completely.
--
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.