https://bugs.winehq.org/show_bug.cgi?id=39171
Bug ID: 39171
Summary: Creatures: White pixels are black.
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: rw92672685(a)hotmail.com
Distribution: Ubuntu
Created attachment 52203
--> https://bugs.winehq.org/attachment.cgi?id=52203
Incorrect colours.
In the 1996 MFC game Creatures, any of the game's graphics that have solid
white pixels are rendered black within Wine. Attached is a screenshot comparing
Wine and Windows.
The game itself is 8-bit. Looking through the game's uncompressed sprite files,
the colour index for these pixels is 255. No other pixels are affected.
I'm using the most recently version of Wine as of this writing, commit;
6056a3f1634a72e181fb3a03ca625aaa7720523e. Outside of needing MFC42, using a
clean Wine prefix. Running Ubuntu 15.04.
Let me know if you need any further information.
--
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=36560
Bug ID: 36560
Summary: valgrind shows an invalid read in d3drm/tests/d3drm.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26440== Invalid read of size 4
==26440== at 0x62AC4FD: D3DRMVectorSubtract (math.c:174)
==26440== by 0x62B0E0A: load_mesh_data (meshbuilder.c:1372)
==26440== by 0x629B001: load_data (d3drm.c:1119)
==26440== by 0x629BECD: d3drm3_Load (d3drm.c:1367)
==26440== by 0x6298351: d3drm1_Load (d3drm.c:394)
==26440== by 0x4CAD3AB: test_d3drm_load (d3drm.c:1595)
==26440== by 0x4CAE2C2: func_d3drm (d3drm.c:1744)
==26440== by 0x4CB192C: run_test (test.h:584)
==26440== by 0x4CB1D1B: main (test.h:654)
==26440== Address 0x4a8f40c is 0 bytes after a block of size 12 alloc'd
==26440== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==26440== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==26440== by 0x62AF98A: load_mesh_data (meshbuilder.c:1085)
==26440== by 0x629B001: load_data (d3drm.c:1119)
==26440== by 0x629BECD: d3drm3_Load (d3drm.c:1367)
==26440== by 0x6298351: d3drm1_Load (d3drm.c:394)
==26440== by 0x4CAD3AB: test_d3drm_load (d3drm.c:1595)
==26440== by 0x4CAE2C2: func_d3drm (d3drm.c:1744)
==26440== by 0x4CB192C: run_test (test.h:584)
==26440== by 0x4CB1D1B: main (test.h:654)
==26440==
--
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=36794
Bug ID: 36794
Summary: valgrind shows an invalid free for
comctl32/tests/listview.c
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4761== Invalid write of size 4
==4761== at 0x54B71CF: EDIT_WM_KillFocus (edit.c:3566)
==4761== by 0x54BC254: EditWndProc_common (edit.c:5052)
==4761== by 0x552D1D2: EditWndProcA (winproc.c:1077)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552CB8B: CallWindowProcA (winproc.c:955)
==4761== by 0x5185507: CallWindowProcT (listview.c:1566)
==4761== by 0x518F840: EditLblWndProcT (listview.c:5981)
==4761== by 0x518F8FB: EditLblWndProcA (listview.c:6023)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552CB8B: CallWindowProcA (winproc.c:955)
==4761== by 0x4E816AD: editbox_subclass_proc (listview.c:752)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552C89F: WINPROC_CallProcWtoA (winproc.c:858)
==4761== by 0x552CA4A: WINPROC_call_window (winproc.c:902)
==4761== by 0x54E91E8: call_window_proc (message.c:2223)
==4761== by 0x54EC0BA: send_message (message.c:3263)
==4761== by 0x54EC6D8: SendMessageW (message.c:3457)
==4761== Address 0x4ac16bc is 4 bytes inside a block of size 80 free'd
==4761== at 0x7BC4C72C: notify_free (heap.c:263)
==4761== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==4761== by 0x516BE94: DPA_Destroy (dpa.c:409)
==4761== by 0x5198E64: LISTVIEW_NCDestroy (listview.c:10344)
==4761== by 0x519C0AB: LISTVIEW_WindowProc (listview.c:11669)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552BA60: WINPROC_CallProcAtoW (winproc.c:603)
==4761== by 0x552CC51: CallWindowProcA (winproc.c:961)
==4761== by 0x4E81170: listview_subclass_proc (listview.c:642)
==4761== by 0x552A6FD: ??? (winproc.c:173)
==4761== by 0x552A872: call_window_proc (winproc.c:244)
==4761== by 0x552C89F: WINPROC_CallProcWtoA (winproc.c:858)
==4761== by 0x552CA4A: WINPROC_call_window (winproc.c:902)
==4761== by 0x54E91E8: call_window_proc (message.c:2223)
==4761== by 0x54EC0BA: send_message (message.c:3263)
==4761== by 0x54EC6D8: SendMessageW (message.c:3457)
==4761== by 0x5519439: WIN_DestroyWindow (win.c:967)
==4761== by 0x551C9D1: DestroyWindow (win.c:1884)
==4761== by 0x4E9C784: test_header_notification (listview.c:5217)
==4761==
wine-1.7.20-122-gd2d62cf, no virtual desktop
--
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=19525
Summary: Poison Ivy does not work correctly because
RtlGetCompressionWorkSpaceSize and friends are only
stubs
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.poisonivy-rat.com/index.php?link=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardo_barbano(a)hotmail.com
To run Poison Ivy correctly and be able to use remote control
RtlGetCompressionWorkSpaceSize and friends have to be implemented, they are now
only stubs.
this can be a pain because we need to encode/Decode LZNT1 which is a MS
proprietary format... i tried to do some of it but without any source it's not
easy.
--
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=37351
Bug ID: 37351
Summary: American Mcgee's Alice No Audio
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: whytehorse(a)gmail.com
There's no audio at all in American Mcgee's Alice on my system. I can run
another game like Undying and audio works. In winecfg under audio my choices
are system default or Pulseaudio. When I click test audio in winecfg it does
play a sound.
The computer is using Ubuntu 14.04 with the wine ppa and version 1.7.27 of
wine.The in-game audio choices all have the same problem. The game plays
perfectly minus the audio. I tried to install alsa but it didn't help. I'm
thinking this is game specific but there is no log or error messages to tell
why there's no sound.
--
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=34898
Bug #: 34898
Summary: Crash - unhandled exception page fault when syncing in
Evernote 5.0.3.
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny(a)orionrobots.co.uk
Classification: Unclassified
Created attachment 46502
--> http://bugs.winehq.org/attachment.cgi?id=46502
Backtrace from the seg fault.
Using Evernote 5.0.3 on Wine 1.7.3 in FC19 64 bit.
I was editing a note in a separate window, with the main Evernote minimized.
After typing a line, I hit the F9 shortcut to sync evernote.
a Page fault was generated.
Please find the backtrace attached below.
--
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=38242
Bug ID: 38242
Summary: [Reflexive Entertainment] Granny In Paradise Demo:
Failed to load encrypted EXE
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaming4jc2(a)yahoo.com
Distribution: ---
This is a free demo of granny in paradise, I ran ProtectionID but was unable to
determine the type of encryption used.
The game fails as soon as you click play with "Failed to load encrypted .exe"
--
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=38533
Bug ID: 38533
Summary: opengl32/tests/opengl.c hangs under valgrind
(i965/mesa)
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
Not much info in the default output.
err:dib:dibdrv_wine_get_wgl_driver OSMesa not compiled in, no OpenGL bitmap
support
opengl.c:616: Tests skipped: Unable to find a suitable pixel format
opengl.c:616: Tests skipped: Unable to find a suitable pixel format
==3234== Syscall param writev(vector[...]) points to uninitialised byte(s)
==3234== at 0x4F7A0F4B: ??? (in /usr/lib/libc-2.21.so)
==3234== by 0x5CEBA28: ??? (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5CEBF07: ??? (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5CEBFAB: xcb_writev (in /usr/lib/libxcb.so.1.1.0)
==3234== by 0x5BDB113: _XSend (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5BDB4B4: _XFlush (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5BB99BB: XFlush (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5B0A8BD: create_whole_window (window.c:1477)
==3234== by 0x5B0B657: X11DRV_create_win_data (window.c:1803)
==3234== by 0x5B0C34C: X11DRV_WindowPosChanging (window.c:2153)
==3234== by 0x513D8E0: set_window_pos (winpos.c:2062)
==3234== by 0x5132F9C: WIN_CreateWindowEx (win.c:1578)
==3234== by 0x51335ED: CreateWindowExA (win.c:1716)
==3234== by 0x4AD9A7F: test_setpixelformat (opengl.c:306)
==3234== by 0x4ADEDEC: func_opengl (opengl.c:1706)
==3234== by 0x4ADFD4A: run_test (test.h:584)
==3234== by 0x4AE0191: main (test.h:666)
==3234== Address 0x571b61d is 189 bytes inside a block of size 16,384 alloc'd
==3234== at 0x4008D0E: calloc (vg_replace_malloc.c:626)
==3234== by 0x5BC93B4: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==3234== by 0x5B12EFF: x11drv_init_thread_data (x11drv_main.c:658)
==3234== by 0x5B06DB7: thread_init_display (x11drv.h:347)
==3234== by 0x5B0B5BA: X11DRV_create_win_data (window.c:1794)
==3234== by 0x5B0C34C: X11DRV_WindowPosChanging (window.c:2153)
==3234== by 0x513D8E0: set_window_pos (winpos.c:2062)
==3234== by 0x5132F9C: WIN_CreateWindowEx (win.c:1578)
==3234== by 0x51335ED: CreateWindowExA (win.c:1716)
==3234== by 0x4ADE9FB: func_opengl (opengl.c:1637)
==3234== by 0x4ADFD4A: run_test (test.h:584)
==3234== by 0x4AE0191: main (test.h:666)
==3234== Uninitialised value was created by a stack allocation
==3234== at 0x5B08792: set_mwm_hints (window.c:702)
==3234==
mesa is 10.5.1-1.20150314.fc22
--
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=33965
Bug #: 33965
Summary: can't create a table; application crashes
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wlroberts(a)tru.ca
Classification: Unclassified
When trying to create a new table (Table menu - create) the application
crashes. A "Wine program crash" window appears and reports "internal errors --
invalid parameters received"
--
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=24031
Summary: Word Perfect Lightning 1.0 beta installer does not
display text in first dialog
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://download.cnet.com/Corel-WordPerfect-Lightning/3
000-2192_4-192908.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=30192)
--> (http://bugs.winehq.org/attachment.cgi?id=30192)
gzipped +mshtml,+shdocvw log, starting at handle_load
(This is a beta version of the app from bug 7575.)
http://download.cnet.com/Corel-WordPerfect-Lightning/3000-2192_4-192908.html
Download is 24023528 bytes, sha1sum is
b9283264d8439a2b092cff695259fa0e74eb4bf0 WordPerfectLightningInstaller.exe
With no native libraries, the installer puts up its normal "preparing
installer" dialogs, then a nearly-blank dialog containing just an elipsis.
"winetricks ie6" works around the problem.
--
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.