How to fix this crash issue that happens randomly when I explore the world? - azerothcore

I found this in the crash log? not sure what to do or how to fix it? I'm not sure how to share my crash file...
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 00007FF6FD78E7E2 01:00000000001CD7E2 C:\build\bin\RelWithDebInfo\worldserver.exe

For a crash, you should generally open a bug report over at the AzerothCore repository.
As for sharing a crash file, you will first have to have your build in Debug or RelWithDebInfo as a crash file in Release is useless and unreadable.
In your case, you will be able to find the crash log in the C:\build\bin\RelWithDebInfo\Crashes\ folder.
And to share it you can copy the contents of the text file into a PasteBin or gist.github.com and then share it that way.

Related

iExpress error: "Unable to end update of resources"

I've been successfully using iExpress for years. Now, when generating the same .exe files that I always generate, iExpress is now giving me the error: Unable to end update of resources.
This error comes at the very end of the process. I see the Create Package screen and the text "Creating the package..." Then the error occurs. In the file folder, I'll see a file like: ~MyFileName.CAB which would normally be deleted at the end of running iExpress.
I've tried deleting the .CAB file and rerunning iExpress again (many times). I tried rebooting. I tried running iExpress with different applications. I tried searching the web and Stack Overflow. I'm using the same Windows user account I normally use. Desperate for help as I'm unable to release my applications. Thank you!!!
The problem is resolved, though not exactly sure how. I did have another user run iExpress on my machine as that other user. (Ie, right-click on the iExpress executable and run as the other user.) That user was able to run iExpress without the error I reported above. And after that, iExpress started magically working for me too.
Could running as the other user have caused Windows to clear out some file that had been corrupted? Something else? I don't know. I just thought I would write what happened in case this can help someone else in the future.
FURTHER UPDATE
The problem popped up again. I finally figured out that if I closed File Explorer before running iExpress, the error never happens. There's some bug with Windows 10 and/or iExpress where having the folder open can interfere with the final step that iExpress does.
Of interest: It's not a consistent bug. Sometimes iExpress finished and sometimes I got the above error when File Explorer and the folder in question was open.

How to troubleshoot .app bundle not working

I have been making an application using Javafx, and have finished the project turning it into an application. However, when I try to run the application it immediatley crashes with know error messages, nothing is printed to the console. As a note, the .jar file runs if clicked. This has led me to believe that the problem is with my file structure namely the fact that their are 2 binary files in the Java folder.
Here is my .app packages contents:
A fix to my problem would be nice, however beyond that how should one go about debugging this sort of thing, I can not find any log messages, can it be done?
Edit: Nothing is printed when in terminal I use open -a ApplicationName and the application crashes. And here is my info.plist.

Qt cannot find dll, though everything is set

When I start my program it crashes (I made an earlier Post about a very simple program: Programm crashes when QTcpServer is called)
The problem
Running the programm with GDB it immediately exits with the following messages:
The GDB process terminated unexpectedly (exit code 0).
and
During startup program exited with code 0xc0000135
Which means a .dll is missing. Running the program outise of QtCreator, a message pops up that tells me QtNetwork4.dll is missing
What I did to solve
The code is shown in the link mentioned above, as you can see there
I've included QT += network to the the projects .pro-file.
Then I copied that missing .dll from the Qt-install directory
directly to the same folder as the .exe of my program.
I also appended to my PATH the directory where the .dll is located in
the QT-install dir.
Still I'm getting the message that the QtNetwork4.dll is missing, and right now I'm running out of ideas. Somebody knows whats going on?
Kind Regards
sorry to bother you, was my mistake he was looking for QtNetwork4d.dll I missed the d thanks for your support

GitHub Atom throwing error when tring to save file

I am trying to save a simple HTML file in GitHub's Atom text editor, but I get the following error:
Unable to save file 'C:\Users\Alexander\Desktop\Looking good website\products.html'
EBUSY: resource busy or locked, open 'C:\Users\Alexander\Desktop\Looking good website\products.html'
This seems to be a known issue when I check the atom git repo. See here.
Now somehow even though there are multiple issues opened with the same problem on the atom git repo I don't see a solution.
How do I solve this error?
I am not sure how to replicate this issue but initially the file was saving fine, but now suddenly I have this problem and I don't see any obvious solution.
screenshot :
Can somebody help please?
Re-creation of error ::
Error in Atom :
What i see in process explorer::
For some reason Atom doesn't want to save files, that you have currently open in your Windows Explorer. At least that was the issue on my workspace.
I was able to solve this issue by closing all applications using the file. I was viewing a webpage locally, so I killed the browser and windows explorer then Atom let me save the file.
Hate to necro an old thread but I just ran into this myself and believe I have found the problem; the Preview Pane in Windows Explorer.
Either deselect the file in Explorer after opening or turn off the preview pane altogether.
Get Process Explorer from LINK and use Ctrl+F to find the process keeping the file open (see MS support link)
Then tell me what you see, and I'll expand the answer :)
My anti-virus (Bitdefender) thought atom.exe was an unsafe application so it kicked on Ransomware protection.
Hope this helps somebody
I’ve been having the same issue, and I found what was causing it for me.
I had Windows Defender Ransomware Protection enabled on my computer, and I was trying to save to a protected folder. Even though I had whitelisted the atom app, and didn’t receive the usual warning from Windows, it was preventing me from writing to the location. Disabled Ransomware protection, and suddenly Atom can save there again.
Not sure if you’re in the same boat, but maybe give it a try if you have Ransomware Protection enabled. Or maybe some other anti-virus with the same feature?

Why is App_Offline failing to work as soon as you it starts loading dlls?

Could anyone please help me with this. On the production site app_offline.htm works only till you start uploading dlls. As soon as you start uploading dlls it throws following error"Could not load file or assembly 'SubSonic' or one of its dependencies.
The process cannot access the file because it is being used by another process.
Now this clearly shows that IIS is still trying to serve the aspx page?? Is there anything I am missing here?? Any help would be appreciated. I have spent hours googling but to no avail.
Thanks in advance.
Manisha
I have heard of people having problems with app_offline.htm if it did not have enough content in the file.
Fill it with a couple hundred kb's of Lorem Ipsum text and see if that helps.
Ok this might not be your problem, but if it's the first time it happened you might want to restart your machine. Sometimes a process dies with a lock on a .dll, thus you can no longer use it until unlocked (thus need a restart of the OS).
The other possible problem is that the .dll, or its dependent .dll's, aren't in your path or the correct folder.
Give both of these a look first.

Resources