-
Notifications
You must be signed in to change notification settings - Fork 1
Description
¡Hola Carlos!
I am trying to set up this program, and I am getting unexpected errors. So I tried with the more barebones I can use, i.e. telnet localhost 110, but the result is worse: I get the “+OK POP3 server ready” invite, but when I press any key in the telnet window, the program ends up abruptly with unhandled exception 5.
I attached what I believe are the relevant debugging aids:
- I am using pop2owa v.1.36, straight from SF (the behaviour is the same with 1.22), running on Win2000 workstation
- config.xml is the default one with only one change: I changed the scheme from https: to http:
- as far as I know there is nothing special with my telnet program, and it certainly works with any other POP3 server I can test
- running with or without being member of the Admins group does change anything (I usually run as non-Admin)
- I ran pop2owa.exe -v 3
- the logfile is attached (it won’t help you much)
- windir/Debug/UserMode/usermode.log is attached; it says there is a problem with “RegisterGPNotification: CreateEvent”
- I tried under WinDbg as well, so I attached the bare session log, and also the stack trace just after the exception is raised: the bottom line is that the offense comes from pop2owa+0x1b452
Reported by: antoinel