http://bugs.winehq.org/show_bug.cgi?id=58140
Bug ID: 58140
Summary: ODBC using unixodbc stopped working due to regression
merge between 9.0 and 10.0
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: heiko.rabe+winehq(a)peopleware.com
Distribution: ---
The following fix prevent proper usage of ODBC interface based on unixodbc
provided DSN's:
https://gitlab.winehq.org/wine/wine/-/commit/85047505f342b6767b9f48cbcdae2b…
I'm using an odbc.ini as follows located at `/etc/odbc.ini`
```
[test]
Driver=PostgreSQL Unicode
Description=PostgreSQL Data Source
Servername=xyz.internal.com
Port=5432
UserName=xyz
Password=xyz_password
Database=test
SSLMode=prefer
Debug=0
CommLog=0
```
This leads to following wine registry entries in `system.reg` file:
```
[Software\\ODBC\\ODBC.INI\\test] 1744806811
#time=1dbaecbc3836bb4
"Driver"="PostgreSQL Unicode"
[Software\\ODBC\\ODBCINST.INI\\ODBC Drivers] 1744806811
#time=1dbaecbc3834d1e
"PostgreSQL ANSI"="Installed"
"PostgreSQL Unicode"="Installed"
```
Testing it with `isql` tool on linux the connect is successful and i can select
data from database:
```
isql test
+---------------------------------------+
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
+---------------------------------------+
SQL>
```
The Windows application using a driverconnect with connect string "DSN=test".
Unfortunately the fix linked above searches the driver key now on a complete
different registry key and tries only to open it from there. Versions previous
to 10.0 are using the registry keys shown above and are working, version 10.0
now tries only:
```
[Software\\ODBC\\ODBC.INI\\ODBC Data Sources] 1744806811
#time=1dbaecbc3836bb4
```
which is not present, will be created by requesting the driver and fails, cause
the driver key can only be found on the above shown reg key, that 9.0 correctly
supports.
This stops working with ODBC based on unixodbc in version 10.0 and higher now.
To me it's not clears, what problem the fix linked above should address. My
guess would be, that one of following relates to the problem:
- ODBC supports user and system DNS (system DNS seems now not longer be valid)
- Wine runtime doesn't create the correct registry entries on 'wineboot' (leads
to failing fix)
- overlooked to support unixodbc at all and only tested with Microsoft ODBC
drivers only.
--
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=36668
Bug ID: 36668
Summary: Under Wine, Installation of Hotspot Shield
Fails/Crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)piouseye.com
Created attachment 48713
--> http://bugs.winehq.org/attachment.cgi?id=48713
Report Generated By Wine @ Failure
Hotspot Shield crashes during installation. This does not SEEM to be the same
issue as in Bug 16002 or other "Possible Duplicates," so I'm passing along the
report Wine generated.
--
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=37543
Bug ID: 37543
Summary: Stickies 8.0 - visual glitches
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jfbxehupf(a)jadamspam.pl
Distribution: ---
Created attachment 49964
--> https://bugs.winehq.org/attachment.cgi?id=49964
Last line cut
There are problems:
1. last line is cut in the middle
2. after removing content and adding it again, I' having less than full width
available (it seems to wrap too early)
3. when receiving links in stickies from other people there's no content
--
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=50225
Bug ID: 50225
Summary: Unhandled exception: page fault on read access to
0x00000000 in 32-bit code when attempting to install
Splice
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: deliev.a(a)gjh.sk
Distribution: ---
Created attachment 68730
--> https://bugs.winehq.org/attachment.cgi?id=68730
Log
Attempting to install InstallSplice.exe, downloaded from
https://splice.com/download
--
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=26326
Summary: Add .desktop shortcut files for winecfg and wine
uninstaller
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wooptoo(a)gmail.com
It would be nice if wine had .desktop shortcut files for "winecfg" and "wine
uninstaller". These two are the most useful applications bundled with wine.
This way users will know about them.
Ubuntu has this by default and they are placed in the wine menu.
Also, a default icon for wine would be nice (placed in /usr/share/icons or
/usr/share/pixmaps).
--
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=18926
Summary: In Winamp, the "send to..." submenu in the playlist
menu does not appear
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olhzilla(a)gmail.com
In Winamp's playlist window, the right-click menu should contain a "send to..."
submenu that lets the user send the selected track to the format transcoder or
the ReplayGain analysis tool, but under wine the submenu does not appear. It
did appear in the previous version of either Winamp or wine (I'm not sure) but
did not work - selecting any item from the submenu simply did nothing. There
used to be a workaround for this bug posted in wine's app database, but it got
deleted.
Steps to reproduce:
1. Install Winamp, making sure that the transcoding tool and/or the ReplayGain
analysis tool are selected.
2. In the playlist window, right-click on any track.
3. The menu should contain a "send to..." submenu, but it does not.
Ubuntu 9.04, Winamp 5.552, wine 1.0.1-0ubuntu6
--
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=41242
Bug ID: 41242
Summary: Unhandled exception: page fault on read access to
0xffffffff in 32-bit code (0x7d3a1aad). when trying to
load
Product: Wine
Version: 1.6-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ldc7675(a)yahoo.com
Distribution: ---
Created attachment 55537
--> https://bugs.winehq.org/attachment.cgi?id=55537
imsdesign doublecad program fails on load backtrace
Doublecad serial number DCAK-6746-0366-4350-3180
link to program https://www.turbocad.com/doublecad-download
--
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=58167
Bug ID: 58167
Summary: Pegasus Mail immediately restores window
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
After upgrading from 10.5 to 10.6 I can't minimize Pegasus Mail. When I click
minimize the window only flashes, seems like it minimizes but immediately
restores to open window with the same size as before.
No error messages in console.
git bisect suggests it may be related to commit
6b04bdf25796c9c76815588bf7bdc36ff44b9e13
OS: XUbuntu 24.04.2 LTS
NVIDIA Driver Version: 535.183.01
Using X11 (not Wayland)
--
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=58166
Bug ID: 58166
Summary: misexec.exe crashes on Corel app install
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tacosleaze(a)gmail.com
Distribution: ---
Created attachment 78450
--> http://bugs.winehq.org/attachment.cgi?id=78450
Screen shot of error
I keep getting this error that msiexec.exe has encountered a serious problem.
I am trying to install Corel Graphics Suite X3 into Ubuntu.
Thank you in advance.
--
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.