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=15711
Summary: GetHostName and GetHostByName
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://home.scarlet.be/linux/compteco/test4.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Created an attachment (id=16791)
--> (http://bugs.winehq.org/attachment.cgi?id=16791)
Screenshot on Windows XP
GetHostName and GetHostByName should not return LocalHost and 127.0.0.1 but
name and IP of the box.
See screenshots and test program with sources.
--
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=20757
Summary: Buffer overrun in NetQueryDisplayInformation
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-18-21.51/vg-netapi32_access.txt
shows the error message
Invalid write of size 2
at strcpyW (unicode.h:224)
by lstrcpyW (string.c:104)
by ACCESS_CopyDisplayUser (access.c:575)
by NetQueryDisplayInformation (access.c:688)
by run_querydisplayinformation1_tests (access.c:184)
by func_access (access.c:344)
Address 0x7f000bea is 0 bytes after a block of size 130 alloc'd
at notify_alloc (heap.c:279)
by RtlAllocateHeap (heap.c:1521)
by NetApiBufferAllocate (apibuf.c:41)
by NetQueryDisplayInformation (access.c:657)
by run_querydisplayinformation1_tests (access.c:184)
by func_access (access.c:344)
This can be reproduced locally by setting up valgrind as described in
http://wiki.winehq.org/Valgrind and applying the heap tail check patch to wine,
then running
WINETEST_PLATFORM=wine WINE_HEAP_REDZONE=16 valgrind --trace-children=yes
--track-origins=yes wine netapi32_test.exe.so access
--
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=25504
Summary: League of Legends - In Launcher Store not displayed
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netherby(a)hotmail.com
Clicking the Store button in the launcher results in a blank screen with the
errors:
fixme:wininet:set_cookie secure not handled (L"secure")
fixme:wininet:set_cookie persistent cookies not handled (L"expires=Thu,
13-Dec-2035 08:29:40 GMT; path=/; secure")
Repeated 3 times.
Other 'web based' content in the launcher also does not display, however no
errors are produced.
--
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=18083
Summary: Metatrader: doesn't respect chart sorting/sequency when
restarted
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: supporto.gscomputer(a)gmail.com
When you have more than one chart opened and ordered in sequence (for example:
EURUSD H1, EURUSD H4, EURUSD D1, EURUSD W1... and so on) if you close and
restart Metatrader the chart order will be all messed up (for example EURUSD W1
before EURUSD H1 and so on).
--
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=22428
Summary: World of Warcraft Battle Chest dvd-install fails with
"The folder <temporary data> could not be created."
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This happens when installing from a mounted .iso, but not when
installing from a directory you copy from the mounted .iso
or when installing from a real dvd.
Don't know if it's a bug in the installer, or an intended feature in the
installer, or a bug in wine, but it's annoying enough that I figured I'd
record a bug for it. I'll attach +relay,+file logs of the three cases
up to either the error message or the installer splash.
--
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.