http://bugs.winehq.org/show_bug.cgi?id=12042
Summary: Native Windows ODBC:Firebird stores numbers in sientific
notation using datatype decimal
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: park.jerry(a)gmail.com
The following applications and scripts were used on ubuntu 7.04 and Puppy Linux
3.0.1 with the same results.
Firebird-2.0.1.12855-1 RDBMS
Firebird 2.0.0 ODBC driver
winetricks script from Dan Kegel
mdac2.5 or mdac2.8 per winetricks
Several versions of Wine, including 0.9.55 and 0.9.56
Using decimal datatype with Firebird on WindowsXP and Win2003 server records
whole and decimal numbers correctly in the Firebird RBDMS.
On ubuntu and Puppy Linux with either Linux Firebird or Windows Firebird
running under Wine 0.9.56 and either mdac 2.5 or mdac 2.8, whole or decimal
numbers are stored in scientific notation and lose the power.
We were able to work around this problem by using datatype float rather than
decimal, but some may not be able to change their database schema.
--
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=13980
Summary: TimesReader fails to install.
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: perry(a)piermont.com
The New York Times distributes a proprietary program called TimesReader
http://select.nytimes.com/gst/timesreader.html
Attempting to run the installer results in the following error:
$ wine TimesReaderFullSetup.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
I'm not sure what to do from here but I'm happy to help in debugging 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=11922
Summary: Rail3d installer/updater very sensitive to network
errors
Product: Wine
Version: 0.9.57.
Platform: Other
URL: http://www.rail3d.info/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The rail3d installer downloads hundreds of files,
and if any one of them fails, it puts up a
"no error message is available" dialog and
just sits there. I'll attach a log. Oddly,
I don't see any winsock in the log, though I asked for 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.
http://bugs.winehq.org/show_bug.cgi?id=15728
Summary: star wars force commander graphics are blocky
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=16810)
--> (http://bugs.winehq.org/attachment.cgi?id=16810)
picture of error
The menu for star wars force commander does not render correctly, blocky screen
appears instead of text.
--
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=18450
Summary: EVE Online critical start crash
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nightelb(a)web.de
Created an attachment (id=21062)
--> (http://bugs.winehq.org/attachment.cgi?id=21062)
Errors from console
EVE Online Crashes after starting. It runs about a few seconds and creates
several errors in background (view attached error.log)
It runs all fine a few days before and error occours without changed anything.
Sound in Wine is missing to.
--
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=18314
Summary: The Witcher: Launcher window invisible (taskbar enty
appears)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peppe(a)bsnet.se
Created an attachment (id=20857)
--> (http://bugs.winehq.org/attachment.cgi?id=20857)
Test showing similar behaviour
Observation:
Trying to run the launcher for The Witcher (1.4) an entry appear in the taskbar
but no window appear. This is using built-in gdiplus.
Using native gdiplus the window appear.
Investigation:
Reading trace logs it becomes evident that when using wine's gdiplus the
launcher calls CreateRectRgn(0, 0, 0, 0) and then nothing more of that kind.
Ending up with a zero size window. While when using the native gdiplus there's
quite a number of CreateRectRgn and CombineRgn following.
This happens after calls to GdipBitmapLockBits and GdipBitmapUnlockBits and the
window shown when using the native gdiplus is shaped after the background
image, so I assume that the pixel data returned is used to build the shape of
the window.
Based on this assumption and the function calls seen in the traces I have build
a small test which shows the same behaviour (attached).
Looking at my test I've noticed that I get different pixel formats reported
when using native and builtin GdipCreateBitmapFromFile/GdipGetImagePixelFormat
using a RGBA png image.
Also, when requesting PixelFormat32bppARGB the pixeldata returned by
GdipBitmapLockBits have an all zero alpha channel (i.e. the whole image is
fully transparent). In my test this is the actual problem.
It is noted in a comment in the code that GdipBitmapLockBits does not fully
consider format.
--
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=16670
Summary: (app does not start) starting problems give some dll
differences
Product: Wine
Version: 1.1.11
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: numarul7ro(a)yahoo.com
Created an attachment (id=18298)
--> (http://bugs.winehq.org/attachment.cgi?id=18298)
Console result after execution
The app does not start , hangs in terminal.
--
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=16368
Summary: installer need access to My Documents
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dabanfi(a)libero.it
CC: dabanfi(a)libero.it
If you try to install LabView runtime from national Instrument, during
installation receive a error message from wine:
Error: This installer needs access to "My Documents". However, this
location "C:\windows\profiles\....\Miei Documenti" is not available.
Ensure that this directoy exist and is available and run the installer
again
but the directory exist.
In the terminal windows the last message is:
fixme:volume:GetVolumePathNameW (L"C:\\windows\\profiles\\daniele.banfi\\Miei
Documenti\\", 0x92a680, 51), stub!
--
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=16342
Summary: Songbird can't play music files
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://download.songbirdnest.com/installer/windows/i686-
msvc8/Songbird_1.0.0-860_windows-i686-msvc8.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
According to
http://digg.com/apple/Mozilla_based_iTunes_rival_Songbird_takes_flight?t=21…,
Songbird is Mozilla's attempt to dethrone iTunes as the dominant music player.
Tried it in Wine, installs fine (though, it detects iTunes as installed for
some reason?), and, after installing wmp9, runs fine. Trying to play a file,
however, gives errors:
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)
[sbIDatabaseQuery.execute]" nsresult: "0x80004005 (NS_ERROR_FAILURE)"
location: "JS frame ::
file:///C:/windows/profiles/austin/Application%20Data/Songbird2/Profiles/t3kqdfs4.default/extensions/concerts@songbirdnest.com/components/Songkick.js
:: getTourStatus :: line 986" data: no]
(I installed msxml3/wsh56js from winetricks as well, while attempting to debug,
but they didn't solve 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.
http://bugs.winehq.org/show_bug.cgi?id=16001
Summary: Quicken crashes when attempting to load files.
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mordok33(a)gmail.com
Created an attachment (id=17204)
--> (http://bugs.winehq.org/attachment.cgi?id=17204)
Screen shot of error message.
Quicken 2007 Basic now, "appears to load" but when attempting to load quicken
files, qdf etc., I receive a "Comm Error" message indicating an error. It
takes three attempts at closing the "Comm Error" message. When the message
finally closes the program crashes.
--
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.