Jump to content

Tripredacus

Supervisor
  • Posts

    13,292
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. Welcome to the MSFN!
  2. I might be 1 or 3 or 5 or 7 or 100. What am I counting, what are they counting? Am I just me, or does my IoT notebook count, do my multiple MS accounts count? I have installed it hundreds of times and activated it tens of times.
  3. I do not know what is involved with the Adsense issue and/or why Xper chose that particular mitigation. If I were to guess, this could be a starting point: https://msfn.org/board/topic/178681-whered-the-ads-go/?tab=comments#comment-1165751 That basically, we could see a large amount of "invalid traffic" from specific IP ranges. As the linked google support thread says "if we are unable to verify the quality of your traffic, we may limit or disable your ad serving." which did happen to us a few times as you can see in that thread.
  4. As far as I'm aware, WinPE past v4 is not redistributable. However, you should at least add the drivers into the .wim using DISM.
  5. I had talked to Xper last week about this issue. He says that there are some IP ranges that are blocked due to Google Adsense abuse. It effects a lot of countries including, at least, Poland.
  6. SCP still is using an Xbox 360 controller driver?
  7. I was looking solely at the crash report you posted.
  8. tomasz, how long has this been this been a problem for you?
  9. Nuhi has NTLite: https://www.ntlite.com/
  10. Do the icons exist in the path specified in the stack? Ref: https://bugs.mojang.com/browse/MCL-10659 also: https://github.com/coffeenotfound/ModloaderFix-b1.7.3/issues/2
  11. 8.23 GB too big for a Dual Layer? Not sure what the overhead size is on those.
  12. I ran into a situation where there seems to be a minimum Windows 10 build required that can boot on a TRX40 board with a Ryzen 3960X. I can't really find any information on what this version requirement is or if it is caused by a missing hotfix or driver. This is also primarily a WinPE concern, however it may also relate to the main OS equivalents themselves. The behaviour is that the PE will do the pre-load, but the activity indicator (spinning dots) do not appear, and the hardware does a hard lock. There is only USB on these boards, and the caps/num/scroll lock doesn't work. It could be that the hardware is not locked but just the USB portion is. I don't have a PCI-E PS/2 card to verify. These do not boot on the Ryzen board: - WinPE 10 (Kernel32.dll version 10.0.14393.0) - Windows Setup for IoT 1607 LTSB - Windows Setup for Windows 10 RTM or 1511 These do boot on the board: - WinPE 10 (Kernel32.dll version 10.0.17763.1) - Windows Setup for IoT 1809 LTSC - Windows Setup for Windows 10 1709 and 1803 These are all either WinPE on USB (although I do have a report that WinPE 10 (10.0.14393.0) via PXE does not work) or the WinPE that is part of the Windows installation DVDs. I have yet to see if a deployed OS version of say 1511 or 1607 will boot.
  13. OK the first things that need to be resolved are the Content Security Policy errors. These are generated when an add-on or feature of the browser is specifically blocking a portion of a page. This can be a script blocker, any rules to block domains or types of scripts. Anything that would block cookies, (possibly XSS) or mixed/outside content, privacy settings, etc. You can look up each error to get a hint of where the problem is. The first one is specifically due to the site using frames, but is using an outdated method. This could be because the browser is blocking this use of frames, the browser is too new for the intended purpose or (more likely) the site developer is not using the appropriate coding for the target browser. OR that the browser is picking up a kludge for a specific browser when it isn't supposed to (aka, a compatibility fix, which may be sent erroneously if you are using a custom user agent). Ref: https://superuser.com/questions/1456787/what-does-this-mean-content-security-policy-directive-frame-src-has-been-de You can expand out the info on those other red lines to get more info. You'd need to research each to see if there is anything that can be done only on the client. There is also likely a lot of errors that are not the cause of the problem, and that a site may work fine with them being present. And also, without a full understanding of the page structure, it would be impossible to know which is worth focusing on and which isn't. Especially if this is a remote page and not something you have code access to. BUT, that is why the Content Security Policy errors should be the priority.
  14. Is it possible to load this page or url or whatever, with the Inspector open? At least Error Console or Network tab (network tab isn't cached, so it needs to be open when the page load starts), it could give some hints as to what is not working properly with the browser.
  15. This is an problem with the upgrade advisor only. The solution seems to be to remove the device from Device Manager and then doing the upgrade. Making sure to not reboot in-between, otherwise Windows will reinstall the driver.
  16. It really comes down to how the software uses the processor. Here's the Ark comparison: https://ark.intel.com/content/www/us/en/ark/compare.html?productIds=83359,82765 The memory bandwidth and speed is better on the 1650, but the CPU cache is better on the 2640. The 2640 is also designed to be used in dual-proc boards, hence why it supports QPI and the other one does not (look at the Bus Speed numbers.) In a real world scenario, the program itself may have a determining factor for which of these two CPUs are the ideal choice, however it is also possible that the observable difference may be negligible.
  17. From my understanding, I don't think ECC has anything to do with it. A memory leak is a software fault.
  18. The BBS menu will only show populated volumes. So it is showing Windows Boot Manager because UEFI boot is enabled, and your OS disk is of GPT type. The other drives will not show if they have no media or not valid media present. By valid media, if you have boot control set to flat UEFI or per-device UEFI, they will not appear in the BBS menu. In other words, the firmware (now) knows to not attempt to boot off of devices with no valid boot roms. Boards with this type of detection feature will have a longer POST time due to the system checking the presence of media. As an example, if you had a CD in the drive, you'd hear the drive spin up during POST, rather than just the power check that would happen with older hardware, to determine the boot capabilities.
  19. In theory it sounds simple, but I also have never been able to get routers to talk to each other on the WLAN side, in order to create a wireless bridge between routers to physical clients. It is either the case that these devices were not designed for what I was attempting, or that the stock firmware just didn't support it. You may want to see if your routers have a custom firmware you could use instead, like dd-wrt or the like, that open up all the options on the device. I ended up not going down this road at all, rather I ended up using a DECA network.
  20. The reason why AutoIT EXEs get flagged is that the compiler uses UPX packing and this is what antivirus programs pick up on. So a lot of AutoIt programs will be flagged as malware or a virus just for being compiled. Imagine that some day some antivirus were to detect everything made by the Visual Basic compiler to be malware! https://www.autoitscript.com/wiki/AutoIt_and_Malware
  21. I lost my first Civ V game on domination victory only yesterday. I still never figured out how to denouce anyone. I did really mess up in this match, when I was at war with a civ I split my forces. And the world got too far ahead of me and I couldn't find any barbarians to convert.
  22. It is the Asus H110M-C/CSM: https://www.asus.com/us/Motherboards/H110M-C-CSM/specifications/ According to the manual, both fan headers support PWM.
  23. It depends on the CPU and how you are using it. I have seen the Ryzen fans that look just like that, but a desktop Intel CPU isn't going to come with such a fan. I'm not overclocking nor trying to push the limits on anything. Most of the high-end video settings are not even noticeable to me and if turning things down increases FPS with no discernable change in graphics quality, I'm going to do that. And another thing is cost. The PCs that I build are done as cheap as possible. I mean, the case I'm using I found in the trash, that is just one example. I'll take a look at those fans with the built-in temperature sensor. The fans I have now are the "2 pin" variety, despite the board having 4 pin sockets and 3 or 4 pin connectors, there are only 2 pins on either the front or rear case fan. Only the CPU fan is 3 pin. There was never any real reason for me to even have a front fan, other than the case had one and it seems like a good idea.
  24. Mcinwll, from the picture I posted, there is a front fan that brings air in, this air goes over the two spindle disks (the fan is actually part of the drive enclosure), then goes over the motherboard, then the rear fan sends it out the back. The CPU is in direct line with this design, obviously it is pushing air away from the CPU. The PSU's fan actually faces the CPU as well. Basically you could draw a straight line from the front to the back of the chassis for airflow, with some turbulence happening inside due to CPU, PSU and video card fans. I know the rear (output) fan's speed because it is reported in the BIOS. The front fan (intake) is much faster. I can tell it because it is louder, but also because it is connected directly to the PSU with no controller in-between. You can see a bare view of this chassis type here: https://ru.gecid.com/cases/chenbro_sr20969/ I say "type" because the link is for the SR20969, which has some slight differences, but the fan placement and the drive bay is the same as the SR105. As far as thermostats go with fans, I was under the presumption that the placement of the thermostat in relation to the fan make a difference, it is the reason I am posting the thread. My concern was that if I connected the front fan to the fan header (a header designed for a rear fan) would it be an issue. It sounds to me that a slight negative pressure would be better than a slight positive one. If there is any sort of fan controller I can connect to the PSU and not to the board (or perhaps to the board using an un-used header like the USB3.0 connector) that has its own thermostat, I can connect the front fan to that, in addition add the optional front fan to the bottom section to help out the video card. Note that the video card I have is one of the newer types that does not turn the fans on until it his a low temperature threshhold. It is kind of weird to be looking inside of the machine when it is on and the fans aren't moving.
  25. I just did an upgrade for my gaming computer, and while I thought I had everything figured out ahead of time, one thing I didn't think of was fan headers. My chassis being the Chenbro SR105 has a front fan. The old board had a "front fan" header in addition to case and CPU fan headers. The new board only has a CPU and case fan header. In order to keep the airflow channel intact, I used a molex adapter to connect to the front fan. The problem is that the rear fan is temperature controlled, and is running about 2700 rpm at idle. The front fan is running at (what I imagine) is full speed, or whatever speed is dictated by the molex connector. Would it be better if the rear fan ran at this "full speed" and have the front fan be controlled by the board? My only concern there is that the board is expecting the that header to be connected as an exhaust fan rather than an intake and thus the temperature detection would be incorrect.
×
×
  • Create New...