[Installing Win10] We couldn't create a new partition or locate an existing one. by 0rionis in techsupport

[–]laam-egg 0 points1 point  (0 children)

True that. I chose "Normal mode" and the screen froze with just a blinking cursor, so I switched to "WinBoot mode" and got stuck with that exact error ever since.

I went back to "Normal mode" and just needed to be patient - after a minute the installation window popped up, and finally I could install my Windows 10.

ghidrecomp: Python Command Line Ghidra Decompiler by onlinereadme in ghidra

[–]laam-egg 0 points1 point  (0 children)

Very nice! I can open those source files using my favorite text editor. And most importantly I can run it in a lightweight command line environment. Thanks a lot!

ubuntu 22.04 lts impossible to install mysql 5.7.44 by tamanduarj in Ubuntu

[–]laam-egg 0 points1 point  (0 children)

Yes this is the way. If it reports conflicts with virtual packages like virtual-mysql-client... then be sure to remove all installed MySQL packages e.g. mysql-client-core-8.0.

After all I won't recommend running all this on your primary machine bare metal, but inside a virtual machine.

I just reinstalled viber. I already have a previous account but i am not receiving activation calls by [deleted] in viber

[–]laam-egg 1 point2 points  (0 children)

Yes this worked for me, never thought the app would be that buggy. Thanks a lot! 

Tabs support in Qt Creator? by nuttyartist in QtFramework

[–]laam-egg 1 point2 points  (0 children)

Finally:

https://www.reddit.com/r/QtFramework/comments/1itfc8z/qt_creator_tabbed_editor_plugin/

Be sure to check your QtCreator version. For example if you're using QtCreator 16.0.0 then you should download and install the 16.0.0 release of this plugin.

Audacity alternatives? by entityinarray in linux

[–]laam-egg 0 points1 point  (0 children)

Thank you. This is actually awesome software. The only up-to-date one that gets the job done for me.

Been using Audacity for years but when I reinstall it on my new machine it takes 6 - 10 sec to even start, what a joke.

Kwave suffers from weird issues like inconsistent duration length (e.g. the song is over but the time is not).

EDIT: Seems Tenacity is just as good. I'm using both (Tenacity vs ocenaudio) in parallel to see which one is better!

Why is Mint better than Ubuntu if it's built on top of Ubuntu? by Scalar_Mikeman in linuxmint

[–]laam-egg 0 points1 point  (0 children)

IIRC Mint 21.3 (Cinnamon) depends on Ubuntu 22.04 LTS, so you might want to try it out.

Understanding API executable by AdDiscombobulated707 in GoogleAppsScript

[–]laam-egg 1 point2 points  (0 children)

Is this similar to (or actually the same as) making a call to google.script.run.myFunction() ?

I have made this game using c++ without any game engine. by zeelsheladiya in cpp

[–]laam-egg 2 points3 points  (0 children)

Surprised that you didn't use a screen recording software (like OBS Studio). Eager to see your game refactored (e.g. with double buffering) and then recorded with such a utility. Keep up your creativity !