
JosefReisinger
Member-
Content Count
160 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
2 NeutralAbout JosefReisinger

-
Rank
W2K Freak
Profile Information
-
OS
Windows 2000 Professional
Recent Profile Visitors
-
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
SAD NEWS! Zoom 3.5.53922.0620, actually has stopped to work at all, as I had to notice, video connection crashes and forces the program to prompt for update, although it was patched and shows "up to date". The reason - problem with connection to server, I suppose ... so we need help from our Guru Blackwingcat - is there a possibility to get XP Version 5.0.5 (26213.0602) working with Exkernel W2k? Please, please, please!!!! -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
@blckwingcat Perhaps tp.dll crashes because it wants to see wireless api XP, what do you think? Greetings -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
Zcrashreporter produces dump files in zoom\logs. I don't have a dump viewer. But as I can see, cpthost.exe crashes with ntdll on screen sharing (old version 620). Perhaps you can have a look on it. zoomcrash.zip -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
Can you give advice how to solve the sceen sharing? Sorry for my impatience! Greetings -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
I tried to run zoom actual xp version with tp.dll 3.5.53922.620. It is not possible because of missing depends ?new_instance@socket_ctx_t@ssb@@SAPAV12@PCIIPAVmsg_db_t@2@@Z in old tp.dll. Greetings Joe -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
@blackwingcat: did you get my email?? Greetings -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
I debugged CptHost.exe with cdb.exe (old version): It seems that d3d9 is involved. d3d8thk.dll xpsp3 has function DdEntry1 ....10 in it,, d3d8thk.w2k does not, so if I use d3d8thk from XP, complaint about "missing dependency DdEntry1" in GDI32.DLL is the result. Start Screen sharing: 0:004> g Unknown exception - code 406d1388 (first chance) ModLoad: 4fd50000 4fef6000 C:\Dokumente und Einstellungen\Administrator\A ungsdaten\Zoom\bin\d3d9.dll ModLoad: 01120000 01125000 C:\WINNT\system32\d3d8thk.dll ModLoad: 768d0000 768fb000 C:\WINNT\system32\WINTRUST.dll ModLoad: 799 -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
I disassembled CptHost.exe and got Imports and Exports. CptHostImportsExports.txt PE Explorer Disassembler found errors. *Unexpected Opcode (mov r/n16,Sreg) at 0041C200h *Line caused Error (F3 retn) at 0041BA14h The interesting entry: L00401255: mov eax,[ebp+08h] push 00000007h push [eax+04h] push [eax] call [USER32.dll!GetDesktopWindow] push eax call [USER32.dll!ChildWindowFromPointEx] L0040126C: mov edi,eax L0040126E: mov -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
I would like to know the windows functions which are called by desktop sharing in the zoom app. Fortunally, the zoom sdk for windows is available in the net. Unfortunally, only the latest version and not v3.5. For the more advanced it should be possible to program a proper app for w2k exkernel with visual studio 2008. I found the source of screen sharing: meeting_sharing_interface.h Perhaps the more experienced users here can find out something, but I am not sure if this info is relevant. Greetings Joe -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
Thank you for your comment! I changed crypt32 to XP, no effect, app works but screen sharing only seems to work - conference partner only sees black screen. I think the problem could be related to graphics. In the middle of examing the graphic components, CptHost.exe will load vga.dll in XP. It will not do so in w2k exkernel. Perhaps the app needs vga service XP? I have uploaded the different outputs of procmon on w2k Exkernel and XP. Any help appreciated. Greetings Joe 2kCptHostLogfile.xls XP64CptHostLogfile.xls -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
Back to zoom investigation (error with black screen - screen sharing): Investigation with Pe-Explorer: CptHost.exe is loaded if video is started. If I click "share desktop", depending setupapi will load crypt32.dll, which will load msasn1.dll and wintrust.dll. Also, imagehlp.dll will be loaded. I tried to replace these with XP ones, no change. Also, changing of gdiplus will not resolve the black screen error with screen sharing. Ivestigation with procmon: zoom.exe will call msimtf, "create file mapping", and then has a lot of activities with zoomus.db in the data directory. -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
Perhaps there is a problem with d3d9. If I use exkernel v3.0e d3d9.dll with zoom cloud meeting, on my system the app gets buggy, screen flickering etc. So you can copy XP d3d9.dll (I used 5.3.2600.5512, but it should also work with 5.4.21.95.5513) into the zoom folder. The app will use this one. Greetings Joe -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
My joy was premature - Now zoom shows desktop sharing, but the conference partners will only see a black screen instead of a presentation... :-(( -
Zoom Cloud meetings on w2k Exkernel
JosefReisinger replied to JosefReisinger's topic in Windows 2000/2003/NT4
Problem solved, if the proper rpcrt4.dll is used. There are two versions of exkernel rpcrt4.dll, both version 5.0.2195.7291. One has I_RpcBindingInqLocalClientPID in it, the other one not. So always use all files of Exkernel and not only replace different version numbers! Greeting Joe -
Zoom cloud meetings 3.5.53922.620 will install without problems or necessary registry fakes on w2k exkernel. Download link (I had to spend some time until I found it out): https://zoom.us/client/3.5.53922.0620/ZoomInstaller.exe It will install in documents and settings\*user*\Appdata\Zoom\bin. Then we need to hexedit cmmlib.dll, XmppDll.dll, zVideoApp.dll, search for 3.5.53922.0620 and change these entries to the final version, now 4.6.19253.0401. Then the autoupdate function cannot replace the files with the newer ones which wont work. It should also be possible to install