http://bugs.winehq.org/show_bug.cgi?id=15784
Summary: Grim Fandango: altered colors
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=16896)
--> (http://bugs.winehq.org/attachment.cgi?id=16896)
In 16 bpp the background fades to dark green
The game runs very slow and Manny doesn't move smooth, both when i set 3D accel
and when i set software rendering.
Furthermore, background colors get altered in a few seconds: when X is at 16
bpp the background fades to dark green, when X is in 24 bpp mode the background
gets saturated. Note that there is a rectangle around Manny which is at normal
colors (maybe is it redrawn more often than the other parts of the window?).
--
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=25241
Summary: Steam: Source based games will not start
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arho.iivari(a)elisanet.fi
Source based games will not start in steam after recent updates to Source
engine.
A popup window will appear with text "Preparing to launch Counter Strike:
Source...". Then the pop-up disappears and the game will not start.
Same happens with all Source based games.
--
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=18119
Summary: SmartDraw aborts after displaying trial window
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.smartdraw.com/downloads/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=20566)
--> (http://bugs.winehq.org/attachment.cgi?id=20566)
SmartDraw output
After applying the patch from bug 18076 onto today's Git
(wine-1.1.19-90-g781b087) or installing native gdiplus, after choosing to
continue using the trial version of SmartDraw 2009, SmartDraw displays a dialog
box with the message:
"Unable to load SmartDraw. Perhaps too many instances are open."
>From the relay log, I noticed that this occurs prior to the message box being
displayed:
0009:Call user32.AppendMenuA(00000f00,00000110,000075cd,03c97a78) ret=0150caa8
0009:Ret user32.AppendMenuA() retval=00000000 ret=0150caa8
I've attached a +menu trace and the normal trace output.
--
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=28797
Bug #: 28797
Summary: comctl32/tests/listview.ok triggers uninitialized
memory read of local variable in NC_DrawCaption()
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Here's the valgrind log (with -O0, on ubuntu 11.10):
Conditional jump or move depends on uninitialised value(s)
strlenW (unicode.h:200)
DrawTextExW (text.c:886)
DrawTextW (text.c:1132)
NC_DrawCaption (nonclient.c:978)
NC_DoNCPaint (nonclient.c:1062)
NC_HandleNCActivate (nonclient.c:1153)
DEFWND_DefWinProc (defwnd.c:404)
DefWindowProcA (defwnd.c:918)
parent_wnd_proc (listview.c:436)
??? (winproc.c:172)
call_window_proc (winproc.c:242)
WINPROC_call_window (winproc.c:899)
call_window_proc (message.c:2211)
send_message (message.c:3084)
SendMessageW (message.c:3264)
set_active_window (focus.c:152)
set_foreground_window (focus.c:207)
SetForegroundWindow (focus.c:306)
USER_SetWindowPos (winpos.c:2103)
SetWindowPos (winpos.c:2151)
show_window (winpos.c:1088)
ShowWindow (winpos.c:1186)
WIN_CreateWindowEx (win.c:1498)
CreateWindowExW (win.c:1582)
create_parent_window (listview.c:489)
test_notifyformat (listview.c:3943)
func_listview (listview.c:4831)
run_test (test.h:556)
main (test.h:624)
Uninitialised value was created by a stack allocation
at NC_DrawCaption (nonclient.c:913)
--
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=28761
Bug #: 28761
Summary: ddraw/tests/visual.c: invalid write in
ddraw_surface_delete_attached_surface
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While running "make visual.ok" in ddraw/tests, valgrind complained
inside ddraw's reference counting code. Log:
fixme:d3d:wined3d_device_set_render_target Surface 0x7fb4d7a0 doesn't have
render target usage.
err:d3d:wined3d_device_uninit_3d Something is still holding a reference to
depth/stencil buffer 0x7f0b24b8.
Invalid write of size 4
at ddraw_surface_delete_attached_surface (surface.c:1628)
by ddraw_surface_wined3d_object_destroyed (surface.c:5098)
by wined3d_surface_decref (surface.c:2867)
by wined3d_device_uninit_3d (device.c:1535)
by ddraw_surface_cleanup (surface.c:446)
by ddraw_surface_release_iface (surface.c:495)
by ddraw_surface7_Release (surface.c:540)
by func_d3d (d3d.c:203)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f0b23f0 is 88 bytes inside a block of size 268 free'd
at RtlFreeHeap (heap.c:262)
by ddraw_surface_wined3d_object_destroyed (surface.c:5112)
by wined3d_surface_decref (surface.c:2867)
by ddraw_surface_destroy (surface.c:383)
by ddraw_surface_cleanup (surface.c:428)
by ddraw_surface_release_iface (surface.c:495)
by ddraw_surface7_Release (surface.c:540)
by ddraw_surface_delete_attached_surface (surface.c:1627)
by ddraw_surface_wined3d_object_destroyed (surface.c:5098)
by wined3d_surface_decref (surface.c:2867)
by wined3d_device_uninit_3d (device.c:1535)
by ddraw_surface_cleanup (surface.c:446)
by ddraw_surface_release_iface (surface.c:495)
by ddraw_surface7_Release (surface.c:540)
by func_d3d (d3d.c:203)
by run_test (test.h:556)
by main (test.h:624)
--
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=23857
Summary: Steam's Half-Life doesn't run
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiltave(a)zipmail.com.br
Created an attachment (id=29955)
--> (http://bugs.winehq.org/attachment.cgi?id=29955)
Output
I'm trying to run Half-Life from Steam in Debian Sid. When I click in the play
button, the popup window saying "prepare to launch Half-Life..." appears and
then hides.
My video card is SIS671/761 wich I run Steam and Half-Life pretty well in
Windows XP.
Wine 1.2-rc6 started the game but this new version cannot do that.
Please, see the attachment.
Thank you and sorry about my english.
--
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=28697
Bug #: 28697
Summary: ieframe/tests/ie.ok: Use-after-free (after
ImageList_ReplaceIcon)
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
In ieframe/tests, while doing 'make ie.ok', valgrind complained:
Invalid read of size 4
at memcpy (mc_replace_strmem.c:635)
by xbuf_add (tmarshal.c:107)
by serialize_param (tmarshal.c:688)
by serialize_param (tmarshal.c:793)
by TMStubImpl_Invoke (tmarshal.c:2112)
by RPC_ExecuteCall (rpc.c:1417)
by apartment_wndproc (compobj.c:1007)
by ??? (in dlls/user32/user32.dll.so)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:899)
by DispatchMessageW (message.c:3809)
by IEWinMain (iexplore.c:1051)
by WinMain (main.c:81)
by main (exe_main.c:48)
Address 0x7f041418 is 64 bytes inside a block of size 168 free'd
at RtlFreeHeap (heap.c:262)
by X11DRV_DeleteDC (init.c:200)
by free_dc_ptr (dc.c:186)
by DeleteDC (dc.c:801)
by nulldrv_StretchDIBits (dib.c:446)
by StretchDIBits (dib.c:474)
by add_with_alpha (imagelist.c:225)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (in dlls/ntdll/ntdll.dll.so)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
--
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=14060
Summary: magic the gathering online 3.0 does not connect
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: ricardo_barbano(a)hotmail.com
CC: ricardo_barbano(a)hotmail.com
fixme:secur32:schan_InitializeSecurityContextW stub
another application that needs SChannel implemented.
right now login doesn't work because of this.
--
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=18433
Summary: Rosetta Stone Online Spanish (version 0.87594D 221)
hangs at "5" during startup
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://download.cnet.com/Rosetta-Stone-Spanish-Level-
I/3000-2279_4-10074773.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The downloadable app installs fine and starts, but
the nice countdown that starts at "6" hangs at "5".
+relay shows it's probably a windows message problem?
Yeah, this version is six years old, but it's the only
freely downloadable trial I can find at the moment.
--
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=33146
Bug #: 33146
Summary: Path of Exile "Allocating Space" very slow, due to
NtFlushVirtualMemory being synchronous
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: default_357-line(a)yahoo.de
Classification: Unclassified
The "Allocating Space" step of the Path of Exile installer/updater can take
upwards of ten hours to complete (compared to a few minutes under Windows).
Path of Exile calls FlushViewOfFile, which calls NtFlushVirtualMemory, which
calls msync with MS_SYNC. The MSDN documentation for FlushViewOfFile
http://msdn.microsoft.com/en-us/library/windows/desktop/aa366563%28v=vs.85%…
says, quote, "The FlushViewOfFile function does not flush the file metadata,
and it does not wait to return until the changes are flushed from the
underlying hardware disk cache and physically written to disk." This strongly
indicates that NtFlushVirtualMemory is meant to be asynchronous. I'll submit a
patch that corrects this, and fixes the Allocating Space slowdown.
--
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=28815
Bug #: 28815
Summary: kernel32/tests/fiber.ok shows longjmp-related
uninitialised memory references
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
In "make fiber.ok", valgrind complains (a lot), e.g.:
Use of uninitialised value of size 4
at run_test (test.h:566)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at __longjmp (__longjmp.S:54)
longjmp is trickier than it sounds; see also
http://patrakov.blogspot.com/2009/07/dangers-of-setjmplongjmp.html
--
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=13581
Summary: mouse corruption in lionheart
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iborco(a)gmail.com
Created an attachment (id=13538)
--> (http://bugs.winehq.org/attachment.cgi?id=13538)
Mouse corruption
When I try to play Lionheart, I get mouse corruption (see attached imaged).
This has happened since I've installed the game.
--
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=28943
Bug #: 28943
Summary: Notepad2 v4.2.25 installation fails
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.flos-freeware.ch/zip/Notepad2_4.2.25_x86.ex
e
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 37206
--> http://bugs.winehq.org/attachment.cgi?id=37206
+relay,+tid,+msgbox log
Notepad2 is a light-weight, freeware text editor. After launching
Notepad2_4.2.25_x86.exe, I get an error message, saying: 'An error has
occurred. The installation has not been completed.'
Afterwards the installer quits.
Notepad2_4.2.25_x86.exe is a self-extracting cab archive, I was able to extract
it's contents by the Linux cabextract tool.
The same problem is present in Wine-1.0.1, 1.2.3, 1.3.x.
During the operation there is no terminal output at all.
--
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=32348
Bug #: 32348
Summary: Crysys 2 Game wont launch.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Classification: Unclassified
This is what I got from terminal:
[linards@KOMPIIC ~]$ env WINEPREFIX="/home/linards/.wine" wine C:\\Program\
Files\ \(x86\)\\Games\\Crysis\ 2\ Game\ of\ the\ Year\\bin32\\Crysis2.exe
[linards@KOMPIIC ~]$ fixme:advapi:EventRegister
{47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f005140, 0x3f036b20, 0x3f036b18
fixme:advapi:EventRegister {58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f005140,
0x3f036b58, 0x3f036b50
fixme:advapi:EventRegister {3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f005140,
0x3f036ae8, 0x3f036ae0
fixme:advapi:EventRegister {1432afee-73b0-42ce-9821-7e134361b433}, 0x3f005140,
0x3f036b90, 0x3f036b88
fixme:advapi:EventRegister {4372afee-73b0-42ce-9821-7e134361b519}, 0x3f005140,
0x3f036bc8, 0x3f036bc0
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No
such file or directory
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:iphlpapi:NotifyAddrChange (Handle 0x166d72c, overlapped 0x1486068): stub
fixme:winsock:WSALookupServiceBeginW (0x166d82c 0x00000ff0 0x166d874) Stub!
[1201/214514:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin
failed with: 8
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by
the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support,
please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0xf1dfef68, 0x1d5580, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0xf1dfef68
fixme:wbemprox:enum_class_object_Next timeout not supported
err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not
registered
err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6}
could be created for context 0x1
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:win:RegisterDeviceNotificationA (hwnd=0x1fe011a,
filter=0x33d3ac,flags=0x00000004) returns a fake device notification handle!
fixme:win:EnumDisplayDevicesW ((null),0,0x33cebc,0x00000000), stub!
fixme:appbar:SHAppBarMessage unknown msg: 4
--
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=28708
Bug #: 28708
Summary: gdiplus/tests/image.ok: test_fromhicon triggers
reference of uninitialized variable from SetDIBits
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make image.ok" in gdiplus/tests, Valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at colorref_to_pixel_colortable (primitives.c:1088)
by convert_to_1 (primitives.c:2903)
by convert_bitmapinfo (dc.c:293)
by SetDIBits (dib.c:594)
by nulldrv_StretchDIBits (dib.c:443)
by StretchDIBits (dib.c:474)
by stretch_blt_icon (cursoricon.c:2077)
by CreateIconIndirect (cursoricon.c:2135)
by test_fromhicon (image.c:1167)
by func_image (image.c:2583)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at SetDIBits (dib.c:503)
--
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=28712
Bug #: 28712
Summary: winhttp/notification.ok: invalid read in
check_notification
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
First reported
http://www.winehq.org/pipermail/wine-devel/2009-November/079718.html
but still happening today.
Here's the valgrind error I'm seeing now (with -O1):
Invalid read of size 4
at check_notification (notification.c:85)
by send_callback (session.c:57)
by release_object (handle.c:81)
by connect_destroy (session.c:261)
by release_object (handle.c:85)
by request_destroy (session.c:534)
by release_object (handle.c:85)
by task_thread (request.c:185)
by worker_thread_proc (threadpool.c:114)
by ??? (in dlls/ntdll/ntdll.dll.so)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:405)
by start_thread (pthread_create.c:304)
by clone (clone.S:130)
Address 0x7f22f854 is not stack'd, malloc'd or (recently) free'd
--
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=18336
Summary: HOMEDRIVE and HOMEPATH not set
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
Wine doesn't set the HOMEDRIVE and HOMEPATH environment variables - but
applications may rely on them being set, since it's always the case in Windows.
I'm debugging Cooliris right now - and it crashes instantly because of
HOMEDRIVE and HOMEPATH. (I work there, so I have the source code.)
--
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=19080
Summary: TrackMania Forever freezes while downloading community
content (car skins etc.)
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape(a)ape3000.com
TrackMania Forever fully freezes or works with under 1 FPS when it is loading
extra community made content. This includes e.g. player made car skins and
models.
This only happens on online multiplayer. The game runs perfectly after it has
finished the downloading or when playing single player. The problem can be
fixed by disabling the "PeerToPeer transfers" from the game options.
--
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=27529
Summary: Heap issue in winecfg
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=35192)
--> (http://bugs.winehq.org/attachment.cgi?id=35192)
Console log with WINEDEBUG=warn+heap
I noticed, that running winecfg for the first time in different version of wine
produces a lot of heap warning. To reproduce:
1. Install wine-1.3.21 and run winecfg
2. Install wine-1.3.22 and run WINEDEBUG=warn+heap winecfg (a lot of warnings)
3. run again WINEDEBUG=warn+heap winecfg (no more heap warnings)
Console 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.
http://bugs.winehq.org/show_bug.cgi?id=28107
Summary: Wine makes system very slow
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iam(a)valdikss.org.ru
Hello!
I've bought Thinkpad X220 a few weeks ago and installed ArchLinux x64. If I run
any application in wine, even native, like winecfg, while it loads system
becomes very slow, mouse shutters and xorg cpu load is about 67-80%. Here is a
video I recorded on camera. http://www.youtube.com/watch?v=JlW2qk7pV7c
Maybe that's not a wine bug, maybe something with intel HD 3000, but this
happens only with wine.
--
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=34093
Bug #: 34093
Summary: pointer being freed was not allocated in winecfg
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: macmolder(a)gmail.com
Classification: Unclassified
I installed wine 1.6. Now running winecfg reports
wine(11417,0x41009600) malloc: *** error for object 0x1001284: pointer being
freed was not allocated
--
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=32133
Bug #: 32133
Summary: wine-1.5.16-159-g561e46c. winecfg: Unhandled page
fault on read access to 0xffffffff
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: progserega(a)gmail.com
Classification: Unclassified
Created attachment 42390
--> http://bugs.winehq.org/attachment.cgi?id=42390
backtrace with created ~/.wine
1. I have configured ~/.wine
2. I setup latest wine: wine-1.5.16-159-g561e46c
3. start winecfg
result in console:
winecfg
wine: Unhandled page fault on read access to 0xffffffff at address 0x7e5bc14d
(thread 001c), starting debugger...
err:mmdevapi:DllGetClassObject Driver initialization failed
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004005
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e}
could be created for context 0x1
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:mmdevapi:DllGetClassObject Driver initialization failed
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004005
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e}
could be created for context 0x1
fixme:shell:ISF_NetworkPlaces_fnParseDisplayName not implemented for L"\\\\"
fixme:shell:ISF_NetworkPlaces_fnParseDisplayName not implemented for L"\\\\"
backtrace.txt in attachment.
1. I remove ~/.wine
2. start winecfg
3. winecfg can not setup discs and sound, can not start debugger.
result in console:
wine: Unhandled page fault on read access to 0xffffffff at address 0x7e5c014d
(thread 0011), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 16 40") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
err:winecfg:open_mountmgr failed to open mount manager err 2
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not
registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e}
could be created for context 0x1
err:winecfg:open_mountmgr failed to open mount manager err 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.