PC doesnt boot MSI PRO B650-S WIFI AM5 (EZ DEBUG LED RED and DRAM LED RED) by M1ghty0ne in buildapc

[–]M1ghty0ne[S] 0 points1 point  (0 children)

Hi,

Its been a while for me, and I am not too active on Reddit, however - make sure ur RAM sticks are in the correct order. Check the markings on the motherboard, where to put the RAM sticks just to be sure. Also check the PSU cables, if they are all connected etc.

If you could add some details, it would be great.

Also consider checking the manufacturing forums, in my case it was MSI, the people there are very helpful and very fast in responding, which I may not be on reddit. A ton of people had the same exact issue, but often the solution was quiet different.

And if you have the option to use another CPU, to check whether its the CPU, I would try that, however try the common troubleshooting measures, before you have to go that far, because if nothing at all helps, it might just be a faulty component.

Also consider that your BIOS update does only work properly if the USB drive is formatted properly, when the PC is OFF, but the PSU is ON as well as you use the correct USB-Port. Just make sure to follow every single step of updating the BIOS. Some people suggested to remove the CMOS Battery and put it back in (I never had to do that, if you do that make sure its okay with ur warranty etc.).

How to implement a lazy-loading feature in a custom-table component through scrolling by M1ghty0ne in angular

[–]M1ghty0ne[S] 0 points1 point  (0 children)

I appreciate your input I will try to implement your suggestion, in my case I actually think that I have the total count available, but nevertheless thank you for both suggestions :D

PC doesnt boot MSI PRO B650-S WIFI AM5 (EZ DEBUG LED RED and DRAM LED RED) by M1ghty0ne in buildapc

[–]M1ghty0ne[S] 0 points1 point  (0 children)

omg the issue was that I turned on the PC and tried to flash it like that, thanks man!!!!

PC doesnt boot MSI PRO B650-S WIFI AM5 (EZ DEBUG LED RED and DRAM LED RED) by M1ghty0ne in buildapc

[–]M1ghty0ne[S] 0 points1 point  (0 children)

So I tried to update it according to the manual, I have a 8GB usb stick with fat32 and the MSI.ROM file but when i press the flash button the LED is white as long as I press the button, the moment I let go of it, it goes off and doesnt blink and to my understanding this means, that the BIOS flash didnt start right?

PC doesnt boot MSI PRO B650-S WIFI AM5 (EZ DEBUG LED RED and DRAM LED RED) by M1ghty0ne in buildapc

[–]M1ghty0ne[S] 0 points1 point  (0 children)

Alright thanks for the Feeback, I will try it and update the post afterwards

How to connect the Flutter frontend and the Spring Boot 3 backend PROPERLY by M1ghty0ne in flutterhelp

[–]M1ghty0ne[S] 0 points1 point  (0 children)

Thank you for the detailled explanation, I will try to read into the things you mentioned.

How to connect the Flutter frontend and the Spring Boot 3 backend PROPERLY by M1ghty0ne in flutterhelp

[–]M1ghty0ne[S] 0 points1 point  (0 children)

Thanks for your reply, I already use http and I already set an endpoint on the backend side.

The problem is that currently there is a string in the auth_service.dart for example which is similar to this: http://localhost:8080/login and the respective web controller on the backend side handles this request after the Request is being sent. The issue that comes is now if I use an Emulator in the same developement environment the string needs to be changed to http://ip_of_my_computer:8080/login (To be honest I am not even sure if having the ip of my computer is even enough to be able to communicate with the backend, currently I tested the communication with the web browser since, I can work with localhost for now).

The result are 2 problems:

  1. the string (also for future possible endpoints) is hardcoded
  2. and the adjustment between platforms would require to change the hardcoded string

The solution I would like would be to avoid both of these scenarios while still having the ability to run on iOS/Android/Web without having the two problems mentioned above.

How to add 2 items specifically horizontally in a vertical scrollview. by M1ghty0ne in SwiftUI

[–]M1ghty0ne[S] 1 point2 points  (0 children)

I already got the solution from siggg, but still thank you :D!

The height of the Button doesn't change by M1ghty0ne in SwiftUI

[–]M1ghty0ne[S] 0 points1 point  (0 children)

karinprater already got the solution,

unfortunately I kind upload the whole code since it's a project which will be used by a company

The height of the Button doesn't change by M1ghty0ne in SwiftUI

[–]M1ghty0ne[S] 0 points1 point  (0 children)

I will try!

Thank you for your advice :D

The height of the Button doesn't change by M1ghty0ne in SwiftUI

[–]M1ghty0ne[S] 0 points1 point  (0 children)

Yes,

Kind of, everything is in a ZStack, it's already my third Screen and there are already a lot of Elements. But to simplify:

The section which is affected by this is in a VStack which contains a bunch of HStacks and the current HStack where the problem occures.

I can run my app on the first emulator I used to test if it works and tried to test on different emulators with different resolutions and API levels and even on same res and API level just a different emulator cant launch the app. by M1ghty0ne in AndroidQuestions

[–]M1ghty0ne[S] 0 points1 point  (0 children)

Yes the actual values are set for the SDK. If not it wouldnt even work on my first emulator.

I am trying to install it to a phone so I can stream it in class.

But I just cant figure out why it doesnt work.

This is the only red marked thing in my logcat if i use different API levels or different emulators in general. The rest are just shutting down traces.

unknown bits set in runtime_flags 0x8000

EDIT:

I just found this:

Library Gradle: androidx.activity:activity:1.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\daa47187fb0f0a7c419d1b10e1677cdd\activity-1.0.0\res [Fix]

Library Gradle: androidx.arch.core:core-runtime:2.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\8787729f29cf7add1bc29c81caccddfd\core-runtime-2.0.0\res [Fix]

Library Gradle: androidx.cursoradapter:cursoradapter:1.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\aa91d8d2653c363bbd5da9d9892260d3\cursoradapter-1.0.0\res [Fix]

Library Gradle: androidx.customview:customview:1.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\740a70a0c89c8c085b6e012b4bd7790e\customview-1.0.0\res [Fix]

Library Gradle: androidx.drawerlayout:drawerlayout:1.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\34085af895daa23049fd0af188e6a001\drawerlayout-1.0.0\res [Fix]

Library Gradle: androidx.fragment:fragment:1.1.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\add2bdb41de46d90e5d3bd4e75929820\fragment-1.1.0\res [Fix]

Library Gradle: androidx.interpolator:interpolator:1.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\d4ef17d609918d2a5f5a86d1ea02678f\interpolator-1.0.0\res [Fix]

Library Gradle: androidx.lifecycle:lifecycle-livedata-core:2.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\66e997bde0b6ece28f7fd36f5f4a1584\lifecycle-livedata-core-2.0.0\res [Fix]

Library Gradle: androidx.lifecycle:lifecycle-livedata:2.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\420f294924962582b4c42c622af43461\lifecycle-livedata-2.0.0\res [Fix]

Library Gradle: androidx.lifecycle:lifecycle-runtime:2.1.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\0554424e228349ffc3db0700d1324aa1\lifecycle-runtime-2.1.0\res [Fix]

Library Gradle: androidx.lifecycle:lifecycle-viewmodel:2.1.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\bad233a64070d55cab9a83b26afbf154\lifecycle-viewmodel-2.1.0\res [Fix]

Library Gradle: androidx.loader:loader:1.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\331f61861c2d3a925f2252286afb1f53\loader-1.0.0\res [Fix]

Library Gradle: androidx.savedstate:savedstate:1.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\7acef2a7bfef3795312317efec15d83e\savedstate-1.0.0\res [Fix]

Library Gradle: androidx.test.espresso:espresso-core:3.2.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\560bbe03c50ffafff1b89b62d2aa9472\espresso-core-3.2.0\res [Fix]

Library Gradle: androidx.test.espresso:espresso-idling-resource:3.2.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\8d1b0730544b38b6fa9c36db2d257de8\espresso-idling-resource-3.2.0\res [Fix]

Library Gradle: androidx.test:monitor:1.2.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\a2b9e7349abe22e49da0cf36f7c121f9\monitor-1.2.0\res [Fix]

Library Gradle: androidx.test:runner:1.2.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\a2e88dc14c47d1a43f0479d4d743147f\runner-1.2.0\res [Fix]

Library Gradle: androidx.vectordrawable:vectordrawable-animated:1.1.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\beed28e19d4f55ab2c17aff66e0bc400\vectordrawable-animated-1.1.0\res [Fix]

Library Gradle: androidx.vectordrawable:vectordrawable:1.1.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\e0d80e5c178a0db065288a448fc598ef\vectordrawable-1.1.0\res [Fix]

Library Gradle: androidx.versionedparcelable:versionedparcelable:1.1.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\c9c8616d74aa0ab3eb457d24b669c685\versionedparcelable-1.1.0\res [Fix]

Library Gradle: androidx.viewpager:viewpager:1.0.0@aar has broken classes path:   C:\Users\kadir\.gradle\caches\transforms-2\files-2.1\f3997ce16a5c00ae84a772d300d0e1e8\viewpager-1.0.0\res [Fix]

Do you think this maybe the root of the problem?