http://bugs.winehq.org/show_bug.cgi?id=27806
Summary: fopen() CRT functions should recognize the unicode
encoding modifier in mode string (CCS=xxx)
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
many MS installer use Unicode file streams to write their log files.
Bug 8598 is about general unicode support for CRT functions.
IE9 installer for example spams console due to fopen() not recognizing
",ccs=xxx" sequence in mode string.
--- snip ---
...
0032:Call msvcrt._wfopen_s(0033e5b0,0033ebd8
L"C:\\windows\\TEMP\\IE9b5d.tmp\\IE9-support\\NrPolicy.txt",01002190
L"rt,ccs=UNICODE") ret=0101549f
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag , not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag c not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag c not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag s not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag = not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag U not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag N not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag I not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag C not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag O not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag D not supported
0032:fixme:msvcrt:msvcrt_get_flags :unknown flag E not supported
0032:Call KERNEL32.CreateFileW(0033ebd8
L"C:\\windows\\TEMP\\IE9b5d.tmp\\IE9-support\\NrPolicy.txt",80000000,00000003,0033e3a0,00000003,00000080,00000000)
ret=736fd75e
0032:Ret KERNEL32.CreateFileW() retval=00000098 ret=736fd75e
0032:Ret msvcrt._wfopen_s() retval=00000000 ret=0101549f
...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/yeby3zcb.aspx
Bug 8598 needs proper implementation first to really support this but in the
meantime the unsupported ",ccs=xxx" mode flags should be recognized and a FIXME
printed instead.
Regards
--
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=27818
Summary: Eurobattle.net installer not working (failed to create
output file)
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported this problem on userforum. The installer pops up a
messagebox "failed to create output file"). From a debug log there's a weird
looking filename:
0025:Call KERNEL32.CreateFileA(00b00d08
"C:\\users\\louis\\Temp\\_ir_sf_temp_1\\\x03",40000000,00000001,00000000,00000002,00
000080,00000000) ret=0040103b
0025:Ret KERNEL32.CreateFileA() retval=ffffffff ret=0040103b
Maybe wine chokes in creating a a weird filename like "\x03" or the filename is
misread from the installersetup-file? Haven't got a clue really.
--
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=27971
Summary: the /qb option of msiexec results in unhandled page
fault
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: htl10(a)users.sourceforge.net
I have a few msi's (unfortunately of proprietary commercial source) which
results in the message:
"This advertised application will not be installed because it might be unsafe.
Contact your administrator to change the installation user interface option of
the package to basic."
So I tried the /qb option of msiexec. This results in unhandled page fault.
Granted this feature may not be implemented, but it should just do a FIXME or
something and exit gracefully. Here is the message. I'd be happy to try any
patch, or even have a go at doing a patch myself if somebody wants to point me
in the right direction.
----------------------
fixme:storage:create_storagefile Storage share mode not implemented.
wine: Unhandled page fault on read access to 0x00000000 at address 0x6848aa70
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x6848aa70).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:6848aa70 ESP:0033f910 EBP:00000000 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000000 EBX:684ffe00 ECX:00110064 EDX:001aef8c
ESI:001aef68 EDI:00198060
Stack dump:
0x0033f910: 00175a10 684dccf2 00000000 00198060
0x0033f920: 00198060 68477236 684ffe00 6847a59d
0x0033f930: 00000000 00000002 0017ea00 0019d448
0x0033f940: 00000000 00000000 6848a7ab 684ffe00
0x0033f950: 00185248 00198060 001aef68 6847b7e3
0x0033f960: 00198060 00000001 001aef68 00000000
Backtrace:
=>0 0x6848aa70 msi_load_media_info+0x2d0() in msi (0x00000000)
0x6848aa70 msi_load_media_info+0x2d0 in msi: movzwl 0x0(%ebp,%eax,1),%ecx
...
------------------------------
This is on x86_64 hardware but running 32-bit wine.
--
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=28336
Summary: MorphVox Pro fails to start
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Eimhinsmyth(a)yahoo.ie
Created an attachment (id=36314)
--> (http://bugs.winehq.org/attachment.cgi?id=36314)
Output
MorphVox pro fails to install. The output attached is given before any windows
open and it hangs on the last line.
--
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=28753
Bug #: 28753
Summary: AniDB O'Matic shows exception dialog on startup
(madcodehook, gcc 4.6.x frame pointer omission in Wine
code)
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
I recently switched to gcc 4.6.x based distro and encountered strange problems
with "AniDB O'Matic" (http://anidb.net/ client) and possibly other apps.
The app crash handler catches a fault in startup phase and displays a rather
exhaustive "crash analysis" dialog.
The fault can be acknowledged and the app continues to load.
Tracing with +relay yields nothing - the crash never happens.
Without +relay but relevant debugging channels:
--- snip ---
...
0009:trace:ole:RemUnknown_Release 0x1aaa28 after: 4
0009:trace:ole:stub_manager_ext_addref added 5 refs to 0x1aac30 (oid 1), rc is
now 5
0009:trace:ole:RPC_RegisterInterface ({00000131-0000-0000-c000-000000000046})
0009:trace:ole:RPC_RegisterInterface Creating new interface
0009:trace:rpc:RpcServerRegisterIfEx (0x1aad34,(null),(nil),3,1234,(nil))
0009:trace:rpc:RpcServerRegisterIf2
(0x1aad34,(null),(nil),3,1234,4294967295,(nil))
0009:trace:rpc:RpcServerRegisterIf2 interface id:
{00000131-0000-0000-c000-000000000046} 0.0
0009:trace:rpc:RpcServerRegisterIf2 transfer syntax:
{00000000-0000-0000-0000-000000000000} 0.0
0009:trace:rpc:RpcServerRegisterIf2 dispatch table: 0x7e769c00
0009:trace:rpc:RpcServerRegisterIf2 dispatch table count: 1
0009:trace:rpc:RpcServerRegisterIf2 entry 0: 0x7e6a7010
0009:trace:rpc:RpcServerRegisterIf2 reserved: 0
0009:trace:rpc:RpcServerRegisterIf2 protseq endpoint count: 0
0009:trace:rpc:RpcServerRegisterIf2 default manager epv: (nil)
0009:trace:rpc:RpcServerRegisterIf2 interpreter info: (nil)
0009:trace:rpc:RPCRT4_start_listen
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x44fed3 ip=0044fed3
tid=0009
0009:trace:seh:raise_exception info[0]=00000000
0009:trace:seh:raise_exception info[1]=000006bd
0009:trace:seh:raise_exception eax=000006b9 ebx=00404d74 ecx=00000000
edx=000006b9 esi=00000000 edi=7e63a728
0009:trace:seh:raise_exception ebp=0032f404 esp=0032f258 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00010a16
0009:trace:seh:call_vectored_handlers calling handler at 0x7dccdcf0
code=c0000005 flags=0
0009:trace:seh:call_vectored_handlers handler at 0x7dccdcf0 returned 0
0009:trace:seh:call_vectored_handlers calling handler at 0x7defb860
code=c0000005 flags=0
0009:trace:seh:call_vectored_handlers handler at 0x7defb860 returned 0
0009:trace:seh:call_stack_handlers calling handler at 0x45015e code=c0000005
flags=0
--- snip ---
By debugging I found the following:
--- snip ---
Wine-dbg>bt
Backtrace:
=>0 0x0044fe24 in aom (+0x4fe24) (0x0033f43c)
1 0x7ed9cf31 CreateThread+0x4b(sa=(nil), stack=0, start=0x7e5f1640,
param=0x1aa8c0, flags=0, id=0x0(nil))
[/home/focht/projects/wine/wine-git/dlls/kernel32/thread.c:54] in kernel32
(0x000006b9)
2 0x7e5f1883 RPCRT4_start_listen_protseq.isra+0x82() in rpcrt4 (0x000006b9)
3 0x7e5f1a00 RPCRT4_start_listen+0xdf(auto_listen=<is not available>)
[/home/focht/projects/wine/wine-git/dlls/rpcrt4/rpc_server.c:749] in rpcrt4
(0x7e625720)
4 0x7e5f40c1 RpcServerRegisterIf2+0x170(IfSpec=0x1aabb4, MgrTypeUuid=(nil),
MgrEpv=0x0(nil), Flags=0x3, MaxCalls=0x4d2, MaxRpcSize=0xffffffff,
IfCallbackFn=(nil))
[/home/focht/projects/wine/wine-git/dlls/rpcrt4/rpc_server.c:1149] in rpcrt4
(0x00000000)
--- snip ---
The app installs some hooks into win32 API using intrusive way.
No IAT/API entry/hotpatch is used .. it analyses the API code and patches
calls.
Example:
"CreateThread" snippet:
--- snip original ---
...
movl 0x38(%esp),%eax
movl %eax,0xc(%esp)
movl 0x34(%esp),%eax
movl %eax,0x8(%esp)
movl 0x30(%esp),%eax
movl %eax,0x4(%esp)
call 0x7edb1d80 CreateRemoteThread [/home/kernel32/thread.c:54] in kernel32:
subl $28,%esp
addl $40,%esp
popl %ebx
ret $0x18
--- snip original ---
--- snip patched ---
...
movl 0x38(%esp),%eax
movl %eax,0xc(%esp)
movl 0x34(%esp),%eax
movl %eax,0x8(%esp)
movl 0x30(%esp),%eax
movl %eax,0x4(%esp)
call 0x0045029c
subl $28,%esp
addl $40,%esp
popl %ebx
ret $0x18
--- snip patched ---
Although questionable this works (even in earlier Wine versions).
Further analysis reveals the app was written in Delphi and makes use of
"madCodeHook/madExcept" library (http://madshi.net/).
The apps creates several threads which are initialized successfully.
The problem is actually an RPC thread that gets created by Wine code.
See here:
http://source.winehq.org/git/wine.git/blob/7e309601f3cb55deadaab9bd44475748…
Disassembly of problematic snippet from function "RPCRT4_start_listen_protseq":
--- snip ---
...
movl $0x6b9,%ebp
movl $0x0,0x14(%esp)
movl $0x0,0x10(%esp)
movl %esi,0xc(%esp)
movl %eax,0x8(%esp)
movl $0x0,0x4(%esp)
movl $0x0,0x0(%esp)
call 0x7e5b9d68 CreateThread in rpcrt4
subl $24,%esp
testl %eax,%eax
...
--- snip ---
Upon entry of CreateRemoteThread "hook", the handler analyses the frame pointer
(checks for non-zero) and tries to access the frame location.
This fails because GCC emitted code that used EBP as general purpose register
for return status (RPC_S_OUT_OF_RESOURCES) in caller.
The fault due to EBP dereference is safely caught from app SEH and a dialog
shown.
Additionally to the RPC thread problem the GUI shows issues which were
previously not present: some treeview items are missing/rearranged.
I checked the comctl32/treeview code .. even did some tests with older Wine
versions (1.3.0, 1.3.20) no regressions found - it behaved similar.
In short: these issues are the result of gcc 4.6+ now free to omit frame
pointers on x86 (= default), see:
http://gcc.gnu.org/onlinedocs/gcc-4.6.1/gcc/Optimize-Options.html
I fixed the problems by adding "-fno-omit-frame-pointer" to build flags.
The app works as expected (thread hooks = ok, GUI issues = gone).
I suspect there will be more apps and games that use code that depends on frame
pointer not being abused as general purpose register.
The question is: is it worth to hunt down all Wine code and decorate functions
with "no optimize" attributes to keep frame pointer from being abused?
E.g. something like this: __attribute__((optimize("-fno-omit-frame-pointer")))
Maybe "-fno-omit-frame-pointer" should be default if Wine x86 is built with gcc
4.6.
Regards
--
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=29130
Bug #: 29130
Summary: Where's Wally? The Fantastic Journey fails to
recognize the CD in the drive
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Classification: Unclassified
When loading Where's Wally? The Fantastic Journey it fails to recognize the CD
in the drive. A dialogue box comes up saying "Please insert the game disk in
the drive and try again." and this shows up on the terminal:
fixme:ntdll:server_ioctl_file Unsupported ioctl 2d0800 (device=2d access=0
func=200 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d0800 (device=2d access=0
func=200 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 2d0800 (device=2d access=0
func=200 method=0)
On Debian Squeeze amd64, official nvidia drivers and wine 1.3.32.
--
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=29136
Bug #: 29136
Summary: Sins of a Solar Empire (Stardock.com/Steam) does not
activate
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitor.dominor(a)gmail.com
Classification: Unclassified
Created attachment 37558
--> http://bugs.winehq.org/attachment.cgi?id=37558
Relevant debug ouput with +winhttp when Register button is clicked.
When I start Sins of a Solar Empire Trinity from Steam or from an installation
downloaded from store.stardock.com, it presents the Stardock Account
Registration dialog. After filling in the required details: stardock email,
password and serial number, I click on Register and it does nothing,
apparently.
I've run it also with WINEDEBUG="+winhttp" and attached the relevant output
regarding the moment I click Register.
--
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=25243
Summary: Viva Pinata fails installation and startup
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=32047)
--> (http://bugs.winehq.org/attachment.cgi?id=32047)
starting Viva Pinata.exe with debug module
Viva Pinata install fails with "Feature Transfer Error". Game also fails to
start, perhaps because it's not installed all the way.
--
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=25228
Summary: Powerpoint 2007 will not start
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joni(a)pepinonline.com
Ubuntu 10.10
With a standard Powerpoint 2007 install, riched20.dll override, windows version
7, powerpoint will not start.
This appears to be a regression, since it works fine for me with these settings
in version 1.3.6.
If the windows version is changed to XP, Powerpoint will open properly and
appears to run as it did in 1.3.6.
--
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=25059
Summary: dotnet30 install completion window minimized?
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://www.winehq.org/pipermail/wine-users/2010-April/070842.html
dimesio says
"I ran winetricks dotnet30 and got to the point where you said you had killed
it because it had stopped. I, too, thought at first that it was hanging, until
I noticed a dotnet icon in my system tray. Clicking on it brought up the
message from the installer that dotnet had been installed, and when I closed
that dialog, the winetricks script completed, reporting success. It seems the
final notification window is minimizing itself for some reason."
Just ran into this myself with wine-1.3.1.
--
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=24937
Summary: Warhammer Dawn of War requires msvcr71
Product: Wine
Version: 1.3.5
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Warhammer 40k Dawn of War and it's expansion Winter Assault depend on the
following stubs in msvcr71.
./jeu/Localizer.dll imports following stub symbols:
msvcr71:_snscanf
msvcr71:_snwscanf
./jeu/W40kWA.exe imports following stub symbols:
msvcr71:__security_error_handler
./jeu/W40k.exe imports following stub symbols:
msvcr71:__security_error_handler
./jeu/mfc71.dll imports following stub symbols:
msvcr71:__security_error_handler
msvcr71:_resetstkoflw
Used http://winezeug.googlecode.com/svn/trunk/mscodescan.pl to detect 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=24927
Summary: Fallout 3 needs native msvcp80
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 22501
Created an attachment (id=31564)
--> (http://bugs.winehq.org/attachment.cgi?id=31564)
msvp80 dependencies
Fails on:
msvcp80.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@ABV01@@Z
according to mscodescanpl, may also need about 50 more. I'll attach the list.
--
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=24837
Summary: Dragon Age - Origins Installer.exe requires
msvcp80.dll.?append@?$basic_string@DU?$char_traits@D@s
td@@V?$allocator@D@2@@std@@QAEAAV12@ABV12@@Z
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
As the title says, Dragon Age - Origins' Installer.exe requires this function
to install the game.
wine: Call from 0x7edb0052 to unimplemented function
msvcp80.dll.?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ABV12@@Z,
aborting
winetricks vcrun2005 is a workaround.
--
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=24287
Summary: stl_test crashes
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I thought it'd be fun to try an STL test suite on Wine, so I did:
sh winetricks vc2005express
cd ~/.wine/drive_c
wget http://petef.22web.net/cpp/stltest-1.00.tar.gz
tar -xzvf stltest-1.00.tar.gz
chmod +w -R stltest
cd stltest
wget http://kegel.com/wine/stltest.patch
patch -p1 < stltest.patch
cd ~/"drive_c/Program Files/Microsoft Visual Studio 8/Common7/Tools"
wine cmd
and then, in cmd,
vsvars32
cd \stltest
nmake vc.mak
I then copied the resulting stl_test.exe{,.manifest} to a fresh wineprefix,
unsullied by installing Visual C++ or its runtimes, and ran it.
Crashed on the very first test case as follows (according to +relay,+seh):
0009:Call msvcp90.?length@?$char_traits@D@std@@SAIPBD@Z(0046170c) ret=0040966d
0009:Call ntdll.strlen(0046170c "Results of accum1_test:") ret=7ed1b92c
0009:Ret ntdll.strlen() retval=00000017 ret=7ed1b92c
0009:Ret msvcp90.?length@?$char_traits@D@std@@SAIPBD@Z() retval=00000017
ret=0040966d
trace:seh:raise_exception code=c0000005 flags=0 addr=0x40967b ip=0040967b
tid=0009
...
wine: Unhandled page fault on read access to 0x90909094 at address 0x40967b
(thread 0009), starting debugger...
'winetricks vcrun2005' works around this, and the executable produces
the same results as on Vista then.
Annoyingly, regardless of /Zi or /Z7, I didn't get a good stack dump
out of winedbg :-(
--
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=24157
Summary: Tera Copy Not Being Initiated
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishnab91(a)gmail.com
I just installed a software Tera Copy, a windows software, using Wine..
The installation was successful, but the Software is not being initiated when I
try to open 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=24141
Summary: OpenGL Camera Demo - Part 3 crashes unimplemented
function msvcr100.dll._lock_file
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.dhpoware.com/downloads/GLCamera3.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
wine: Call from 0x7b8369d2 to unimplemented function msvcr100.dll._lock_file,
aborting
With msvcr100.dll the demo starts.
--
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=12830
Summary: Xenocode Virtual Appliance Runtime Error
Product: Wine
Version: 0.9.59.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny.piccirillo(a)gmail.com
Running Neuro-Programmer 2.4.1 in Wine 0.9.59 set to Windows 2000, XP, or Vista
(all of which NP2 should work with), returns the following error:
Xenocode Virtual Appliance Runtime
The application has encountered an error: 0xD000003A
Please contact the publisher of this application for more information.
--
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=10190
Summary: Caesar IV does not start
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freddybob(a)gmail.com
Created an attachment (id=8789)
--> (http://bugs.winehq.org/attachment.cgi?id=8789)
console log
The game Caesar IV does not load... I have followed instructions from a similar
bug when I encountered an error with what I'm guessing is directX support (the
instructions were:
# In the install folder's 'Support/DirectX' folder, extract d3dx9_29.dll by
running 'cabextract Feb2006_d3dx9_29_x86.cab', then copy d3dx9_29.dll to Wine's
'windows/system32' directory (usually ~/.wine/drive_c/windows/system32)
# Place msvcr71.dll in Wine's 'windows/system32' directory
Having done this, I now get a lot further in the output in console, but the
game still does not load. I will attach the console output.
--
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=23492
Summary: Windows Driver Kit (WDK) 7.1.0 install fails
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.microsoft.com/downloads/details.aspx?displa
ylang=en&FamilyID=36a2630f-5d56-43b5-b996-7633f2ec14ff
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29324)
--> (http://bugs.winehq.org/attachment.cgi?id=29324)
terminal output + backtrace
Tried installing the WDK while looking for a header, and found the install
fails before even getting a window up:
Backtrace:
=>0 0x010ad270 in kitsetup (+0xad270) (0x005ce3d4)
1 0x6857aafa WINPROC_wrapper+0x19() in user32 (0x005ce404)
2 0x6857aafa WINPROC_wrapper+0x19() in user32 (0x005ce454)
3 0x6857c5fc call_window_proc+0x5b(hwnd=0x70054, msg=0x0081, wp=0,
lp=0x5ce938, result=0x5ce488, arg=0x10ad258)
[/home/austin/wine-git/dlls/user32/winproc.c:242] in user32 (0x005ce4a4)
4 0x6857c74a CallWindowProcW+0x59(func=0x10ad258, hwnd=0x81, msg=0x0081,
wParam=0, lParam=0x5ce938) [/home/austin/wine-git/dlls/user32/winproc.c:984] in
user32 (0x005ce4c0)
5 0x010ab289 in kitsetup (+0xab288) (0x005ce4fc)
6 0x010ad29e in kitsetup (+0xad29d) (0x005ce520)
7 0x6857aafa WINPROC_wrapper+0x19() in user32 (0x005ce550)
8 0x6857aafa WINPROC_wrapper+0x19() in user32 (0x005ce5a0)
9 0x6857c5fc call_window_proc+0x5b(hwnd=0x70054, msg=0x0081, wp=0,
lp=0x5ce938, result=0x5ce654, arg=0x10ad258)
[/home/austin/wine-git/dlls/user32/winproc.c:242] in user32 (0x005ce5f0)
10 0x6857d95f WINPROC_call_window+0x10e(hwnd=0x70054, msg=0x0081, wParam=0
terminal output / +relay,+seh,+tid 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=20946
Summary: Chromium base_unittests call unimplemented function
ADVAPI32.dll.OpenTraceW
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Chromium seems to be using more win32 calls as time goes on...
[ RUN ] EtwTraceConsumerBaseTest.OpenRealtimeSucceedsWhenNoSession
fixme:advapi:ControlTraceW (0, L"TestLogSession", (nil), 1) stub
wine: Call from 0x7ef89c0e to unimplemented function ADVAPI32.dll.OpenTraceW,
aborting
Backtrace:
=>0 0x7ef89c0e stub_entry_point+0x4b(dll="ADVAPI32.dll", name="OpenTraceW",
ret_addr=0x50b25c) [/home/dank/wine-git/dlls/ntdll/loader.c:195] in ntdll
(0x0032fa2c)
1 0x0033005a (0x0032fbf0)
2 0x005088c1
EtwTraceConsumerBaseTest_OpenRealtimeSucceedsWhenNoSession_Test::TestBody+0x31()
[c:\users\dkegel\documents\src\base\event_trace_consumer_win_unittest.cc:88] in
base_unittests (0x0032fc2c)
Related source:
http://src.chromium.org/viewvc/chrome/trunk/src/base/event_trace_consumer_w…http://src.chromium.org/viewvc/chrome/trunk/src/base/event_trace_controller…http://src.chromium.org/viewvc/chrome/trunk/src/base/event_trace_controller…
--
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=26059
Summary: Garena can't start warcraft frozen throne properly.
Product: Wine
Version: 1.3.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loz.accs(a)gmail.com
Created an attachment (id=33229)
--> (http://bugs.winehq.org/attachment.cgi?id=33229)
full garena error log with warcraft run tries
When I'm clicking 'start game' button, window "Programm Error" with "The
program war3.exe has encountered a seriouse problem and needs to close"
appears.
I close this window and warcraft starts, but there are no games availible in
the games-list (of course real hosts exist).
But in some magic times window "Program Error" doesn't appear and warcraft
starts properly and hosts are visible.
--
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=26028
Summary: Buitin IE crash while open a activex control from Bank
of Communications
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. install the active control
$ rm -rf ~/.wine
$ wget https://pbank.95559.com.cn/personbank/ocx/safe_bankcomm.cab
$ cabextract safe_bankcomm.cab
$ regsvr32 safeInput4jh.dll
2. write a html file named safeInput1.html as below:
<object classid="clsid:ECCBA956-80E5-11D3-9285-0080ADB811C9"
codebase="ocx/safe_bankcomm.cab#version=3,0,0,0" width="800" height="20"
id="safeInput1" name="safeInput1" style="HEIGHT: 20px;WIDTH: 153px"
viewastext=""></object>
host a http server to handle safeInput1.html
3. open safeInput1.html with wine buitin IE, then crash.
--
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=26284
Summary: Crysis 2 demo needs msvcr90.dll._snscanf (purist)
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Mscodescan shows:
./OpenAutomatePlugin.dll imports following stub symbols:
msvcr90:_CRT_RTC_INITW
msvcr90:_wassert
which doesn't look very bad, so I tried setting it to builtin in winecfg.
Running crysis2 then crashes on:
wine: Call from 0x7b8396d3 to unimplemented function msvcr90.dll._snscanf,
aborting
There may be more missing, but mscodescan isn't finding them for some reason...
--
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=20037
Summary: msxml wine: Unhandled exception 0x80000004 at address
0x740078
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric(a)molitor.org
Crash when trying to run Sid Meiers Railroads game using wines version on
msxml3
fixme:msxml:schema_cache_add (0x1792a0)->(L"x-schema:AudioDefinesSchema.xml",
var(vt 9)): stub
fixme:msxml:domdoc_putref_schemas (0x179218): semi-stub
fixme:msxml:domdoc_validate
wine: Unhandled exception 0x80000004 at address 0x740078 (thread 001b),
starting debugger...
--
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=24161
Summary: Anzio version 16.2 fails with ntdll exception
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giulioo(a)gmail.com
Created an attachment (id=30405)
--> (http://bugs.winehq.org/attachment.cgi?id=30405)
Terminal output
System: Ubuntu 10.04 / Wine 1.3.1 (binary from ppa:ubuntu-wine/ppa)
Anzio is a terminal emulator program.
Up to version Anzio version 16.0 it worked fine with Wine (1.1.x, 1.2, 1.3.1)
I tried upgrading to the latest version (16.2) and this will raise an error
and is then terminated (works fine in Windows).
I'm experiencing the same issue with Wine versions 1.1.42, 1.2, 1.3.1.
Steps to reproduce:
1) Download and install (9MB)
http://www.anzio.com/pub/anzio16/anziowinsetup.exe
Installation completes w/o any error.
2) Click on the desktop icon, you are requested to choose a language, choose
English, then see the error (EExternalException in module ntdll.dll ...)
I'm attaching the terminal output and the debug output (bzipped) for wine
versione 1.3.1 (if this is something you can resolve it would be nice to get
this solved in 1.2 too, if not even in 1.1.x).
Thanks
--
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=16998
Summary: WISO Sparbuch crashes at startup
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oliver.fels(a)gmx.net
Created an attachment (id=18792)
--> (http://bugs.winehq.org/attachment.cgi?id=18792)
general protection fault output
The WISO Sparbuch 2009 application crashes with a general protection fault at
startup in wmain09.dll.
WISO Sparbuch 2008 ran at least in most areas with wine 1.0.
See attached log for information.
--
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=22064
Summary: The Settlers 7 Demo fails to start
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://www.pfanni.de/de/die-siedler-7-exklusiv-demo.as
p
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=26879)
--> (http://bugs.winehq.org/attachment.cgi?id=26879)
wine-1.1.40 output
The game does not start because of the great copyprotection Ubisoft uses.
It requires an Internet connection during gameplay and tries to somehow setup a
proxy for this. And this fails.
There is only a message window telling:
failed to start proxy instance
--
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=11168
Summary: DVRManager + MFServer: Crashes
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: god2blief(a)gmx.net
Both the DVRManager and the MFServer are crashing with (exactly?) the same
output in the console when operating certain functions, e.g. after submitting
username and password for the local machine when setting up the MFServer.
Colsole-output when crashing: http://ubuntuusers.de/paste/28141/
--
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=22613
Summary: dotnetfx 2.0 is not detected by a program
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: donnajj(a)vcu.edu
Razor, a tool for Ultima Online that uses the .net Framework 2.0 no longer
detects .net Framework 2.0 installation when running the installer. It is
detected in versions prior to 1.1.42 and works properly, but it no longer works
in newer versions of wine.
The software, if copied from a windows install or installed prior to upgrading
wine to 1.1.42 says that
c:/windows/Microsoft.NET/Framework/v2.0.50727/mscorwks.dll could not be
initialized.
--
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=15403
Summary: Microsoft's windbg can't load an executable
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mah(a)jump-ing.de
Steps to reproduce:
1) Download Microsoft's debugging tools from
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx. In this case,
the most recent version was 6.9.3.113, which was used.
2) Install those:
cd
mv .wine .wine-backup
wine msiexec /i Debugging\ Tools*.msi
Follow the instructions, installation should work fine.
3) Run windbg (not winedbg):
cd $HOME/.wine/drive_c/Programme/Debugging\ Tools\ for\ Windows\ \(x86\)
wine start windbg.exe
4) Use the menu of the upcoming window to load an executable, e.g. notepad.exe.
Expected behaviour:
Windbg would load/launch the executable.
Actual behaviour:
Windbg dies, leaving these messages at the Unix shell:
[...]ogramme/Debugging Tools for Windows (x86)$ wine windbg.exe
fixme:system:SetProcessDPIAware stub!
fixme:win:RegisterSystemThread (00000002, 00000000)
fixme:win:SetLayeredWindowAttributes (0x1002a,0x00000000,200,2): stub!
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:dbghelp:SymSetParentWindow (0x1002c): stub
fixme:richedit:RichEditWndProc_common EM_GETLANGOPTIONS: stub
[duplicates removed]
RaiseXception: RaiseExceptionRTL = 0x7b82f564
wine: Call from 0x7b847d98 to unimplemented function dbghelp.dll.SymAddSymbolW,
aborting
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr
0x7b847d98
--
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=14737
Summary: SmartDraw 2008: Start fails due to unimplemented
functions in gdiplus.dll
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.smartdraw.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim(a)timg.ws
Created an attachment (id=15229)
--> (http://bugs.winehq.org/attachment.cgi?id=15229)
SmartDraw crashing, and the WINE debugger kicking in.
After installing SmartDraw 2008 in a clean prefix, attempting to run SmartDraw
immediately fails, with the following last lines outputted:
wine: Unimplemented function gdiplus.dll.GdipCloneBitmapAreaI called at address
0x7ee0afb0 (thread 0009), starting debugger...
Unhandled
wine: Call from 0x7edecfb0 to unimplemented function gdiplus.dll.GdipComment,
aborting
wine: Call from 0x7edecfb0 to unimplemented function
gdiplus.dll.GdipConvertToEmfPlusToFile, aborting
It fails in both Wine 1.0 and Wine GIT as of today (3 August 2008)
--
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=22121
Summary: EVEMon (v1.3.1.2138): crashes on adding an account
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://evemon.battleclinic.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.ruecker(a)gmx.de
Created an attachment (id=26975)
--> (http://bugs.winehq.org/attachment.cgi?id=26975)
Callstack/Crash-log
Hi,
I've installed a wine from:
deb http://www.lamaresh.net/apt squeeze main
on a debian squeeze system. It is a fresh installartion and I have installed
following via winetricks:
sh winetricks corefonts dotnet11 dotnet20 tahoma
Opened:
File->Add Account...
Crashes the Application immediatly with:
EVEMon Version: 1.3.1.2138
.NET Runtime Version: 2.0.50727.42
Operating System: Microsoft Windows NT 5.1.2600 Service Pack 3
Executable Path: "C:\Programme\EVEMon\EVEMon.exe"
System.NotImplementedException: Not implemented.
at System.Drawing.Graphics.MeasureCharacterRanges(String text, Font font,
RectangleF layoutRect, StringFormat stringFormat)
...
For full log see attachment.
There is a similar bugreport: 21109
(http://bugs.winehq.org/show_bug.cgi?id=21109)
but it has a slightly different stacktrace so I am not if it is duplicate or
not!
--
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=22429
Summary: wine to support VMWare ThinApps
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hellweiss(a)gmx.de
Hi,
i'am trying to start a VMWare ThinApp Application e.g. FreeCommander.exe
wine ./FreeCommander.exe. The error Message is:
Executable 'C:\Program Files\FreeCommander\FreeCommander.exe' had the following
unrecoverable error:
Unable to open C:\Program Files\FreeCommander\FreeCommander.exe
Looks like this is with all ThinApps. I also tested Firefox.exe and
IrfanView.exe.
It would be nice, if wine could have support for ThinApps.
Thank you.
--
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=18924
Summary: OutputDebugString does not do what it's supposed to do
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewfewfe(a)wh4f.org
OutputDebugString seems to be "invisible" to other apps in wine, it just prints
a message to the terminal. I saw a mailing list discussion about this problem
but I got the impression this wasn't going to be changed anytime soon (because
it's "good enough"). Well, it isn't.
As wrong as it may be, some programs rely on parsing other programs debug
output, and this breaks down in wine. The specific application I'm having
trouble with is FF7Music, some hack that uses debug output to replace the music
in Final Fantasy VII.
A fix for this would be greatly appreciated.
--
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=15194
Summary: cmd.exe doesn't support for 2>&1 style redirection
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)zend.com
Created an attachment (id=15945)
--> (http://bugs.winehq.org/attachment.cgi?id=15945)
proposed patch
"cmd /c <program> 2>&1" doesn't perform redirection and tries to run "1" as a
program instead. A trivial patch is 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=16390
Summary: ct offline update: cmd crash by starting the downloads
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deep_eye(a)gmx.at
Created an attachment (id=17717)
--> (http://bugs.winehq.org/attachment.cgi?id=17717)
debug-log
I think the cmd.exe crashes by starting wget.
I attached the debug-log, hope it can help.
Manuel
--
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=20935
Summary: HoMM5: Hammers of Fate: game dvd not found
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
The game can not find it's dvd when it's inserted (it's a real dvd, not image).
I tried to add the mount path of the dvd to disk list with type 'CD-ROM', but
that didn't help. Wine doesn't give any output on this, the game just shows
'not found message' and exits.
--
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=15638
Summary: Adobe Photoshop CS4 installer crashes on unimplemented
GetProductInfo if run in Vista mode
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
GetProductInfo is a new kernel32 function in vista.
If you try to install Photoshop CS4 with wine in vista mode,
the installer does a GetProcAddress on GetProductInfo
and promptly crashes because the function isn't there.
--
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=19810
Summary: Visual C 2008 redistributable installers fail to start
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulc(a)voip.null.ro
Attempting to install various versions of VS 2008 vcredist_x86.exe in a fresh
prefix fails.
The installer dies on an unhandled exception.
--
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=18559
Summary: BinTube Pro fails to install (requires Windows Imaging
Component)
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.bintube.com/player/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The BinTube Pro installer fails with the following message:
"Windows Imaging Component (WIC) is not installed. Please Install (WIC) then
restart this installation."
--
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=18510
Summary: Microsoft .Net 20 SP1 Installer's text is unreadable
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
URL: http://www.microsoft.com/downloads/details.aspx?family
id=79BC3B77-E02C-4AD3-AACF-A7633F706BA5
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=21157)
--> (http://bugs.winehq.org/attachment.cgi?id=21157)
+richedit
Dan asked me to slipstream .net sp1 into winetricks. I took a look, and when
attempting to install, noticed the license is unreadable. It's fixed by
'winetricks riched30' (+richedit attached).
It (appears to) install fine, but fails, see bug 16956.
--
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=16796
Summary: Implement mssign32.dll
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)stanev.org
mssign32.dll provides several functions and is part of CryptoAPI. It is loaded
by freeware COM object MS CAPICOM, which is used in many applications and web
sites, dealing with digital signatures, encryption etc.
MS provides no header file, however searching the MSDN reveals structures and
function definitions:
http://social.msdn.microsoft.com/Search/en-US/?query=%22dynamically%20link%…
An attempt to construct header file, but with only function defs in it can be
downloaded here:
http://www.curlybrace.com/words/?p=271
--
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=19055
Summary: Starfleet Command installer quits with "bad file
descriptor" error
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
When running either of the two executables for game installation for Starfleet
Command (Setup.exe or SFCSetup.exe), you get the standard "preparing the
InstallShield(R) wizard) progress bar along with the game's splash screen; the
fullscreen background for the installer appears and a game sound effect beeps;
and then the installer crashes.
At the terminal, an error appears:
wine client error:1a: write: Bad file descriptor
Having run it a few times, the hex number in the error will often change, e.g.
wine client error:1c: write: Bad file descriptor
But fundamentally, the error remains the same each time.
--
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=18555
Summary: Remove irritating fixmes
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21216)
--> (http://bugs.winehq.org/attachment.cgi?id=21216)
Screenshot of problem when trying to reuse command
I know there is already a bug open regarding noisy fixmes, but it's these two
in particular I am referring to:
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16
fixme:powrprof:DllMain (0x7e680000, 0, 0x1) not fully implemented
These two fixmes are a real pain.
For example, in a command prompt:
1. Type out 'WINEDLLOVERRIDES="blah,foo,bar=n,b" WINEDEBUG="+doo,+dah"
foo.exe&>/tmp/helloworld.log' and run.
2. Exit the application.
3. Press up arrow to repeat command, but backspace to edit part of the command.
4. This happens:
'WINEDLLOVERRIDES="blah,foo,bar=n,b" WINEDEBUG="+doo,+dah"
foo.exe&>/tmp/hfixme:powrprof:DllMain (0x7e680000, 0, 0x1) not fully
implemented
Maybe it's just my bash (which is actually dash - Ubuntu) but the fixme can not
be deleted and I have to CTRL+C to make any sense of what I'm typing again.
The fixmes appear multiple times and can often take me by surprise. This is
irritating.
The fixmes still appear after running wineserver -k and even if
WINEDEBUG=fixme-all is in the command line.
These fixmes are fairly useless, can they be silenced?
--
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=18274
Summary: Xenocode Virtual Appliance Runtime Error 0xD0000022
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://rvgsoftware.fileburst.com/holdemmanager.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lazar.dobrescu(a)gmail.com
Running the application Hold'em Manager(Free trial available at
http://rvgsoftware.fileburst.com/holdemmanager.zip) pops up an error dialog
with the following message:
"
Xenocode Virtual Appliance Runtime
The application has encountered an error: 0xD0000022
Please contact the publisher of this application for more information.
"
This message looks similar to the one from bug #12830, but with a different
error code(0xD0000022 instead of 0xD000003A).
Attached log using WINEDEBUG=+tid,+seh,+ntdll,+file,+snoop,+relay.
--
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=14726
Summary: AW broser crashes, starts fine with native wininet
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://objects.activeworlds.com/downloads/awb42.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported a crash with this app on the users-list. I starts fine for
me with native wininet. The trouble seem to start here:
0009:Ret wininet.InternetQueryOptionA() retval=00000001 ret=004b211c
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x4b21cf
0009:trace:seh:raise_exception info[0]=00000000
.
.
.
wine: Unhandled page fault on read access to 0x00000000 at address 0x4b21cf
(thread 0009), starting debugger...
--
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=14410
Summary: orb installer aborts, unimplemented function
gdiplus.dll.GdipGetPropertyItem
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.orb.com/en/download_orb
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
wine Orb20SetupUs.exe
complained
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.MFC"
wine: Call from 0x7ee2b974 to unimplemented function
gdiplus.dll.GdipGetPropertyItem, aborting
winetricks vcrun2005 gdiplus
worked around those.
--
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=14356
Summary: alt.binz does not run anymore
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.altbinz.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simjoko(a)gmail.com
Created an attachment (id=14653)
--> (http://bugs.winehq.org/attachment.cgi?id=14653)
wine output
In wine 1.0 alt.binz (0.25, freely available at the website) did run (but not
flawlessly).
At some state in git it stopped working.
Maybe I should have reported that a bit earlier but I am still a bit unsure
about reporting bugs.
Please let me now what information you need.
I will try to find out what patch introduced that regression.
For the tests I used a fresh .wine dir.
While I checked back for wine-1.0 and forgot to remove .wine after a
succsessfully run I found out, that the program will run on current git, when
it first has been run via wine-1.0.
--
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=11973
Summary: Crash into Unimplemented function
softpub.dll.SoftpubInitialize
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://chatstat.com
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wintrust
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, on wine-users list someone was trying to run this app (ChatStat), so i gave
it a try, and it crashes for me into unimplemented SoftpubInitialize (saw the
same crash with 3ds Max 2009 btw).
I guess this can be forwarded to wintrust.SoftpubInitialize, so i tried. Then
ran into various other unimplemented functions in softpub.dll, like
SoftpubLoadMessage and SoftpubLoadSignature etc
Could someone who knows something about softpub have a look, and see if and
what can be forwarded? That might get this app a bit further.
--
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.