http://bugs.winehq.org/show_bug.cgi?id=18306
Summary: Inetmib1 throws an unhandled exception in Latest GIT
Tree
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
Running the do test script just reports a failure on the test run.
New .wine directory with correct mapping of Z to /
Ran test manually with make test
wine: Unhandled page fault on read access to 0x00000000 at address 0x6034fa0d
(thread 0009), starting debugger...
wine client error:9: read: Bad address
make: *** [main.ok] Error 1
when ran manually with winedbg I get the following attached stack 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=9159
--- Comment #16 from Jeremiah Flerchinger <flerchjj(a)ieee.org> 2009-05-01 21:32:58 ---
I also still stand by thinking
+ if ((shell32 = LoadLibraryA( "shell32.dll" )) &&
+ (pShellDDEInit = (void *)GetProcAddress( shell32, (LPCSTR)188)))
+ {
+ pShellDDEInit( TRUE );
+ }
should be
+ if ((shdocvw = LoadLibraryA( "Shdocvw.dll" )) &&
+ (pShellDDEInit = (void *)GetProcAddress( shdocvw, (LPCSTR)118)))
+ {
+ pShellDDEInit( TRUE );
+ }
to be closer to what shell applications (like explorer) actually do.
--
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=9159
--- Comment #15 from Jeremiah Flerchinger <flerchjj(a)ieee.org> 2009-05-01 21:08:22 ---
Dmitry, any reason why you don't ShellDDEInit(False) after the desktop message
loop exits? This is nearly identical to my patch from Feb 09 (not the original
for this, but with changes you suggested).
--
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=9159
--- Comment #14 from Jeremiah Flerchinger <flerchjj(a)ieee.org> 2009-05-01 20:53:59 ---
(In reply to comment #12)
> Looks like, if it gets commited, this patch should put the last nail in the
> cofin of this bug.
>
> http://www.winehq.org/pipermail/wine-patches/2009-April/072423.html
>
Yes, all it does is have explorer initialize the shell32 interface. The
handlers in shell32 are not actually complete. It's just the first step in the
journey & I've been too occupied with work and remodeling a room into a nursery
to work on patches.
--
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=8811
--- Comment #12 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-05-01 17:42:30 ---
Never mind, found it!
Will try tomorrow.
--
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=8811
--- Comment #11 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-05-01 17:41:30 ---
(In reply to comment #10)
> (In reply to comment #9)
> > (In reply to comment #8)
> >
> > > 'winetricks d3dx9'
> >
> > winetricks directx9?
> >
>
> If you've an old version, yes.
>
http://www.kegel.com/wine/winetricks
Only version there is, and that doesn't work. Has it moved? If so, the Wiki
needs updating too.
--
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=8811
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-05-01 16:57:20 ---
(In reply to comment #9)
> (In reply to comment #8)
>
> > 'winetricks d3dx9'
>
> winetricks directx9?
>
If you've an old version, yes.
--
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=18156
Summary: Approach: no scroll wheel
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=20620)
--> (http://bugs.winehq.org/attachment.cgi?id=20620)
Approach scroll wheel inactive
Hi All,
I am am the OP on 15088. Now that I can actually get into Approach, I have
been using it all day. I have five bugs to report. (I am presuming you want
them on different reports.) I am running the native msvcrt.
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+loaddll
WINEDLLOVERRIDES=msvcrt=n /usr/local/bin/wine ./approach.exe"
Bug number two: the scroll wheel is totally ignored (works in all other Linux
apps.). It is a real pain in the neck.
To reproduce:
1) open Approach with the native msvcrt
2) open a database
3) try to use the scroll wheel
Here is a sample database to play with:
ftp://www.xpertss.com/pub/outgoing/invcalcs.zip
-T
--
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=9221
--- Comment #27 from Chris Henhawke <chris(a)hamiltonshells.ca> 2009-05-01 13:54:42 ---
(In reply to comment #26)
>
> Issue still present (along with the wheel chucking) in 1.1.16.
>
through 1.1.20. issue still occurs.
--
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=8811
--- Comment #9 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-05-01 13:32:19 ---
(In reply to comment #8)
> 'winetricks d3dx9'
winetricks directx9?
--
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.