This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: Noggit not building  (Read 1725 times)

Greenpro

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Noggit not building
« on: September 16, 2017, 11:17:43 am »
Hi its me again sorry. I have compiled stormlib (i think...) and now i have compiled noggit in cmake and am now seeing it in visual studio, however when i build ALL_BUILD it does not build properly.
Here is the error visual studio is giving me https://pastebin.com/D35NeQQd
« Last Edit: September 16, 2017, 11:26:49 am by Greenpro »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Noggit not building
« Reply #1 on: September 16, 2017, 12:15:32 pm »
"library machine type 'x86' conflicts with target machine type 'x64'"

You compiled or downloaded a x86 library but compile noggit as x64.

Greenpro

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Re: Noggit not building
« Reply #2 on: September 16, 2017, 12:35:10 pm »
Ok i got it to build and i have a noggit.exe but when i try to run it, it produces an error Qt5OpenGLd.dll was not found. I am sure i set qt correctly in cmake. Or do i have to build INSTALL as well.

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Noggit not building
« Reply #3 on: September 16, 2017, 12:47:36 pm »
I have never built the current thing on windows. There being a d at the end of the dll name, it might be looking for a debug enabled Qt build but you only have a release build installed? Maybe building in release helps? Maybe it is some stupid shit like having to copy the dlls into the noggit.exe's directory? Are they properly installed system wide?

Greenpro

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Re: Noggit not building
« Reply #4 on: September 16, 2017, 01:01:07 pm »
YES! Thank you i just had to copy the .dlls to the noggit folder. It is working now. Thanks alot.

Greenpro

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Re: Noggit not building
« Reply #5 on: September 16, 2017, 01:14:59 pm »
Ok but now noggit runs at like 6fps.

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Noggit not building
« Reply #6 on: September 16, 2017, 01:33:09 pm »
"Configuration: Debug x64"

Debug builds will not perform well.

Greenpro

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 10
    • View Profile
Re: Noggit not building
« Reply #7 on: September 16, 2017, 02:34:06 pm »
Ah ok i have made it run properly now. Thanks alot. This new water edit is so strange.

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Noggit not building
« Reply #8 on: September 16, 2017, 10:16:09 pm »
Please give UX feedback to Adspartan, preferably via the bitbucket issue tracker.

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Noggit not building
« Reply #9 on: September 18, 2017, 08:03:31 am »
@Greenpro.  Perhaps you would be so kind and write a step by step guide how to ro setup and compile noggit?  To make it easyer for others want to try this.
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Noggit not building
« Reply #10 on: September 18, 2017, 09:46:12 am »
We already have a step by step guide in the readme…

Steff

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 4551
    • View Profile
Re: Noggit not building
« Reply #11 on: September 18, 2017, 02:20:20 pm »
What is total confusing and don´t work. I tested it.
It tells your for example not that you must compile storm lib after download.
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Noggit not building
« Reply #12 on: September 18, 2017, 03:27:39 pm »
The very next step after downloading stormlib is building it…

If it is confusing or doesn't work, then ASK, create an ISSUE or FIX it. Every other action, like saying "it doesn't work" does not help at all.