http://bugs.winehq.org/show_bug.cgi?id=23960
Summary: ABScreen.exe needs gdi+
System.Drawing.Region.GetRegionScans
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://minemap.golbarg.fr/ABBackground/ABScreen.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
On startup:
System.NotImplementedException: Not implemented.
at System.Drawing.Region.GetRegionScans(Matrix matrix)
at System.Windows.Forms.LinkLabel.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e,
Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
minor since it doesn't seem to crash the app or anything.
--
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=23759
Summary: fixme:reg:GetNativeSystemInfo
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eggert.ehmke(a)ftv-spandau.de
Created an attachment (id=29776)
--> (http://bugs.winehq.org/attachment.cgi?id=29776)
wine error message and stack
I try to run the installer of flarmcfgtool:
http://www.segelflug-software.de/flarmcfg/
Before I have installed the Windows versionn of Mono:
http://www.go-mono.com/mono-downloads/download.html
The install runs fine. When I start the application, I get a fixme (see
attachment)
--
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=21798
Summary: SEHException / GdipGetRegionScansCount opening
AutoWikiBrowser
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rjwilmsi(a)gmail.com
Created an attachment (id=26364)
--> (http://bugs.winehq.org/attachment.cgi?id=26364)
AWB stack trace
Opening Autowikibrowser 5.0.0.0 (download from
http://sourceforge.net/projects/autowikibrowser/) with wine 1.1.39 leads to an
exception over SEHException / GdipGetRegionScansCount. This did not occur with
wine 1.1.35
Stack trace from Autowikibrowser attached.
Wine 1.1.39, winetricks dotnet20 ie6, opensuse 11.2 64 bit.
--
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=16491
Summary: monthcal: MONTHCAL_GetMonthRange not implemented
Product: Wine
Version: 1.1.10
Platform: All
URL: http://www.pindersoft.com/dotnettest.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
just a small showcase bug.
Someone emailed me a link to a .NET test app to check its "usefulness".
That app isn't sophisticated nor particularly useful at all (despite its name).
Just a small GUI app with month calendar and hyperlink control.
Its only purpose seems to be to show Wine month calendar control insufficiency
;-)
Steps to reproduce:
1. clean WINEPREFIX
2. sh winetricks dotnet20
3. download from: ftp://ftp.pindersoft.com/DotNetTestDNF2.zip
4. run: wine ./DotNetTestDNF2.exe
When you advance the month in calendar control (arrows), it bails.
WINEDEBUG=+tid,+seh,+monthcal
--- snip wine trace ---
...
0036:trace:monthcal:MONTHCAL_LButtonDown e00a3
0036:trace:monthcal:MONTHCAL_GoToNextMonth MONTHCAL_GoToNextMonth
0036:trace:monthcal:MONTHCAL_WindowProc hwnd=0x8009c msg=1007 wparam=1
lparam=d913cc
0036:trace:monthcal:MONTHCAL_GetMonthRange
0036:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b8434b0
0036:trace:seh:raise_exception info[0]=80131502
0036:trace:seh:raise_exception eax=7b82c6a5 ebx=7b8b3840 ecx=00000000
edx=0032e3f0 esi=0032e3f0 edi=e0434f4d
0036:trace:seh:raise_exception ebp=0032e3b8 esp=0032e354 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000246
--- snip wine trace ---
--- snip CLR backtrace --
System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an
un-representable DateTime.
at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
at System.Windows.Forms.DateTimePicker.SysTimeToDateTime(SYSTEMTIME s)
at System.Windows.Forms.MonthCalendar.GetMonthRange(Int32 flag)
at System.Windows.Forms.MonthCalendar.BoldDates(DateBoldEventArgs e)
at System.Windows.Forms.MonthCalendar.WmDateBold(Message& m)
at System.Windows.Forms.MonthCalendar.WmReflectCommand(Message& m)
at System.Windows.Forms.MonthCalendar.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
--- snip CLR backtrace ---
Aric Stewart fleshed out MONTHCAL_GetMonthRange with a patch:
http://www.winehq.org/pipermail/wine-patches/2008-August/060414.html
... but it didn't make it in.
Maybe this bug report can give it the proper push ;-)
Regards
--
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=11747
Summary: CorelDRAW Graphics Suite X4 Trial installer crashes
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.corel.com/servlet/Satellite?pagename=CorelCom
/ProcessLayout&lc=en&ppg=CorelCorp/Trials/DownloadContai
ner
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: truiken(a)gmail.com
$ wine CorelDRAWGraphicsSuiteX4Installer_EN.exe
wine: Unhandled page fault on read access to 0x00000000 at address 0x7ddf3f47
(thread 0016), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7ddf3f47).
Backtrace:
=>1 0x7ddf3f47 queryresult_get_length+0x57(iface=0x130e38, listLength=0x34f58c)
[/home/truiken/wine/dlls/msxml3/queryresult.c:277] in msxml3 (0x0034f554)
2 0x0035401b in setupxml (+0x401b) (0x005f4650)
3 0x00430049 in setup (+0x30049) (0x002f002f)
4 0x00000000 (0x00000000)
0x7ddf3f47 queryresult_get_length+0x57
[/home/truiken/wine/dlls/msxml3/queryresult.c:277] in msxml3: movl
0x0(%eax),%edx
277 *listLength = This->result->nodesetval->nodeNr;
--
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=22706
Summary: Stylizer: cannot start the program
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shnatsel(a)gmail.com
Created an attachment (id=27979)
--> (http://bugs.winehq.org/attachment.cgi?id=27979)
Console output
Stylizer
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=11499)
doesn't start - wine prints "fixme:..." messages to console. I've used
Winetricks to install .NET framework, but since it seems to be Wine problem,
I'm reporting this as Wine 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=24018
Summary: Cygwin 1.7.6 installer crashes at start of postinstall
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running the cygwin installer with today's git in a clean .wine
aborts when it gets to the postinstall stage:
...
Installing file cygfile:///etc/postinstall/update-info-dir.sh
AddAccessAllowedAce(, group) failed: 1337
AddAccessAllowedAce(, group) failed: 1337
Visited: 51 nodes out of 1789 while creating dependency order.
Dependency order of packages: base-cygwin base-passwd cygwin libgcc1 libiconv2
libintl8 alternatives alternatives libattr1 libgmp3 libsigsegv2 terminfo0
libncurses8 texinfo _update-info-dir gawk tzcode coreutils terminfo libncurses9
libreadline7 bash findutils sed base-files libbz2_1 bzip2 libpopt0 libstdc++6
cygutils groff gzip libncurses10 less man cygwin-doc dash diffutils editrights
gettext libpcre0 grep ipc-utils liblzma1 login rebase run xz tar which zlib0
wine: Unhandled page fault on write access to 0x00000001 at address 0x610074
(thread 0028), starting debugger...
Usage:
winedbg [ [ --gdb ] [ prog-name [ prog-args ] | <num> | file.mdmp |
--help ]
(bug 21424 seems to still be there, too, if you forge ahead and run bash
despite postinstall not having run.)
This is a dogfood bug. I was going to try to run gcj in cygwin to look at some
other wine bug, but curses! I was foiled.
--
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=21206
Summary: Cygwin 1.7.1 fails to install packages under wine
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.cygwin.com/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=25469)
--> (http://bugs.winehq.org/attachment.cgi?id=25469)
terminal output from install
1.5 somewhat worked under wine, but 1.7 fails miserably. Try installing any
program:
$ sh winetricks cygwin # Make sure to use winetricks from svn, or download
cygwin from link above
Choose next all the way through to install the base system. Cygwin will
download its files, but when trying to install them, gives:
running: C:\cygwin\bin\bash.exe --norc --noprofile
/etc/postinstall/000-cygwin-post-install.sh
fixme:ntdll:NtSetInformationToken unimplemented class 4
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
fixme:ntdll:NtQueryVolumeInformationFile 0x104: volume info not supported
fixme:ntdll:NtQueryVolumeInformationFile 0x104: attribute info not supported
fixme:ntdll:NtQueryObject Unsupported information class 1
...
/etc/postinstall/000-cygwin-post-install.sh: line 53: cannot create temp file
for here document: Invalid request code
6 [exiting thread] bash 47 cygthread::stub: erroneous thread activation,
name is NULL
20295 [exiting thread] bash 47 cygthread::stub: erroneous thread activation,
name is NULL
...
There's also a ton of:
AddAccessAllowedAce(, group) failed: 1337
while installing.
The installer claims to complete, but whenever you try to run it, the
ntdll/cygthread::stub messages flood the terminal again.
--
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=10287
Summary: unable to install nero 8
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infyquest(a)gmail.com
Created an attachment (id=8939)
--> (http://bugs.winehq.org/attachment.cgi?id=8939)
nreo console output
I am unable to install nero 8.
It comes up the screen Preparing Installation, then suddenly it crashes.
I am attaching the console output
--
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=17322
Summary: Fresh Diagnose 8.0 : goes on a "loop", and has to be
"killed", when trying to get information for the system
users.
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.snapfiles.com/get/freshdiagnose.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 231036448(a)freemail.gr
Fresh Diagnose 8.0 : goes on a "loop", and has to be "killed",
when trying to get information for the system users.
--
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.