https://bugs.winehq.org/show_bug.cgi?id=43475
Bug ID: 43475
Summary: XM6 TypeG crashes on startup.
Product: Wine
Version: 2.13
Hardware: x86
URL: http://www.geocities.jp/kugimoto0715/xm6g/xm6_typeg_33
0L35_20170223.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 58857
--> https://bugs.winehq.org/attachment.cgi?id=58857
backtrace.txt
XM6 TypeG (SHARP X68000 emulator) crashes on startup with following
instructions.
How to reproduce:
1. Download XM6 TypeG version 3.30 L35 from author's page, i.e.
http://www.geocities.jp/kugimoto0715/xm6g/xm6_typeg_330L35_20170223.zip
(SHA1:ed1b91938ba8ae5f39e1cac9445b8d2740518466)
2. Extract the zip archive.
3. Prepare IPLROM.DAT and CGROM.DAT (or CGROM.TMP) from somewhere and put them
to x86 directory.
4. Run xm6g.exe in x86 directory.
Console output shows "Unhandled exception: 0xc0000417 in 32-bit code
(0x7b43c5ac)". See the attachment for details.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37160
Bug ID: 37160
Summary: In case D3D_DISABLE_9EX is defined code can't be
compiled
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mmicko(a)gmail.com
Created attachment 49392
--> https://bugs.winehq.org/attachment.cgi?id=49392
Updated versions just ifdefs added
This is copy from MINGW bug since they are using H files provided from here
(https://sourceforge.net/p/mingw-w64/bugs/416/).
There is updated H file based on wine-1.7.24 code with properly added ifdefs.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43714
Bug ID: 43714
Summary: ImageMagick crashes with msvcr120.dll._vfprintf_l
Product: Wine
Version: 2.17
Hardware: x86-64
URL: http://www.imagemagick.org/script/download.php#windows
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
wine: Call from 0x7b43bbdc to unimplemented function msvcr120.dll._vfprintf_l
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43527
Bug ID: 43527
Summary: Magic Online (Magic The Gathering: Online) Crashes
when displaying token cards
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Created attachment 58923
--> https://bugs.winehq.org/attachment.cgi?id=58923
ingame .net stack trace
Happens when it tries to display/load token card.
I can easily reproduce it but ingame crash log (attached) does not point to any
wine component, so not sure how to debug.
Nothing peculiar in wine's output either.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43770
Bug ID: 43770
Summary: Fidibo installer crashes very early in win7 mode
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Hi, a user reported troubles with this programme on the user forum.
Whith default win7 set, it crashes very early with an errorwindow (that only
says there was a problem)
I attach a debug log hereafter. Tried native gdiplus and comctl32, no change.
Note 1: I checked that on windows 7 the crash is not present
Note 2: When version set to winxp, it suffers from 2 other bugs that are
already reported in bugzilla (but can be workedaround). This bugreport is only
for the win 7 crash.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43658
Bug ID: 43658
Summary: Text in Deletion Confirmation MsgBox has wrong
background colour
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: james.tabor(a)reactos.org
Distribution: ---
Created attachment 59093
--> https://bugs.winehq.org/attachment.cgi?id=59093
SS116 is wine explorer with wrong background
Text in Deletion Confirmation MsgBox has wrong background colour
--
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=26046
Summary: comctl32/monthcal tests show some invalid reads under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33219)
--> (http://bugs.winehq.org/attachment.cgi?id=33219)
valgrind log
Conditional jump or move depends on uninitialised value(s)
at CompareFileTime (time.c:888)
by MONTHCAL_CompareSystemTime (monthcal.c:282)
by MONTHCAL_CompareMonths (monthcal.c:294)
by MONTHCAL_CalcDayXY (monthcal.c:563)
by MONTHCAL_CalcPosFromDay (monthcal.c:599)
by MONTHCAL_UpdateToday (monthcal.c:1546)
by MONTHCAL_SetToday (monthcal.c:1565)
by MONTHCAL_WindowProc (monthcal.c:2662)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_CallProcAtoW (winproc.c:601)
by CallWindowProcA (winproc.c:960)
by monthcal_subclass_proc (monthcal.c:543)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by test_today (monthcal.c:1208)
Uninitialised value was created by a stack allocation
at MONTHCAL_CompareSystemTime (monthcal.c:276)
full log attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42256
Bug ID: 42256
Summary: PhotoFiltre 6 and 7 don't erase the mouse selection
when dragging it
Product: Wine
Version: 2.0-rc5
Hardware: x86
URL: http://www.photofiltre-studio.com/pf7-en.htm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 56944
--> https://bugs.winehq.org/attachment.cgi?id=56944
Screenshot showing the issue
As the title says, the program doesn't properly refresh after drawing the new
selection, so the old one is still around. Works fine on win7.
According to my tests, it uses LineDDA and SetPixelV to draw these lines.
Also, it's probably only done in WM_MOUSEMOVE. I didn't get a WM_PAINT on
windows while dragging the selection.
--
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.