Troubleshooting dll issues on windows: Difference between revisions
Jump to navigation
Jump to search
Created page with 'If you are getting errors that a certain dll file is missing or an error like ''g-module_utf8 could not be located in the dynamic link library libgmodule-2.0-0.dll'' then there i…' |
No edit summary |
||
Line 7: | Line 7: | ||
This will show you which dll's are loaded for Bluefish. | This will show you which dll's are loaded for Bluefish. | ||
== How to fix dll issues == | |||
To be written |
Latest revision as of 23:10, 12 March 2011
If you are getting errors that a certain dll file is missing or an error like g-module_utf8 could not be located in the dynamic link library libgmodule-2.0-0.dll then there is probably a dll conflict.
Download Dependencywalker from http://www.dependencywalker.com/
Start it, open bluefish.exe from C:\Program files\Bluefish\Bluefish.exe and hit F9
This will show you which dll's are loaded for Bluefish.
How to fix dll issues
To be written