guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.8k stars 223 forks source link

Goxel does not start #170

Closed evpix closed 4 years ago

evpix commented 5 years ago

When Goxel starts up, an empty console appears. After a couple of seconds of waiting, an empty editor window appears for ~0.6 seconds and then closes. No start-up errors appear.

Windows 7 x64 Professional system. AMD video card. AMD processor.

guillaumechereau commented 5 years ago

A few people reported this. Unfortunately I don't have a computer with an AMD to test it!

evpix commented 5 years ago

A few people reported this. Unfortunately I don't have a computer with an AMD to test it!

I hope this mistake is corrected someday.

Belonit commented 4 years ago

same problem: Windows 10 APU AMD A-8 5600K

BrunoSupremo commented 4 years ago

Oh, so that is why it is not working on my new computer, it is an amd issue! ... That sucks. Anyway we can help, maybe with some logging or report tool?

DeathDealer33 commented 4 years ago

Oh, so that is why it is not working on my new computer, it is an amd issue! ... That sucks. Anyway we can help, maybe with some logging or report tool?

Dont count on it, he doesnt help even when problems are correctly reported. He is to proud to just tell people he isnt going to fix the problem. lol Been dealing with this since V8 (over a year) and reported ever last detail when compiling myself only to be ignored for months on end. And when i finally got fed up and said something he deleted the entire thread. Just a lazy dev. laughable really drove me to making my own editorXD Just so happened to stop by again after a very long time to see if things changed, not surprised that it has not.

guillaumechereau commented 4 years ago

@BrunoSupremo : what would be useful is if you could compile goxel in debug and run it from a terminal, so that you might see some logs. If you want I can put a debug build online so that you would just have to run it from a terminal.

BrunoSupremo commented 4 years ago

Yep, throw me the debug version and I will run it here and report back

guillaumechereau commented 4 years ago

I put one here: https://stellarium.sfo2.digitaloceanspaces.com/tmp/goxel-debug.zip You can try and see if you get any useful information.

evpix commented 4 years ago

I put one here: https://stellarium.sfo2.digitaloceanspaces.com/tmp/goxel-debug.zip You can try and see if you get any useful information.

I run your goxel debug build and it works oddly enough without any problems 😃 There were no errors in the console.

And the latest stable release of goxel 0.10.0 is still not running.

Belonit commented 4 years ago

I'm ready to confirm what he says EvolutionPixG. Version 0.10.0 does not work for me. debug version works without any problems.

BrunoSupremo commented 4 years ago

Yep, worked here too with a simple double click on the file.

Though the feature I was trying to use is not there anymore? The game I'm modding uses .qb files, and it animates it based on the bound box of each matrix. But I couldn't find a way to adjust the bounding box anymore. As I extended the model to one side, I have to rebalance the bound box to the other too so it keeps centered.

guillaumechereau commented 4 years ago

@EvolutionPixG : could you try this release build I just did as well: https://stellarium.sfo2.digitaloceanspaces.com/tmp/goxel-0.10.5-windows.zip

It's possible the bug has been fixed by some changes since last release. That would be nice.

@BrunoSupremo : can you open a new issue about the qb file problem? I am not sure I understand what's the problem.

evpix commented 4 years ago

@EvolutionPixG : could you try this release build I just did as well: https://stellarium.sfo2.digitaloceanspaces.com/tmp/goxel-0.10.5-windows.zip

It's possible the bug has been fixed by some changes since last release. That would be nice.

@guillaumechereau this release build starts up and works without problems or errors 😊👍 This issue could well be closed by now. Problem solved (at least I have).

guillaumechereau commented 4 years ago

OK good to know. I'll make a new release soon then.