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.