wanjizheng / iBarter_WPF

1 stars 1 forks source link

Won't load #1

Open xCroffx opened 1 month ago

xCroffx commented 1 month ago

I run it as Admin but keep getting an error at bottom.

https://imgur.com/FD8JiWR

and the other window i get this "https://imgur.com/FD8JiWR"

https://imgur.com/x3Ti6dN

So I found a guide to register every dll on my pc through admin command prompt and it didnt work.

Im in my 50's and worked construction my whole life so im not very pc savvy

wanjizheng commented 1 month ago

Hi xCroffx, thanks for reporting this issue. Since you figured out how to report issues on GitHub correctly, I'd say your PC skill is good :D

You don't need to register dlls via command prompt, the required dll will be registered automatically when you start the application. Please could you let me know your windows version? (e.g. is it Windows 10 or 11?) Moreover, which version of iBarter are you using? Is it beta 3?

xCroffx commented 1 month ago

Windows 11 version 23h2 build 22631.3527

Reinstalled windows last night and tried it, nothing changed, then did an inplace upgrade/install and still nothing.

I tried 2beta and 3beta

xCroffx commented 1 month ago

Well my brother has been in computer programing for about 25 years now, he remoted into my PC and did alot of debloating and optimizing stuff for me for BDO. I mentioned the problem to him and its now almost working. Not sure what he did, but its loading now. It's just not scanning.

I will ask him to fix that this weekend if he has time.

wanjizheng commented 1 month ago

It might be the case that the anti-virus software deleted the PureDM.dll file in the application folder. Double-check the application folder and make sure you have that dll file there.

Medo974 commented 1 month ago

I have the same problem but I'm running Win10 Build 19045, I have the loading image with Beta3 and then nothing. I tried Beta2, it finishes loading but crashes after 2 or 3 sec without being able to do anything and I have no error code. I've checked several times that all the files are present, I've also tested without antivirus but it's not coming from there.

wanjizheng commented 1 month ago

Will need to do more tests, but I can't reproduce this kind of error on my machines.

2bklag commented 1 month ago

I have had the same issue. I had unpacked the .zip into an iBarter3 folder in the game directory under D:\Games\BDO\iBarter3. Here is what i have done to fix it:

pdmostert commented 1 week ago

I am having a similar issue. The above steps did not resolve the issue. I do however have Visual Studio installed and ran the application in debug mode, I do get an error when trying to initialize the PureDM. It failed on line 124 of MainWindow.xaml.cs with an error that the .dll does not exist. I fixed this by editing the properties to "copy if newer". Now it find the dll, but fails on authentication. I assume the credentials that you use to new PureDM is not active anymore.

pdmostert commented 1 week ago

I am having a similar issue. The above steps did not resolve the issue. I do however have Visual Studio installed and ran the application in debug mode, I do get an error when trying to initialize the PureDM. It failed on line 124 of MainWindow.xaml.cs with an error that the .dll does not exist. I fixed this by editing the properties to "copy if newer". Now it find the dll, but fails on authentication. I assume the crenditials that you use to new PureDM is not active anymore.

pdmostert commented 1 week ago

mmc_SMBmtK7SQX