Electron application shows black screen while running on windows 7 operating system - windows-7

I am totally new to electron projects. I am facing issue is black screen shows on windows 7(64bit, 2GB ram). But runs perfectly in windows 8, windows 7(64bit, 4GB ram), windows 10 systems . Anyone give solution for this issue.
Used electron version:
"devDependencies":
{
"electron": "^6.0.10"
}
Used Windows 7 system specification:
Details:
Windows 7 Professional
Ram : 2.00 GB
Processor : Intel(R)Core(TM)i5 CPU M540 #2.53GHz 2.53GHz
system type : 64-bit Operating sysytem

Have you installed .NET 4.7.1 or later on the Windows 7 machine?
https://github.com/electron/electron/issues/19569

Related

Android Emulator, graphical glitches on Windows 11

I have a Windows 11 machine, with a RTX 3050 graphics card. It's a Dell G15 laptop. I cannot find a (good) solution to the graphical glitches that appears on an Android Emulator.
The only "solution" I found was to change the hw.gpu.mode in the config.ini file from auto to guest. That fixes the glitches, but causes really bad performance issues and one app I developed with Flutter for my company straight up doesn't load. (loads when hw.gpu.mode=auto).
I'd appreciate if you can point me to the right direction to solving this. Let me know if you need any other details about my machine:
OS: Windows 11 Home Single Language [64-bit]
Kernel: 10.0.22000.0
CPU: 11th Gen Intel(R) Core(TM) i5-11260H # 2.60GHz
GPU: NVIDIA GeForce RTX 3050 Laptop GPU
Nvidia driver version: 516.94 (Downloaded the "Game ready driver" from GeForce Experience)
This problem is only on emulators with android 12+, personally i installed a device with android 11 and a second device with android13 for tests.
It seems like dedicated Nvidia GPU's are causing the problem. I have a 3060 laptop and I have the same issue and when I set it to guest it seems to work. My guess is that setting changes it from using the GPU to the CPU. I would recommend you try setting android studio to use integrated graphics instead of dedicated. Since I have a 8 core CPU compared to a 4 core CPU of yours, I'm guessing that's the reason I don't get as bad performance

Android Studio and Emulator not responding

I have an Acer Aspire E5-573 laptop with 4Gb RAM, Windows-10 64 bit operating system. Whenever I start my Android Studio, my laptop stops responding, and I am my program does not run on the emulator. What do you think would be the problem?
You have to increase your RAM atleast 8gb,
alternative way:
Use lower version of android studio because version 4.0 and up has many features like animations etc. don't use AVD Android Virtual Device instead try to use Physical phone as emulator
Its mainly happen when your computers memory (RAM) run out, when there is no sufficient memory(RAM) space left to run your program than your laptop is not responding.
Possible solution
Increase your RAM (memory) to minimum 8 GB and
Include a SSD storage in your laptop

Have you suffered time goes fast in Win10?

I am a Win10 Pro + Insider Preview (WSL2) user.
I don't know when it will start, but when I come back from sleep mode about a month ago, there is a problem that Windows time and Internet time (for example, computer and cell phone time) are not synchronized.
This does not happen on all computers, but only on the desktop. It is not in use or occurs in the same environment on the laptop.
The only difference in hardware is that the CPU is a Ryzen 5 2600 and there is a GPU (Nvidia GTX 760), but I am not sure what caused this.
The software is being developed from WSL2 to NodeJS, but the modules and settings are not much different from this laptop.
If you know how to solve the problem other than reinstalling the OS, please answer.
OS: Win10 Pro 2004 (OS build 19041.330)
CPU: Ryzen 5 2600

64 bit versus 32 bit for Windows phone development

I just spent all day loading up my new windows 8 laptop with all my dev tools. Only to find out that my OS version was the 32 bit version.
When I tried to run the emulator for my windows phone 8 app I got an error saying I needed "Hyper-V". Apparently "Hyper-V" is only available on the 64 bit version.
I have a two part question. How do I develop using my current 32 bit OS and dev tools? From what I'm reading I can still test with a registered phone. Any information on how to do this?
The other question is, do I bite the bullet now and upgrade to the 64 bit OS (which is a reformat and re-installation of everything)?
Thanks
I would bite the bullet and upgrade to 64 bit now. The full system requirements for Windows Phone 8 development are here. Besides needing 64-bit Windows 8 Pro or higher to use the Windows Phone 8 emulator, the other "gotcha" is needing a processor that supports Second Level Address Translation (SLAT).
PCs that support SLAT are Intel-based processors that start with i (e.g., i3, i5, i7, i9) or any CPUs based on the Nehalem, Westmere, or Sandybridge micro-architectures. 
To determine if your machine supports SLAT, perform the following steps:
Download SysInternals/TechNet CoreInfo at http://technet.microsoft.com/en-us/sysinternals/cc835722
Run "coreinfo -v"
If you have "*" next to "EPT", you should be good. If you have a "-" next to EPT, your processor doesn't support SLAT.
If you hace a Windows Phone 8 device you can "unlock" it and deploy and debug apps in it, so you can keep your 32 bits OS.
Otherwise, you need to format and install a 64 bits version of Windows 8.

VMware Fusion 3.1 - Slow Windows Phone Emulator

I'm working on a new Windows Phone 7 project. Unfortunately, I have only access to a VMware Fusion instance of Windows, from where I run Visual Studio and the Phone Emulator.
My problem is that the phone emulator takes ages (well, seconds) just to show up for example the keyboard for user input (when selecting a TextBox).
I've read here that the problem comes from running a VM inside a VM.
My question is, if there is a trick which helps me to accelerate this somehow?
Thank you very much.
Cheers
EDIT:
Host machine: C2D 2.53Ghz, 4GB DDR3 RAM, SF-1200 SSD
I hate to say it, but the best solution is probably "don't run the emulator on a virtual machine". The emulator is only officially supported on a real physical machine.
Other than that, you will need to max out the resources available to the VM.
You're lucky you haven't ripped a hole in the fabric of spacetime by running an emulator on an emulator :)
See also: Windows Phone 7 emulator on a VM?, or Windows Mobile 7 Emulator Kills VMware

Resources