i tried to pirate games and software on it it was hard to get anything to run.
i think that would make linux not so popular in regions where people depend on piracy.
i want hear your opinions about my point
i tried to pirate games and software on it it was hard to get anything to run.
i think that would make linux not so popular in regions where people depend on piracy.
i want hear your opinions about my point
i did try with proton didnt work
“didn’t work” isn’t going to get you any help.
tell me what info i should provide then and i will type it
what is your setup? what did you do? how did it fail? what was the error? did you attempt to mitigate it? if so, what have you tried? did anything change? have you tried it in another environment? did it work? what’s the difference between the environments?
gtx 1650 i5-10500h 16gb ram sata ssd. i added it as non steam game and enabled proton. it didnt launch,no error. i tried heroic also didnt work,i tried it in windows it worked.
os? fs? what was the result of changing the proton version? did you try proton-GE or umu? did you run it without a launcher? did you try running it directly through the terminal? what did the steam logs say? what did the heroic logs say? did you install the windows and linux versions separately? if not, did you install it on linux or windows first?
ubuntu,what is fs? nothing happened what i changed proton versiob. i used proton ge in lutris. i tried to run it with wine from terminal audio worked but it was black screen. i installed it on windows and tried to run on it on linux from windows ntfs drive where its installed
ntfs is the Windows file system, which can cause problems on linux. I recommend downloading the game again to an ext4 partition, which is compatible with both windows and linux. For me, practically all games work with proton experimental.
Step-by-step guide:
fs as in file system, you answered ntfs. that’s a red flag. what version of ubuntu? so you used lutris too? what was the log output from lutris? so it did start with wine but there was no video? which version of wine? do you have dxvk installed? what was the log output from wine?
don’t run applications installed in another operating system on linux. it will not work. use a separate application instance.
Simple and straight forward app is Bottles, get it on your app store. I was trying to get Farming Simulator 2013 installed and it “just wouldn’t install” under lutris so I tried bottles and it worked, just worked. My only issue now is mounting non .iso iso like .ccd .img and one more I can’t remember now.
EDIT: Anyone used CDemu to mount .img or .ccd? Does it work? what about converting these files to .iso with ccd2iso or acetoneiso?
If the .img file does not contain partition table info, it should just be a matter of mounting:
sudo mkdir -p /mnt/img sudo mount -o loop path/to/file.img /mnt/imgThe only time that becomes a problem normally is if its like a partitioned SD card (had a netbook I booted from SD card before and that happened).
I will try that for the .imgs, how about .ccd, bin/cue and iirc .mkv? These images were obtained over two decades ago and have been transferred a few times, certain 1meg/Xkb files may have been lost. Daemon tools and later power iso used to mount these files no prob but I destroyed my windows a while back and am not going back regardless of what I lose as I gained more
bchunk can do conversion to build these all out as .iso files. I think cdemu, given your mention of Daemon Tools, is a better option though as its effectively doing the same thing DT did. It would load the image to /dev/sr0 (the CD/DVD device) which you would then just run the previous mount command to bring up:
sudo mount /dev/sr0 /mnt/cdI think you mean MDF/MDS instead of MKV (I haven’t seen those in like 20 years - but I think that’s what you mean). That was the old Alcohol 120% proprietary format. I don’t think any tools directly work with that extension, you’d have to convert those .iso first.
I’ll check that out, thanks
And yes mdf/mds think I mixed a video extension
Thanks