Jump to content

RedEdain

Member
  • Posts

    51
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About RedEdain

  • Birthday May 09, 2003

Contact Methods

  • Discord
    FTS_RedEdain#2071
  • Steam
    RedEdain
  • Reddit
    u/DeepLettuce

Profile Information

  • Gender
    Male
  • Location
    Quebec City
  • Interests
    PC Building, Video Games (Mostly car games like BeamNG Drive and Automation), Drift Racing
  • Occupation
    Student

System

  • CPU
    AMD Ryzen 5 2600
  • Motherboard
    Gigabyte B450 AORUS M
  • RAM
    16GB (2x8GB) DDR4 Ballistix @ 2666MHz
  • GPU
    Gigabyte RX 570 GAMING 4G
  • Case
    Corsair Carbide Series 275R
  • Storage
    Seagate 1TB/ Patriot 120GB SSD
  • PSU
    EVGA 450W BR
  • Display(s)
    Lenovo ThinkVision 24" Full HD
  • Cooling
    Cooler Master G100M RGB
  • Keyboard
    Corsair K68 Mechanical Cherry MX Red RGB
  • Mouse
    Corsair Harpoon RGB Wireless
  • Sound
    Corsair HS35/Neewer NW-800
  • Operating System
    Windows 10 Professional (64-bit)
  • Laptop
    HP Probook 640 G1 CUSTOM 180GB SSD + 16GB Crucial DDR3

Recent Profile Visitors

485 profile views

RedEdain's Achievements

  1. The page does load right on Firefox, but the program still gives me the exact same problem
  2. It's running Windows 10 Pro N, version 10.0.19042
  3. Hi! I've recently coded a program in Python 3.9 that takes the output of a RSS feed (from Environment Canada, for weather forecasts) and converts it to a string, which is then converted to TTS and saved in a .wav file. The program works amazingly well on both of my main computers... except on the computer that's supposed to run it 24/7. I've identified that the problem comes from FeedParser (the Python library that converts the XML file to a string), and what happens is when I execute the code to get the XML file: import feedparser NewsFeed = feedparser.parse("https://meteo.gc.ca/rss/city/qc-133_e.xml") print(NewsFeed) Instead of getting a normal output, which would be the XML file at this address: https://meteo.gc.ca/rss/city/qc-133_e.xml I get this result: {'bozo': True, 'entries': [], 'feed': {}, 'headers': {}, 'bozo_exception': URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)'))} I've looked into this problem a bit, and while monkeypatching could work, I am not really comfortable with the idea. What could be the problem there? TIA!
  4. Hi! I've been working with DaVinci Resolve 16 for a long time until recently when they got out the v17 update. However, since I installed it everything is going wrong with it and now (even after a complete reinstall of all the programs inlcuded with it) it just won't launch, no matter the version I install (tried with latest version and version 16.2.3). When I click on the program, the DaVinci normal window will open, but as soon as it will get to "Loading Fairlight page" it just seems to move to the background and nothing happens afterwards. (Both versions did the exact same thing) I have included the .nfo file of my PC and the logs of the program right before the multiple reinstalls I've tried. My detailed specs are: AMD Ryzen 5 2600 (Stock speeds and cooler) EVGA NVidia GeForce GTX 1660 Ti XC (triple-slot) Crucial Ballistix Sport 2x8GB@2666MHz Gigabyte B450 AORUS M Kingston A400 256 GB M.2 Seagate Barracuda 1TB 7200RPM EVGA 450 BR Thanks in advance, RedEdain config.nfo DaVinci-Resolve-logs-_151615,44.zip
  5. Budget (including currency): 400$ (CAD) Country: Canada Games, programs or workloads that it will be used for: Data storage Other details (existing parts lists, whether any peripherals are needed, what you're upgrading from, when you're going to buy, what resolution and refresh rate you want to play at, etc): Basically, I plan on building a system that will be able to store weather maps and weather data on two separate 500 GB HDDs, and maybe more down the line (I already have the 2 drives). However, I want the OS to be stored on a separate drive, preferably a SSD. I don't need a case either. It does not need a lot of processing power, so I am comfortable on buying used older hardware from EBay to lower the price. The system will stay on 24/7, except from weekly maintenance (cleaning and verifying that everything is going well). If possible, a CPU with an iGPU would be perfect. TIA!
  6. This post may be on the wrong thread, but I think this fits in. Since I need to attend online classes, I use my PC much more than before, and lately I found it to be too loud. Currently I have inside a Cooler Master MasterAir G100M, on a Ryzen 5 2600 at stock speeds (I will not overclock in the future), and I was wondering if I could instead use the stock Wraith Stealth since it seems less loud. I have also 4 fans in my system, the 2 stock Corsair 120mm that were included in my Carbide 275R (front, intakes), and 2 Corsair LL120 (back and top, exhaust) or something (they are quite cheap and have red leds). I was planning to install the stock cooler with the included thermal material instead of the G100M and remove the 2 stock Corsair fans since I still want red lighting in my case. Does this seems like a good idea?
  7. Looks like I didn't had the right version. I found how to download the proper one and it is now working, thank you so much!
  8. java version "1.8.0_241" Java(TM) SE Runtime Environment (build 1.8.0_241-b07) Java HotSpot(TM) Client VM (build 25.241-b07, mixed mode) This is the result I get
  9. It gives again the same error shown in my lastest reply. How can I be absolutely sure that I'm running 64-bit Java? (Which I'm now doubting I am)
  10. It gives the same result. Invalid maximum heap size: -Xmx4096M The specified size exceeds the maximum representable size. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occured. Program will exit.
  11. Yes, that is how I started my server with 1.5GB of RAM (Xms and Xmx to 1500M) and as soon as I tried to put more it wouldn't work.
  12. Hi there! Basically, I have this modded server on a dedicated computer SPECS: Intel Xeon X5650 @2,7GHz (No overclock yet) 8GB of DDR3 RAM @1333MHz Seagate 1TB 7200RPM HDD Windows 10 Pro 64-bit, might change for Linux (If anything else is needed, feel free to ask) I won't run anything else on the computer so I was willing to use 5-6GB of RAM for my server, since it has 48 mods on it. The point is I can't put anymore than 1500M of RAM for it or it will tell that it can't run on more memory. I was told by searching on internet that my Java needed to be in 64-bit. Which it is. I was also told that my OS needed to be 64-bit, and it is. But still, the server won't boot up with more than 1.5 GB. I am running a 1.12.2 Forge server (version 2847) with the .jar. TIA!
  13. Hi! I have a Xeon X5650 that I first wanted to put into a motherboard with 4 RAM slots (in DDR3) but the motherboard ended up not working. I instead took another with 6 RAM slots, and since I needed more RAM anyway, I was trying to find the exact model of the memory but I can't find it anywhere either on the stick or on the box the sticks came in (ordered from EBay) The memory chips are Kingston 128 MB (D1288JELDPGD9U) and the sticks are 2GB 1333MHz DDR3 non-ECC (PC3-10600U) If I add two more sticks that aren't the same brand but the same size, frequency and also PC3-10600U, will it work fine? Thanks!
×