Dvd Creator For Windows

0 views
Skip to first unread message

Rosalyn Pomposo

unread,
Aug 3, 2024, 4:20:21 PM8/3/24
to ringcrosovab

It is always same as the browser one.
The only difference while using Windows creator is that you still need to open the browser if you want to see the Documentation.
Also, you can have only one face opened at wone (vs many tabs in most browsers.

I recently downloaded the Lubuntu 12.04 LTS ISO for Power PC (I want to install it on an old iBook G4), but when I go to select the ISO in Startup Disk Creator, it just remains blank in the Source disc image (.iso) or CD: area.

I read this question: Startup Disk Creator is not showing the ISO image, but that didn't help. Neither did Startup disc creator not allowing any iso to be loaded or Why isn't Startup Disk Creator working in 12.04?.

Another option is to use the "Disks" application (a.k.a gnome-disk-utility, a.k.a. gnome-disks) which comes preinstalled with Ubuntu running Gnome (17.10 and up). I've just managed to create a bootable disk for Manjaro like this

In Startup Disk Creator, to be able to allow it to detect a .img file, change the default option, i.e from CD Images --> Disk Images in the bottom right corner dialog box.

I see a few reports listed here on problems with creating SD bootable with the SD Libreelec creator. Had same problem myself. Used three different SD cards, and two different DELL laptops, kept getting resizing errors, sometimes received error on writing the img. I then tried an older PC I have running Windows 7. Worked like a charm with no errors. Checked Microsoft website but couldn't find any issues reported.

It's hard to comment. The Windows download is the most popular for the app and these days the majority of users will be using Win10, so quite why you've seen issues is not known. Overall we see very few issues reported.

Exactly the same result here. Running W10 Ver. 1709. Trying to write LibreElec Version 8.2.1 ( for Wetek Hub) to 32GB SD card. Fails at 93%. Uninstalled Bitdefender firewall and antivirus, but made no difference.

Just ran into the freeze at 93% disk creation problem on a new Acer Aspire laptop, and formatting the USB stick didn't help. So I used my partition manager (MiniTool Partition Wizard) to check the 8GB USB stick I was using (and had used with other transfers between Windows and Linux), and sure enough there were three partitions on it with the primary one being too small for the image.

So I deleted the 3 partitions, created one big one, formatted it to FAT32, and the image was created with no issues. (I checked it out, and Kiwi Tim's Sandisk SD Formatter does the same thing - restores full capacity.)

I was a Microsoft Certified Professional back when I retired from IT in the days of Windows 2000, but even at age 76, I still like to play with technology, including Windows, Android and Linux. Since I started playing with Linux a couple of years ago, I have found spurious partitions being created on USB sticks - and the FAT32 formatted partition made unreadable - when I go back to my Windows 10 laptop from my Intel NUC-based dual-boot Linux Mint/LibreElec HTPC.

Windows on my laptop finds read errors and asks to fix the USB stick, but all it does is fix the format on the small primary partition, leaving most of the space on the stick unusable. Probably confusing for non-techies, but an unfortunate incompatibility issue that can pop up when taking a USB device back-and-forth between different operating systems.

I had the same issue and it kept crashing at 93%, not responding. Or it would say there was a write error. I checked the SD card and saw a lot of folders, I decided to see what would happened if I put it into my rpi, and it loaded up perfectly. Very odd!

I tried something that worked in Windows 10. Sometimes windows programs with an exe extension don't work because the path is too long. I moved LibreELEC.USB-SD.Creator.Win32.exe and LibreELEC-RPi4.arm-9.1.001.img.gz to the root directory, C: . Then, the program completed.

I have only done this on my Windows 10 computer,burned and made a bootable disc (A 16GB USB),and the computer was successfully booted up,for Windows 7 and SD,i don't know much about them,maybe the burner you used doesn't work for Windows 7.

I have created a python script that launches Session Creator with the desired parameters. I have been able to use this program successfully for around the last 3 months but have never been able to use the /UA flag. This flag is ment to create a new user session instead of using the active one. After adding some logging to my python program I can see that SessionCreator is out putting this error message. Although I have gone through multiple online solutions I have not been able to find the correct windows settings to make this work. Does anyone have any suggestions?

The user 'computer-name\\qa' failed to log in to this host using Remote Desktop. The remote computer requires Network Level Authentication, which your computer does not support. For assistance, contact your system administrator or technical support.

You can use Qt Creator to debug compiled code. On most supported platforms, you can use the GNU Symbolic Debugger (GDB). On Microsoft Windows, when using the Microsoft toolchain, you need the Microsoft Console Debugger (CDB). On macOS and Linux, you can use the LLDB debugger.

Qt Creator automatically selects a suitable debugger for each kit from the ones found on the computer. The automatic setup fails if the debugger is not installed on the computer or if Qt Creator does not support the installed version.

On Windows, use the Python-enabled GDB version that is bundled with the Qt package or comes with recent versions of MinGW. On most Linux distributions, the GDB builds shipped with the system are sufficient.

The 32-bit CDB version can only debug 32-bit executables, whereas the 64-bit version can debug both 64-bit and 32-bit executables. However, interrupting a 32-bit executable with a 64-bit debugger can result in a stack trace of the WOW64 emulator 32-bit emulation layer being displayed.

Qt Creator extends the command-line debugger by loading the qtcreatorcdbext.dll extension library into it. The library must be available in the libs\qtcreatorcdbext64 and libs\qtcreatorcdbext32 folder. To install it there, select Qt Creator CDB Debugger Support when you install Qt Creator.

The Qt binary distribution has both debug and release variants of the libraries. However, you have to explicitly tell the runtime linker that you want to use the debug libraries even if your application is compiled as debug because release is the default library.

The LLDB debugger has similar functionality to the GDB debugger. LLDB is the default debugger in Xcode on macOS for C++ on the desktop. LLDB is typically used with the Clang compiler (even though you can use it with GCC, too).

When I go into the Tasks app of Planner and To Do in my MS Teams, I click on "Assigned to me" on the tasks. But there I don't see at the bottom who assigned me the task. It says "Unknown" there. When I go into the shared Planner, I see the creator.
But in the web version of Planner it works! There, under my tasks, I can see directly who assigned me the task.
Will this be corrected?

Hello All,
I am trying to get OctoPrint running on a FlashForge Creator Max 2 from a windows desktop computer. Ive got Octoprint running fine from what I can tell and all other functions (stuff like webcam and timelapse) seem to work normally except for the connection with the printer. From my understanding octoprint needs some help talking to FlashForge printers so I am using the FlashForge Plugin to try and get it to connect (GitHub - Mrnt/OctoPrint-FlashForge: OctoPrint plugin to support closed source printers from FlashForge, PowerSpec, Dremel). Using this software, it seems that Octoprint can see my printer where it wasn't able to before but now I've run into a permissions problem which is pasted below (hopefully that was ok to do).

The main thing I'm having trouble with is that everyone who has ran into this seems to be running on a raspberry pi/Linux and I am trying to run this on Windows 10 desktop rather than a raspberry pi and I'm not really familiar with Linux so I'm not sure what the equivalent actions are if that makes sense. I'm pretty lost as to where or how I can change the permissions/rules in the same way as instructed above. I cant find a folder/file that seems to contain the rules set for Octoprint from where I've installed it but I could just be blind.

I am running on OctoPrint 1.8.6 using Windows 10 and Chrome as the browser. I am not using a PI or any other similar computer, I am trying to get this to function from a desktop computer. The printer in question is the FlashForge Creator Max 2.

I have only been running FlashPrint alongside it, I haven't had much luck getting Cura to run with this printer in general but I also haven't spend a ton of time on that yet. I have not used Pronterface before.
Thanks!

What I can't seem to find is a Windows event ID that includes a "creator" of the account. Is this something someone has found? or just is not possible? It's nice to get a report on what new accounts were created, but it would be nice to see WHO created the accounts.

If you have the Splunk Add-on for Windows installed, you will get two fields when looking at 4720 events, the user and the src_user. In the context of this event, the src_user is the user creating the account and the user is the user being created.

Note that per the Common Information Model, this isn't correct, and you would expect the user to be the user creating the action and the user being created should be in a field named object. So, in this case, the TA is incorrect.

So, I'm sitting here trying to create a usb drive for unraid using the flash creator without any kind of luck. I open up the windows version of the app, select stable of version 6.6.6 then chose my usb drive and hit Write. It downloads the media then I'm presented with an error: Couldn't open C:/Users/*****/AppData/Local/Temp/unraid.bootimg.gz. Is there something obvious that I'm missing?

c80f0f1006
Reply all
Reply to author
Forward
0 new messages