- May 12, 2018
- 444
- 786
Would be really helpful if i could take a look at black console report.
If anything, getting error details can be helpful in solving this.
If you have some knowledge about running games from console, we could try that to get proper error message.
Liiiike
we go console (run cmd.exe)
we change default path to game path
for example, if game is located on E:/games (Its always better to keep your game folder path simple), and your default path is on drive C, we go like
E: (changing drive to E)
cd Games/lewdmaze (going for game folder)
After getting to game folder, we run
java.exe -Djava.library.path=native/windows -Xss50M -jar LewdMaze.jar
That should launch the game properly.
If its crashed, all error messages will be saved inside opened console, it wont close itself unless youdo it manually.
After that, you go screenshot for error, or just pull whole console by rightclick - select all - rightclick again to copy.
If anything, getting error details can be helpful in solving this.
If you have some knowledge about running games from console, we could try that to get proper error message.
Liiiike
we go console (run cmd.exe)
we change default path to game path
for example, if game is located on E:/games (Its always better to keep your game folder path simple), and your default path is on drive C, we go like
E: (changing drive to E)
cd Games/lewdmaze (going for game folder)
After getting to game folder, we run
java.exe -Djava.library.path=native/windows -Xss50M -jar LewdMaze.jar
That should launch the game properly.
If its crashed, all error messages will be saved inside opened console, it wont close itself unless youdo it manually.
After that, you go screenshot for error, or just pull whole console by rightclick - select all - rightclick again to copy.