could you not use internet explorer for purchases btw

  • i don't have internet explorer on my computer

    windows 10 idk why it's not on my PC but ya
    pls fix your cash shop so i can give you money

    and lower the hair prices

    ty


    jen.gif

  • LOL +1.


    In-game cash shop in JP was way better too. Could preview costumes, more fluid, native feel, etc. Now we got some crappy HTML WebApp embedded in a native application. Feels awful

  • I'm using windows10, gameforge client, in NA, and cannot purchase soulcash either. I tried disabling and then enabling IE again, but it did not change anything. after i pick the amount of cash i want, and enter my payment info, and click buy the next page just sits there processing forever.



    they need to add some kind of way to purchase Soulcash directly from their website.

  • I'm using windows10, gameforge client, in NA, and cannot purchase soulcash either. I tried disabling and then enabling IE again, but it did not change anything. after i pick the amount of cash i want, and enter my payment info, and click buy the next page just sits there processing forever.



    they need to add some kind of way to purchase Soulcash directly from their website.

    Did you accidentally post in the wrong thread?

  • I'm using windows10, gameforge client, in NA, and cannot purchase soulcash either. I tried disabling and then enabling IE again, but it did not change anything. after i pick the amount of cash i want, and enter my payment info, and click buy the next page just sits there processing forever.



    they need to add some kind of way to purchase Soulcash directly from their website.

    Did you accidentally post in the wrong thread?

    no, its somebody thats using win10 who cant buy soulcash. seems like the right thread to me since its the same problem im having.

  • They're just complaining about the fact it doesn't use default browser and doesn't even attempt to use Edge, the replacement for iE.

  • This is actually really common, you just don't notice it being used. I assume they used a Windows API that does this. If you think about it, what other browser is likely to be installed? You can't just use the the default one because it has to be compatible with your code.


    Anyway, there are some quick solution when you google that problem. Did yup try some of them? I can ensure you they are not going to stop supporting IE anytime soon. A lot of companies use that thing unfortunately making me adjust my code just for that thing. And when I say a lot I mean it.


    In worst case open a console with admin right (should be doable by right clicking start and selecting it) and enter the following:


    Code
    1. sfc /scannow

    https://support.microsoft.com/…ssing-or-corrupted-system

    Edited once, last by Nitros ().

  • what does this do


    jen.gif

  • This is actually really common, you just don't notice it being used. I assume they used a Windows API that does this. If you think about it, what other browser is likely to be installed? You can't just use the the default one because it has to be compatible with your code.

    Go figure, I forgot they have all sorts of minor browsers and some custom ones.