-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start emake release #107
Merged
Merged
start emake release #107
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
124df96
start emake release
d39c172
build emake
81c9cb3
merge master
8d96b91
update submodule
610fa38
Update ci-build.sh
fundies 435a11a
Update ServerPlugin.cpp
fundies fbecc6e
Update CMakeLists.txt
fundies 7fd0034
Update CMakeLists.txt
fundies cadb4a1
Update CMakeLists.txt
fundies 2792f7b
Update ServerPlugin.cpp
fundies ade17aa
Update ci-build.sh
fundies d29092f
Update CMakeLists.txt
fundies d86b543
Append path, not replace it.
RobertBColton 1200733
Actually capture MSYS2 environment.
RobertBColton 1bedc92
oopsie
RobertBColton 68465f7
Actually capture the MSYS2 environment.
RobertBColton dd94de7
best guess at hack
fundies 82882bb
Update azure-jobs.yml
fundies 289d739
noquote
RobertBColton f2d1ba0
Update CMakeLists.txt
fundies fec0ba0
Log QProcess standard output & error
RobertBColton 140fdf3
Update ServerPlugin.cpp
RobertBColton 638b461
Update ServerPlugin.cpp
RobertBColton 05974fb
Update ServerPlugin.cpp
RobertBColton f0f64ff
Update ServerPlugin.cpp
RobertBColton 7265a15
Update ServerPlugin.cpp
RobertBColton e200f26
Update ServerPlugin.cpp
RobertBColton f882884
Update ServerPlugin.cpp
RobertBColton 5712ff5
Update ServerPlugin.cpp
RobertBColton 1c0c3e2
Update ServerPlugin.cpp
RobertBColton 1ab7ca0
Update ServerPlugin.cpp
RobertBColton dec11be
Update ServerPlugin.cpp
RobertBColton 4463e12
Update ServerPlugin.cpp
RobertBColton 1e945b4
oopsie
RobertBColton c055532
use boolean operators
RobertBColton dc8723e
Use cmake_dependent_option
RobertBColton 1dba8d6
Update CMakeLists.txt
fundies 77d6c85
update submodule
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This did not fix the missing
draw_*
completions. However, I looked some more and noticed that all of thegraphics_mandatory.h
functions are available, such asscreen_refresh
and the like. All of the window functions are also available, leading me to believe we just have the graphics system set toNone
or something.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did it fix all those incude errrs for map n etc in jdi log?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All I know is I compared the log with regular normal emake that I know works and the one from RGM is way longer. I notice a bunch of stuff about var4 but I did not see anything about map in there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://pastebin.com/Fjw9gshc like line 73 in your earlier paste. are you still seeing those errors?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two files are identical according to online diff viewer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im fairly certain thats the issue. i doubt youll see those errors launching emake normally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try 638b461
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still nothing, are you sure it's not just the JDI STL hacks to fix string or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did 1c0c3e2 which just printed empty. So that means the environment is not copying anything. As I said, I believe the process is not having enough time to actually initialize.