https://bugs.winehq.org/show_bug.cgi?id=46114
Bug ID: 46114
Summary: Internet Explorer 3 refuses to install (detects IE 4)
Product: Wine
Version: 3.19
Hardware: x86-64
URL: http://www.oldversion.com/windows/internet-explorer-3-
02-win95
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Note: Let's skip the drama about "why" I need IE3 - I don't. It's just an odd
problem I encountered while trying to test an old bug that may be related to
another bug I encountered while looking for a test case for yet another bug.
MD5: ef64ec92f811409ca81f1845fab773eb msie302w95.exe
The installer starts without problems but once it begins installing it aborts
with the message:
"Internet Explorer 3.0 cannot be installed on a system that has Internet
Explorer 4.0 installed"
The installer contents can be extracted with:
msie302w95.exe /C /T:"c:\ie3"
The source of the message is infinst2.exe (occurs immediately when launched)
but I can't determine what it's being triggered by. I've tried overrides,
deleting most of the files in WINEPREFIX, and deleting most of the keys in the
registry. At this point I can't tell if it's a bug or not. I can't see
anything in the debug output that indicates what file or registry keys it's
looking at. Reading through the install scripts doesn't yield any obvious
clues.
--
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=28490
Summary: IE 3.02 installer crashes with builtin shdocvw -
unimplemented function shdocvw.dll.InstallReg_RunDLL
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
If the 32-bit IE3 installer is run without an override for shdocvw, it crashes
after rebooting:
wine: Call from 0x7b83b4c2 to unimplemented function
shdocvw.dll.InstallReg_RunDLL, aborting
wine: Unimplemented function shdocvw.dll.InstallReg_RunDLL called at address
0x7b83b4c2 (thread 0043), starting debugger...
The installation continues afterward, so this seems to be harmless aside from
giving a crash dialog to dismiss.
To run the installer, the reported Windows version should be Windows 95, and
you'll need an app-specific override for infinst2.exe setting shell32 to
disabled (or native only).
--
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=29171
Bug #: 29171
Summary: Internet Explorer 3.02 shows a cut off message when
removing a registered file type
Product: Wine
Version: 1.3.33
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
When trying to remove one of the registered file types from IE3's file types
dialog, it gives the following confirmation message:
"If you remove a registered file type, you will not be able to open files of
that type by double-cli"
With native shell32 and shfolder, it shows the full message:
"If you remove a registered file type, you will not be able to open files of
that type by double-clicking their icons.
Are you sure you want to remove the file type?"
No change with native shfolder only, fails to start with shell32 only. Running
with WINEDEBUG=+shell shows one line of output printed each time that dialog is
opened:
trace:shell:ShellMessageBoxA (0x63280000,0x100da,0x1aff,0x1af6,00000034)
Steps to reproduce:
- Install with 'winetricks ie3'
- Run 'wine control inetcpl.cpl'
- Go to the programs tab
- Click "file types"
- Click the remove button
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45515
Bug ID: 45515
Summary: Microsoft Office Access 2007 : Get an error when run
Product: Wine
Version: 3.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: donnisnoni.tid3(a)gmail.com
Distribution: ---
Created attachment 61900
--> https://bugs.winehq.org/attachment.cgi?id=61900
Backtrace file when run MS Access 2007
Still run MS Access 2007 but get error when run, after i close the error
window,, MS Access still run
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51573
Bug ID: 51573
Summary: winedevice.exe crashes in libusb_close() on exit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: usb
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
On my box winedevice.exe systematically crashes on exit:
$ ./wine hostname.exe /?
INTEL-MESA: warning: Haswell Vulkan support is incomplete
Usage : hostname
$ wine: Unhandled page fault on write access to 00000000 at address 7E95C4D1
(thread 0070), starting debugger...
0070:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 96 64"
(1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
winedbg.exe is not really usable because it prevents Wine from shutting down
and winedevice.exe from exiting. But tracing showed that the crash happens in
the libusb_close() call of fdo_pnp() in dlls/wineusb.sys/wineusb.c:
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/wineusb.sys/wineusb.…
This is with Debian's version 2:1.0.22-2 of the libusb-1.0-0 and
libusb-1.0-0-dev packages.
All I found online is that libusb_close() typically crashes when there are
control transfers still in progress. So maybe this is a cleanup issue?
Finally the crash started with this commit. Could it be related to the
potential cleanup issue mentioned above?
commit b065daa600e858823944f996144ed233065da7fd
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Tue Jul 6 11:00:47 2021 +0200
ntoskrnl.exe: Send IRP_MN_SURPRISE_REMOVAL to the device stack first.
Instead of sending both IRP_MN_SURPRISE_REMOVAL and IRP_MN_REMOVE_DEVICE
to all children first.
They may have pending IRPs sent to their parent PDO driver, which need
to be cancelled before IRP_MN_REMOVE_DEVICE can complete. This is the
case for hidclass.sys and its thread calling the lower driver for
instance.
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com>
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51569
Bug ID: 51569
Summary: Wine crashes when closing program
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
When the program closes and wineserver stops, I get
wine: Unhandled page fault on write access to 00000000 at address 7E02FA21
(thread 00a8), starting debugger...
00a8:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 152 96"
(1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Bisected to
commit b065daa600e858823944f996144ed233065da7fd
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Tue Jul 6 11:00:47 2021 +0200
ntoskrnl.exe: Send IRP_MN_SURPRISE_REMOVAL to the device stack first.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51544
Bug ID: 51544
Summary: Game "HighFleet" crashing with "texture not found"
error
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: madbyte(a)tuta.io
Distribution: ---
The steam game "HighFleet" crashes on start-up with a error window saying
"Texture not found".
WORKAROUND:
Installing d3d11.dll, d3dx11_43.dll & D3DCOMPILER_47.dll from MS fixes the
issue.
(ie. with "winetricks d3dcompiler_47 d3dx11_43")
It's possibly related to fixme:d3dx:D3DX11CreateTextureFromMemory not being
implemented since the game crashes shortly after this message pops up.
Proton issue page: https://github.com/ValveSoftware/Proton/issues/5020
Backtrace (Wine 6.13)(crashing):
https://gist.github.com/MadByteDE/0a48d2cc42d81aec2b19d4d2d0c0f103
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51525
Bug ID: 51525
Summary: Native Instruments installer Native Access.exe crashes
- dwrite & freetype
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: patrick+winehq.org(a)laimbock.com
Distribution: ---
Created attachment 70365
--> https://bugs.winehq.org/attachment.cgi?id=70365
Backtrace of Native Access.exe crash
Wine-6.13 on Fedora 34.
Freetpe version 2.10.4
Native Instruments installer filename: Native Access 1.13.3 Setup PC.exe
Downloadable from: https://www.native-instruments.com/en/support/downloads/
Regression: 'Native Access.exe' runs fine in wine-6.0 from WineHQ.
Reproducable with these steps:
Clean prefix
$ winecfg and set the windows version to 10 so it won't try to install an iso
driver
$ wine Native Access 1.13.3 Setup PC.exe
(accept defaults and wait for it to finish)
$ winecfg and set the windows version to 7
$ wine ~/.wine/drive_c/Program Files/Native Instruments/Native Access/Native
Access.exe
FT_Stroker_Rewind+0x5516f() in libfreetype.so.6
freetype_get_design_glyph_metrics+0xc1(key=<is not available>, upem=0x3e8,
ascent=<is not available>, simulations=0)
[Z:\builddir\build\BUILD\wine-6.13\dlls\dwrite\freetype.c:233] in dwrite.so
Backtrace attached. Please let me know if you need more information. Thanks!
--
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=28973
Bug #: 28973
Summary: Internet Explorer 3.02 crashes often if native shdocvw
is used
Product: Wine
Version: 1.3.31
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 37256
--> http://bugs.winehq.org/attachment.cgi?id=37256
Hack
IE3 crashes under many conditions if the included copy of shdocvw.dll is used -
which, as far as I can tell, is required to use the IE3 interface (using
builtin shdocvw forces the use of the builtin iexplore interface... and has
other issues with IE3). Some actions that trigger the crash include using the
address bar, passing a URL as a command line parameter, loading the WineHQ
forum, clicking the home button...
The cause is:
wine: Unimplemented function shdocvw.dll.218 called at address 0x7b83b722
(thread 0009), starting debugger...
I found the source of that call in shell32/shfldr_desktop.c:
return IEParseDisplayNameWithBCW(CP_ACP,lpszDisplayName,pbc,ppidl);
After hacking it to return E_NOTIMPL instead, the crashes are gone. Could Wine
check whether the function is available before calling it?
Recipe to reproduce:
1. Add native,builtin overrides for shdocvw and mshtml
2. Install with winetricks from svn (winetricks ie3)
3. Run with wine 'C:/Program Files/Internet Explorer/iexplore.exe'
The first instance of the crash will be after answering whether IE should be
the default browser on first run.
--
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=28941
Bug #: 28941
Summary: Internet Explorer 3.02 crashes on viewing file types
Product: Wine
Version: 1.3.31
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 37202
--> http://bugs.winehq.org/attachment.cgi?id=37202
Terminal output
IE3 crashes with an unhandled page fault when trying to access the file types
dialog. To test, install with winetricks from svn using 'winetricks win95 ie3'
or follow steps 1-3 from bug 28829 to install manually. Then:
- Run 'wine control inetcpl.cpl'
- Go to the programs tab
- Click "file types"
Using builtin url.dll avoids this crash (giving a non-functional dialog
instead) but the native one is used by default.
--
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.