Coder Social home page Coder Social logo

Comments (11)

freezurbern avatar freezurbern commented on August 23, 2024

Actually, I think the game might be using the wrong binaries, based on bins.txt and the most current git commit.

from base.

qreeves avatar qreeves commented on August 23, 2024

Works for me, maybe they're not getting installed properly?

from base.

qreeves avatar qreeves commented on August 23, 2024

Try this; delete gitdir/bin/bins.txt (effectively tell it to start over) then run the bat file. Check cache install.bat and paste it here.

from base.

freezurbern avatar freezurbern commented on August 23, 2024

Checking for updates to "devel". To disable: set REDECLIPSE_BRANCH=inplace
Press any key to continue . . .
Branch: devel
Folder: D:\VersionControl\redeclipse-git
Cached: E:\Zachery\Documents\My Games\Red Eclipse\cache\devel
[I] bins: none
[R] bins: dbae407
[D] bins: http://redeclipse.net/files/devel/windows.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3410k 100 3410k 0 0 1595k 0 0:00:02 0:00:02 --:--:-- 1595k
Deploying: "E:\Zachery\Documents\My Games\Red Eclipse\cache\devel\install.bat"
Archive: E:/Zachery/Documents/My Games/Red Eclipse/cache/devel/windows.zip
inflating: D:/VersionControl/redeclipse-git/bin/x86/redeclipse_server.exe
inflating: D:/VersionControl/redeclipse-git/bin/x86/redeclipse.exe
inflating: D:/VersionControl/redeclipse-git/bin/amd64/redeclipse_server.exe
inflating: D:/VersionControl/redeclipse-git/bin/amd64/redeclipse.exe
Updated successfully.
Press any key to continue . . .

I added some pauses in, that's the output. it certainly downloads some files, and runs it. But, the things it downloads do not have strncasecmp.

On a second run, after it has got the binaries the first time:

Checking for updates to "devel". To disable: set REDECLIPSE_BRANCH=inplace
Press any key to continue . . .
Branch: devel
Folder: D:\VersionControl\redeclipse-git
Cached: E:\Zachery\Documents\My Games\Red Eclipse\cache\devel
[I] bins: dbae407
[C] bins: dbae407
[R] bins: dbae407
Everything is already up to date.
Press any key to continue . . .

My cache folder: https://dl.dropboxusercontent.com/u/42922158/share/re-devel-cache.zip

from base.

freezurbern avatar freezurbern commented on August 23, 2024

install.bat after deleting bins.txt in the bin/ folder

@echo OFF
setlocal ENABLEEXTENSIONS
set REDECLIPSE_ERROR=false
"D:\VersionControl\redeclipse-git\bin\tools\unzip.exe" -o "E:\Zachery\Documents\My Games\Red Eclipse\cache\devel\windows.zip" -d "D:\VersionControl\redeclipse-git" && (
(echo dbae407)> "D:\VersionControl\redeclipse-git\bin\bins.txt"
) || (
del /f /q "E:\Zachery\Documents\My Games\Red Eclipse\cache\devel\bins.txt"
set REDECLIPSE_ERROR=true
)
if "%REDECLIPSE_ERROR%" == "true" (exit /b 1)

from base.

freezurbern avatar freezurbern commented on August 23, 2024

Some more information:

from base.

freezurbern avatar freezurbern commented on August 23, 2024

After deleting the cache folder, cleaning and reverting my git folder, this issue still persists.

The binaries are downloaded and applied correctly, but they still have the problem of strncasecmp missing. Also, the Jenkins binaries are still working correctly.

from base.

qreeves avatar qreeves commented on August 23, 2024

I think we might need to rename the command itself, it must be expanding inline and ending up with some stupid name like __gnuc_strncasecmp.

from base.

freezurbern avatar freezurbern commented on August 23, 2024

In that case, might want to test any other commands that might be the same in C++.

from base.

qreeves avatar qreeves commented on August 23, 2024

Please tell me c560cc8 fixes it 😟

from base.

bonifarz avatar bonifarz commented on August 23, 2024

This fixed the reported issue for my pre-compiled win64 bins 😄
Another detail: When launching the client, I get this now

unknown command: strcmp
6) arg1
5) guicenter
4) arg1
..1) guibox)

from base.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.