• Dear Cerberus X User!

    As we prepare to transition the forum ownership from Mike to Phil (TripleHead GmbH), we need your explicit consent to transfer your user data in accordance with our amended Terms and Rules in order to be compliant with data protection laws.

    Important: If you accept the amended Terms and Rules, you agree to the transfer of your user data to the future forum owner!

    Please read the new Terms and Rules below, check the box to agree, and click "Accept" to continue enjoying your Cerberus X Forum experience. The deadline for consent is April 5, 2024.

    Do not accept the amended Terms and Rules if you do not wish your personal data to be transferred to the future forum owner!

    Accepting ensures:

    - Continued access to your account with a short break for the actual transfer.

    - Retention of your data under the same terms.

    Without consent:

    - You don't have further access to your forum user account.

    - Your account and personal data will be deleted after April 5, 2024.

    - Public posts remain, but usernames indicating real identity will be anonymized. If you disagree with a fictitious name you have the option to contact us so we can find a name that is acceptable to you.

    We hope to keep you in our community and see you on the forum soon!

    All the best

    Your Cerberus X Team

Fixed CerberusX reporting incorrectly number of line.

Unfortunately, the procedures I did here did not work. Although, I did everything correctly.
What I did then, is check if there was any new update on the github, and I found it, downloaded the version V2020-05-01 and compiled and WORKED CORRECTLY. This time, CerberusX is reporting everything correctly.
 
When I run the file "./rebuild.sh" this message appeared:
C++:
main.cpp: In function ‘std::string get_file_contents(const char*)’:
main.cpp:14495:60: warning: control reaches end of non-void function [-Wreturn-type]
14495 |  std::ifstream in(filename, std::ios::in | std::ios::binary);
Although, it is a warning. Transcc compiled normally.
 
When I run the file "./rebuild.sh" this message appeared:
C++:
main.cpp: In function ‘std::string get_file_contents(const char*)’:
main.cpp:14495:60: warning: control reaches end of non-void function [-Wreturn-type]
14495 | std::ifstream in(filename, std::ios::in | std::ios::binary);
Although, it is a warning. Transcc compiled normally.
And that code is generated from image.cpp found in the native directory in the transcc source code.
This I find a bit strange as I'm not seeing any warnings in Linux Mint.
 
After that, I downloaded this updated transcc, I'm having another problem, the code for the Desktop target, it only works in Debug mode, in Release mode, an error occurs.

I will open a new thread.

"/home/zuibaf/Apps/Cerberus/bin/transcc_linux" -target=Desktop_Game -config=Release -run "/home/zuibaf/Apps/Cerberus/examples/mojo/difference/champagne/champagne.cxs" TRANS cerberus compiler V2020-05-01 Parsing... Semanting... Translating... Building... g++ -O3 -DNDEBUG -Wno-int-to-pointer-cast -Wno-free-nonheap-object -Wno-unused-result -I../glfw3/include -I../openal/include -I../stb -I../tinyfiledialogs -I../glfw3/deps -I../glfw3/deps/vulkan -D_GLFW_HAS_GLXGETPROCADDRESS -pthread -c -o build/Release/main.o ../main.cpp g++ -s -no-pie -o Release/CerberusGame build/Release/context.o build/Release/init.o build/Release/input.o build/Release/monitor.o build/Release/window.o build/Release/glx_context.o build/Release/x11_init.o build/Release/x11_monitor.o build/Release/x11_window.o build/Release/posix_time.o build/Release/posix_thread.o build/Release/linux_joystick.o build/Release/vulkan.o build/Release/egl_context.o build/Release/osmesa_context.o build/Release/xkb_unicode.o build/Release/stb_vorbis.o build/Release/stb_image.o build/Release/tinyfiledialogs.o build/Release/main.o -lGL -lX11 -lXxf86vm -lXi -lXrandr -lXinerama -lXcursor -lopenal -lpthread -ldl Cerberus Runtime Error : Memory access violation (null) STOPPED
 
Back
Top Bottom