cgg-bern / quadwild-bimdf

QuadWild extended with BiMDF solver
GNU General Public License v3.0
47 stars 8 forks source link

Could you help me with the command lines when dealing with a obj file using quadwild-bimdf-0.0.1-windows.zip #14

Closed jesuiskiki closed 1 year ago

jesuiskiki commented 1 year ago

I used the following command line in cmd: PS E:\Workspace\quadwild-bimdf-0.0.1> ./quadwild ./input/mesh.obj 3

But I only got Reading input... PS E:\Workspace\quadwild-bimdf-0.0.1>

It should be something wrong with the command. Could anyone help me with the specific command lines when dealing with a obj file using quadwild-bimdf-0.0.1-windows.zip?

Thanks a lot!

mheistermann commented 1 year ago

Hello and thanks for your bug report! The .exe's are built on github and when I tested them in the past, they worked. However now I tried on another windows system and managed to reproduce the issue you encounter.

I'm not sure yet what the problem is, maybe distributing exe's for windows is more complicated than I thought :/

jesuiskiki commented 1 year ago

Hello and thanks for your bug report! The .exe's are built on github and when I tested them in the past, they worked. However now I tried on another windows system and managed to reproduce the issue you encounter.

I'm not sure yet what the problem is, maybe distributing exe's for windows is more complicated than I thought :/

Thank you for your quick reply! Looking forward to the new version. That'll really help me a lot ~

fire commented 1 year ago

Will look as soon as I can

mheistermann commented 1 year ago

Okay, it appears less difficult to fix than i had already feared :) If an exception is thrown and not handled (i.e., a fatal error), on the other systems I tested on, it prints a message that may be helpful to the user; but apparently there is no default exception handler on windows, so no-one sees what the error was.

In this specific case, the program is just complaining about not finding the config file. I plan to fix this tomorrow by always printing the error, and also adding default configs to the release, and document how to use them.

jesuiskiki commented 1 year ago

Okay, it appears less difficult to fix than i had already feared :) If an exception is thrown and not handled (i.e., a fatal error), on the other systems I tested on, it prints a message that may be helpful to the user; but apparently there is no default exception handler on windows, so no-one sees what the error was.

In this specific case, the program is just complaining about not finding the config file. I plan to fix this tomorrow by always printing the error, and also adding default configs to the release, and document how to use them.

Awesome, so efficient! The defaults and the document will be very helpful! Many Thanks~

mheistermann commented 1 year ago

After a long, long battle with github actions and windows we have a new release on our hands :) Please try https://github.com/cgg-bern/quadwild-bimdf/releases/tag/v0.0.2 There is a new readme in there describing how to use it, I hope it is clear enough - otherwise let me know, I'll be happy to help out (+improve the readme).

jesuiskiki commented 1 year ago

After a long, long battle with github actions and windows we have a new release on our hands :) Please try https://github.com/cgg-bern/quadwild-bimdf/releases/tag/v0.0.2 There is a new readme in there describing how to use it, I hope it is clear enough - otherwise let me know, I'll be happy to help out (+improve the readme).

The new release works very well. And the readme is pretty clear. Thank you so much for your effort ~

mheistermann commented 1 year ago

Very happy to hear! Thanks for your feedback :-)

Mxp990329 commented 10 months ago

您好,感谢您的错误报告!.exe 建立在 github 上,当我过去测试它们时,它们可以工作。但是,现在我尝试了另一个 Windows 系统并设法重现了您遇到的问题。 我还不确定问题出在哪里,也许为 Windows 分发 exe 比我想象的要复杂:/

感谢您的快速回复!期待新版本。那真的对我有很大帮助~

Hello, I take the liberty to disturb you. May I ask if you are following the each step of https://github.com/cgg-bern/quadwild-bimdf to compile? Why did I encounter CMake Error at CMakeLists. txt: 37 (target_include_directories) while compiling cmake? Currently, I am unable to resolve it.

jesuiskiki commented 10 months ago

您好,感谢您的错误报告!.exe 建立在 github 上,当我过去测试它们时,它们可以工作。但是,现在我尝试了另一个 Windows 系统并设法重现了您遇到的问题。 我还不确定问题出在哪里,也许为 Windows 分发 exe 比我想象的要复杂:/

感谢您的快速回复!期待新版本。那真的对我有很大帮助~

Hello, I take the liberty to disturb you. May I ask if you are following the each step of https://github.com/cgg-bern/quadwild-bimdf to compile? Why did I encounter CMake Error at CMakeLists. txt: 37 (target_include_directories) while compiling cmake? Currently, I am unable to resolve it.

Hi. I just used the quadwild-bimdf-0.0.1-windows.zip to get the results, and haven't compiled the source code yet.

Mxp990329 commented 10 months ago

您好,感谢您的错误报告!.exe 建立在 github 上,当我过去测试它们时,它们可以工作。但是,现在我尝试了另一个 Windows 系统并设法重现了您遇到的问题。 我还不确定问题出在哪里,也许为 Windows 分发 exe 比我想象的要复杂:/

感谢您的快速回复!期待新版本。那真的对我有很大帮助~

你好,我冒昧地打扰你。请问你是否按照 https://github.com/cgg-bern/quadwild-bimdf 的每一步进行编译?为什么我在CMakeLists遇到CMake错误。txt: 37 (target_include_directories) 编译 CMake 时?目前,我无法解决它。

你好。我只是使用 quadwild-bimdf-0.0.1-windows.zip 来获取结果,还没有编译源代码。

Okay, thank you for your answer. Wishing you a happy life.

mheistermann commented 10 months ago

My guess is that you had cloned the repository without --recursive, and are missing the submodules. You can either clone again with that option or use git submodule update --init --recursive.

By the way, I will soon release a new version with a few bugfixes (current main branch), but I haven't properly tested it yet.