Michele Paganoni

Results 16 comments of Michele Paganoni

I add the output from VS debugger: ``` Exception thrown at 0x00007FF81658A839 in Banshee3D.exe: Microsoft C++ exception: unsigned long at memory location 0x00000011A3EF9D98. Exception thrown at 0x00007FF81658A839 (KernelBase.dll) in Banshee3D.exe:...

I'm not sure you can, use WSL and you can use it without any problem on w10 and w11, I compiled with it when I was studying it 😇

if you need help, I'm open to, you find my contact on my profile ;)

yeh sure, have you got discord? if so drop a message to @itsm4ikz 👍

If you can give me a way to contact you directly I'm open to help if I can, you find my contacts on my profile ✌🏻

I added two lines into config file and now I can compile, but install fail because it doesn't find the script: at line 1935 after for (obj_file, src) in zip(objects,...

> Perhaps this open pull request is helpful: #4245 I tried it, instead of configure.py it takes all path, but fail to exec the script entirely on windows

> Could you be a bit more specific, please? > > I'm assuming you applied the patch in #4245. Then, it works for you on Linux but the script's execution...

On windows I fixed with brute edit at line 299 on def src_info(self, typ) ` return (self.lib_sources, self.libobj_dir)` to `return (self.lib_sources, ""obj" + os.sep + "lib"")` update, maybe I can...

I'll try for sure, on linux my edit doesn't work because make don't find anymore the obj on windows I fixed with my edits, but still it's only a workaround,...