http://bugs.winehq.org/show_bug.cgi?id=11742
Summary: Small .net 1.1 app (FastMD5 1.3) fails to start up
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.paehl.de/fastmd5.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 10134 is fixed, and .net 1.1's installer runs to completion,
you can install the .net 1.1 version of fastmd5. But you can't start it;
it complains
fixme:shell:URL_ParseUrl failed to parse L"mscorlib"
fixme:shell:URL_ParseUrl failed to parse L"System"
...
This was investigated and tracked down to an extra '\' by A.F. in
http://bugs.winehq.org/show_bug.cgi?id=10134#c20
Copying his comments here, since that bug was about dotnetfx install failure:
Registering assemblies into GAC and pre JIT-ing (ngen tool) doesn't work right
now due to a bug in shlwapi's UrlCombineW().
Because of this bug, .NET 1.x fusion loader won't find any referenced
assemblies on app startup, leading to rather cryptic "resource not found" error
message.
--- snip trace ---
..
001f:Call shlwapi.UrlCombineW(005436d8
L"C:\\windows\\Microsoft.NET\\Framework\\v1.1.4322/",0053b590
L"C:\\windows\\Microsoft.NET\\Framework\\v1.1.4322\\System.dll",00544728
L"hS\0108S",0033e320,00000000) ret=7904e23d
..
001f:Ret shlwapi.UrlCombineW() retval=00000000 ret=7904e23d
001f:Call shlwapi.UrlIsW(00544728
L"file:///C:/windows/Microsoft.NET/Framework/v1.1.4322/System.dll/",00000003)
ret=7904e250
001f:Ret shlwapi.UrlIsW() retval=00000001 ret=7904e250
001f:Call shlwapi.UrlUnescapeW(00544728
L"file:///C:/windows/Microsoft.NET/Framework/v1.1.4322/System.dll/",00542688,0033e35c,00000000)
ret=7904e267
001f:Ret shlwapi.UrlUnescapeW() retval=00000000 ret=7904e267
..
--- snip trace ---
The returned combined URL/path is invalid.
Fusion internally re-verifies paths before mapping dlls and rejects it.
reduced: "c:\\test/" + "c:\\test\\mylib.dll"
wine -> "file:///c:\\test\\mylib.dll/" (wrong)
windows -> "file:///c:\\test\\mylib.dll" (correct, I wrote a small test case
and tested with Windows XP SP2).
So get that bug fixed and apps/fusion will find the requested assemblies.
--
For trace/logging purposes you can enable fusion's verbose logging:
--- snip ---
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"ForceLog"=dword:00000001
"LogResourceBinds"=dword:00000001
"LogFailures"=dword:00000001
"LogPath"="C:\\Temp\\FusionLogs"
--- snip ---
That will get you detailed CLR assembly search and loader logs.
Handy for diagnosing assembly loading problems.
--
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=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=11259
Summary: Passwordmanager crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.cp-lab.com/Files/PwdManager-Setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted this app to appdb, with garbage results. It crashes for me
too, with a message box: "Access Violation in password.dll". From a debug log
it looks as if something goes wrong in comctl32.ImageList_Draw(). Using native
comctl32 it starts fine for me. I'll attach debug trace
--
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=10514
Summary: BatteryFormulaRacing: Crash on Unimplemented function
wsock32.dll.AcceptEx
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.batterydrink.com/formularacing/download/Batte
ryFormulaRacing.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted this application into the appdb with garbage test results.
I tried it, and it crashes/hangs with the the message of the summary.
--
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=10338
Summary: PE Explorer crashes when stopping the application
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.heaventools.com/download/pexsetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
Created an attachment (id=9005)
--> (http://bugs.winehq.org/attachment.cgi?id=9005)
Adding some traces to kernel32 and ntdll
Install PE Explorer. Start the application and just exit it again (via the
'File' menu). It crashes in NtSetInformationThread. I've attached a
'+tid,+seh,+process,+thread' trace. I've added some traces to some functions
(diff is also attached).
This is all done on a clean .wine and with current GIT.
--
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=11678
Summary: Microsoft Visual C++ Toolkit 2003 installer fails
Product: Wine
Version: 0.9.55.
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer, patch
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I downloaded Microsoft Visual C++ Toolkit 2003 long ago.
The installer is VCToolkitSetup.exe, size 32952488, sha1sum
956c81c3106b97042c4126b23c81885c4b5211f4, edonkey checksum
ed2k://|file|VCToolkitSetup.exe|32952488|c534888fa7605403dcb183d2d15282d1|/
Installing it crashed with "Unhandled Exception: StackOverflowException."
=>1 0x7ef82b41 check_actctx+0x11(h=<?>) [wine-git/dlls/ntdll/actctx.c:574] in
ntdll (0x0034f928)
while running C:\windows\Microsoft.NET\Framework\v1.1.4322\RegSvcs.exe
The patch at
http://bugs.winehq.org/show_bug.cgi?id=10134#c17
got past this.
The next problem was another crash,
Unhandled exception: page fault on read access to 0xfc91f030 in 32-bit code
(0x7e48f819).
=>1 0x7e48f819 apts+0x1() in ole32 (0x0034f9d0)
The patch at
http://bugs.winehq.org/show_bug.cgi?id=10134#c18
got past that, and let the installer complete.
I was then able to compile and link a "Hello, World" program with
$ cd ~/.wine/drive_c/Program Files/Microsoft Visual C++ Toolkit 2003
$ wine bin/cl.exe hello.c -I include -link /libpath lib/libc.lib
lib/oldnames.lib lib/kernel32.lib
I'm filing this bug mainly to focus some attention on
these two tiny little patches. Let's get them cleaned up
and committed!
--
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=11494
Summary: The Install does not work, acts like it finises though
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
URL: http://www.speedproject.de/enu/speedcommander/index.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tn(a)chambers.no-ip.info
Created an attachment (id=10648)
--> (http://bugs.winehq.org/attachment.cgi?id=10648)
First screen
I don't know if it's because of the installer it uses, but take a look through
the pictures and you can see that it doesn't install into the correct
directory, and at the end of the install you only get an uninstall.exe in the
Default folder. By the way, the Default install path for this program is
Program files/SpeedProject/SpeedCommander 12/ instead of this wierd Program
Files/Default. I have tried manually changing the install directory to the
correct one but it never copies the correct file into the folder. I have
attached all pics from the install process for reference. Not sure if this
install is tied to the bug from 11490. 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=9870
Summary: WINE not reading Multiple Sound Devices correctly,
ignoring ALSA setup
Product: Wine
Version: 0.9.41.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jim(a)1-6regulars.homeip.net
Ubuntu 7.04 Gnome setup to use ALSA sound with CA0106 (SB Audigy PCI card).
Motherboard has VIA Sound on board, disabled in BIOS. ALSA default set to use
CA0106 and is working well in Gnome. WINE Audio Setup is configured to use
ALSA. Wave Out Devices list VIA 8237, but not CA0106. Running WINE Apps have
sound coming out of Disabled VIA device and not the CA0106. ALSA is the only
enabled sound option.
OSS Option lists C-Media Electronics CMI9761A+, which I believe is normally the
driver for many on board audio chip sets like the VIA set. With OSS Selected
as the only sound option, apps in WINE also have sound coming out of the
disabled VIA device and not the CA0106 device.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.