-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black Screen with "Storm" text centered. #113
Comments
Hello to solve this error you must follow these steps 1: remove Diablerie_Data/Plugins/libstorm.so I did it this way and it worked for me |
Thanks for the tip, I will try that and reply with my results (hopefully positive)! |
I git pulled the repo over at https://github.com/ladislav-zezula/StormLib. I compiled it as the repo README.md stated to do and tried to use my compiled libstorm.a file and it doesnt resolve my issue (why not, its only a rename away if it doesn't work), then I tried renaming it to libstorm.so, still no dice. Are there special compile flags needed? Different sources? ldd also does not see this as a normal shared library. Thanks.
|
I have resolved this issue in MacOS, if you also use MacOS, please complie the libstorm step by : 1、open the CMakeLists.txt 4、you can get the file "libstorm.dylib", copy it to "/Diablerie-master/Assets/StormLib/lib" |
Upon downloading the linux precompiled build, I copied over the exact MPQ files to the root of the Diablerie directory. After I launch the game via the included binary, I just sit at a black screen with the text "STORM" centered. And nothing else. Launching via the terminal gives no further output beyond the fact it found some data, so I have no idea what I am missing or what has gone south.
Any ideas?
The text was updated successfully, but these errors were encountered: