http://bugs.winehq.org/show_bug.cgi?id=31731
Bug #: 31731
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
CC: jacek(a)codeweavers.com
Depends on: 31536
Classification: Unclassified
Created attachment 41727
--> http://bugs.winehq.org/attachment.cgi?id=41727
+vbscript,+tid
Follow up to bug 31540.
Prereq's: winetricks gdiplus mfc42
Startup toad, click through dialogs, and it will get to the destination folder
window. Clicking next here, however, just loops. Terminal shows:
fixme:vbscript:do_icall L"NextDialog" not found
native vbscript fixes it.
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
wine-1.5.13-121-g19f951e
--
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=10138
Summary: exec* function family expands * and ?
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pclouds(a)gmail.com
This is the output from running "you.exe" in XP:
0001: I
0002: call
0003: me.exe
0004: you.exe
FYI the directory contains only you.exe and me.exe
Here is the output from wine-0.9.42-278-gf40bdba
0001: I
0002: call
0003: *
Sources of you.exe and me.exe follow
--
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=24413
Summary: Window/menu painting issues running Firefox 4.0
Windows 32-bit nightly
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox…
1. Install firefox -- this completes succesfully
2. Run firefox/minefield
On the "Default Browser" message box that appears, several painting artefacts
can happen:
a. the dialog content flips upside down;
b. the dialog content gets rendered black (except the checkbox for some
reason);
when:
a. moving over the content area; or
b. selecting the checkbox.
This also happens with the menu when moving from menu to menu:
a. sometimes each menu item is displaying its text upside down;
b. sometimes the popup menu gets rendered black.
--
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=32369
Bug #: 32369
Summary: dlls/ntdll/file.c fails to link with older glibc due
to missing fallocate64()
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)baikal.ru
CC: hans(a)meelstraat.net
Classification: Unclassified
Regression SHA1: c019083240e70b52fb119dad469bb8c6cfda4ade
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../..
-fasynchronous-unwind-tables -shared ./ntdll.spec actctx.o atom.o cdrom.o
critsection.o debugbuffer.o debugtools.o directory.o env.o error.o exception.o
file.o handletable.o heap.o large_int.o loader.o loadorder.o misc.o nt.o om.o
path.o printf.o process.o reg.o relay.o resource.o rtl.o rtlbitmap.o rtlstr.o
sec.o serial.o server.o signal_arm.o signal_i386.o signal_powerpc.o
signal_sparc.o signal_x86_64.o string.o sync.o tape.o thread.o threadpool.o
time.o version.o virtual.o wcstring.o version.res -nodefaultlibs
-Wl,--image-base,0x7bc00000 -o ntdll.dll.so -lwinecrt0
../../libs/port/libwine_port.a -lpthread
file.o: In function `NtSetInformationFile':
/home/dmitry/wine/dlls/ntdll/file.c:2264: undefined reference to `fallocate64'
collect2: ld returned 1 exit status
winegcc: gcc failed
---
commit c019083240e70b52fb119dad469bb8c6cfda4ade
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Dec 4 10:40:16 2012 +0100
kernel32: Implement SetFileValidData.
---
Adding '#undef _FILE_OFFSET_BITS' after '#include "config.h" to
dlls/ntdll/file.c is a workaround. Probably configure needs to add
'#define _FILE_OFFSET_BITS 64' when detecting the presence of various
optional libc exports (in case it was detected to be required).
--
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=31325
Bug #: 31325
Summary: EA Origin wants msvcr100.dll._get_timezone (purist)
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
To reproduce:
rm -rf ~/.wine
wget https://download.dm.origin.com/origin/live/OriginThinSetup.exe
wine OriginThinSetup
... let it finish installing, then kill it ...
sh winetricks alldlls=builtin
cd ~/".wine/drive_c/Program Files/Origin"
wine Origin
It will get as far as logging in and showing you the main UI, then
crash with
wine: Call from 0x7ecb5882 to unimplemented function
msvcr100.dll._get_timezone, aborting
and a bunch of other messages, you have to scroll up to see that one.
--
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=27386
Summary: Atari800Win PLus 4.0: crashes before window appears
Product: Wine
Version: 1.2.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pomiot(a)wp.pl
Created an attachment (id=35011)
--> (http://bugs.winehq.org/attachment.cgi?id=35011)
Log from wine 1.2.3 running atari800win
Atari800Win PLus 4.0 - atari xl/xe series emulator - crashes just after start,
before window appears.
Message "fixme:d3d_caps:select_card_intel_mesa Card selection not handled for
Mesa Intel driver" can be found in attached log file.
Previous version of Wine (1.2.2) works fine - application was 100% usable, no
problems found
--
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=29969
Bug #: 29969
Summary: msvcr90/msvcr90 test sometimes hangs
Product: Wine
Version: 1.4-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 39012
--> http://bugs.winehq.org/attachment.cgi?id=39012
relay,seh,tid,msvcrt,msvcr90
I've seen this about 5 times on buildbot's trunk build:
Errors:
alarum: Timeout! Killing child ../../../wine.
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"microsoft.vc90.crt" (9.0.20718.0)
fixme:msvcrt:MSVCRT__set_abort_behavior _WRITE_CALL_REPORTFAULT unhandled
fixme:msvcrt:MSVCRT__set_abort_behavior _WRITE_CALL_REPORTFAULT unhandled
fixme:msvcr90:MSVCRT_type_info_name_internal_method type_info_node parameter
ignored
fixme:msvcrt:_getptd returns undocumented/not fully filled data
alarum: fail: terminated abnormally, command '../../../wine msvcr90_test.exe.so
msvcr90.c '
make: *** [msvcr90.ok] Error 99
GnuTLS error: An unexpected TLS packet was received.
I ran the test in loop with a timeout (script attached) and got a
relay,seh,tid,msvcrt,msvcr90 log (also 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=30512
Bug #: 30512
Summary: TM2009 crashes with initialization failure
Product: Wine
Version: 1.5.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lilydjwg(a)gmail.com
Classification: Unclassified
Created attachment 39907
--> http://bugs.winehq.org/attachment.cgi?id=39907
Initilization failure screenshot
TM2009 is a proprietary messaging client for Tencent, which can communicate
with QQ---the popular IM client in China.
It can be downloaded from here:
http://dl_dir.qq.com/qqfile/tm/TM2009Beta3.3_chs.exe
After installation, running its executable (Bin/TM.exe) output nothing in
terminal, but only a "Initilization failure: 0x00000004" is shown.
--
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=19566
Summary: RPG Maker XP RTP/Player: Failed To Load Archive
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iyeru42(a)gmail.com
After installing RPG Maker XP RTP 1.02e, starting an RPG Maker XP Game results
in "Failed to load archive."
--
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.