http://bugs.winehq.org/show_bug.cgi?id=31540
Bug #: 31540
Summary: Toad: Installer is missing a few dialogs without
native vbscript
Product: Wine
Version: 1.5.11
Platform: x86
URL: http://community-downloads.quest.com/toadsoft/SqlServe
r/ToadforSQLServer_Freeware_5.7.0.605.zip
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: vbscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 31536
Blocks: 31539
Classification: Unclassified
Created attachment 41473
--> http://bugs.winehq.org/attachment.cgi?id=41473
+vbscript,+tid
Prereq's: winetricks gdiplus mfc42
Startup toad, click next, and it will immediately begin installing. Terminal
shows:
fixme:vbscript:parse_script parser failed on parsing L"
Property(\"WiseNextDialog\") = NextDialog\r\n if
(Property(\"WiseDialogStack\") <> \"\") Then\r\n
Property(\"WiseDialogStack\") = Property(\"WiseDialogStack\") & \"|\" &
CurrDialog\r\n else\r\n Property(\"WiseDialogStack\") =
Property(\"WiseDialogStack\") & CurrDialog\r"...
if you install native vbscript, however, you'll get two license dialogs, a
prompt for your user/organization, and a choice of destination folder.
austin@debian:~$ sha1sum ToadforSQLServer_Freeware_5.7.0.605.exe
4dddc007c8febf35fa63d162f52380ed0050382d
ToadforSQLServer_Freeware_5.7.0.605.exe
austin@debian:~$ du -h ToadforSQLServer_Freeware_5.7.0.605.exe
71M ToadforSQLServer_Freeware_5.7.0.605.exe
--
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=10176
Summary: rFactor Dedicated not working anymore after update
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.buchmann(a)uni-bayreuth.de
Created an attachment (id=8780)
--> (http://bugs.winehq.org/attachment.cgi?id=8780)
console output
Hello,
rFactor Dedicated Server (http://www.rfactor.net) used to work until rFactor
Version 1.250. After upgrading to Version 1.255 it is not working anymore.
Please find the output messages attached.
My System is x86 32-bit, ubuntu 7.04 and wine 0.9.47.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30775
Bug #: 30775
Summary: Wine crashes on entering fullscreen mode with recent
NVIDIA drivers
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eurekafag(a)eureka7.ru
Classification: Unclassified
Created attachment 40296
--> http://bugs.winehq.org/attachment.cgi?id=40296
crashlog on entering fullscreen
Any fullscreen app crashes right after switching to the fullscree even with the
same resolution. Windowed mode works just fine. I don't know when it started
because I almost always run games in window and make it fullscreen with the
Awesome WM. Today I've tried some old demos (you know, demoscene, 64k EXE with
astonishing visuals and music) and all of them crashed, suprisingly. I remember
them working well. Even steam games crash after they change resolution but they
work fine in the window. I tried Wine 1.4.0 to be sure it's not a regression
and the result is the same. NVIDIA introduced some changes to XRandr support
some time ago so this may be a clue. The backtrace and memory map attached.
My specs: Debian Wheezy GNU/Linux, Core i7 2600, 16Gb RAM, 2.5Tb total HDD
capacity, NVIDIA GeForce GTX 560 Ti, driver version 295.49 and 302.11 (both
lead to crash), Wine 1.4.0 and 1.5.5 (no difference, both compiled by myself,
vanilla source from git). I've tried this demo:
ftp://ftp.scene.org/pub/parties/2008/nvscene08/demo/stargazer.zip crashes
everytime it's launched with fullscreen checkbox set and works just fine
without it. Native games like Wesnoth work fine, tried 1024x768 and native
1920x1200 in fullscreen, no 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.
http://bugs.winehq.org/show_bug.cgi?id=26007
Summary: qedit/mediadet tests show leaks under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: winegstreamer
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: m.b.lankhorst(a)gmail.com
Created an attachment (id=33165)
--> (http://bugs.winehq.org/attachment.cgi?id=33165)
valgrind log
Gstreamer itself has quite a few leaks, but once I added suppression for those,
I got down from 415 to 16 in Wine.
Most seem to some form of:
128 bytes in 2 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:395)
by CopyMediaType (mediatype.c:35)
by GSTOutPin_GetMediaType (gstdemux.c:1462)
by EnumMediaTypes_Construct (mediatype.c:131)
by BasePinImpl_EnumMediaTypes (pin.c:324)
by ???
by test_mediadet (mediadet.c:267)
by func_mediadet (mediadet.c:308)
by run_test (test.h:556)
by main (test.h:624)
full log attached.
For the gstreamer leaks, see https://bugzilla.gnome.org/show_bug.cgi?id=641636
(though they include a suppression file in their tarball that I recently
started using).
--
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=31238
Bug #: 31238
Summary: Endless Space: scrolling to zoom doesn't work.
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aleksei.gusev(a)gmail.com
Classification: Unclassified
Scrolling to zoom doesn't work. Other mouse commands DO work, it's just
scrolling.
--
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=28703
Bug #: 28703
Summary: gdiplus/tests/image.ok: valgrind complains
"Uninitialised value created by a stack allocation at
test_GdipCreateBitmapFromHBITMAP"
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While running "make image.ok" in gdiplus/tests, valgrind complains:
Conditional jump or move depends on uninitialised value(s)
at bitmapinfo_from_user_bitmapinfo (gdi_private.h:510)
by CreateDIBSection (dib.c:1344)
by test_GdipCreateBitmapFromHBITMAP (image.c:890)
by func_image (image.c:2578)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_GdipCreateBitmapFromHBITMAP (image.c:835)
Should the test be setting biClrUsed?
Should one have to do that when dealing with truecolor bitmaps?
--
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=29573
Bug #: 29573
Summary: Battle.net System Check reports zero (0) megabytes of
video RAM
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
I recently got a new computer and I'm looking to update my Battle.net profile.
I discovered that my Video RAM is incorrect and I've tried with my memory both
at the Wine default and it's actual value (1.5 GB).
Battle.net System Checker Reports:
Video Card: NVIDIA GeForce GTX 560 (ID 4609) 0 MB
WINEDEBUG="+d3d" (no VideoMemorySize)
trace:d3d:InitAdapters Emulating 1024MB of texture ram
WINEDEBUG="+d3d" (VideoMemorySize = 1536)
trace:d3d:InitAdapters Emulating 1536MB of texture ram
--
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=10087
Summary: MessageBox-based Win95 Program Loads Frame only
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: John(a)SVTIi.com
CC: John(a)SVTIi.com
Created an attachment (id=8650)
--> (http://bugs.winehq.org/attachment.cgi?id=8650)
ZIP file with executable and readme.
A simple, messagebox based Win32 application will not run in wine v. 0.9.47.
The messagebox window frame appears in the correct size, and the banner
text is correct, but nothing else appears. The inert window can be moved but
not operated. If the wine file manager is dismissed while the inert
window is visible, wine does not terminate as usual.
I am running wine in Fedora 4, with all sw fully updated.
The application is in a file named RandIntG.exe and is freeware
available at:
http://www.simtel.net/product.php%5Bid%5D18258%5Bsekid%5D0%5BSiteID%5Dsimte…
A copy of the release package containing the application
executable is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27506
Summary: Alpha Protocol wants d3dx9_36.dll.D3DXSHRotate
(purist)
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
Only occurs if you force builtin.
--
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=26055
Summary: shell32/shellink test shows a nasty valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (syscall-template.S:82)
by WriteFile (file.c:547)
by IStream_fnWrite (istream.c:156)
by ILSaveToStream (pidl.c:359)
by IPersistStream_fnSave (shelllink.c:1175)
by IPersistFile_fnSave (shelllink.c:484)
by create_lnk_ (shelllink.c:445)
by test_load_save (shelllink.c:658)
by func_shelllink (shelllink.c:1019)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f02e094 is 148 bytes inside a block of size 368 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by free_dc_ptr (dc.c:170)
by DeleteDC (dc.c:850)
by create_icon_bitmaps (cursoricon.c:788)
by CURSORICON_CreateIconFromBMI (cursoricon.c:838)
by CURSORICON_Load (cursoricon.c:1290)
by LoadImageW (cursoricon.c:2319)
by TOOLTIPS_Register (tooltips.c:2346)
by DllMain (commctrl.c:241)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
Uninitialised value was created by a stack allocation
at FileTimeToDosDateTime (time.c:997)
--
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.