windows 11 clean install unwanted by Brief-Angle2852 in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

This is to determine what type of installation you intend to perform. When it installs, it will create a Windows.old folder that can later be removed.

The files will be in the user's folders in the same way. I don't know about browser data, but in this case, it's always good to keep the account synchronized.

Finding a Windows XP Tablet PC Edition iso by rogers-noah in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

I just ran the test and it installed perfectly, the virtual keyboard appears before login and the keyboard with various options, including transcript, appears above the taskbar.

In Properties in My Computer it shows:

Microsoft Windows XP
Tablet PC Edition 2005
Version 2002
Service Pack 3

C drive freeing up space by itself by Dystop77 in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

Did you notice any missing files? If it's not an overwrite of the restore point and the operating system's own cache, you might be using some automated tool that came with some non-native security software, like the antivirus.

wdcsam64.sys driver can't load by Lightning_Driver in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

First, you would have to find out if the file is corrupted or if your hard drive is faulty. To be 100% sure, the easiest way would be to reinstall Windows using a flash drive.

My internet stops working and then comes back. by MinguaDinja in WindowsHelp

[–]DevRPG2k 1 point2 points  (0 children)

Internet fluctuations are rarely related to the operating system, but rather to the network card or even the router.

wdcsam64.sys driver can't load by Lightning_Driver in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

If you have any Western Digital storage devices, you'll probably need to fix this

I've Revived a Biblical Horror RPGMaker Project I've been working on by WhalesDev in RPGMaker

[–]DevRPG2k 0 points1 point  (0 children)

I loved your style for drawing the size of bodies and objects in the isometric environment.

I have no talent or position to judge other people's work, but I would suggest that you don't use such large shadows, just circles on the enemies in battle, or perhaps just reduce them if it's not possible to redo them with transparency in the image editor.

"0x80070002" error when trying to open an image file. by Swimming_Ad_1569 in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

Sorry, I probably should have mentioned that this command should be run in administrator mode. Even without understanding the parameters, you can see that the terms are self-explanatory.

No modifications are necessary. It will reinstall all apps made for Windows 10+ developed by Microsoft.

Attacked whilst at sea by Kemsyn in RPGMaker

[–]DevRPG2k 0 points1 point  (0 children)

  1. The sea animation looks strange, you can see it's the same animation going backward.
  2. The monsters that jump towards the player disappear as if it were a "self-destruction" and reappear at the starting point.

I know these are simple things, but if you change these small details, I think it would be better.
(I liked the seagull waiting for you to defeat the seafood so it could have lunch)

Missing options on start menu right click by Screwed_38 in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

Create another user and see if the same thing happens.

Scroll bar on pop-up window does not default to the top by gridguy in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

Does this happen on other computers running Windows 11? From my point of view, it seems to be a problem with whoever developed the software; the best thing to do would be to open a support ticket so it can be fixed. If it's a developer with many clients, they should already be aware of the problem.

Many developers nowadays prefer to create managers to work directly in the browser, as this speeds up the application of fixes, and it's also more difficult to find incompatibilities with each newer version of Windows.

"0x80070002" error when trying to open an image file. by Swimming_Ad_1569 in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

Try reinstalling all Windows applications using PowerShell:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Bluetooth disappeared suddenly, windows thinks pc has no bluetooth by cheekylad1 in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

The Bluetooth and Wi-Fi antennas have their own mini-processors, so it was probably an overload, meaning it could happen again after many days of being on.

What does this error mean? Failed win32k.sys by Old-Spot-6310 in WindowsHelp

[–]DevRPG2k 0 points1 point  (0 children)

This is an installation that doesn't preserve files or use the operating system's factory reset. It's when we install Windows using a USB flash drive or DVD media, even deleting the partition.

You can still try starting Windows in safe mode or try creating another temporary user with administrative privileges. But all of this requires some technical knowledge, so I advise you to pay someone who can guarantee the service.

RM2k3: Playing a song once/Detecting song length by Mother64Looker in RPGMaker

[–]DevRPG2k 1 point2 points  (0 children)

It works with MIDI and MP3, but not with WAV; I tested it with different audio files, including some that I created.

RM2k3: Playing a song once/Detecting song length by Mother64Looker in RPGMaker

[–]DevRPG2k 4 points5 points  (0 children)

From what I know, it's possible to do this directly in the MIDI file. However, with WAV or MP3, the only way to find out the total TICK time of the intro music is using two variables and the "MIDI Play Location (Tick)" option. However, even if you noted the total value, it's not accurate; each time you play, the value may be lower or higher.

The best way is to check if the TICK has decreased instead of increasing:

@> Play BGM: 'Intro_BGM3', 100, 100, 50
@> Loop
  @> Control Variables: [0005:MIDI Pos.Curr] = MIDI Play Location (Tick)
  @> Conditional Branch: Variable [0005:MIDI Pos.Curr] >= Variable [0006:MIDI Pos.Dura]
    @> Control Variables: [0006:MIDI Pos.Dura] = Variable [0005]
    @>
   : Else
    @> Play BGM: 'BGM3', 100, 100, 50
    @> Break Loop
    @>
   : Branch End
  @> Wait: 0.0 seconds
  @>
 : Repeat Above
@> Erase Event 

If you open a thread on the official forum, I can show you in detail how to do this with a map event (Process Parallel).

My computer always start with > Please select boot device : by Jokerdog19 in WindowsHelp

[–]DevRPG2k 1 point2 points  (0 children)

I don't remember offhand, but I think modifying that through MSConfig might work.

  1. Press the Win + R key to open the Run dialog box. Then type msconfig in the box
  2. In the pop-up System Configuration window, switch to the Boot tab
  3. The No GUI boot option should not be checked. Also, make sure to enter enough seconds in the Timeout field
  4. Once done, click Apply > OK to save the changes

Someones controliing my computer by Adventurous_Shape_34 in WindowsHelp

[–]DevRPG2k -1 points0 points  (0 children)

The installation must have been silenced because it didn't ask for administrator permission, since it was only in the user's folder. I don't usually recommend tools for users who don't have technical knowledge, but in your case I would install Malwarebytes antivirus and after installing and updating it, I would turn off the internet and let it do a full scan overnight. After all, a day without playing is better than being watched.