http://bugs.winehq.org/show_bug.cgi?id=31770
Bug #: 31770
Summary: Database FindFirst fails to find the correct record
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 41802
--> http://bugs.winehq.org/attachment.cgi?id=41802
Sample Program
On a database server create a new database
Add the following table
CREATE TABLE testing
(
id serial NOT NULL,
name boolean,
id2 integer,
CONSTRAINT testing_pkey PRIMARY KEY (id)
);
INSERT INTO testing(id, name, id2) VALUES (1, false, 2);
INSERT INTO testing(id, name, id2) VALUES (2, false, 3);
winetricks mdac28
Install the mysql or postgres odbc driver
Using odbcad32, create a connecting to the server.
Run DBSample, select the ODBC connection you just made.
You'll get a dialog with "Yipee" if it was successful.
--
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=38692
Bug ID: 38692
Summary: Tag&Rename fails to start with 1.7.44 (was working
perfectly in 1.7.43)
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ronan(a)jouchet.fr
Distribution: ---
Created attachment 51615
--> https://bugs.winehq.org/attachment.cgi?id=51615
stdout comparison of 1.7.44 vs. 1.7.43
Under WINE 1.7.43, Tag&Rename used to work properly
Under WINE 1.7.44, Tag&Rename fails to start
Environment:
- Arch Linux
- Using the official distribution "wine" package:
https://www.archlinux.org/packages/multilib/x86_64/wine/
- uname -a = Linux x 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015
x86_64 GNU/Linux
--
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=37766
Bug ID: 37766
Summary: Error when launching StarCraft 2: Assertion
'canonical' failed at
src/nss-myhostname/nss-myhostname.c
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s.jegen(a)gmail.com
Distribution: ---
Created attachment 50295
--> https://bugs.winehq.org/attachment.cgi?id=50295
Back trace
When starting StarCraft\ II.exe today I was greeted with a an error from the
SC2 launcher that was followed by several others (the Blizzard error reporting
program BlizzardError.exe seems to have crashed immediately afterwards as
well).
The culprit seems to be an assert that is hit in the fill_in_hostent function
which is part of libnss_myhostname.so.2 (which seems to be part of systemd
nowadays). Please find the backtrace as well as the terminal output 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=38643
Bug ID: 38643
Summary: sigil portable Unhandled exception: unimplemented
function msvcr120.dll._dsign called in 32-bit code
(0x7b83b6ae)
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
Created attachment 51552
--> https://bugs.winehq.org/attachment.cgi?id=51552
backtrace
http://portableapps.com/apps/office/sigil-portable
crashes on startup, 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.
https://bugs.winehq.org/show_bug.cgi?id=6847
Jonas Jelten <jonas.jelten(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonas.jelten(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=38680
Bug ID: 38680
Summary: Cannot open http links with native Firefox on
PowerPoint 2010
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: yajo(a)openaliasbox.org
Distribution: ---
When there is an hyperlink in any slide in PowerPoint 2010 and the user clicks
on it, it opens in winebrowser always.
According to http://wiki.winehq.org/UsefulRegistryKeys, the default behavior
should be opening with xdg-open, which in my setup should default to firefox.
So it seems that either this is a bug in wine or in the wiki.
I tried solution in
http://www.webupd8.org/2010/03/how-to-make-wine-open-links-in-your.html and
nothing changes.
I tried symlinking iexplore.exe and winebrowser.exe to /usr/bin/firefox but the
behavior still remains the same.
--
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=38675
Bug ID: 38675
Summary: valgrind shows uninitialized memory in
kernel32/file.c:DeviceIoControl()
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so drive && touch drive.ok
==14492== Syscall param writev(vector[...]) points to uninitialised byte(s)
==14492== at 0x4F7A0F23: __writev_nocancel (in /usr/lib/libc-2.21.so)
==14492== by 0x7BC7A9C5: send_request (server.c:228)
==14492== by 0x7BC7AB52: wine_server_call (server.c:309)
==14492== by 0x7BC7B8CD: server_select (server.c:607)
==14492== by 0x7BC85426: NtWaitForMultipleObjects (sync.c:976)
==14492== by 0x7BC85471: NtWaitForSingleObject (sync.c:985)
==14492== by 0x7BC45DFF: server_ioctl_file (file.c:1539)
==14492== by 0x7BC45FF7: NtDeviceIoControlFile (file.c:1628)
==14492== by 0x7B840C64: DeviceIoControl (file.c:2599)
==14492== by 0x7B87DAFA: get_mountmgr_drive_type (volume.c:206)
==14492== by 0x7B88133A: GetDriveTypeW (volume.c:1614)
==14492== by 0x7B8814F9: GetDriveTypeA (volume.c:1660)
==14492== by 0x47D4D2E: test_GetDriveTypeA (drive.c:41)
==14492== by 0x47D5770: func_drive (drive.c:207)
==14492== by 0x4893BD4: run_test (test.h:584)
==14492== by 0x489401C: main (test.h:666)
==14492== Address 0x4b7f5c4 is on thread 1's stack
==14492== in frame #3, created by server_select (server.c:586)
==14492== Uninitialised value was created by a stack allocation
==14492== at 0x7B840A55: DeviceIoControl (file.c:2549)
==14492==
--
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=9154
--- Comment #25 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Does this still occur in Wine 1.7.44 or later?
--
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=3739
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |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.