mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #138] Asus Zenbook UX360UAK - Windows build fails #129
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @The-Buro on GitHub (Nov 11, 2016).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/138
Hey i have a problem, if i try to build this file NbfcBootstrapper.exe i get an error.
@hirschmann commented on GitHub (Nov 11, 2016):
Seems like there is no C# 6.0 compiler installed on your system.
Install the latest .NET Framework and try to build again.
Edit: I updated the requirements on the 'How to build' wiki page.
@The-Buro commented on GitHub (Nov 11, 2016):
i have installed .Net Freamwork 4.6 or newer
@hirschmann commented on GitHub (Nov 12, 2016):
My bad. The latest compiler isn't shipped with the framework anymore.
Please install MS Build Tools 2015 and run the build script again.
If the build still fails, try to invoke msbuild manually:
& ${env:ProgramFiles(x86)}\MSBuild\14.0\Bin\MSBuild.exe /t:Build /p:Configuration=ReleaseWindows NoteBookFanControl.slnPlease let me know if this worked for you. Maybe I have to fix the build script.
@The-Buro commented on GitHub (Nov 12, 2016):
Ok it works very well
thank you...
@hirschmann commented on GitHub (Nov 12, 2016):
Did you have to invoke msbuild manually?
@The-Buro commented on GitHub (Nov 12, 2016):
i have edit the build.ps1 to this:
@hirschmann commented on GitHub (Nov 12, 2016):
Thanks for the feedback! 👍
That's exactly what I meant when I said "maybe I have to fix the build script".
The fix:
0e99514d0c@art804 commented on GitHub (Nov 23, 2016):
Hi @The-Buro, if you got this working, would you mind posting your configuration file for the Asus UX360UAK?
@The-Buro commented on GitHub (Nov 23, 2016):
hey @ashtonaut i use the Asus Zenbook UX32VD configuration file for my UX360UAK its work fine
@art804 commented on GitHub (Nov 23, 2016):
For the record, the new UX360UAK configuration file just added by @hirschmann in this commit also works on an Asus Zenbook Flip UX360UA (Skylake).
Program version 1.4.2 didn't work with this laptop, but 1.4.4 Beta works and appears to be operating as expected.
Thanks so much for this utility - I knew that the fan on this model was too aggressive (see this review), but this tool has fixed that issue without me having to hope for an Asus update!