Jump to content

jumper

Member
  • Posts

    1,840
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jumper

  1. @MiKl: "complains on start about uxtheme.dll" Details, please. KernelEx4.5.2 supports all uxtheme api's listed by schwups. If needed, however, we can move uxtheme.dll from the Windows\KernelEx folder to Windows\System, and add stubs to it. I've previously searched for a good uxtheme.dll replacement, and the current version from ReactOS looks very promising.
  2. I sometimes run 10.63 on 98se and this sound familiar. I would retry running Opera after each of these steps: 1) Reboot. 2) Delete all Opera cache, temp, and log files (anything modified in the last day). 3) Restore the previous day's registry.
  3. Opera 11.64 / 12.02 See the Opera - KernelEx Wiki for details.
  4. Searching with Google for "Dlink Airpro DWL-A520 win9x" I see references to:
  5. > Does it look like this? No. Just a thin-frame editbox directly under the page-section header. In FF2, Quick Reply looks something like this: [ Reply to this topic ] jumper's Photo......[ Post ] [ More Reply Options ] [ t ] [digg] [ / ] [ R ] [ sv ] [ M ] {#} / V \ [ 1 user(s) are reading this topic ] Opera 10.63 is the same, but with social buttons on one line. In full edit mode it is the same: no toolbars, no gear button. Also, previewing the post causes the source to get mangled and content lost. In Opera 10.63 today, toolbars do not appear in any reply mode. Also, previewing the post in full edit mode causes the editbox to disappear entirely. :angrym: PNG graphic sheets have been used by Google for years and work fine in FF2 (also in Netscape 4.7!). PNG files are not the problem, missing toolbars are. Edit: And when editing in-line, clicking "Save Change" does save the changes but doesn't reload the page or appear to respond in any way. Error console reports: CKEDITOR is not defined Source File: http://www.msfn.org/board/public/min/index.php?ipbv=84e6bd1b24bca89cbc1c926a47159e30&charset=iso-8859-1&f=public/js/ipb.js,cache/lang_cache/1/ipb.lang.js,public/js/ips.hovercard.js,public/js/ips.quickpm.js,public/js/ips.textEditor.bbcode.js,public/js/ips.sharelinks.js,public/js/ips.textEditor.js,public/js/ips.topic.js,public/js/ips.rating.js,public/js/ips.like.js Line: 1187 Edit 2: And in-line editing also mangles the post, in this case removing the empty "code" and surrounding "indent" tags. "Preview post" is now worthless, because what it displays is (too) often not what get posted! Edit 3: K-Meleon 1.6b2 to the rescue (if I can Save Changes successfully)--inline editing appears to be fully functional with two toolbars that pop up other dialogs as needed. Edit 4: The gear brings up an Options dialog: Editor Options x------------------------------------------------[ ] Paste as plain text by default[ ] Clear my saved content [ Ok ]
  6. As I previously mentioned, in Firefox 2 the toolbars don't work anymore. The old board worked much better in FF2 in all respects. Like -X-, I don't see edit controls/tool buttons either--just a bare editbox. No Expand/Collapse Toolbar buttons or Resize thumb; no JS or CSS errors, either. In Opera 10.63 and K-Meleon 1.6b2, however, the two rows of toolbars do appear as expected if javascript is enabled. Same in QtWeb 3.7.5 after dismissing five scripting error warnings. Win98se with KernelEx 4.5.2 and Kexstubs. Ad/element blocking disabled.
  7. Modes 11 and beyond do not work reliably. Delete an unused mode (such as Win2008) and renumber.
  8. You might try running it through minf to check for section names that are too long.
  9. jumper

    Browser

    K-Meleon 1.6.0 beta 2 requires KernelEx in W2K mode. I'm downloading beta 2.6 now and will report back.
  10. @xper: I'm not seeing the Special BBCode align buttons to display the popup (nor any of the two ribbons for that matter), just the bare editbox in FF2. @Tripredacus: I'm seeing lots of text, but no image.
  11. jumper

    Browser

    PupWin98 Puppy Linux® for Windows®98 "Puppy Linux runs outside Windows, starting from MS-DOS launched by an icon on your Windows desktop." Looks promising, but cannot exit Linux and return to Windows without rebooting.... Edit: The following Linux browsers become available however: Amaya, Arora, Chromium, Dillo, Dooble, ELinks, Web, Flock, Galeon, Google Chrome, Konqueror, Links, Lynx, Midori, Firefox, NetSurf, Opera, QupZilla, SeaMonkey, SlimBoat, w3m. [from http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Operating_system_support ]
  12. What is the exact text of the error message? Please quote it in full. We need to know the name(s) of the missing DLL(s).
  13. > Any idea if there is a way to get it to work? Yes. What is the exact text of the error message?
  14. Do the 11.x versions produce the same error on XP or later? Perhaps they call additional apis that KernelEx only stubs. Please check the K452stub.log and Kstub822.log files for clues.
  15. In the Version History for SpeedTest, 1.0.3 lists: "Bug (Fixed) = Better support for Win98/95." OTOH, I'm not sure that SpeedTest even tests "LAN/network bandwidths/speeds." It is primarily an Internet bandwidth monitor and there are many online tools for that. If you wish to check the speed of your LAN, try mapping a network drive and measuring the speed of that drive. The System Monitor can be used to measure the performance of ram-disk-to-ram-disk file copies across the network as well as reads and writes by any app from/to the networked drive. Edit: SpeedTest website
  16. An Ethernet cross-over cable is the fastest direct connection between two computers: + 10/100/1000 mbps depending on the max speed of the slower ethernet adapter. + NetBEUI protocol + DIY cable guide Commercial USB-to-USB bridge cable solutions exist. Direct Cable Connection (DCC) cable types (decending speed) * Universal Cable Module (UCM) cables (ECP-enabled parallel) * Enhanced Capabilities Port (ECP) cables (ECP-enabled parallel) * Standard or basic 4-bit cables (standard parallel aka printer port) * Null-modem cable (standard serial port) DCC guide Microsoft's DIY DCC cable guide
  17. >Some of them are named IE8-WindowsXP-KB* ... Try for %%i in (WindowsXP-KB*.exe IE8-WindowsXP-KB*.exe) do call %0 %%i -or- for %%i in (*WindowsXP-KB*.exe) do call %0 %%i >Also "lfnfor on" is a non recognized command. You can remove it. LFNFOR is only needed to enable long-file-name support in the FOR command on pre-NT versions of Windows and DOS. This code should also work for all versions: cd.>lfnfor.bat lfnfor on del lfnfor.bat
  18. I like recursive batch files: @echo off if %1*==* goto NOPARAM ::Only list unapproved updates if %1==WindowsXP-KB2756822-x86-ENU.exe goto END if %1==WindowsXP-KB2761226-x86-ENU.exe goto END echo %1 goto END :NOPARAM echo Approved updates: if exist WindowsXP-KB2756822-x86-ENU.exe echo WindowsXP-KB2756822-x86-ENU.exe if exist WindowsXP-KB2761226-x86-ENU.exe echo WindowsXP-KB2761226-x86-ENU.exe echo. echo Unapproved updates: lfnfor on for %%i in (WindowsXP-KB*.exe) do call %0 %%i :END Update Another version that also lists missing files: @echo off set k1=KB2756822 KB2761226 KB2761465 KB2778344 KB2779030 KB2792100 set k2=KB2797052 KB2799329 KB2799494 KB2808735 KB2809289 KB2817183 if %1*==* goto NOPARAM ::Only list unapproved updates for %%f in (%k1%) do if %1==WindowsXP-%%f-x86-ENU.exe goto END for %%f in (%k2%) do if %1==WindowsXP-%%f-x86-ENU.exe goto END echo %1 goto END :NOPARAM echo Approved updates: for %%f in (%k1%) do if exist WindowsXP-%%f-x86-ENU.exe echo WindowsXP-%%f-x86-ENU.exe for %%f in (%k2%) do if exist WindowsXP-%%f-x86-ENU.exe echo WindowsXP-%%f-x86-ENU.exe echo. echo Missing updates: for %%f in (%k1%) do if not exist WindowsXP-%%f-x86-ENU.exe echo WindowsXP-%%f-x86-ENU.exe for %%f in (%k2%) do if not exist WindowsXP-%%f-x86-ENU.exe echo WindowsXP-%%f-x86-ENU.exe echo. echo Unapproved updates: lfnfor on for %%i in (WindowsXP-KB*.exe) do call %0 %%i :END
  19. I have a WPC54Gv2 right here sitting on my desk! The datasheet in the Downloads tab at http://support.linksys.com/en-us/support/adapters/WPC54G says: "Compatible with Windows 98SE, Millennium, 2000 and XP." The driver package is 18MB. I also have a WMP54Gv4 that works in Win98SE. The WPC54GX datasheet at http://support.linksys.com/en-us/support/adapters/WPC54GX says: "Minimum Requirements ... Microsoft Windows 2000 or XP" and the driver is only 4.89MB. There are many versions of the WPC54G, however, so if one of them uses the same chip as the GX, that SE driver might be worth a try. WMP54GX: "Minimum Requirements...Microsoft Windows 2000 or XP" Summary: Wxx54G Wxx54GX
  20. Relogon. But that will probably trigger the crash again. You need to identify and uninstall the offending startup process.
  21. > I did that after trying to run the latest version of Aspell which requires this function and that msvcr71 doesn't provide. _ctype is a variable, not a function, so can't be stubbed / redirected. > On reboot I get an error message saying that mprexe caused an error in kernelex.dll and KernelEx doesn't load, no programs relying on it work. Perhaps something is dynamic-loading _ctype and trying to use type macros on the resulting function pointer instead of falling back to using the CRT functions. > I've now removed this entry from KxStub822.ini and am using msvcr70 as a replacement for msvcrt, Aspell runs fine and no other program I have which requires msvcrt/msvcr7x substitution appear broken. It now looks like msvcrt70 is the better choice for msvcrt substitution. Good work! I checked my system and found these versions of MSVCRT that export _ctype: MSVCRT20 2.11.000 MSVCRT40 4.22.0000 MSVCR ..... 6.10.8924.0 MSVCR ..... 6.10.9848.0 MSVCR70 .. 7.00.9981.0 And these versions that don't: MSVCR71 7.10.3052.4 MSVCR71 7.10.7031.4 MSVCR80 8.00.50727.762 MSVCR90 9.00.21022.8 MSVCR100 10.00.30319.1 MSVCR100 10.00.40219.1 > msvcr71 is version 8.0.21213.0 and msvcr70 is version 7.0.9981.0, they are the most recent I have and I didn't try with other versions so not sure if it would always happen. I haven't seen this version of msvcr71, but it must come bundled with msvcr80. Msvcr80 has a dependency on msvcrt for _getdrives, so perhaps that msvcrt is worth a look.
  22. Yes, I'm very interested * How's the connectivity going? * What version of the WUSB54GC do you have? Is it one of the following from this HowTo? WUSB54GC v1 Device Name: Compact Wireless-G USB Adapter FCC ID: Q87-WUSB54GC Device ID: USB\VID_13B1&PID_0020 Chipset: RT2501U: RT2571WF MAC/BBP, RT2528L 2.4 GHz Transceiver Driver: Ralink-rt73 WUSB54GC v3 Device Name: Compact Wireless-G USB Network Adapter FCC ID: Q87-WUSB54GCV3 Device ID: USB\VID_1737&PID_0077 Chipset: Integrated RT2070L: RT3070 MAC/BBP, RT2020 2.4 GHz Transceiver Driver: Ralink-rt2870
  23. Here's a link to some chipset details: http://en.wikipedia.org/wiki/Ensoniq_AudioPCI#EV1938 No mention of virtual audio devices, however. You may need to find WDM drivers rather than using VXD drivers.
  24. Win98se does let you. My SIS embedded audio was just playing three wav files in three different apps a minute ago and I could here all three mixed together. I think it's up to the sound card drivers how many virtual audio devices are provided. The easiest fix is probably to install a better sound card, but you might be able to add a virtual device to extend your systems current audio capabilities. What sound card are you using?
  25. I use Firefox 2.0.0.20, too. In my Faultlog.txt file I see: Date 07/08/2012 Time 01:39 FIREFOX caused an invalid page fault in module KERNEL32.DLL at 016f:bff7671f. Registers: EAX=00d9de00 CS=016f EIP=bff7671f EFLGS=00010212 EBX=0344efbc SS=0177 ESP=0341fff4 EBP=034200c4 ECX=034200dc DS=0177 ESI=8195b844 FS=1d4f EDX=03420138 ES=0177 EDI=0342022c GS=0000 Bytes at CS:EIP: ff 75 fc 9d 57 8d bd 30 ff ff ff 6a 04 55 57 e8 Stack dump: ********************************************************************** Date 07/08/2012 Time 01:39 FIREFOX caused an invalid page fault in module XPCOM_CORE.DLL at 016f:603a1359. Registers: EAX=ffff0120 CS=016f EIP=603a1359 EFLGS=00010a83 EBX=01005f70 SS=0177 ESP=01c0ff24 EBP=01004598 ECX=00000000 DS=0177 ESI=01004570 FS=131f EDX=00000004 ES=0177 EDI=034423d0 GS=0000 Bytes at CS:EIP: ff 50 04 57 8b ce e8 e9 01 00 00 53 ff 15 ec 52 Stack dump: 034423d0 01033d1c 0103281c 01c0ff98 8196d284 ffffffff 6039de1b 01bd5d67 01033c70 601b52f1 01032810 01001d30 01001d30 8196af70 01033690 601b72bb and Date 02/07/2013 Time 02:00 FIREFOX caused an invalid page fault in module XPCOM_CORE.DLL at 016f:603b0526. Registers: EAX=09c01000 CS=016f EIP=603b0526 EFLGS=00010206 EBX=00d9f528 SS=0177 ESP=00d9f4f4 EBP=00d9f52c ECX=000606ce DS=0177 ESI=000606c6 FS=3057 EDX=00061003 ES=0177 EDI=000606c6 GS=0000 Bytes at CS:EIP: c7 00 01 00 00 00 89 70 04 5e c3 56 8b 74 24 0c Stack dump: 04660a94 603b06cf 000606c6 00030362 04660a94 04660a94 603b0d55 00030362 00d9f528 00d9f524 00030362 04660a94 00000000 00000000 00d9f5c0 603b0dcd I don't know the cause(s), but it might be when I occasionally run out of virtual memory (swap drive gets full). xpcom_core.dll: 1.8.1.20: 2008121709
×
×
  • Create New...