http://bugs.winehq.org/show_bug.cgi?id=27238
Summary: Tesla: The Weather Man demo: movement keys not working
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.thoughtquake.com/content/TeslaDemo_1.01.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
The movement keys are not interpreted by the game. By default the game assigns
WASD for movement and <Space> for jumping. None of them work in Wine.
Interestingly, other keys work:
<R>: brings up the research tab
<Backspace>: restart the level
<Esc>: back to the menu
<X>: skips the videos
I can reassign the keys in the options menu but whatever I choose for movement,
they are not accepted by the game.
Terminal output doesn't reveal too much:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f440,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
Native dinput/dinput8 dlls don't help: the game seems not to use either of them
(+loaddll).
The same problem exists in Wine-1.0.1, too.
I've tried the game in virtual desktop as well as in fullscreen mode.
Fedora 14 32-bit
Nvidia GeForce 250 / driver 270.41.06
Gnome + Metacity
Xserver 1.9.5
--
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=36336
Bug ID: 36336
Summary: NaturallySpeaking doesn't work with alsa or
pasuspender
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: susancragin(a)earthlink.net
Created attachment 48412
--> http://bugs.winehq.org/attachment.cgi?id=48412
natspeak runtime log with pasuspender
Dragon NaturallySpeaking works very well on linux systems that rely on
pulseaudio.
However, if it is installed on a system that does not come preloaded with
pulseaudio (such as Lubuntu) the audio does not work.
I tried installing in a clean Lubuntu system, and then tried installing
pulseaudio. No good.
I tried installing with pulseaudio running. Yay. Success. Then I tried to run
the program with pasuspender, with the following results.
fixme:winmm:MXD_SetControlDetails What should the sw-side mixer controls map
to?
fixme:mmdevapi:MMDevice_Activate IID_IDeviceTopology unsupported
fixme:winmm:MXD_SetControlDetails What should the sw-side mixer controls map
to?
--
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=36966
Bug ID: 36966
Summary: Turkey - Europe/Istanbul timezone is not detected
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kaankasim88(a)gmail.com
Created attachment 49086
--> http://bugs.winehq.org/attachment.cgi?id=49086
.net crash
Wine throws a timezone error and this causes .net applications to crash. My
timezone is set to Europe/Istanbul, and checking timezone info with timedatectl
shows it as correctly set. I looked at the wine registry and there doesn't seem
to be a Turkey tz, I tried importing one from windows but it didn't help. (I
also changed display name to Europe/Istanbul in registry, no luck)
Changing timezone to GMT or something else fixes it, but this is not
acceptable.
--
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=38806
Bug ID: 38806
Summary: Starcraft Campaign Editor does not scroll to bottom
after copying a trigger
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce, click Scenario, Triggers, then click Copy twice. On Windows, the
trigger list scrolls to the bottom, but on Wine it only scrolls to the top of
the last trigger.
--
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=38712
Bug ID: 38712
Summary: win-key press incorrectly recognized
Product: Wine
Version: 1.7.43
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amosonn(a)gmail.com
Distribution: ---
I use wmii, a (linux) window manager in which the modifier key, usually
configured as the win-key, is used to switch windows. As a consequence, when
focused on a wine window, I sometimes use win+<some other key>, and then the
focus switches to another window, which means that wine never receives the
release key event.
When I go back to that wine window, if I do so in another method (e.g. by
mouse) then it still thinks that the win-key is pressed (e.g. when configuring
keyboard shortcuts, it adds win- to the list of modifiers currently pressed). A
press-and-release on the win-key solves this.
--
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=38925
Bug ID: 38925
Summary: ipstats.c:1992 runtime error: index 32 out of bounds
for type 'char [32]'
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: vitti570(a)gmail.com
Distribution: ---
Running iphlpapi test case, in ipstats.c line 1992
if ((len = readlink( link, name, 32 )) > 0) name[len] = 0
len==32 thus exceeding the bounds of line[32].
I did double check with
if ((len = readlink( link, name, 32 )) > 0) assert(len<32),name[len] = 0
I found this one with a sanitized version of wine.
Best regards
Vittorio
--
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=35493
Bug ID: 35493
Summary: IMVU shows loading bar, but will not start.
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: WhiteTigerTails(a)gmail.com
Classification: Unclassified
Created attachment 47381
--> http://bugs.winehq.org/attachment.cgi?id=47381
backtrace/log
After an install, IMVU will not start after the loading bar. i386 machine
running ATI graphics card. Log posted below.
--
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=38904
Bug ID: 38904
Summary: Ufo Aftermath launcher hangs on start (missing
"HKLM\Software\Microsoft\Windows
NT\CurrentVersion\OpenGLDrivers" registry key)
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
The launcher for the game just hangs after starting with 100% CPU usage, but
there is no visible window at all.
After creating an empty 'OpenGLDrivers' key under
'HKLM\Software\Microsoft\Windows NT\CurrentVersion\' the launcher starts
properly.
Nothing obvious is printed in the terminal.
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers]
--
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=38913
Bug ID: 38913
Summary: valgrind shows some definite leaks in
d3drm/tests/d3drm.c:
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==21842== 36 bytes in 1 blocks are definitely lost in loss record 308 of 901
==21842== at 0x7BC4B53F: notify_alloc (heap.c:254)
==21842== by 0x7BC4F7E2: RtlAllocateHeap (heap.c:1715)
==21842== by 0x48FC3D3: Direct3DRMDevice_create (device.c:976)
==21842== by 0x48F5BF4: d3drm2_CreateDeviceFromSurface (d3drm.c:597)
==21842== by 0x47A7EBD: test_create_device_from_surface (d3drm.c:2197)
==21842== by 0x47A9D4B: func_d3drm (d3drm.c:2553)
==21842== by 0x47ACA0F: run_test (test.h:584)
==21842== by 0x47ACE57: main (test.h:666)
==21842==
==21842== 36 bytes in 1 blocks are definitely lost in loss record 309 of 901
==21842== at 0x7BC4B53F: notify_alloc (heap.c:254)
==21842== by 0x7BC4F7E2: RtlAllocateHeap (heap.c:1715)
==21842== by 0x48FC3D3: Direct3DRMDevice_create (device.c:976)
==21842== by 0x48F5D21: d3drm2_CreateDeviceFromClipper (d3drm.c:616)
==21842== by 0x47A6AC1: test_create_device_from_clipper (d3drm.c:2000)
==21842== by 0x47A9D46: func_d3drm (d3drm.c:2552)
==21842== by 0x47ACA0F: run_test (test.h:584)
==21842== by 0x47ACE57: main (test.h:666)
==21842==
==21842== 36 bytes in 1 blocks are definitely lost in loss record 310 of 901
==21842== at 0x7BC4B53F: notify_alloc (heap.c:254)
==21842== by 0x7BC4F7E2: RtlAllocateHeap (heap.c:1715)
==21842== by 0x48FC3D3: Direct3DRMDevice_create (device.c:976)
==21842== by 0x48F5D21: d3drm2_CreateDeviceFromClipper (d3drm.c:616)
==21842== by 0x47A6B52: test_create_device_from_clipper (d3drm.c:2004)
==21842== by 0x47A9D46: func_d3drm (d3drm.c:2552)
==21842== by 0x47ACA0F: run_test (test.h:584)
==21842== by 0x47ACE57: main (test.h:666)
==21842==
--
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=3297
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--
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=38953
Bug ID: 38953
Summary: Linux kernel version 4.2 will prevent Battle.net App
from launching in Wine
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aapmak(a)gmail.com
Distribution: ---
When using Linux kernel version 4.2 (all of the release candidates exhibit this
phenomenon), the Battle.net will fail to launch in Wine (1.7.47). When
switching back to the stable 4.1.2, it will resume functioning as expected.
Obviously, this hints at an issue somewhere in the Linux kernel but,
ultimately, there is no way to bug report on kernel.org when the problem is one
individual application.
There have been some (very) low level changes in the Linux kernel between 4.1
and 4.2 and consequently, it may have affected Wine in some fashion. I suspect
something related to the low level ASM changes (see changelogs for the 4.2
rc's).
This was tested with all currently available release candidates for Linux
kernel version 4.2 (rc1, rc2, rc3).
Hardware: AMD A6-3650
Kernel versions: 4.1.2 amd64 low latency (works); 4.2rc1/rc2/rc3 amd64 low
latency (does not work)
Wine: 1.7.47
Graphics stack: Mesa 10.7 (git, oibaf).
--
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=38418
Bug ID: 38418
Summary: TLS not working in MyTaxExpress on Ubuntu 15.04
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: soft(a)kristal.ca
Distribution: ---
Up until Ubuntu Gnome 14.10 I was able to use TLS 1.2 for submitting tax
returns in MyTaxExpress. As of version 15.04 with Wine 1.74 I'm getting a TLS
error.
For the moment I'm sharing the folder with Win7 in VirtualBox but it's not
nearly as convenient as using it in Wine.
I also have an email checker: PopTray which uses SSL and I have no issues with
at all.
I tried creating a partition with Ubuntu Mate 15.04 with the same result.
Any ideas would be greatly appreciated.
--
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=38376
Bug ID: 38376
Summary: Elder Scrolls V: Skyrim (Steam) launcher.exe fails to
start (crashes), installed thro PlayOnLinux
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lwjohnst(a)gmail.com
Distribution: ---
Created attachment 51223
--> https://bugs.winehq.org/attachment.cgi?id=51223
Backtrace of the log output for the errors and crash report
I have tried installing Skyrim on Ubuntu 14.04 several times. Whether I install
Steam separate and then install Skyrim, or if I install Skyrim via PlayOnLinux,
it crashes at the splash screen. And while I have a 64bit laptop, I use (I
believe) the 32 bit version of Wine for Steam/Skyrim installs.
--
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=37905
Bug ID: 37905
Summary: DatamngrCoordinator.exe
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maazarifbutt(a)gmail.com
Distribution: ---
The program DatamngrCoordinator.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience
--
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=38831
Bug ID: 38831
Summary: wiki.winehq.org is down
Product: WineHQ.org
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kreiger(a)linuxgods.com
http://wiki.winehq.org/
--
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=38026
Bug ID: 38026
Summary: Need test search by submitter or non-email monitoring
function
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
It would be very helpful to me if there was a summary page like "Maintainership
Overview" but for apps/versions I've submitted test results for but am not the
maintainer.
Alternatively, instead of only email-based monitoring of an app version (which
gets spammy), allow monitoring of an app and/or version that can be reviewed in
a summary page that indicates what the last version of Wine it was tested on.
This way I can quickly see what apps I have interest in, but am not willing to
be maintainer of, have significantly outdated test results.
Currently the only way I can check status of non-maintained apps is to do a
Google site-restricted search of my name and dig through the results
individually.
--
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=38025
Bug ID: 38025
Summary: Whitespace modification notification spam
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
Most of my application, version, and test result submissions result in an email
notification that they have been modified. Most of these are whitespace
changes. I'm not sure if this is another reoccurrance of bug #9063 but I don't
need that much info.
--
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=38405
Bug ID: 38405
Summary: Star Wars: Knights of the Old Republic II black screen
and crash
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grodrigues.math(a)gmail.com
Distribution: ---
Created attachment 51255
--> https://bugs.winehq.org/attachment.cgi?id=51255
log file with d3d channel
Star Wars: Knights of the Old Republic II, the Sith Lords, in a GOG install,
crashes every time: the game starts correctly, (quick) creation proceeds
normally, the crawl text appears as well as the Ebon Hawk, but then it the
screen goes black and the game crashes.
I tried every solution that I have read as a work around (but admittedly not
every combination of them) with *always* the same result: black screen then
crash. This includes lowering resolutions, disabling movies, emulating virtual
desktop, etc.
note(s):
- this *may* be related to these old, still open bugs:
https://bugs.winehq.org/show_bug.cgi?id=28114https://bugs.winehq.org/show_bug.cgi?id=24495
But since I really do *not* know, I decided to just go ahead and open a new bug
report.
If I do a
WINEDEBUG=+d3d wine swkotor2.exe &> errors.log
I see this on the errors.log file:
trace:d3d:wined3d_device_decref 0x1b8140 decreasing refcount to 0.
trace:d3d:wined3d_decref 0x1b4f68 decreasing refcount to 1.
trace:d3d:wined3d_device_decref Freed device 0x1b8140.
trace:d3d:wined3d_decref 0x1b4f68 decreasing refcount to 0.
wine: Unhandled page fault on read access to 0x00000000 at address (nil)
(thread 0009), starting debugger...
So, to my untrained eye, it seems that d3d is trying to decrease the refcount
(that is, accessing) an already freed object.
Specs:
- Kubuntu 14.10
- wine 1.7.38
- nouveau drivers for GeForce GT630
- x86_64 intel i7-4770S 3.10GHz
- the errors.log attachment was taken in a normal 64bit prefix; but 32 bit
prefix yielded the same error.
--
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=38782
Bug ID: 38782
Summary: Creative Cloud 2015 does not allows to download apps
Product: Wine
Version: 1.7.45
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurikoles(a)gmail.com
Distribution: ---
Created attachment 51711
--> https://bugs.winehq.org/attachment.cgi?id=51711
screenshot of error
First of all you need to set Windows version to 7.
Creative Cloud downloads it's installer, installs. I can see that it can use
network because I can login, I see content in other tabs, but in Apps tab there
is error message about network problems, so apps is not installable.
--
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=24588
Summary: 64 bit issue within qsort()
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)obssys.com
Created an attachment (id=31054)
--> (http://bugs.winehq.org/attachment.cgi?id=31054)
Patch to fix 64 bit issue within qsort()
Change all types from int to size_t within NTDLL_mergesort().
--
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=38917
Bug ID: 38917
Summary: Path of Exile shadow bugs
Product: Wine
Version: 1.7.46
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: nt(a)divzero.at
Distribution: ---
This is very apparent in the "Submerged Passage". There's some weird
black/transparent/flickering ground texture issues. Shadows need to be turned
off for this not to occur.
--
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=37206
Bug ID: 37206
Summary: Starcraft broodwar stops at the startup screen
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: glenn.schrader(a)verizon.net
Regression SHA1: 7366709d60f42ae09a37548e41c030c5e82fef6a
Created attachment 49458
--> https://bugs.winehq.org/attachment.cgi?id=49458
Log file captured using "WINEDEBUG=all+d3d,ddraw,wgl,x11drv"
The checkin log for the regression SHA1 says "wined3d: Restore the pixel format
of the window whose pixel format was actually changed".
The symptom is that when Broodwar starts up it stops at the loading screen. It
is not hung since the "Loading" text continues to flash. Left alone, it will
stay at this screen forever. The only way I found to get past the startup
screen is to manually trigger the screensaver. After the screensaver has
started and been terminated, Broodwar gets past the loading screen into the top
level game screen. The game will run at this point but there is no GPU
acceleration so everything is quite slow.
Note that SHA1 b8569d2f3006bbb14b973eca15a608f9575a0ebd works properly at full
speed with no problems (aside from the normal Battlenet issues, etc).
One thing that may or may not have a bearing on this is that I'm running on a
dell laptop with a NVIDIA GPU. This laptop only supports a single screen
resolution (1440x900). Before NVIDIA dropped re-scaling a while back Broodwar
would run full screen with no problem. Afterwards, it would start up in a
corner of the screen but I could scale it before starting Broodwar using
"xrandr --output LVDS-0 --scale-from 640x480".
I used "export WINEDEBUG=all+d3d,ddraw,wgl,x11drv" to capture diagnostic data
while the system was at the startup screen. The log file is attached. Note that
the place where the log starts being repetitive is around line 8043.
--
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=7525
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
--
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=22274
Summary: Edit control continues scrolling after mouse leaves
window
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
Created an attachment (id=27210)
--> (http://bugs.winehq.org/attachment.cgi?id=27210)
user32: edit control scrolling now properly follows mouse selection
I will attach the source code for a small test program that reproduces this
behavior.
Steps to reproduce:
$ wine et.exe (edit test program)
Alternate steps to reproduce:
$ wine notepad
1. Paste the text of this bug report into the window.
2. shrink window down to about the size of a business card
3. Edit Menu - > turn off Wrap long lines
* A horizontal scrollbar should appear.
4. left-click in the window
5. continue holding down the left mouse button
6. drag mouse to the right until it leaves the window
7. continue holding the left button down
8. wait...
* Notice that the text selection keeps growing. This doesn't happen on windows.
9. still holding the mouse, move it around outside the window
10. Try to select a paragraph of text without using the scrollbars.
* Notice that it is hard to select the exact amount of text you want because
the selection keeps growing spookily on its own. Again, this doesn't happen on
windows.
Well, I found out what's causing the spooky growing text selection.
It's a fixme of WM_TIMER in edit.c
The attached patch fixes it.
--
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=1429
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #14 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Metabug --> Please open new bug reports for specific issues. Things have
changed a great deal in twelve years.
--
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=21539
Summary: Using "Bare Streams" console mode with SRCDS does not
work.
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://srcds.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurikoivunen(a)hotmail.com
SRCDS ( Source Dedicated Server ) is designed to run both in GUI and CLI modes.
However, when trying to run the server in pure console without X and using
"bare streams" as described here (
http://www.winehq.org/docs/wineusr-guide/cui-programs ) I still receive the
error:
DISPLAY='' WINEDEBUG=+console wine srcds.exe -console ...
trace:console:AllocConsole ()
err:curses:WCCURSES_InitBackend (n)curses was not found.
err:wineconsole:WINECON_Init failed to init.
This is probably due to srcds running in "hybrid" mode where it is marked as a
GUI application, but uses AllocConsole to create a console hence resulting in a
new console creation, which currently fails.
As a workaround I stubbed AllocConsole and only returned TRUE. This allows the
application to start and reach a point where it tries to read the console and
where it then fails due to wine not being able to read from the console.
Could you add an option for true "bare streams" and so that input would also
work?
ps: I know that there is a linux version of SRCDS but there are no linux
binaries for the server I am trying to run. This bug forces a lot of server
hosters run X on their servers to be able to run SRCDS in wine. The server is
free to download and use.
--
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=8277
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |minor
--
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=8089
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
--
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=23546
Summary: several wine programs fail to run under cygwin
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.cygwin.com
OS/Version: Windows XP
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
A user reported this in #winehq, so I tried it myself. After bug 21526 was
fixed, wine programs all compile, but several don't run. I haven't tried them
all, but, e.g., notepad runs, but cmd, dxdiag, eject do not. Trying to run them
gives:
/home/austin/wine-git/programs/cmd/cmd.exe: error while loading shared
libraries: libwine.dll: cannot open shared object file: No such file or
directory
seems to be the CLI programs that don't run..
--
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=5610
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
--
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=7525
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|enhancement |normal
--- Comment #7 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
No change in Wine 1.7.47.
--
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=23766
Summary: (Shift) Ctrl + Tab isn't handled in winecfg
application
Product: Wine
Version: 1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
The subject says it all.
I tried searching for any similar bugs filed previously and I couldn't find
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=34748
Bug #: 34748
Summary: Integrate GVFS just like you have integrated CUPS
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: netapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n296869(a)rtrtr.com
Classification: Unclassified
Wine already integrates with CUPS to allow applications to print documents
exactly as they do it in Windows. My proposal is to integrate Wine with GVFS to
let applications automatically mount network shares. In Windows applications
can access network shares by just specifying a path like "//server/share". But
in Wine you first need to manually create a link to
"~/.wine/dosdevices/unc/server/share", and only then all applications will be
able to access this particular server.
--
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=18379
Summary: Photoshop 3 does install but not run (out of memory
error)
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andreas.Schallenberg(a)Eurobild.com
Created an attachment (id=20953)
--> (http://bugs.winehq.org/attachment.cgi?id=20953)
Lzma-compressed WINE log file (Photoshop 3)
On Windows-Machines, Photoshop refuses to run
when much physical RAM is installed. Problems
typically start when it exceeds 512 MB.
The installation routine works but the real
application (photosle.exe) shows an "out of
memory" dialog and quits.
Running Photoshop 3 using WINE shows the same
behavior (tested with 1GB RAM and WINE 1.1.19).
The installer works fine and the app refuses
to start up.
The first attachment to this report was created
using the following command:
WINEDEBUG=+relay wine photosle.exe &>wine.log
--
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=18869
Summary: Use the system settings for default User and
Organization field
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: integration
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Launchpad: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/384990
If you install software in Wine that needs a User and Organization, you'll see
these strings set as the default:
Change preferred owner in ~/.wine/system.reg
Change preferred organization in ~/.wine/system.reg
Whenever possible, we should be using the system settings here -
System->Preferences->About Me (on Gnome at least) contains a great default for
owner and organization
--
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=4666
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |juliantheel(a)gmail.com
--- Comment #57 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 35116 has been marked as a duplicate of this bug. ***
--
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=4166
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |juliantheel(a)gmail.com
--- Comment #13 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 35116 has been marked as a duplicate of this bug. ***
--
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=4666
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shomari.sharpe(a)gmail.com
--- Comment #56 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 37961 has been marked as a duplicate of this bug. ***
--
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=11784
Summary: 3dsmax2008 installer
crashes:err:cursor:DIB_GetBitmapInfo (1633746944):
unknown/wrong size for header
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Keywords: Installer
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, after James' patch got into git, the installer gets further, but now
crashes like below:
err:cursor:DIB_GetBitmapInfo (1633746944): unknown/wrong size for header
err:cursor:DIB_GetBitmapInfo (1633746944): unknown/wrong size for header
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 49949
Current serial number in output stream: 49953
PS, I wonder why installers from AutoDesk run into so many bugs; either they
are very advanced and put wine to it's limits, or are they just a bit buggy??
--
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=16476
Summary: Turok crashes when starting a game
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://abandonia.com/en/games/658/Turok+-
+Dinosaur+Hunter.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Download the 17MB zip file, extract it, run Turok.exe - select any video
configuration and the game crashes with no useful backtrace.
--
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=17455
Summary: UnrealED 2: Cannot manipulate the viewports in any way.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nbowler(a)draconx.ca
Created an attachment (id=19534)
--> (http://bugs.winehq.org/attachment.cgi?id=19534)
Log of UnrealED session
Now that bug 7451 is fixed, it is possible to start the unreal editor.
Everything works... except for any kind of viewport manipulation (which is done
by clicking and dragging in the viewport with various combinations of shift,
control, etc.) As a result, it is impossible to use the editor because you
simply cannot see all parts of the map nor move things around in the viewports.
It is, however, possible to subtract a cube and then apply textures to the
surfaces that are initially visible by clicking on them in the viewport.
This may affect other versions of the unreal editor, but I am not sure.
The attached log was output when starting an unrealed session, attempting to
click and drag on the main viewport, then quitting. However, all of the log
messages were output before I touched the viewport.
--
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=32741
Bug #: 32741
Summary: The Witcher CTD in a certain location in the game
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zinigor(a)gmail.com
Classification: Unclassified
Created attachment 43201
--> http://bugs.winehq.org/attachment.cgi?id=43201
Crash log without winedebug
GOG.com version of "The Witcher:Enhanced Edition" crashes to desktop when
trying to exit the Mage's Tower in the swamp in the end of the second chapter.
I am using wine 1.5.21 installed from the wine Launchpad PPA.
I am running Ubuntu Desktop 12.10 64-bit with Linux 3.7.0-7. I use the
following command to launch The Witcher:
env WINEPREFIX=~/.wine-test/witcher wine launcher.exe
The prefix that I use has WINEARCH set to "win32" and has d3dx9_36, d3dx9_43
and vcrun2005 installed from winetricks.
--
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=34283
Bug #: 34283
Summary: witcher 1 enhanced crashes on mac OS X 10.8.4
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carsten(a)c-ase.de
Classification: Unclassified
Created attachment 45641
--> http://bugs.winehq.org/attachment.cgi?id=45641
mountain lion 10.8.4 - witcher enhanced crashes every 30-60 minutes.
witcher enhanced crashes every 30-60 minutes just by playing. sometimes when
entering builings, sometimes after a sequence, sometime after a fight, sometime
by just running around..
--
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=38807
Bug ID: 38807
Summary: Starcraft Campaign Editor new map view lacks star
indicator in menu
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Make some changes to the map so that the window title changes from
Untitled.scm to Untitled.scm *
2. Click Window, New Map View
3. Click Window again and observe that the new window is listed as
"Untitled.scm *" on Windows, but "Untitled.scm" on Wine
Clicking the previous map view causes the new window to be listed correctly in
the menu.
--
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.
The address 108-233-245-5.lightspeed.miamfl.sbcglobal.net (108.233.245.5) failed too many login attempts (5) for
the account davec.bugs(a)gmail.com.
The login attempts occurred at these times:
2015-07-17 10:45:57 CDT
2015-07-17 10:47:42 CDT
2015-07-17 10:51:04 CDT
2015-07-17 10:51:56 CDT
2015-07-17 10:52:17 CDT
This IP will be able to log in again using this account at
2015-07-17 11:15 CDT.
https://bugs.winehq.org/show_bug.cgi?id=6955
--- Comment #185 from Antonio López <amlopezalonso(a)gmail.com> ---
*** Bug 34611 has been marked as a duplicate of this bug. ***
--
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=23851
Summary: Warhammer: Chaos Gate No sound outside of cutscenes
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=29938)
--> (http://bugs.winehq.org/attachment.cgi?id=29938)
winedebug log with settings warn+alsa,warn+wave,warn+dsound
Sound plays normally for the opening cinematic and then goes silent for main
menu (Sounds should play on mouse over events, and I believe there is
background music on Windows). Sound returns during a second cinematic and is
silent again afterwards.
I've attached a log generated with WINEDEBUG=warn+alsa,warn+wave,warn+dsound.
It looks like the sound is failing when the application attempt to override the
existing Primary buffer, but we don't fully support this currently. Per the
following lines from the log.
warn:dsound:DirectSoundDevice_SetCooperativeLevel level=DSSCL_PRIORITY not
fully supported
warn:dsound:DirectSoundDevice_CreateSoundBuffer Primary Buffer already created
--
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=19417
Summary: Hitman Blood Money [Gold Rated] Stuck on startup
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linux(a)elementarea.net
Created an attachment (id=22533)
--> (http://bugs.winehq.org/attachment.cgi?id=22533)
WINEDBG=+wgl
Hitman Blood Money stuck on startup with the Program Error box showing but not
accepting input. i need to kill it manually.
attached is a +wgl dump
the main error seems to be:
fixme:d3d:debug_fbostatus Unrecognied FBO status 0x00000000
fixme:d3d:context_check_fbo_status FBO status unrecognized (0)
wine: Unhandled page fault on read access to 0x00000008 at address 0x7eafd2cb
(thread 0009)
also i don't understand why
trace:wgl:X11DRV_WineGL_InitOpenglInfo Direct rendering enabled: False
but
glxinfo | grep direct
direct rendering: Yes
running on Intel GM45 hardware with KMS enabled
--
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=26705
Summary: Alliance: Future Combat - invisible infantry
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34011)
--> (http://bugs.winehq.org/attachment.cgi?id=34011)
console log
Infantry is not rendered correctly in the game (no demo available): they are
invisible, only their weapons and equipment are displayed. Vehicles are
rendered correctly.
It doesn't matter if I choose the lowest or high detail settings in the game.
If I disable vertex shaders both infantry *and* vehicles are invisible.
Native dlls in use: d3dx9 (via winetricks).
Fedora 14
Nvidia GeForce 250 GTS / driver 260.19.36
--
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=6955
--- Comment #184 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
*** Bug 26705 has been marked as a duplicate of this bug. ***
--
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=29495
Bug #: 29495
Summary: Art of Murder: FBI Confidential crashes when starting
a new game
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.gamershell.com/download_22919.shtml
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: dylan.ah.smith(a)gmail.com
Classification: Unclassified
Regression SHA1: 8cae5c23121ffbf76cce42947ac22a30f3b1f369
Created attachment 38195
--> http://bugs.winehq.org/attachment.cgi?id=38195
terminal output
The game crashes when I try to start a new game from the menu. Reproducible
with the demo too.
The game utilizes the Wintermute Engine.
A new game can be started with Wine-1.3.18 and the result of the regression
test:
8cae5c23121ffbf76cce42947ac22a30f3b1f369 is the first bad commit
commit 8cae5c23121ffbf76cce42947ac22a30f3b1f369
Author: Dylan Smith <dylan.ah.smith(a)gmail.com>
Date: Wed Apr 20 16:20:53 2011 -0400
d3dxof: GetName can be used to just get the name length.
:040000 040000 39d4bb1cb85db00694042191a9a2f8767f394d3d
170cbef685302e15be5e88505dcdccb2a303bcdb M dlls
Native d3dxof.dll does not help.
git checkout 8cae5c23121ffbf76cce42947ac22a30f3b1f369 >>the game crashes
git reset --hard HEAD^ >>the game is loading correctly
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.3
--
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=6955
Martín Perazzo <rechapita(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|rechapita(a)hotmail.com |
--
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=6955
John Mylchreest <jmylchreest(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|jmylchreest(a)gmail.com |
--
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=6955
--- Comment #183 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
*** Bug 29495 has been marked as a duplicate of this bug. ***
--
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=38912
Bug ID: 38912
Summary: valgrind shows a possible leak in atl100/tests/atl.c:
nsIOService_NewURI()
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: atl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
==20779== 192 bytes in 6 blocks are possibly lost in loss record 1,203 of 1,855
==20779== at 0x7BC4B53F: notify_alloc (heap.c:254)
==20779== by 0x7BC4F7E2: RtlAllocateHeap (heap.c:1715)
==20779== by 0x52536AD: alloc_bstr (oleaut.c:162)
==20779== by 0x5253A40: SysAllocStringLen (oleaut.c:324)
==20779== by 0x669415B: pre_process_uri (uri.c:786)
==20779== by 0x66A0FFC: CreateUri (uri.c:5738)
==20779== by 0x70E667B: create_uri (persist.c:181)
==20779== by 0x70D605B: nsIOService_NewURI (nsio.c:3557)
==20779== by 0x6B4799DE: ???
==20779==
--
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=35558
Bug ID: 35558
Summary: Rift crashes when VT switch > 60 sec
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rift-wine(a)yopmail.com
Classification: Unclassified
Created attachment 47482
--> http://bugs.winehq.org/attachment.cgi?id=47482
Standard Output
Open Rift in a secondary X server.
Switch to primary X server : if time passed on primary X server is greater than
60 seconds, Rift will crash on secondary X server.
--
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=38910
Bug ID: 38910
Summary: Notepad should detect if there are characters in the
file which cannot be represented in the target
codepage
Product: Wine
Version: 1.1.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
See bug 18191 for the original discussion.
Windows XP Notepad remembers the encoding of the file when it is opened, and
uses the same encoding when saving (although UTF16-BE will become UTF16-LE). If
the file is new, the default encoding is the active ANSI codepage. When saving,
if there are characters in the file which cannot be represented in the target
codepage, Notepad will put up a warning:
== Notepad ==
<filename>
This file contains characters in Unicode format which will be lost if
you save this file as an ANSI encoded text file. To keep the Unicode
information, click Cancel below and then select one of the Unicode
options from the Encoding drop down list. Continue?
[ OK ] [ Cancel ]
We'd want to use MultiByteToWideChar, as IsTextUnicode doesn't support utf-8.
--
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=38903
Bug ID: 38903
Summary: Program Error Crash.
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: boaralex2000(a)gmail.com
Created attachment 51836
--> https://bugs.winehq.org/attachment.cgi?id=51836
Crash Log
I downloaded terraria 1.3 for mac for free from this link:
https://mega.nz/#!LxM2jSxS!42Lq2v4SWRmpFmP4u97mQmpYh56MhcFuXk412PUvr7k
When i open the game black screen appears and says:
The program Terraria.exe has ecountered a serious problem and needs to close.
We are sorry for the inconvenience.
When i click "Show Details" this log comes up (attached file).
I use the wine 1.7.13 because i think thats the right one to use.
--
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=26802
Summary: Bully: Scholarship Edition has missing textures
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34151)
--> (http://bugs.winehq.org/attachment.cgi?id=34151)
terminal output
The game (version 1.2 here) has lots of missing textures: people are invisible
as well as certain objects (e.g. doors). Characters are invisible in the
cutscenes, too (I refer to those short conversations during gameplay not the
intro movie).
Maybe related to the problem, sky and floor textures turn into solid grey/black
as I turn the camera.
For confirmation, please have a look at the AppDB page of the game: all of the
submitted test results mention the problem.
http://appdb.winehq.org/objectManager.php?sClass=application&iId=8581
Disabling GLSL didn't solve the problem for me.
Native components in use: d3dx9_36 xact vcrun2005.
No demo available.
Fedora 14
Nvidia GeForce 250 GTS / driver 270.30
--
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=6955
--- Comment #182 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
*** Bug 26802 has been marked as a duplicate of this bug. ***
--
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=7517
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dorch(a)laposte.net
--- Comment #16 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
*** Bug 38894 has been marked as a duplicate of this bug. ***
--
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=6316
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
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=38832
Bug ID: 38832
Summary: Painting artifacts when moving a window that clips its
children
Product: Wine
Version: 1.7.46
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Created attachment 51769
--> https://bugs.winehq.org/attachment.cgi?id=51769
test application
Attached simple test application demonstrates painting bugs when a window
that clips its children is being moved. In order to force the bug a being
moved window should have update region that covers its children, and child
windows should not have an update region.
--
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=36364
Bug ID: 36364
Summary: valgrind shows a few leaks in ieframe/tests/intshcut.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15610== 8 bytes in 1 blocks are possibly lost in loss record 34 of 732
==15610== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15610== by 0x7B8442B8: HeapAlloc (heap.c:271)
==15610== by 0x7B8444DA: GlobalAlloc (heap.c:376)
==15610== by 0x4E3DEF5: OLEClipbrd_Initialize (clipboard.c:1732)
==15610== by 0x4E72447: OleInitialize (ole2.c:215)
==15610== by 0x4A56DFF: func_intshcut (intshcut.c:396)
==15610== by 0x4A673B4: run_test (test.h:584)
==15610== by 0x4A677A3: main (test.h:654)
==15610==
==15610== 15 bytes in 1 blocks are definitely lost in loss record 76 of 732
==15610== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15610== by 0x4E63493: IMalloc_fnAlloc (ifs.c:186)
==15610== by 0x4E639D4: CoTaskMemAlloc (objidl.h:1236)
==15610== by 0x64A93F9: UniformResourceLocatorA_GetUrl (ieframe.h:386)
==15610== by 0x4A55E96: _check_string_transform (intshcut.c:149)
==15610== by 0x4A572E3: func_intshcut (intshcut.c:368)
==15610== by 0x4A673B4: run_test (test.h:584)
==15610== by 0x4A677A3: main (test.h:654)
==15610==
==15597== 36 bytes in 1 blocks are definitely lost in loss record 245 of 714
==15597== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15597== by 0x64AA693: create_shortcut (intshcut.c:809)
==15597== by 0x64AB9AC: InternetShortcut_Create (intshcut.c:855)
==15597== by 0x4E494DD: CoCreateInstance (unknwn.h:226)
==15597== by 0x4A56E3D: func_intshcut (intshcut.c:381)
==15597== by 0x4A673B4: run_test (test.h:584)
==15597== by 0x4A677A3: main (test.h:654)
==15597==
etc.
--
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=22782
Summary: Battlefield 1942: missing some textures inside
vehicles
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=28110)
--> (http://bugs.winehq.org/attachment.cgi?id=28110)
screenshot of missing textures at top of screen and at bottom
Somewhere maybe around 1.1.38 this was working but now the textures of the
inside of vehicles, eg tanks was correct now they are partly missing so that
the ground and sky can be seen. (see screenshot)
I should be able to complete a regression test in the next few days.
wine-1.1.44-322-g5cc00e8 geforce 8, 195.36.15.
--
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=36271
Bug ID: 36271
Summary: valgrind shows several leaks in dmime/tests/dmime.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48390
--> https://bugs.winehq.org/attachment.cgi?id=48390
valgrind log
Lots of
==26861== 20 bytes in 1 blocks are definitely lost in loss record 160 of 830
==26861== at 0x7BC4C735: notify_alloc (heap.c:255)
==26861== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==26861== by 0x5D39C11: create_dmlyricstrack (lyricstrack.c:272)
==26861== by 0x5D33088: ClassFactory_CreateInstance (dmime_main.c:100)
==26861== by 0x4AAEE26: CoCreateInstance (unknwn.h:226)
==26861== by 0x4946639: test_COM_track (dmime.c:338)
==26861== by 0x49469C8: func_dmime (dmime.c:385)
==26861== by 0x4948B90: run_test (test.h:584)
==26861== by 0x4948F7F: main (test.h:654)
==26861==
and:
==6372== 44 bytes in 1 blocks are definitely lost in loss record 366 of 864
==6372== at 0x7BC4C735: notify_alloc (heap.c:255)
==6372== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==6372== by 0x5F9CB1E: create_dmaudiopath (audiopath.c:642)
==6372== by 0x5FA99FE: IDirectMusicPerformance8Impl_CreateStandardAudioPath
(performance.c:1033)
==6372== by 0x5FA95BF: IDirectMusicPerformance8Impl_InitAudio
(performance.c:952)
==6372== by 0x4954F43: test_COM_audiopath (dmime.c:58)
==6372== by 0x49569AF: func_dmime (dmime.c:380)
==6372== by 0x4958B90: run_test (test.h:584)
==6372== by 0x4958F7F: main (test.h:654)
==6372==
--
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=33907
Bug #: 33907
Summary: Civilization 4: missing some sound (could not read
file)
Product: Wine
Version: 1.6-rc3
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fiziologus(a)gmail.com
Classification: Unclassified
No some sound (footstep, diplomaci) -- could not read file. in wine-1.4 is OK.
settings: msxml3 -> native, dxd9_36 -> native
in attach -- audio.log from 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=22579
Summary: Outlook Express does not show menu bar
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Outlook Express, installed with winetricks does not show menu bar. See the
screenshot.
--
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=17597
Summary: CharmTale2 crashes when releasing mshtml if gecko not
installed
Product: Wine
Version: 1.1.16
Platform: Other
URL: http://www.playfirst.com/game/charmtale2
OS/Version: other
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Trying out a game a user wanted in
https://answers.edge.launchpad.net/ubuntu/+source/wine/+question/61290
If you decline to install gecko, the game crashes quickly with
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code
(0x7d026c32).
Backtrace:
=>0 SupportErrorInfo_Release+0x12(iface=0x74112c) [dlls/mshtml/htmldoc.c:1597]
1 0x00407900 in charmtale2 (+0x7900) (0x0032cfcc)
2 0x00407a2e in charmtale2 (+0x7a2e) (0x00000000)
SupportErrorInfo_Release+0x12 [dlls/mshtml/htmldoc.c:1597] in mshtml: call
*0x8(%eax)
1597 return IHTMLDocument_Release(HTMLDOC(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=29636
Bug #: 29636
Summary: QQ International crash after login (riched20)
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download and install qq:
http://dl_dir.qq.com/qqfile/qq/QQ2010/QQIntl1.0.exe
sha1sum:
10f67ede6b52f260257d2217800dd2a700332f9d QQIntl1.0.exe
2. Start QQ and login to QQ
$ cd ".wine/drive_c/Program Files/Tencent/QQIntl/Bin"
$ wine QQ.exe
3. if the password is correct, then there will be a crash without backtrace,
however, a minidump file will be generated by QQ
open the minidump file with winedbg:
Backtrace:
=>0 0x7bd59369 ME_GetOLEObjectSize+0x196(c=0x32c544, run=0xd263044,
pSize=0x32c3dc) [/home/fracting/wine-git/dlls/riched20/richole.c:1569] in
riched20 (0x0032c3a8)
1 0x7bd5bb77 ME_GetRunSizeCommon+0x24e(c=0x32c544, para=0xd262a3c,
run=0xd263044, nLen=0x1, startx=0, pAscent=0xd263058, pDescent=0xd26305c)
[/home/fracting/wine-git/dlls/riched20/run.c:661] in riched20 (0x0032c408)
2 0x7bd5bc7d ME_CalcRunExtent+0x7c(c=0x32c544, para=0xd262a3c, startx=0,
run=0xd263044) [/home/fracting/wine-git/dlls/riched20/run.c:697] in riched20
(0x0032c458)
winetricks riche20 will workaround for this crash, but there will be another
crash in iexplore
--
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=9210
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #80 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.47.
--
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=25289
Summary: Civilization 4: fails with 'error loading shader
libraries' unless native d3dx9_26 is used
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://download.cnet.com/Civilization-IV-demo/3000-748
9_4-10465206.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=32132)
--> (http://bugs.winehq.org/attachment.cgi?id=32132)
terminal output
Terminal doesn't d3d/d3dx9 related stuff, but I'll attach it anyway.
--
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=36194
Bug ID: 36194
Summary: valgrind shows some possible leaks in
mmdevapi/tests/dependency.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12067== 28 bytes in 1 blocks are possibly lost in loss record 170 of 726
==12067== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12067== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12067== by 0x4FB483E: COMPOBJ_DllList_Add (compobj.c:526)
==12067== by 0x4FB6B7A: apartment_getclassobject (compobj.c:1335)
==12067== by 0x4FBA2C4: get_inproc_class_object (compobj.c:2894)
==12067== by 0x4FBA783: CoGetClassObject (compobj.c:3032)
==12067== by 0x4FBAD45: CoCreateInstance (compobj.c:3197)
==12067== by 0x4E5656A: func_dependency (dependency.c:42)
==12067== by 0x4E6BEAF: run_test (test.h:584)
==12067== by 0x4E6C29E: main (test.h:654)
==12067==
==12067== 28 bytes in 1 blocks are possibly lost in loss record 177 of 726
==12067== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12067== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12067== by 0x4FB483E: COMPOBJ_DllList_Add (compobj.c:526)
==12067== by 0x4FB6B7A: apartment_getclassobject (compobj.c:1335)
==12067== by 0x4FBA2C4: get_inproc_class_object (compobj.c:2894)
==12067== by 0x4FBA783: CoGetClassObject (compobj.c:3032)
==12067== by 0x4FBAD45: CoCreateInstance (compobj.c:3197)
==12067== by 0x60B8344: MMDevice_Activate (devenum.c:594)
==12067== by 0x4E56737: func_dependency (mmdeviceapi.h:395)
==12067== by 0x4E6BEAF: run_test (test.h:584)
==12067== by 0x4E6C29E: main (test.h:654)
==12067==
==12067== 120 bytes in 3 blocks are definitely lost in loss record 446 of 726
==12067== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12067== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12067== by 0x4FD9590: IMalloc_fnAlloc (ifs.c:186)
==12067== by 0x4FD9EAB: CoTaskMemAlloc (objidl.h:1236)
==12067== by 0x655D652: AudioClient_GetMixFormat (mmdevdrv.c:1747)
==12067== by 0x60B7860: set_format (audioclient.h:330)
==12067== by 0x60B79DF: load_driver_devices (devenum.c:464)
==12067== by 0x60B9231: MMDevEnum_Create (devenum.c:852)
==12067== by 0x60BC445: MMCF_CreateInstance (main.c:252)
==12067== by 0x4FBAD96: CoCreateInstance (unknwn.h:226)
==12067== by 0x4E5656A: func_dependency (dependency.c:42)
==12067== by 0x4E6BEAF: run_test (test.h:584)
==12067== by 0x4E6C29E: main (test.h:654)
==12067==
==12067== 240 bytes in 6 blocks are definitely lost in loss record 505 of 726
==12067== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12067== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12067== by 0x4FD9590: IMalloc_fnAlloc (ifs.c:186)
==12067== by 0x4FD9EAB: CoTaskMemAlloc (objidl.h:1236)
==12067== by 0x655D652: AudioClient_GetMixFormat (mmdevdrv.c:1747)
==12067== by 0x60B7860: set_format (audioclient.h:330)
==12067== by 0x60B79DF: load_driver_devices (devenum.c:464)
==12067== by 0x60B9225: MMDevEnum_Create (devenum.c:851)
==12067== by 0x60BC445: MMCF_CreateInstance (main.c:252)
==12067== by 0x4FBAD96: CoCreateInstance (unknwn.h:226)
==12067== by 0x4E5656A: func_dependency (dependency.c:42)
==12067== by 0x4E6BEAF: run_test (test.h:584)
==12067== by 0x4E6C29E: main (test.h:654)
==12067==
--
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=36357
Bug ID: 36357
Summary: valgrind shows a leak in dswave/tests/dswave.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==22533== 24 bytes in 1 blocks are definitely lost in loss record 156 of 566
==22533== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==22533== by 0x5DC1E5A: create_dswave (dswave.c:730)
==22533== by 0x5DC2670: WaveCF_CreateInstance (dswave_main.c:97)
==22533== by 0x4CB14DD: CoCreateInstance (unknwn.h:226)
==22533== by 0x4B48E2E: func_dswave (dswave.c:57)
==22533== by 0x4B49F8C: run_test (test.h:584)
==22533== by 0x4B4A37A: main (test.h:654)
==22533==
--
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=11499
Summary: sound effects not played correctly Battlefield 1942
Product: Wine
Version: 0.9.54.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.54, Ubuntu 7.04
When playing Battlefield 1942 with audio set to either oss or alsa, sound
effects are not played correctly, some are not audible, some sound muffled or
cut short at the start and end.
I've searched through bugzilla for "dsound" "directsound" and "sound effects"
but I haven't been able to spot anything similar to this. I did try the patch
on bug 9358 but if anything, subjectively it seemed worse.
I also tested the demo for bug 7755 but didn't find any problems with sound
effects.
I've created a log of WINEDEBUG=+dsound, it's 80+ MB uncompressed for loading
the game, loading a level and firing a weapon and then exiting immediately.
The log does mention "Buffer starting or buffer underrun" - I don't know if
this message is normal though.
2.5MB bzip2'd log http://members.iinet.net.au/~something/dsound.log.bz2
--
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=38796
Bug ID: 38796
Summary: dwrite analyzer test crashes on my system
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)vr-web.de
Distribution: Debian
Created attachment 51724
--> https://bugs.winehq.org/attachment.cgi?id=51724
stdout of the test run
See attached file.
For some reason gdiinterop_CreateFontFromLOGFONT seems to fail.
--
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=34945
Bug #: 34945
Summary: AppleWin 1.23.0: CPU usage is very high when should be
minimal
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.lutynski(a)gmail.com
Classification: Unclassified
Created attachment 46567
--> http://bugs.winehq.org/attachment.cgi?id=46567
htop showing CPU usage
A performance issue where Wine puts an excessive load upon the CPU; CPU usage
should be marginal.
Both of my cores in my dual-core computer run at nearly 100% when I run
AppleWin 1.23.0, a self-contained Apple II emulator.
Mentioning this issue to the AppleWin developers, they say this is how AppleWin
is functioning internally, which may be of help:
>>>
During *normal* emulation, the emulator will:
i) Start a 1ms timer
ii) Execute AppleII for 1ms of emulated time
iii) Wait for 1ms timer to expire
So assuming you have a sufficiently fast PC (ie. any PC from the past 10 years)
then the wait at step-(iii) will dominate the above sequence.
Also, Applewin is single-threaded, so on your dual-core, it will at most
consume 50% of the CPU capacity.
<<<
To replicate:
Just run Applewin.exe, and when the main window appears, press F2 to start the
emulator. A flashing prompt appears and the Applewin.exe CPU usage runs at, for
example, 72% and wineserver is at 66% (see attached screenshot from htop).
Download link:
http://download.berlios.de/applewin/AppleWin1.23.0.0.zip
51cbe8790d5fdbd3809a17a5b8b66923e676605b AppleWin1.23.0.0.zip
--
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=38822
Bug ID: 38822
Summary: FotoSketcherPortable errors but works
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 51762
--> https://bugs.winehq.org/attachment.cgi?id=51762
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.
A nice app where you can apply some effects to images.
http://portableapps.com/apps/graphics_pictures/fotosketcher-portable
The app works but it pops-up error codes etc.
Terminal output included.
--
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=6955
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #181 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.47.
--
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=38492
Bug ID: 38492
Summary: vcrun2008 does not install via Winetricks under
Kubuntu 15.04. Works in Kubuntu 14.04.
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scott.borisch(a)gmail.com
Distribution: ---
Launch Winetricks.
Select "Select the default wineprefix"
Select "Install a Windows DLL or component"
Select "vcrun2008"
Error message:
"Installation package could not be opened.
Contact the application vendor that this is a valid Windows Installer package"
"Note: Command 'wine vcredist_x86.exe' returned status 84. Aborting"
--
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=15924
Summary: Program freezes during login
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://www.cmsfx.com/en/trading-software/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2gaz(a)yahoo.com.au
When installing this application in wine the following error occurs "Module not
found (msls31.dll)"
The rest of the installation goes smoothly. Clicking the application after
install appears to do nothing yet it is listed in "services" in Xubuntu as
"zombie".
After "killing" the "zombie" and clicking the application again, it gets all
the way to the login screen. At that point a username and passwaord can be
entered but the application then gives the error " failed to connect to
server".
--
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=31001
Bug #: 31001
Summary: SecureCRT: could not write to the host key database
file
Product: Wine
Version: 1.5.7
Platform: x86
URL: http://www.vandyke.com/products/securecrt/index.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Doesn't seem to affect anything, as far as I can tell, but when connecting to a
new host, it can't save the host's key:
Could not write to the host key database file
C:\users\austin\Application Data\VanDyke\Config\KnownHosts\hostsmap.txt
Access Denied
if you click ok to dismiss it, the connection seems fine.
--
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=27286
Summary: Source Insight: Crashes when jumping to function
definition.
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philbyjohn(a)gmail.com
Created an attachment (id=34894)
--> (http://bugs.winehq.org/attachment.cgi?id=34894)
Log of error dump.
Source Insight crashes when jumping to certain function definitions.
A demo version of Source Insight can be obtained here.
http://www.sourceinsight.com/downeval.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=28125
Summary: unimplemented function msctf.dll.TF_InitMlngInfo
called by ctfmon.exe
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. get a native msutb.dll and native ctfmon.exe from WinXP.
(native msutb.dll to avoid Bug 28124)
2. start ctfmon.exe
$ wine ctfmon.exe
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
wine: Call from 0x7b83a537 to unimplemented function msctf.dll.TF_InitMlngInfo,
aborting
err:module:attach_process_dlls "MSUTB.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\fracting\\\4e0b\8f7d\\system32\\tmp\\ctfmon.exe" failed, status
80000100
--
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=36837
Bug ID: 36837
Summary: Steam fallout new vegas error
Product: Wine
Version: 1.7.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jacobgold12(a)hotmail.com
Created attachment 48921
--> http://bugs.winehq.org/attachment.cgi?id=48921
Back trace codes
So i am new to the community and just starting to use wine, need some help
trying to figure it out, i am currently using steam and it works fine game runs
great except sometimes it just drops randomly not sure how to fix error please
advise.
--
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=36164
Bug ID: 36164
Summary: valgrind shows an unitialized variable in
programs/cmd/tests/batch.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==763== Conditional jump or move depends on uninitialised value(s)
==763== at 0x4EE36BD: WCMD_execute (wcmdmain.c:1335)
==763== by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763== by 0x4ECEFD0: WCMD_batch (batch.c:95)
==763== by 0x4EE30A0: WCMD_run_program (wcmdmain.c:1187)
==763== by 0x4EE4383: WCMD_execute (wcmdmain.c:1618)
==763== by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763== by 0x4EE6CE7: wmain (wcmdmain.c:2590)
==763== by 0x4EE724A: __wine_spec_exe_wentry (exe_wentry.c:36)
==763== by 0x7B8641DB: ??? (process.c:1045)
==763== by 0x7B864328: start_process (process.c:1097)
==763== by 0x7BC87017: ??? (signal_i386.c:2571)
==763== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==763== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==763== by 0x7BC5A14C: start_process (loader.c:2840)
==763== by 0x403DFD4: ??? (port.c:60)
==763== Uninitialised value was created by a client request
==763== at 0x7BC4C4AE: mark_block_uninitialized (heap.c:209)
==763== by 0x7BC4C619: initialize_block (heap.c:240)
==763== by 0x7BC50F25: RtlAllocateHeap (heap.c:1717)
==763== by 0x4EE134A: heap_alloc (wcmdmain.c:444)
==763== by 0x4EE358C: WCMD_execute (wcmdmain.c:1310)
==763== by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763== by 0x4ECEFD0: WCMD_batch (batch.c:95)
==763== by 0x4EE30A0: WCMD_run_program (wcmdmain.c:1187)
==763== by 0x4EE4383: WCMD_execute (wcmdmain.c:1618)
==763== by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763== by 0x4EE6CE7: wmain (wcmdmain.c:2590)
==763== by 0x4EE724A: __wine_spec_exe_wentry (exe_wentry.c:36)
==763== by 0x7B8641DB: ??? (process.c:1045)
==763== by 0x7B864328: start_process (process.c:1097)
==763== by 0x7BC87017: ??? (signal_i386.c:2571)
==763== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==763== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==763== by 0x7BC5A14C: start_process (loader.c:2840)
==763== by 0x403DFD4: ??? (port.c:60)
==763==
--
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=36273
Bug ID: 36273
Summary: valgrind shows several leaks in
dmstyle/tests/dmstyle.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==7603== 20 bytes in 1 blocks are definitely lost in loss record 127 of 598
==7603== at 0x7BC4C735: notify_alloc (heap.c:255)
==7603== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==7603== by 0x5F8ABD0: ???
==7603== by 0x5F8F189: ???
==7603== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==7603== by 0x49557C2: test_COM_track (dmstyle.c:179)
==7603== by 0x4955B3F: func_dmstyle (dmstyle.c:223)
==7603== by 0x495693C: run_test (test.h:584)
==7603== by 0x4956D2A: main (test.h:654)
==7603==
--
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=31156
Bug #: 31156
Summary: Skyrim does not work with ENB
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: franchukrom(a)gmail.com
Classification: Unclassified
Created attachment 40902
--> http://bugs.winehq.org/attachment.cgi?id=40902
Console output
ENB ( http://enbdev.com/ ) does not work with wine.
When I run Skyrim (TESV.exe) with ENBInjector started, it fails. Console output
of wine is in 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.
https://bugs.winehq.org/show_bug.cgi?id=38474
Bug ID: 38474
Summary: Quake Live launcher fails to start
Product: Wine
Version: 1.7.41
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexandru.balut(a)gmail.com
Distribution: ---
Created attachment 51315
--> https://bugs.winehq.org/attachment.cgi?id=51315
Console output
Install Quakelive, start Launcher.exe, notice a "Launcher: Launcher has
encountered a problem and needs to close." dialog.
--
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=17402
Summary: Battlefield 2 runs unplayably slow (and mission loading
takes longer) on ATi with GLSL
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
When trying to play Battlefield 2 with an ATi card and GLSL enabled, the
mission loading takes far, far longer than it should (several minutes) when it
reaches the "Loading Geometry" stage. When it finally loads it runs at about
0.2fps and has odd graphics corruption (mainly on remote hills and the far
right part of the screen, unfortunately print screen is black).
Disabling GLSL fixes both these issues but that in turn locks the game to all
low quality settings.
ATi driver is 2.1.8395 (9.1) although was present with 8.11 and 8.12 as well
(only started using ATi at 8.11).
--
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=36236
Bug ID: 36236
Summary: valgrind shows a leak in comctl32/tests/propsheet.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==25320== 56 bytes in 1 blocks are definitely lost in loss record 389 of 894
==25320== at 0x7BC4C735: notify_alloc (heap.c:255)
==25320== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==25320== by 0x7B84586B: HeapAlloc (heap.c:271)
==25320== by 0x7B845A92: GlobalAlloc (heap.c:364)
==25320== by 0x7B846ECF: LocalAlloc (heap.c:967)
==25320== by 0x4C84A16: Alloc (comctl32undoc.c:74)
==25320== by 0x4CD47F0: CreatePropertySheetPageA (propsheet.c:2918)
==25320== by 0x49BEBFD: test_PSM_ADDPAGE (propsheet.c:781)
==25320== by 0x49BF142: func_propsheet (propsheet.c:852)
==25320== by 0x4A14A1C: run_test (test.h:584)
==25320== by 0x4A14E0B: main (test.h:654)
==25320==
--
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=36171
Bug ID: 36171
Summary: valgrind shows several leaks in winmm/waveform.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4477== 6,156 bytes in 342 blocks are definitely lost in loss record 823 of
838
==4477== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==4477== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==4477== by 0x4FEACEF: WINMM_OpenDevice (waveform.c:1093)
==4477== by 0x4FEB8D0: WOD_Open (waveform.c:1272)
==4477== by 0x4FEF2F1: WINMM_DevicesMsgProc (waveform.c:2409)
==4477== by 0x514943D: ??? (winproc.c:173)
==4477== by 0x51495B2: call_window_proc (winproc.c:244)
==4477== by 0x514B74B: WINPROC_call_window (winproc.c:900)
==4477== by 0x51080F8: call_window_proc (message.c:2223)
==4477== by 0x510A2FC: peek_message (message.c:2953)
==4477== by 0x510BDA2: PeekMessageW (message.c:3757)
==4477== by 0x4FEF773: WINMM_DevicesThreadProc (waveform.c:2503)
==4477== by 0x7BC87017: ??? (signal_i386.c:2571)
==4477== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==4477== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==4477== by 0x7BC8E43C: start_thread (thread.c:428)
==4477== by 0x4218F92: start_thread (pthread_create.c:309)
==4477== by 0x431D7ED: clone (clone.S:129)
==4477== 240 bytes in 6 blocks are definitely lost in loss record 575 of 838
==4477== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==4477== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==4477== by 0x5823590: IMalloc_fnAlloc (ifs.c:186)
==4477== by 0x5823EAB: CoTaskMemAlloc (objidl.h:1236)
==4477== by 0x69AE652: AudioClient_GetMixFormat (mmdevdrv.c:1747)
==4477== by 0x6510860: set_format (audioclient.h:330)
==4477== by 0x65109DF: load_driver_devices (devenum.c:464)
==4477== by 0x6512225: MMDevEnum_Create (devenum.c:851)
==4477== by 0x6515445: MMCF_CreateInstance (main.c:252)
==4477== by 0x5804D96: CoCreateInstance (unknwn.h:226)
==4477== by 0x4FE9C53: WINMM_InitMMDevices (waveform.c:843)
==4477== by 0x4FEF50F: WINMM_DevicesThreadProc (waveform.c:2468)
==4477== by 0x7BC87017: ??? (signal_i386.c:2571)
==4477== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==4477== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==4477== by 0x7BC8E43C: start_thread (thread.c:428)
==4477== by 0x4218F92: start_thread (pthread_create.c:309)
==4477== by 0x431D7ED: clone (clone.S:129)
==4477==
--
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=36265
Bug ID: 36265
Summary: valgrind shows a couple leaks in dmband/tests/dmband.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4122== 32 bytes in 1 blocks are possibly lost in loss record 72 of 263
==4122== at 0x7BC4C735: notify_alloc (heap.c:255)
==4122== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4122== by 0x5BBE7DE: ???
==4122== by 0x5BBED52: ???
==4122== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==4122== by 0x49552AF: test_COM_bandtrack (dmband.c:114)
==4122== by 0x49556B9: func_dmband (dmband.c:161)
==4122== by 0x49564B4: run_test (test.h:584)
==4122== by 0x49568A2: main (test.h:654)
==4122==
==4122== 848 bytes in 1 blocks are definitely lost in loss record 226 of 263
==4122== at 0x7BC4C735: notify_alloc (heap.c:255)
==4122== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4122== by 0x5BBE847: ???
==4122== by 0x5BBED52: ???
==4122== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==4122== by 0x4955320: test_COM_bandtrack (dmband.c:119)
==4122== by 0x49556B9: func_dmband (dmband.c:161)
==4122== by 0x49564B4: run_test (test.h:584)
==4122== by 0x49568A2: main (test.h:654)
==4122==
--
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=24850
Summary: Explorer++ resets custom toolbar buttons on each
startup
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31445)
--> (http://bugs.winehq.org/attachment.cgi?id=31445)
terminal output
The buttons displayed in the main toolbar can be customized by right-clicking
it and choosing "customize..." (or until bug 24843 is fixed, the lowest bit of
blank space in that menu). On Windows, it saves any changes made there and
restores them on each startup. No such luck in Wine, where it resets to the
defaults on each startup.
Native comctl32 (v6) makes it work as expected. This line might be suspicious:
fixme:toolbar:TOOLBAR_Save save to L"Software\\Explorer++\\Settings"
L"ToolbarState"
P.S. There's an easy workaround which just started working in git (it'll make
the program crash on startup in 1.3.5 or earlier): go into options and enable
portable mode.
--
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=36270
Bug ID: 36270
Summary: valgrind shows several leaks in
dmcompos/tests/dmcompos.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==5170== 848 bytes in 1 blocks are definitely lost in loss record 517 of 584
==5170== at 0x7BC4C735: notify_alloc (heap.c:255)
==5170== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==5170== by 0x5F9D528: ???
==5170== by 0x5F9B9A6: ???
==5170== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==5170== by 0x49559DF: test_COM_track (dmcompos.c:207)
==5170== by 0x4955CE4: func_dmcompos (dmcompos.c:246)
==5170== by 0x4956AE0: run_test (test.h:584)
==5170== by 0x4956ECE: main (test.h:654)
==5170==
--
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=31391
Bug #: 31391
Summary: anarchy online game crashing after login
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dazsul76(a)gmail.com
Classification: Unclassified
Created attachment 41250
--> http://bugs.winehq.org/attachment.cgi?id=41250
program internal error report
Re: Game Anarchy online.
Game is crashing after login screen (note occasionally game works. about 1 time
in 15 login attempts)
wine v1.5.10
Linux mint 13
Anyhelp would be appreciated. console file 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=3077
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #29 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.47.
--
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=35789
Bug ID: 35789
Summary: Morrowind random crashes during game play.
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: naughtmcnoone(a)gmail.com
Created attachment 47782
--> http://bugs.winehq.org/attachment.cgi?id=47782
Backtrace file created by system when game crashed.
Morrowind crashes randomly during game play.
Was very stable, with no problems until I added the Tribunal and Bloodmoon add
ons.
Also, did Morrowind Code Patch at the same time.
--
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=30686
Bug #: 30686
Summary: Wineord 2010 adds spaces before umlauts
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stasik0(a)front.ru
Classification: Unclassified
I am using Word 2010 with Wine. After a document is opened there are often
extra space before German umlauts e.g. "für" becomes "f ür". This is really
annoying and makes Word unusable. A rollback on 1.4 seems to solve the problem.
I do use a native riched20 library.
--
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=38864
Bug ID: 38864
Summary: Page fault when installing Microsoft Lync Basic 2013
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: kosa.gyula.77(a)gmail.com
Distribution: ---
Created attachment 51792
--> https://bugs.winehq.org/attachment.cgi?id=51792
Debug Output
I get an unexpected application error when installing Microsoft Lync Basic 2013
(32 Bit):
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:EventRegister {8736922d-e8b2-47eb-8564-23e77e728cf3}, 0x100326a5,
0x10068a90, 0x1009b7b0
fixme:process:GetSystemDEPPolicy stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:advapi:EventRegister {8736922d-e8b2-47eb-8564-23e77e728cf3}, 0xa0743e,
0xc9bbb0, 0xcd9148
fixme:system:SetProcessDPIAware stub!
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:advapi:EventRegister {f562bb8e-422d-4b5c-b20e-90d710f7d11c}, 0xa0743e,
0xcd52d0, 0xcdc4c8
wine: Unhandled page fault on read access to 0x00000000 at address 0xb5128e
(thread 0026), starting debugger...
Download Microsoft Lync Basic 2013 (32 Bit) from
https://www.microsoft.com/en-US/download/details.aspx?id=35451
--
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=2082
--- Comment #149 from Saulius K. <saulius2(a)gmail.com> ---
Being the original reporter, I am all for marking this bloated bug report
dependent on bug 38875. When the 38875 gets fixed, this one could be closed
too.
But then some patches from here (Charles Welton, Stefan Doesinger, Ken
Thomases, Gražvydas Ignotas and probably from related bug reports) will need to
be linked to the new report. I already lost the track of technical discussion
to be exact (for a while).
Are there any objections?
--
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=2082
Dan Weiss <danweiss(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |danweiss(a)gmail.com
--- Comment #148 from Dan Weiss <danweiss(a)gmail.com> ---
I just submitted a bug report for another problem with DirectDraw which was
resulting in a black screen being drawn, bug 38875. Let me know if that should
be marked as a duplicate of this bug, or it should be considered as a separate
issue.
--
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=9093
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Regression SHA1| |5db70db76e8d9d947852cf5af01
| |f55cd8565930c
--
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=38775
Bug ID: 38775
Summary: Planetside 2 64bit: crash on launch in
NtProtectVirtualMemory
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bucaneer(a)gmail.com
Distribution: ---
Created attachment 51707
--> https://bugs.winehq.org/attachment.cgi?id=51707
Crash backtrace
The game crashes on launch with a win64 profile, making it unplayable since the
32bit executable was discontinued recently.
This Wine patch is needed to make the launcher work:
https://bugs.winehq.org/show_bug.cgi?id=38021#c2
--
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=31702
Bug #: 31702
Summary: Mouselook (raw input) is bound to a box every other
click in Guild Wars 2
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: valczir.darkvein(a)gmail.com
Classification: Unclassified
The below description was copied from a comment by voidcastr on another,
somewhat related bug - I feel like it does a pretty good job of explaining the
problem.
---
When trying to turn the view in Guild Wars 2, every SECOND time -- this is
exactly reproducible -- the camera rotation (by right-clicking and dragging the
mouse) stops like when the (invisible) cursor hit the edge of the screen. The
other time, I can rotate the view without such a limit.
These two cases literally take turns. In both of them, the cursor properly
re-appears at the position I started dragging, as soon as I release the mouse
button.
The first rotation attempt is unlimited.
---
I confirmed this with the latest Wine git as of this posting, including the
latest changes to raw input
(http://source.winehq.org/git/wine.git/commitdiff/54efd8a430e52d6fd8977d169b…).
--
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=30680
Bug #: 30680
Summary: MS Office 2010: Unhandled exception: 0xc06d007e in
32-bit code (0x7b839e92).
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Miroslav.Ilias(a)umb.sk
Classification: Unclassified
Created attachment 40171
--> http://bugs.winehq.org/attachment.cgi?id=40171
simple log file
Hi,
with fresh wine-1.5.4, on my Ubuntu x86_64, with Wine Mono 0.0.2, my MS Office
2010 installation crashed, see the log.
The MS Office 2010 package shows to be installed, but launching of Word,
Excel.. failed.
--
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=14162
Summary: Watchtower Library: Crashes when using Search window
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kinneyconsulting(a)cox.net
Toshiba Tecra 8100, Watchtower Library 2007, Clean install, Debian Linux 4.0r3,
wine-v1.0. WT library runs and you can browse categories but when you type in
the "search" window, The WT-2007 Library crashes with this message "Watchtower
Library has experienced a problem and cannot execute"; press OK to continue.
When you press OK, the application closes out.
--
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=28642
Bug #: 28642
Summary: Office 2007: installer and installed apps crash
immediately
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
Regression SHA1: 70caadbf34807e96ed8543abd7efddc302b7798c
The Office 2007 installer, and installed Word, Excel, and Powerpoint, all crash
as soon as the splash screen appears.
Regression test results:
70caadbf34807e96ed8543abd7efddc302b7798c is the first bad commit
commit 70caadbf34807e96ed8543abd7efddc302b7798c
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Sat Oct 8 20:11:34 2011 +0900
user32: Add support for iPaddedBorderWidth in NONCLIENTMETRICS.
:040000 040000 41f8764ce5a743bf876397832b36389ca1bdf123
eb09b1349a365d5e1c7c0e352a8aed59b1bee671 M dlls
:040000 040000 35d3ee8c412cd448eaf456815348984ebe6b92ff
ddd0093384670cdaf651fee9c04f36cdd9e97c91 M include
The patch does not revert cleanly.
--
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=37309
Bug ID: 37309
Summary: MathCad 14 don't show up standard and formatting bars
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saulwladimir(a)gmail.com
Created attachment 49618
--> https://bugs.winehq.org/attachment.cgi?id=49618
What terminal gave me
I finally installed MathCAD 14 under these instructions
"https://appdb.winehq.org/objectManager.php?sClass=version&iId=10538".
The toolbars (standard and formatting bars don't show up but the Math one
does).
In terminal I get the attached.
--
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=37507
Bug ID: 37507
Summary: Mathcad 14 crashes when reaching Traces tab in a plot
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saulwladimir(a)gmail.com
Distribution: ---
Created attachment 49896
--> https://bugs.winehq.org/attachment.cgi?id=49896
Logs
When I'm trying to edit a plot through traces tab, programm crashes by opening
a windows saying there was an internal error and it must end.
The logs are in the attachment
--
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=2666
Daniel Oom <daoo314(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|daoo314(a)gmail.com |
--
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=8854
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--
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=8051
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thomas.mertes(a)gmx.at
--- Comment #120 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 31725 has been marked as a duplicate of this bug. ***
--
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=2666
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dredgingthelake(a)gmail.com
--- Comment #61 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 13767 has been marked as a duplicate of this bug. ***
--
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=35104
Bug #: 35104
Summary: PowerPoint crashes when I click twice in a document to
open it
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabybosetti(a)gmail.com
Classification: Unclassified
Created attachment 46824
--> http://bugs.winehq.org/attachment.cgi?id=46824
Error
Hi! I'm having a trouble with my PowerPoint. It crashes every time I click
twice in a document to open it, and it shows me the error I attached to this
form.
--
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=31333
Bug #: 31333
Summary: freezes running ScottradeElite app from Scottrade.com
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bookgrampy(a)yahoo.com
Classification: Unclassified
Created attachment 41174
--> http://bugs.winehq.org/attachment.cgi?id=41174
Trace from dump
Application runs for 15 to 30 minutes and freezes, dumps and exits.
--
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=3356
Bug 3356 depends on bug 3077, which changed state.
Bug 3077 Summary: WeatherScope: Right mouse button stuck
https://bugs.winehq.org/show_bug.cgi?id=3077
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--
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=3077
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #28 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Reported fixed
--
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=33567
Bug #: 33567
Summary: mouse probleme in excel
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: agneschaussonnaud(a)voila.fr
Classification: Unclassified
When I work in Excel my mouse do anything except what I want and reduce my
tables.
Thank you for your help.
--
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=9210
Wylda <wylda(a)volny.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #79 from Wylda <wylda(a)volny.cz> ---
> (In reply to Wylda from comment #73)
> > >
> > > 3DMark06 no longer whines about missing shaders 2.0 support...
> >
> > I can't confirm that. I still see the problem even in wine-1.7.11 NVIDIA
> > binary.
>
> What's your GPU? Have you tried the latest NVIDIA drivers?
Sorry Artem, i miss that. Well i no longer see that "Pixel Shader 2.0" pop-up
anymore. Tested under wine-1.7.46-193-g8b566b1. But it's true, that i'm also
running newer Nvidia binary: v340.65
It is also few times confirmed, that 3DMark06 no longer whines about missing
shaders 2.0 support... Also this is bug report is already mixture of different
probles. So let's close this and if anyone is affected, then open a new bug.
--
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=6955
WineBuG <winebugs140(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |doh123(a)gmail.com
--- Comment #180 from WineBuG <winebugs140(a)gmail.com> ---
Hooray! Let's hope that someone will fix Bug 8854 as well in the near future.
:)
--
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=30647
Bug #: 30647
Summary: $WINEPREFIX "not owned by you" unnecessarily
restrictive
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: beryllium(a)shaddybaddah.name
Classification: Unclassified
I am unable to point my WINEPREFIX at a path that is off an ext2 partition, or
more specifically, a vboxsf mount.
$ mkdir /vboxsf/HostUser/workarea-linux/wine-1
$ WINEPREFIX=/vboxsf/HostUser/workarea-linux/wine-1/; export WINEPREFIX
$ wine winecfg
wine: /vboxsf/HostUser/workarea-linux/wine-1 is not owned by you
$ ls -ld /vboxsf/HostUser/workarea-linux/wine-1
drwxrwxr-x 1 root sharedfs 0 May 11 22:16
/vboxsf/HostUser/workarea-linux/wine-1
$ id -a
uid=20000(shaddy) gid=20000(shaddy)
groups=20000(shaddy),27(sudo),10000(sharedfs)
It is true in this case, that I don't own the targetted directory. But you can
see that by group permissions, I have full access to that directory. In fact, I
created it. It is just not owned by me.
I've read up on this, and I've come to understand that the reason for this
setting is because people were "hosing" their ~/.wine when running as
root/sudo.
But the solution seems to me like applying "extreme prejudice". Wouldn't it
have been more polite to simply test for superuser-like privileges and then
disallow.
Even having a "relax, I know what I'm doing" override would make more sense to
me.
Any chance of making an improvement in this area?
--
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=17337
Summary: Prevent running as root
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.winehq.org/pipermail/wine-devel/2009-
February/072843.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Been tried a few times, need to make it harder to run as root, but not
disabled. Alexandre proposed:
No, warning message boxes are just as useless, users have been
conditioned by MS to click through without reading.
If you really want to prevent users from running as root you have to
refuse to create the prefix and abort, and then make them jump through
hoops to create it manually, by running wineboot explicitly or something
like that.
See this thread for my most recent patch, which started this discussion:
http://www.winehq.org/pipermail/wine-devel/2009-February/072843.html
Filing a bug since I'm not sure when I'll be able to work on 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=36916
Bug ID: 36916
Summary: Command and Conquer Tiberium Wars complains about
DirectX
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Hello wine-team,
I just tested the "Command and Conquer 3 - Tiberium Wars" Demo version. AppDB
entry is under the following link:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7155
The problems that I am having is that it doesn't seem to like my graphics
chipset which is an:
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated
Graphics Controller (rev 02)
I have attached my console output in .txt-format and hope it helps.
--
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=3260
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johan.palmqvist(a)home.se
--- Comment #62 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
*** Bug 20827 has been marked as a duplicate of this bug. ***
--
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=6955
--- Comment #179 from Austin English <austinenglish(a)gmail.com> ---
(In reply to JHaleIT from comment #178)
> Wait... Are you saying this will be in the next released version of Wine? :D
In 1.7.47, yes. If some game doesn't work at that point, please open a new bug
rather than continuing here.
--
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=6955
--- Comment #178 from JHaleIT <jhaleit(a)gmail.com> ---
Wait... Are you saying this will be in the next released version of Wine? :D
--
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=27451
Summary: Morrowind: inventory windows self moving and shrinking
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dhns(a)poczta.fm
When i'm playing Morrowind everything seems to be OK except for the inventory
screen. When I'm clicking right mouse button few times, all inventory windows
shrinks and moves to the up left corner of the screen. Then I'm trying to
stretch and move them to the right position. But when I'm leaving the inventory
screen, they shrink and move themselves to the corner again. Everything looks
this way:
http://i54.tinypic.com/m775sg.jpg
--
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=6955
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |4a8e0ec3d639e68a5f04dfdf408
| |41b08722d65aa
--
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=6955
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #177 from joaopa <jeremielapuree(a)yahoo.fr> ---
Indeed fixed in git.
--
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=36562
Bug ID: 36562
Summary: Leisure Suit Larry: Magna Cum Laude : 3D models
rendered incorrectly
Product: Wine
Version: 1.7.19
Hardware: x86
URL: http://www.gamershell.com/download_8478.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 48654
--> http://bugs.winehq.org/attachment.cgi?id=48654
terminal output
The bodies of the 3D characters in the game are messed up: their heads, legs
and arms are separated as if they didn't belong to their bodies.
At first, I thought this could be the same as bug #6955, but the latest patch
from #6955 (applied on 1.7.19) doesn't correct the issue.
The only remarkable line in the terminal:
>fixme:d3d:wined3d_device_set_software_vertex_processing device 0x13a430, software 0x1 stub!
This line is absent when running the game with the vertex blending patch
applied, yet, 3D models are not rendered correctly.
Fedora 20
Nvidia binary drivers 337.19
--
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=6955
--- Comment #176 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
*** Bug 36562 has been marked as a duplicate of this bug. ***
--
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=6955
--- Comment #175 from Józef Kucia <joseph.kucia(a)gmail.com> ---
Fixed in 4a8e0ec3d639e68a5f04dfdf40841b08722d65aa
--
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=6955
--- Comment #174 from Józef Kucia <joseph.kucia(a)gmail.com> ---
(In reply to mrdeathjr28 from comment #173)
> Thanks for patch, in my case testing with wine 1.7.46 in this titles
Thanks for extensive testing.
--
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=38853
Bug ID: 38853
Summary: Nostale: Bug's while using multiple monitor's.
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theszczepancio(a)gmail.com
Distribution: ---
Created attachment 51779
--> https://bugs.winehq.org/attachment.cgi?id=51779
Screenshot from buggy wine screen where nostale is running.
Nostale under Wine 1.7.44 is not working correctly with multiple monitors
(emulation of virtual desktop is turned off).
It's automatically turning buggy fullscreen, even running from windows
partition with game configured to use window (the same files are running with
window under Windows8.1 64bit).
"Options" button from launcher is not working, launching it from folder
(NTConfig.exe) either.
Fullscreen is buggy and not easy to play with, I will attachment my screenshot.
Second monitor is set to 1366x768 resolution (that where wine is displaying
Nostale).
~Szczepancio
--
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=38846
Bug ID: 38846
Summary: valgrind shows a possible leaks in winmm/tests/wave.c
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==31082== 12 bytes in 1 blocks are possibly lost in loss record 77 of 761
==31082== at 0x7BC4AAA3: notify_alloc (heap.c:254)
==31082== by 0x7BC4ED46: RtlAllocateHeap (heap.c:1715)
==31082== by 0x6126E65: MMDevEnum_RegisterEndpointNotificationCallback
(devenum.c:1253)
==31082== by 0x4C57B7B:
IMMDeviceEnumerator_RegisterEndpointNotificationCallback (mmdeviceapi.h:757)
==31082== by 0x4C57B7B: WINMM_InitMMDevices (???:0)
==31082== by 0x4C5CC9C: WINMM_DevicesThreadProc (waveform.c:2465)
==31082== by 0x7BC81E27: ??? (signal_i386.c:2682)
==31082== by 0x7BC81E6E: call_thread_func (signal_i386.c:2741)
==31082== by 0x7BC81E05: ??? (signal_i386.c:2682)
==31082== by 0x7BC88FE8: start_thread (thread.c:443)
==31082== by 0x4F88F37F: start_thread (in /usr/lib/libpthread-2.21.so)
==31082== by 0x4F7ABD4D: clone (in /usr/lib/libc-2.21.so)
==31082==
--
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=38844
Bug ID: 38844
Summary: valgrind shows a possible leak in
ieframe/tests/intshcut.c
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==30614== 8 bytes in 1 blocks are possibly lost in loss record 35 of 729
==30614== at 0x7BC4AAA3: notify_alloc (heap.c:254)
==30614== by 0x7BC4ED46: RtlAllocateHeap (heap.c:1715)
==30614== by 0x7B84376E: HeapAlloc (heap.c:271)
==30614== by 0x7B8439EE: GlobalAlloc (heap.c:377)
==30614== by 0x4C4EB83: OLEClipbrd_Initialize (clipboard.c:1756)
==30614== by 0x4C841F1: OleInitialize (ole2.c:214)
==30614== by 0x4AF0814: func_intshcut (intshcut.c:397)
==30614== by 0x4B03E73: run_test (test.h:584)
==30614== by 0x4B042BB: main (test.h:666)
==30614==
--
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=38684
Bug ID: 38684
Summary: PDF-XChange Editor crashes on opening the Preferences
dialog
Product: Wine
Version: 1.6.2
Hardware: x86-64
URL: https://appdb.winehq.org/objectManager.php?sClass=appl
ication&iId=15599
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: klasse(a)partyheld.de
Distribution: Mint
Created attachment 51603
--> https://bugs.winehq.org/attachment.cgi?id=51603
Wine backtrace
Previous version (5.5.312.1 release - 09-02-2015) works fine. The latest
version 5.5.313.0 (Updated on 28 May 2015) crashes on opening the Preferences
dialog. A change log can be seen under
http://www.tracker-software.com/PDFXE_history.html#5.5.313
Test procedure:
1. Open PDF-XChange Editor
2. Go to the menu Edit -> Preferences
Expected results:
2. The preferences window opens
Actual results:
2. "Program needs to close" notification is shown instead. (Backtrace attached)
Notes:
- Upon PDF-XChange viewer installation, everything except "Plugins" was
un-selected. Additional un-selection of the "Plugins" has no effect on the
issue occurrence.
- Issue occurs in both, Win7 and WinXP Wine mode.
- Linux Mint 17.1 (based on Ubuntu 14.04 LTS), 64 bit
- Wine 1.6.2 (default distribution version)
- 32-bit PDF-XChange Editor MSI installation file (PDFXVE5.x86.msi) is used
(because, as far as I remember, the 64-bit version doesn't even start properly)
--
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=38206
Bug ID: 38206
Summary: Sound clicks in Blizzard's "Heroes of the Storm" and
"Diablo 3", and also some slightly annoying clicking
in "World of Tanks".
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineoss.drv
Assignee: wine-bugs(a)winehq.org
Reporter: HASH.DuOrden(a)gmail.com
Distribution: ---
Created attachment 51001
--> https://bugs.winehq.org/attachment.cgi?id=51001
log generated as it suggested in <http://wiki.winehq.org/Sound> from output of
Diablo 3.
I am on Gentoo x86-64 multilib, OSSv4.
After performing <http://wiki.winehq.org/RegressionTesting> I found that the
culprit commit is d301254e72f018c3e04272115e20ffc70ffcbc12.
It is enough to revert wineoss.drv/mmdevdrv.c part of this commit to "fix" this
regression.
In "Heroes of the Storm" and "Diablo 3" there is a settings in "Option -> Sound
-> Quality -> Sound Quality:".
But only in "Heroes of the Storm" it helps if I set this to "Low", then the
clickering is reduced to once a minute or so.
But in "Diablo 3" this setting do not change anything.
In "World of Tanks" this only noticeable in hangar and when I view destroyed
tank during a battle.
And here is regression final output:
301254e72f018c3e04272115e20ffc70ffcbc12 is the first bad commit
commit d301254e72f018c3e04272115e20ffc70ffcbc12
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Wed Dec 17 09:28:13 2014 -0600
mmdevapi: More accurately track device position.
:040000 040000 d2d3ae33a3b768fb03324d6c038bbcd79d9742d0
ec4be94754d577889ba445bd40dd097c9f2043f7 M dlls
--
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=9221
--- Comment #40 from Elias Vanderstuyft <Elias.vds(a)gmail.com> ---
(In reply to Austin English from comment #38)
> This is your friendly reminder that there has been no bug activity for over
> a year. Is this still an issue in current (1.7.37 or newer) wine? If so,
> please attach the terminal output in 1.7.37 (see
> http://wiki.winehq.org/FAQ#get_log).
The huge number of bugs in /dlls/dinput/effect_linuxinput.c is still present,
so no, FF doesn't work (perfectly) as how it should.
Attaching logs will not help much in this case.
I submitted an RFC to solve these bugs, but don't have time to create the patch
series right now:
https://www.winehq.org/pipermail/wine-devel/2014-March/103268.html
If anyone is willing to create this patch series, I would be glad to give
feedback.
(In reply to teribadactyl from comment #39)
> x86_64 Arch Linux 1.7.45, force feedback works perfectly in Richard Burns
> Rally but not in Project Cars (via Steam) or rFactor.
rFactor is known to use dynamic updating of periodic effects, such as Sine
effects.
This is not yet supported for the current Linux driver (assuming you're using
the ff-memless kernel driver).
(In reply to teribadactyl from comment #39)
>
> fixme:dinput:joy_polldev joystick cannot handle type 21 event (code 65535)
> fixme:dinput:joy_polldev joystick cannot handle type 21 event (code 0)
> fixme:dinput:LinuxInputEffectImpl_Download Could not upload effect. Assuming
> a disconnected device 240 "Invalid argument".
Probably the to-be-uploaded effect is not supported by your Linux driver.
If you add the "dinput" debug channel to the command-line, you might be able to
track down which effect type is involved.
--
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=9221
teribadactyl(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |teribadactyl(a)gmail.com
--- Comment #39 from teribadactyl(a)gmail.com ---
x86_64 Arch Linux 1.7.45, force feedback works perfectly in Richard Burns Rally
but not in Project Cars (via Steam) or rFactor.
fixme:dinput:joy_polldev joystick cannot handle type 21 event (code 65535)
fixme:dinput:joy_polldev joystick cannot handle type 21 event (code 0)
fixme:dinput:LinuxInputEffectImpl_Download Could not upload effect. Assuming a
disconnected device 240 "Invalid argument".
--
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=29719
Bug #: 29719
Summary: Aliwangwang crash after login
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
wine-1.3.37-447-ge79644e
1. Download installer of AliWangWang :
http://download.taobaocdn.com/wangwang/AliIM2011_taobao(6.50.27T).exe
( from http://www.taobao.com/wangwang/2010_fp/seller.php )
sha1sum AliIM2011_taobao\(6.50.27T\).exe
c70d449bc48eed24dce2e5274c636b5128c202d1 AliIM2011_taobao(6.50.27T).exe
2. install with wine:
$ LANG=C wine AliIM2011_taobao(6.50.27T).exe
(use LANG=C to workaround bug 10063)
3. download http://bugs.winehq.org/attachment.cgi?id=34748 as clsidall.reg,
import with regedit, works around Bug 27196 ( dup of bug 25340)
4. winetricks vcrun2008
5. Start wangwang:
$ wine AliIM.exe
6. login to WangWang
After some time, WangWang will crash. Different patterns of crash have been
found, winetricks ie8 will avoid the crash.
--
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=29948
Bug #: 29948
Summary: scanner Umax 4100 incompatible with simplescan and
skanlite
Product: Wine
Version: unspecified
Platform: All
OS/Version: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mu_joko(a)yahoo.com
Classification: Unclassified
scanner Umax 4100 incompatible with simplescan and skanlite. When I try to
instal with wine, it can not be installed
--
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=38808
Bug ID: 38808
Summary: Starcraft Campaign Editor does not select trigger
links unless the mouse is exactly over them
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Click Scenario, Triggers, Modify, Actions, Modify.
2. Hover the mouse directly underneath a link. In Windows it is selected, but
in Wine it is not.
You can still click the links in Wine, you just have to hover directly over
them instead of either over or underneath them.
`winetricks dlls riched20` gets around the problem.
--
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=34406
Bug #: 34406
Summary: regression: Finale Notepad 2012 doesn't copy/create
user files on program start
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s_chriscollins(a)hotmail.com
Classification: Unclassified
Program: Finale NotePad 2012 (free download)
Download URL: http://www.finalemusic.com/products/finale-notepad/
Commit causing regression: 5851032d07c321f2c050187115cfd8e21b5f3f49 (advapi:
Implement SetNamedSecurityInfoW on top of SetSecurityInfo.)
Reproducing the Bug:
1) Download and install Finale NotePad 2012.
2) Run the Finale Notepad 2012 application.
3) Click "OK" or "Continue" on all the dialogs, and then you'll get to a
registration dialog. Click "Remind Me Later".
Result: Finale throws an error: "Finale NotePad cannot start the Wizard because
a necessary data file (Maestro Font Default.FTM) could not be found."
Expected result: NotePad should bring up the new song wizard, which it does
correctly using Wine 1.4 and all versions leading up to the commit listed
above.
Here's what appears to be happening:
When installing Finale NotePad, default user files are copied to
"drive_c/users/Public/Application Data/MakeMusic". When running the NotePad
application for the first time after installation, files are copied from this
public location to the current user at "drive_c/users/[username]/Application
Data/MakeMusic", and some additional configuration files are created in this
same location.
After the regression, these user-specific files are never copied/created,
causing NotePad to throw the error. Once these files are created, perhaps by an
earlier version of Wine, NotePad will run even in newer versions of 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.
https://bugs.winehq.org/show_bug.cgi?id=36192
Bug ID: 36192
Summary: valgrind shows a definite leak in
mmdevapi/tests/capture.c
Product: Wine
Version: 1.3.37
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Regression SHA1: f24b31fcf2047e8b4d0d8b910c54c0815c54d1cf
==11141== 120 bytes in 3 blocks are definitely lost in loss record 280 of 481
==11141== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==11141== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==11141== by 0x4FD9590: IMalloc_fnAlloc (ifs.c:186)
==11141== by 0x4FD9EAB: CoTaskMemAlloc (objidl.h:1236)
==11141== by 0x6541652: AudioClient_GetMixFormat (mmdevdrv.c:1747)
==11141== by 0x609B860: set_format (audioclient.h:330)
==11141== by 0x609B9DF: load_driver_devices (devenum.c:464)
==11141== by 0x609D231: MMDevEnum_Create (devenum.c:852)
==11141== by 0x60A0445: MMCF_CreateInstance (main.c:252)
==11141== by 0x4FBAD96: CoCreateInstance (unknwn.h:226)
==11141== by 0x4E52328: func_capture (capture.c:1081)
==11141== by 0x4E67EAF: run_test (test.h:584)
==11141== by 0x4E6829E: main (test.h:654)
==11141==
--
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=38769
Bug ID: 38769
Summary: Additional AES algorithms in schannel break wine build
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Hi Jacek,
I finally found some time for wine and your todays patch broke my wine building
machine (no offence ;c)
commit 3617e2b2a9f028347702c87da97e6a74f854027e
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Jun 16 13:46:32 2015 +0200
secur32: Added support for a few more algorithms in
schannel_get_cipher_algid.
wine-1.7.45-88-g1342254 builds fine, but wine-1.7.45-89-g3617e2b fails with:
make[1]: Entering directory '/build/wine_git_build_32/dlls/secur32'
gcc -m32 -c -o schannel_gnutls.o
../../../wine_git_build/dlls/secur32/schannel_gnutls.c -I. \
-I../../../wine_git_build/dlls/secur32 -I../../include
-I../../../wine_git_build/include \
-I/usr/include/p11-kit-1 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe
-fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers
-Wstrict-prototypes -Wtype-limits \
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-2 \
-gstrict-dwarf -fno-omit-frame-pointer -g -O0
../../../wine_git_build/dlls/secur32/schannel_gnutls.c: In function
‘schannel_get_cipher_algid’:
../../../wine_git_build/dlls/secur32/schannel_gnutls.c:302:10: error:
‘GNUTLS_CIPHER_AES_128_GCM’ undeclared (first use in this function)
case GNUTLS_CIPHER_AES_128_GCM: return CALG_AES_128;
^
../../../wine_git_build/dlls/secur32/schannel_gnutls.c:302:10: note: each
undeclared identifier is reported only once for each function it appears in
../../../wine_git_build/dlls/secur32/schannel_gnutls.c:304:10: error:
‘GNUTLS_CIPHER_AES_256_GCM’ undeclared (first use in this function)
case GNUTLS_CIPHER_AES_256_GCM:
^
Makefile:339: recipe for target 'schannel_gnutls.o' failed
make[1]: *** [schannel_gnutls.o] Error 1
make[1]: Leaving directory '/build/wine_git_build_32/dlls/secur32'
Makefile:13239: recipe for target 'dlls/secur32' failed
make: *** [dlls/secur32] Error 2
--
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=38525
Bug ID: 38525
Summary: Winhttprequest follows redirects to wrong url
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
Created attachment 51394
--> https://bugs.winehq.org/attachment.cgi?id=51394
Test app + FPC source
Noticed while looking bug38517 (but don't believe this is the cause of that
bug)
Run test app. It should give "Test passed" if it was redirected correctly.
Also pointing out, there is no way to prevent this faulty redirect because of
bug38516
--
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=38764
Bug ID: 38764
Summary: Improper device request/IRP handling causes heap
corruption in wineserver
Product: Wine
Version: 1.7.45
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
while testing Erich's patch in bug 21448 I encountered heap corruption in
wineserver.
This shouldn't happen regardless of any client side mishap :|
--- snip ---
$ gdb -q --args wineserver -f
Reading symbols from wineserver...done.
(gdb) r
Starting program: /home/focht/projects/wine/wine.repo/install/bin/wineserver -f
Missing separate debuginfos, use: dnf debuginfo-install
glibc-2.21-5.fc22.x86_64
*** Error in `/home/focht/projects/wine/wine.repo/install/bin/wineserver':
corrupted double-linked list: 0x0000000000aeb190 ***
======= Backtrace: =========
/lib64/libc.so.6[0x3f72a77e9d]
/lib64/libc.so.6[0x3f72a7e813]
/lib64/libc.so.6[0x3f72a802bd]
/lib64/libc.so.6(__libc_malloc+0x6e)[0x3f72a83b5e]
/home/focht/projects/wine/wine.repo/install/bin/wineserver[0x43ff8c]
/home/focht/projects/wine/wine.repo/install/bin/wineserver[0x4484a1]
/home/focht/projects/wine/wine.repo/install/bin/wineserver[0x414e58]
/home/focht/projects/wine/wine.repo/install/bin/wineserver[0x415232]
/home/focht/projects/wine/wine.repo/install/bin/wineserver[0x415844]
/home/focht/projects/wine/wine.repo/install/bin/wineserver[0x420ccd]
/lib64/libc.so.6(__libc_start_main+0xf0)[0x3f72a20790]
/home/focht/projects/wine/wine.repo/install/bin/wineserver[0x402cd9]
======= Memory map: ========
00400000-00498000 r-xp 00000000 00:22 8371574
/home/focht/projects/wine/wine.repo/install/bin/wineserver
00697000-00698000 r--p 00097000 00:22 8371574
/home/focht/projects/wine/wine.repo/install/bin/wineserver
00698000-00699000 rw-p 00098000 00:22 8371574
/home/focht/projects/wine/wine.repo/install/bin/wineserver
00699000-00bbc000 rw-p 00000000 00:00 0 [heap]
...
Program received signal SIGABRT, Aborted.
0x0000003f72a34a98 in raise () from /lib64/libc.so.6
Missing separate debuginfos, use: dnf debuginfo-install
libgcc-5.1.1-1.fc22.x86_64
(gdb) bt
#0 0x0000003f72a34a98 in raise () from /lib64/libc.so.6
#1 0x0000003f72a3672a in abort () from /lib64/libc.so.6
#2 0x0000003f72a77ea2 in __libc_message () from /lib64/libc.so.6
#3 0x0000003f72a7e813 in malloc_consolidate () from /lib64/libc.so.6
#4 0x0000003f72a802bd in _int_malloc () from /lib64/libc.so.6
#5 0x0000003f72a83b5e in malloc () from /lib64/libc.so.6
#6 0x000000000043ff8c in read_request (thread=0xae4910) at
/home/focht/projects/wine/wine.repo/src/server/request.c:284
#7 0x00000000004484a1 in thread_poll_event (fd=0xae4b40, event=1) at
/home/focht/projects/wine/wine.repo/src/server/thread.c:267
#8 0x0000000000414e58 in fd_poll_event (fd=0xae4b40, event=1) at
/home/focht/projects/wine/wine.repo/src/server/fd.c:446
#9 0x0000000000415232 in main_loop_epoll () at
/home/focht/projects/wine/wine.repo/src/server/fd.c:541
#10 0x0000000000415844 in main_loop () at
/home/focht/projects/wine/wine.repo/src/server/fd.c:886
#11 0x0000000000420ccd in main (argc=2, argv=0x7fffffffdae8) at
/home/focht/projects/wine/wine.repo/src/server/main.c:148
--- snip ---
Running with Valgrind:
--- snip ---
$ valgrind --leak-check=yes wineserver -f
==27752== Memcheck, a memory error detector
==27752== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==27752== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==27752== Command: wineserver -f
...
==27752== Invalid write of size 8
==27752== at 0x41054B: list_remove (list.h:100)
==27752== by 0x410BC5: set_irp_result (device.c:306)
==27752== by 0x411CBB: req_get_next_device_request (device.c:690)
==27752== by 0x43FDD6: call_req_handler (request.c:247)
==27752== by 0x43FF6B: read_request (request.c:281)
==27752== by 0x4484A0: thread_poll_event (thread.c:267)
==27752== by 0x414E57: fd_poll_event (fd.c:446)
==27752== by 0x415231: main_loop_epoll (fd.c:541)
==27752== by 0x415843: main_loop (fd.c:886)
==27752== by 0x420CCC: main (main.c:148)
==27752== Address 0x5e88368 is 104 bytes inside a block of size 112 free'd
==27752== at 0x4A07D29: free (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==27752== by 0x427235: release_object (object.c:320)
==27752== by 0x410B28: set_irp_result (device.c:291)
==27752== by 0x411CBB: req_get_next_device_request (device.c:690)
==27752== by 0x43FDD6: call_req_handler (request.c:247)
==27752== by 0x43FF6B: read_request (request.c:281)
==27752== by 0x4484A0: thread_poll_event (thread.c:267)
==27752== by 0x414E57: fd_poll_event (fd.c:446)
==27752== by 0x415231: main_loop_epoll (fd.c:541)
==27752== by 0x415843: main_loop (fd.c:886)
==27752== by 0x420CCC: main (main.c:148)
==27752==
==27752== Invalid write of size 8
==27752== at 0x41055E: list_remove (list.h:101)
==27752== by 0x410BC5: set_irp_result (device.c:306)
==27752== by 0x411CBB: req_get_next_device_request (device.c:690)
==27752== by 0x43FDD6: call_req_handler (request.c:247)
==27752== by 0x43FF6B: read_request (request.c:281)
==27752== by 0x4484A0: thread_poll_event (thread.c:267)
==27752== by 0x414E57: fd_poll_event (fd.c:446)
==27752== by 0x415231: main_loop_epoll (fd.c:541)
==27752== by 0x415843: main_loop (fd.c:886)
==27752== by 0x420CCC: main (main.c:148)
==27752== Address 0x5e88360 is 96 bytes inside a block of size 112 free'd
==27752== at 0x4A07D29: free (in
/usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==27752== by 0x427235: release_object (object.c:320)
==27752== by 0x410B28: set_irp_result (device.c:291)
==27752== by 0x411CBB: req_get_next_device_request (device.c:690)
==27752== by 0x43FDD6: call_req_handler (request.c:247)
==27752== by 0x43FF6B: read_request (request.c:281)
==27752== by 0x4484A0: thread_poll_event (thread.c:267)
==27752== by 0x414E57: fd_poll_event (fd.c:446)
==27752== by 0x415231: main_loop_epoll (fd.c:541)
==27752== by 0x415843: main_loop (fd.c:886)
==27752== by 0x420CCC: main (main.c:148)
...
--- snip ---
I'm attaching full log later.
$ wine --version
wine-1.7.45-62-g46bdb6e
Regards
--
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=24823
Summary: Miranda IM crashes with a modern contact list plugin
Product: Wine
Version: 1.3.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Obtain Miranda, set modern contact list as a default contact list plugin,
restart Miranda, get a crash.
--
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=38114
Bug ID: 38114
Summary: Steam doesn't allow to install games in different
locations (needs GetVolumePathName implementation)
Product: Wine
Version: 1.7.36
Hardware: x86
URL: http://media.steampowered.com/client/installer/SteamSe
tup.exe
OS: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: erich.e.hoover(a)gmail.com
Distribution: ---
When you are about to install a game on Steam in vanilla Wine, Steam doesn't
offer the drop-down menu to choose an install location. Games are always
installed in the current prefix under C:\Program Files\Steam.
When using the patch from wine-staging the drop-down menu is available and I
can select a different partition/directory to install games (if the partition
has been set in winecfg's drives tab).
https://github.com/wine-compholio/wine-staging/blob/master/patches/kernel32…
>fixme:volume:GetVolumePathNameW (L"\\\\?\\C:\\", 0x33df60, 260), stub!
>fixme:volume:GetVolumePathNameW (L"\\\\?\\D:\\", 0x33df60, 260), stub!
>fixme:volume:GetVolumePathNameW (L"\\\\?\\E:\\", 0x33df60, 260), stub!
>fixme:volume:GetVolumePathNameW (L"\\\\?\\Z:\\", 0x33df60, 260), stub!
wine-1.7.36-155-g5cd0457
--
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=38713
Bug ID: 38713
Summary: Link failure due to use of libunwind in ntdll
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Keywords: regression
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ken(a)codeweavers.com
Regression SHA1: bbcfa6b4ee5d7fea47c61c84d0bbe789e1ec4466
Distribution: Other
Created attachment 51643
--> https://bugs.winehq.org/attachment.cgi?id=51643
build error
This was reported to me via direct email. The reporter didn't want to submit a
bug report, so I'm doing so.
After my commit bbcfa6b4ee5d7fea47c61c84d0bbe789e1ec4466 which uses libunwind
as an alternative to DWARF unwinding, ntdll fails to link on systems with
libunwind installed.
The issue is that I didn't add any new libraries for libunwind support. On OS
X, libunwind is part of the system library, so nothing was needed.
The reporter was using Manjaro Linux 64bit but I doubt it's relevant.
--
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=26791
Summary: backtraces broken on gcc 4.7
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: eric.pouech(a)orange.fr
Part 2 of bug 26718
"yes the backtrace is wrong because gcc aligns main's stack on 16bit
boundaries,
and the dwarf unwinder isn't smart enough yet to cope with it"
Backtrace:
=>0 0x685e23ca func_debugger+0x3ba()
[/home/austin/wine-git/dlls/kernel32/tests/debugger.c:177] in kernel32_test
(0x00000003)
1 0x6865afd4 main+0x393(argc=*** Invalid address 0x5c5c5c5c ***
, argv=*** Invalid address 0x5c5c5c60 ***
Internal symbol error: unable to access memory location 0x5c5c5c60)
[/home/austin/wine-git/dlls/kernel32/tests/../../../include/wine/test.h:556] in
kernel32_test (0x0033fe68)
--
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=36780
Bug ID: 36780
Summary: The game on Steam states that an error has occurred
and must quit. How do I get it working?
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mcmartin28(a)aol.com
Created attachment 48849
--> http://bugs.winehq.org/attachment.cgi?id=48849
This game apparently has an error preventing it from working.
The game will not work on Steam. I installed it and reinstalled it. There
still says that there is an error. How do I fix it? Thank you!
--
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=38747
Bug ID: 38747
Summary: msvcrt.dll does not implement _getwch, _getwche, and
_ungetwch
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: joseph.bisch(a)gmail.com
Distribution: ---
Created attachment 51660
--> https://bugs.winehq.org/attachment.cgi?id=51660
debugging output from wine
It appears that msvcrt.dll does not implement _getwch, _getwche, and _ungetwch.
I ran into an issue where those were needed when building/installing twisted
using "python3.exe setup.py install" on my Linux machine. The python3.exe was
built on a Linux machine using Mingw, so I am not sure if this affects the
official Python 3 binaries.
While I am using wine 1.6.2 as provided by Debian, it is clear that this issue
still affects git master by looking at the appropriate file
(https://github.com/wine-mirror/wine/blob/master/dlls/msvcrt/msvcrt.spec).
See the attachment for the relevant debugging output from wine.
--
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=38691
Bug ID: 38691
Summary: dia portable crashes on startup 0x68df79c8 in
libcairo-2 (+0x379c8) (0x0033edd4)
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 51613
--> https://bugs.winehq.org/attachment.cgi?id=51613
0x68df79c8 in libcairo-2 (+0x379c8) (0x0033edd4)
dia portable crashes on startup
http://portableapps.com/apps/office/dia_portable
backtrace included
--
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=31694
Bug #: 31694
Summary: A ton of 'error loading char 255 - bad news!' errors
when compiling wine with newer Freetype
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, source
Severity: trivial
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
This may be a bug in Freetype, but I couldn't get an answer on #winehackers
last time I asked...
$ cd ~/wine-git/fonts
$ make clean && make &> log
$ grep -c 'bad news' log
1688
So either:
A) there's a wine bug to fix
B) the error should be ignored (and the fprintf removed)
C) there's an upstream 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=36953
Bug ID: 36953
Summary: Galactic Civilizations II: stars not rendered
Product: Wine
Version: 1.7.22
Hardware: x86
URL: http://sdcbase.stardock.com/bounce/index.aspx?url=http
://stardock.cachefly.net/GalacticCivilizationsII_Demo.
exe
OS: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49065
--> http://bugs.winehq.org/attachment.cgi?id=49065
terminal output
Stars are missing on the main map in the game. You can see the ships, planets
and other objects but not the stars (they should appear as tiny white/grey
dots).
Both the open source Noveau and the binary Nvidia drivers affected.
Native d3dx9_27 was used.
The same problem with Wine 1.2.3/1.4.1/1.6.2/1.7.22
Fedora 20
Nvidia binary drivers 340.24
--
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=38645
Bug ID: 38645
Summary: QQ 6.x crashes after open the qqzone tab
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: ---
1.Install QQ: winetricks qq
2.Login with the folloing testing account:
account: 1469264807
Password: winedebug
3.Open qqzone tab, then it crashes
But it works fine on wine 1.7.28.
--
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=19695
Summary: Gox Box window loses focus when list box is expanded
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.steamingcoffee.com/software/goxbox/GoxBox.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22995)
--> (http://bugs.winehq.org/attachment.cgi?id=22995)
Gox Box standard error output
With wine-1.1.27-40-g0c862de, when expanding the list box in the Gox Box chat
window, the Gox Box window seems to lose focus, which doesn't happen on
Windows. I've attached standard error 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=28148
Summary: Neuro Hunter: certain effects are invisible
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://www.fileplanet.com/158936/150000/fileinfo/Neuro
-Hunter-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=36068)
--> (http://bugs.winehq.org/attachment.cgi?id=36068)
plain terminal output
Description: at the beginning of the game you encounter some mutants which are
spitting green, cloud-like acid at you. That cloud of acid is invisible when
running the game under Wine.
You can only notice that something hit you by the red blood effect and by the
fact that your HP is decreasing.
Steps to reproduce the issue in the demo:
1) Install the demo as usual. Launch it by NeuroHunter.exe
2) Start a new game from the menu. You can skip the conversation with the NPC
by pressing <Space>. Leave the cave, at the intersection turn left and follow
the shaft leading to a room occupied by two lizard-like creatures. Engage
them...they will answer with heavy spitting.
According to my tests Wine-1.3.22 is the first version which is able to start
the game (without crashing) and the problem is already there.
I don't have Windows installed so I can't show you a picture of the correct
behaviour.
In this video @3:15 you can see what that green cloud should look like:
http://www.youtube.com/watch?v=iL8eTEC6SWw
Fedora 15 x86
Nvidia GeForce 250 / driver 280.13
--
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=38638
Bug ID: 38638
Summary: Mojibake in regsvr32 console output
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
$ LANG=ca_ES.utf8 wine regsvr32
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
Utilitat de Wine de registraci¾ DLL
Proveeix serveis de registraci¾ DLL.
┌s:
regsvr32 [/u] [/s] [/n] [/i[:lÝnia d'ordres]] NomDll
Options:
[/u] Desregistra un servidor.
[/s] Mode silent (no es mostrarÓ cap missatge).
[/i] Truca DllInstall, passant una [lÝnia d'ordres] opcional.
Quan s'utilitza amb [/u], es truca DllInstall en el mode de desinstalaci¾.
[/n] No truquis DllRegisterServer. S'ha d'utilitzar aquesta opci¾ amb [/i].
If you think this is bad, try Russian: it's almost 100% garbled.
--
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=37307
Bug ID: 37307
Summary: Regression: Microsoft Urban Assault (1998) doesn't run
Product: Wine
Version: 1.5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikko.kumara(a)gmail.com
Created attachment 49617
--> https://bugs.winehq.org/attachment.cgi?id=49617
ddraw debug logfile of the first broken revision
Urban Assault (a 1998 Microsoft Direct3D game) used to work on Wine but doesn't
run on versions 1.5.14 and later. When starting the game it only goes to a
black screen. There is an older bug report about this issue
(https://bugs.winehq.org/show_bug.cgi?id=24885) which was fixed before now
regressing back to this state.
I bisected the bug and found the breaking commit to be
b0cefe897c6dbd846b0525e3f3aab59cae75eb6d . A ddraw debug logfile of trying to
run the game with this wine revision is attached.
My operating system is Ubuntu 14.04 with proprietary Nvidia drivers. I'm
running the game inside a "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.
https://bugs.winehq.org/show_bug.cgi?id=38758
Bug ID: 38758
Summary: SlingPlayer 1.x installers fail
Product: Wine
Version: 1.7.44
Hardware: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Blocks: 17972, 18010, 30899, 31651
Distribution: Ubuntu
Created attachment 51686
--> https://bugs.winehq.org/attachment.cgi?id=51686
Wine 1.7.44 console output
In Wine 1.7.44, the installers for SlingPlayer 1.3 and 1.5.1 fail.
err:msi:extract_cabinet_stream FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#Data1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
This never used to occur. I have attempted a bisect but there are so many new
and transient issues along the way that I have had to give up. I will try again
later.
$ sha1sum SlingPlayer\ PC\ 1.3.0.176\ Setup-NA.exe
f8f9fc3d536b546b7093b042448322c47860d204 SlingPlayer PC 1.3.0.176 Setup-NA.exe
http://www.downloadbumk.info/SlingPlayer-130176_download-20302.html
$ sha1sum SlingPlayer-Setup-EU-1.5.1.343.exe
8297dc1c05e0c1448e2f9ce790284c8f1ccc607a SlingPlayer-Setup-EU-1.5.1.343.exe
http://download.slingmedia.com/player/pc/SlingPlayer-Setup-EU-1.5.1.343.exe
Used WINEARCH=win32 and no other workarounds.
--
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=32127
Bug #: 32127
Summary: Oblivion Launcher crash on start
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renato.borges(a)gmail.com
Classification: Unclassified
Created attachment 42377
--> http://bugs.winehq.org/attachment.cgi?id=42377
Back-trace
Immediately after clicking the icon to start the launches, the crash happens.
Please refer to the back-trace for additional information.
--
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=38783
Bug ID: 38783
Summary: 64bit msys32 crashes on unimplemented RtlCopyMemory
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Distribution: ---
64bit msys2 wants KERNEL32.dll.RtlCopyMemory:
wine: Call from 0x7fef5a51081a to unimplemented function
KERNEL32.dll.RtlCopyMemory, aborting
wine: Unimplemented function KERNEL32.dll.RtlCopyMemory called at address
0x7fef5a51081a (thread 0023), starting debugger...
See https://travis-ci.org/fracting/msys2-runtime-ci-demo/builds/67443309
--
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=22085
Summary: Roller Coaster Tycoon
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=400
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey_y_k(a)yahoo.com
You can't change from window mode, you can make it full screen window mode but
you cant change the actual resolution settings.
--
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=38739
Bug ID: 38739
Summary: valgrind shows a possible leak in
ole32/tests/usrmarshal.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
==20834== 38 bytes in 1 blocks are possibly lost in loss record 240 of 624
==20834== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==20834== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==20834== by 0x4B56BDD: test_marshal_SNB (usrmarshal.c:817)
==20834== by 0x4B57107: func_usrmarshal (usrmarshal.c:881)
==20834== by 0x4B57E78: run_test (test.h:584)
==20834== by 0x4B582C0: main (test.h:666)
==20834==
--
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=36321
Bug ID: 36321
Summary: valgrind shows a possible leak in
quartz/tests/referenceclock.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==32601== 72 bytes in 1 blocks are possibly lost in loss record 297 of 562
==32601== at 0x7BC4C735: notify_alloc (heap.c:255)
==32601== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==32601== by 0x50C2635: IMalloc_fnAlloc (ifs.c:186)
==32601== by 0x50C2F50: CoTaskMemAlloc (objidl.h:1236)
==32601== by 0x6003B51: ???
==32601== by 0x5FF4AC0: ???
==32601== by 0x50A3E26: CoCreateInstance (unknwn.h:226)
==32601== by 0x4963995: test_IReferenceClock_SystemClock
(referenceclock.c:96)
==32601== by 0x4963A48: func_referenceclock (referenceclock.c:110)
==32601== by 0x49657E4: run_test (test.h:584)
==32601== by 0x4965BD3: main (test.h:654)
==32601==
--
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=32214
Bug #: 32214
Summary: Shaiya closes out with bad address.
Product: Wine
Version: 1.5.17
Platform: x86-64
URL: http://shaiya.aeriagames.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: SolisX007(a)yahoo.com
Classification: Unclassified
Hello Everyone,
The game shaiya online closes out with this in the terminal.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
wine: Unhandled exception 0xe06d7363 at address 0x7ecf2d52 (thread 002f),
starting debugger...
wine client error:2f: read: Bad address
--
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=33831
Bug #: 33831
Summary: AliWangwang hangs before login
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 44849
--> http://bugs.winehq.org/attachment.cgi?id=44849
terminal_output.txt
1. winetricks -q :
ie8 for bug 29719
riched20 for bug 33191
vcrun2010 for bug 33724
2. install it
3. run wine AliIM.exe
4. AliWangWang hangs
--
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=34357
Bug #: 34357
Summary: Taxact 2012 freezes shortly after opening.
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpobanz(a)gmail.com
Classification: Unclassified
Created attachment 45742
--> http://bugs.winehq.org/attachment.cgi?id=45742
Terminal output
Now that bug 32545 has been resolved, 'TaxAct 2012' will start, but shortly
thereafter freezes.
'winetricks ie6' will work around this 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.
https://bugs.winehq.org/show_bug.cgi?id=38470
Bug ID: 38470
Summary: __chkstk not implemented on ARM
Product: Wine
Version: 1.7.41
Hardware: arm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: mmediouni(a)gmx.fr
Distribution: ---
Notepad++ crashes even before displaying the GUI due to this
--
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=32550
Bug #: 32550
Summary: Points2Grid crashes on calculation
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
Classification: Unclassified
Created attachment 42955
--> http://bugs.winehq.org/attachment.cgi?id=42955
backtrace
http://lidar.asu.edu/points2grid.html
Points2Grid 1.3 crashes when using test.las file as an input file, selecting
min, max, mean and inputting 10 as a grid resolution. The output file was
changed to test2.las.
Another las file used were taken from:
http://www.minnelusa.com/sampledata.php
This caused the program to crash. The backtrace is also attached.
Any options selected and proceeding to press OK will cause the program to
crash.
R
--
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=15564
Summary: BlogJet: typing text and account signup don't work
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.codingrobots.com/blogjet/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(This is the next problem after bug 10504.)
Blogjet, mentioned by a user at
http://justanystuff.blogspot.com/2007/11/running-zoundry-blog-editor-under-…
starts up ok now, but our embedded web browser isn't complete enough to
make it work. Symptoms:
1) if you ask it to help you create a blog account, it wants you
to click on a blog provider to sign up, but nothing happens.
2) If you have it connect to an existing blog, you
can type a title, but you can't type text in the main field.
--
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=31228
Bug #: 31228
Summary: "A simple IOCP Server/Client Class" locks up in
GetMessage
Product: Wine
Version: 1.5.8
Platform: x86
URL: http://www.codeproject.com/Articles/10330/A-simple-IOC
P-Server-Client-Class
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
Created attachment 41018
--> http://bugs.winehq.org/attachment.cgi?id=41018
Workaround for lockup
The example "A simple IOCP Server/Client Class" from The Code Project locks up
in GetMessage[A/W] when creating a connection with the server example. This
issue can be reproduced by following this procedure:
1) Launch the application
2) Choose "Ok" when it says "Error could not tart the Client"
3) Click "Stop"
4) Click "Settings"
5) Change "Port (-1 = Client mode):" to a value greater than 1024 (I use 6000)
6) Click "Save"
7) Click "Start"
I've attached a workaround/hack to allow the program to operate, but user32 is
not my area of expertise.
--
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=37403
Bug ID: 37403
Summary: Wrong default registry key is selected
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Steps to reproduce:
1. Open regedit.
2. Select "My Computer".
3. Close regedit.
4. Open regedit.
Expected result:
"My Computer" should be selected (at least this is the case with a native
Windows XP).
Actual result:
The first registry key is selected (in my case HKEY_CLASSES_ROOT).
--
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=38517
Bug ID: 38517
Summary: Winhttprequest doesn't keep user logged in
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
Created attachment 51387
--> https://bugs.winehq.org/attachment.cgi?id=51387
Test app + Delphi source
None of websites I have tested works.
Run sample and click button. It should give "Test passed!"
Workaround winetricks winhttp
--
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=16885
Summary: Yahoo Messenger 9 menu invisible, 'X' box hotspot in
wrong place
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://messenger.yahoo.com/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Yahoo Messenger 9 installs ok (though the install hangs at the end),
and even starts, but the menu doesn't display (usually).
You can access the menu via the keyboard by pressing alt-m,
and then it draws itself.
Possibly related is that the hotspots for the minimize/maxmimize/close
window decorations are below where they should be; you have to click
on the (undrawn) menu bar instead of on the window decorations to
get them to do 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.
https://bugs.winehq.org/show_bug.cgi?id=36318
Bug ID: 36318
Summary: valgrind shows a leak in quartz/tests/filtermapper.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==14247== 56 bytes in 1 blocks are definitely lost in loss record 384 of 881
==14247== at 0x7BC4C735: notify_alloc (heap.c:255)
==14247== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==14247== by 0x52C2635: IMalloc_fnAlloc (ifs.c:186)
==14247== by 0x52C2F50: CoTaskMemAlloc (objidl.h:1236)
==14247== by 0x63228CB: ???
==14247== by 0x6326353: ???
==14247== by 0x4982867: func_filtermapper (fil_data.h:118)
==14247== by 0x49863D4: run_test (test.h:584)
==14247== by 0x49867C3: main (test.h:654)
--
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=38695
Bug ID: 38695
Summary: valgrind shows uninitialized memory in
dlls/gdi32/freetype.c:WineEngInit() (win64)
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind, win64
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Shows up in a lot of tests, I see that function mentioned 4662 times in the
whole log :)
==3240== Conditional jump or move depends on uninitialised value(s)
==3240== at 0x5E4EC9A: faces_equal (freetype.c:1383)
==3240== by 0x5E4F095: insert_face_in_family_list (freetype.c:1440)
==3240== by 0x5E4FA34: load_face (freetype.c:1576)
==3240== by 0x5E4FB20: load_face (freetype.c:1589)
==3240== by 0x5E4FF17: load_font_list_from_cache (freetype.c:1668)
==3240== by 0x5E594BA: WineEngInit (freetype.c:4141)
==3240== by 0x5E693FE: DllMain (gdiobj.c:658)
==3240== by 0x5E8E63E: __wine_spec_dll_entry (dll_entry.c:40)
==3240== by 0x4C4240F: call_dll_entry_point (loader.c:185)
==3240== by 0x4C45000: MODULE_InitDLL (loader.c:1080)
==3240== by 0x4C45401: process_attach (loader.c:1169)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C4ABF5: attach_process_dlls (loader.c:2797)
==3240== by 0x4419D96: ??? (port.c:60)
==3240== Uninitialised value was created by a client request
==3240== at 0x4C3A971: mark_block_uninitialized (heap.c:208)
==3240== by 0x4C3AB20: initialize_block (heap.c:239)
==3240== by 0x4C400AD: RtlAllocateHeap (heap.c:1716)
==3240== by 0x5E4F685: load_face (freetype.c:1530)
==3240== by 0x5E4FB20: load_face (freetype.c:1589)
==3240== by 0x5E4FF17: load_font_list_from_cache (freetype.c:1668)
==3240== by 0x5E594BA: WineEngInit (freetype.c:4141)
==3240== by 0x5E693FE: DllMain (gdiobj.c:658)
==3240== by 0x5E8E63E: __wine_spec_dll_entry (dll_entry.c:40)
==3240== by 0x4C4240F: call_dll_entry_point (loader.c:185)
==3240== by 0x4C45000: MODULE_InitDLL (loader.c:1080)
==3240== by 0x4C45401: process_attach (loader.c:1169)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C453AA: process_attach (loader.c:1161)
==3240== by 0x4C4ABF5: attach_process_dlls (loader.c:2797)
==3240== by 0x4419D96: ??? (port.c:60)
==3240==
--
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=30873
Bug #: 30873
Summary: BMFont crashes on visualise option or save bitmap font
as
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dav75uk(a)yahoo.co.uk
Classification: Unclassified
Created attachment 40456
--> http://bugs.winehq.org/attachment.cgi?id=40456
Crash log
Run BMFont on a 64 bit system (http://www.angelcode.com/products/bmfont/) and
select 000000 Latin + Latin Supplement. Click visualise or try to 'save bitmap
font as' and a dialog indicate a crash opens.
This was seen with winetricks usp10 and after an update to 1.5.6 (which I
assume overwrites winetricks' effect).
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=34112
Bug #: 34112
Summary: Wine gets an error when trying to install Skilors
Grooveshark Downloader
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atomkiller(a)gmx.net
Classification: Unclassified
Created attachment 45358
--> http://bugs.winehq.org/attachment.cgi?id=45358
Backtrace
When trying to install Skilors Grooveshark Downloader, the wineinstaller
crashes and gives the backtrace found as attchment.
--
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=23148
Summary: Lotus Freelance Graphics 2.1 reports a C runtime error
and exits
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Blocks: 19662
Created an attachment (id=28790)
--> (http://bugs.winehq.org/attachment.cgi?id=28790)
Wine 1.2-rc3 +local
Lotus Freelance Graphics 2.1 reports a C runtime error and exits.
Curiously I have gone back to Wine 1.1.11 where Bug 19662 should occur but this
bug occurs instead. This suggests something has changed in Ubuntu Lucid (or
the kernel) that affects this app in Wine.
Same effect in Wine 1.1.11, 1.1.42 and 1.2-rc3.
Console output:
err:local:LOCAL_GetBlock not enough space in local heap 19f7 for 3512 bytes
--
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=37502
Bug ID: 37502
Summary: Error 445
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h.henoch(a)isc84.org
Distribution: ---
Created attachment 49891
--> https://bugs.winehq.org/attachment.cgi?id=49891
Error 445
Hello,
I've installed a program named naturosoft. But when I launch it I have error
445.
I don't know where to investigate to correct this.
The joined file contains the logs.
Can you help me ?
Regard
--
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=28189
Summary: regsvr32: No usage in wineconsole
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'regsvr32 /?' in the wine console.
The usage will be displayed in the terminal in which you started the
wineconsole instead of in wineconsole itself. This is because regsvr32 uses
regular Unix stdio functions like printf() instead of WriteConsole().
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to fix this.
After fixing this, verify that running 'regsvr32 /?' still works fine in a
regular xterm or equivalent.
(split off from bug 13861)
--
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=37767
Bug ID: 37767
Summary: IOCTL_DVD_READ_STRUCTURE expects the wrong size of
output buffer for some requests
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Distribution: ---
IOCTL_DVD_READ_STRUCTURE expects all replies to be of
sizeof(DVD_LAYER_DESCRIPTOR), though the actual reply is dependent upon the
request. This prevents the application "VUDUToGo" from identifying DVD discs
for converting to digital copies.
The problem can be fixed by expecting the correct size reply from the different
request types:
https://github.com/wine-compholio/wine-staging/blob/master/patches/ntdll-DV…
--
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=19648
Summary: Lotus Organizer 97 - No text on tabs
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22933)
--> (http://bugs.winehq.org/attachment.cgi?id=22933)
Screenshot
The text on the tabs of the organizer on Organizer 97 does not appear.
"winetricks allfonts" makes no difference, not sure what else to try.
No console output.
The attached screenshot with associated scribble shows where the text should
be.
--
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=31757
Bug #: 31757
Summary: Adobe Application Manager is unable to install -
download fails
Product: Wine
Version: 1.5.13
Platform: arm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
1. Download the Adobe Application Manager from https://creative.adobe.com/apps
( you need a Windows user-agent to see the download links )
2. Download the installer and execute it ( 32-bit prefix, clean install )
3. After a while the installation fails ( error code A12E5 )
--
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=26656
Summary: Cherry-SMS desktop app crashes / shows no country code
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 4mtgjul(a)tempalias.com
I just downloaded the 1.0 dektop app from cherry-sms.com, installed it, but it
doesn't work proper: I cant select the country code. If i write the coutry code
before my number i geht the message: Logged in, but the program crashes.
http://pastebin.com/YxmV9G9g
I asked in the IRC and a guy told me it was written in VisualBasic, and that
there was some Problem with the GUIDs. I hope that helps.
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=35537
Bug ID: 35537
Summary: Cannot install Easy Bridge version 4.0.2
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: y3531(a)hotmail.co.uk
Classification: Unclassified
Created attachment 47452
--> http://bugs.winehq.org/attachment.cgi?id=47452
Backtrace
App DB shows Steven Hans Easy Bridge version 4.0.2 as Platinum rated. When I
tried to install Installshield seems to unpack OK, runs installation to 100%
then crashes. Shame as it's a great game. backtrace attached
--
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=35949
Bug ID: 35949
Summary: Starcraft Campaign Editor does not highlight links in
triggers on hover
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Created attachment 48016
--> http://bugs.winehq.org/attachment.cgi?id=48016
trace+richedit
To reproduce, open the Campaign Editor, click Scenario, click Triggers,
double-click "Current player commands at most 0 buildings", click Conditions,
double-click "Current player commands at most 0 buildings", and hover over "at
most 0".
On Windows, hovering changes the link color to white text on a blue background
with no underline, but on Wine nothing changes.
"winetricks dlls riched20" fixes the problem.
--
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=36324
Bug ID: 36324
Summary: valgrind shows a leak in rpcrt4/tests/ndr_marshall.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==389== 22 bytes in 1 blocks are definitely lost in loss record 51 of 330
==389== at 0x7BC4C735: notify_alloc (heap.c:255)
==389== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==389== by 0x49640DB: test_conformant_string (ndr_marshall.c:1547)
==389== by 0x4967D3E: func_ndr_marshall (ndr_marshall.c:2421)
==389== by 0x4995124: run_test (test.h:584)
==389== by 0x4995513: main (test.h:654)
==389==
etc.
--
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=37303
Bug ID: 37303
Summary: Change of paper size in print dialog do not update
DEVMODE dmFormName member
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Created attachment 49615
--> https://bugs.winehq.org/attachment.cgi?id=49615
Update dmFormName when changing paper size (patch)
A printer paper size change through the printer dialog of any application do
not update the DEVMODE dmFormName struct member.
How to reproduce:
1. run
WINEDEBUG=+psdrv wine notepad
2. check trace output for the following entry (we assume 'A4' is used)
trace:psdrv:dump_devmode dmPaperSize: 9
trace:psdrv:dump_devmode dmFormName: L"A4"
3. open print setting
4. change paper size to a different value (for example 'B5')
5. reopen print settings dialog
6. check trace output for the following entry
trace:psdrv:dump_devmode dmPaperSize: 11
trace:psdrv:dump_devmode dmFormName: L"A4"
-> dmFormName has still the old value
Instead it should have
trace:psdrv:dump_devmode dmFormName: L"B5"
The appended patch fixes this issue.
--
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=6316
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #63 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.46.
--
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.