Sorry. I add it to next full release. But meantime you can easy change start file to start game in dev mode adding "devmode" as second parameter. So, command string change like this:
Can you make a small demo file with just the rendering part and a single "demo" picture in it that can be submitted to the vbox developers for bug testing?
Sorry, but it's will be too much work with uncertain result. From last time I tested game on VirtualBox installed on two different machines by myself - and can't reproduce vbox crash that you experienced. So, there is no garantee that "demo" will cause this crash too. And I'm use standart Java lib for the images - java.awt.Image
There is a start_dev.bat file, but no start_dev.sh file
ReplyDeleteSorry. I add it to next full release. But meantime you can easy change start file to start game in dev mode adding "devmode" as second parameter. So, command string change like this:
Deletejava -jar "dist/FetishMaster.jar" gamedata devmode
Can you make a small demo file with just the rendering part and a single "demo" picture in it that can be submitted to the vbox developers for bug testing?
ReplyDeleteSorry, but it's will be too much work with uncertain result. From last time I tested game on VirtualBox installed on two different machines by myself - and can't reproduce vbox crash that you experienced. So, there is no garantee that "demo" will cause this crash too. And I'm use standart Java lib for the images - java.awt.Image
Delete