lunarcleint / Wednesdays-Infidelity

The GitHub repository for Wednesday's Infidelity Part 2.
Apache License 2.0
44 stars 77 forks source link

Segmentation fault [Linux build] #22

Open QuetzalcoutlDev opened 1 year ago

QuetzalcoutlDev commented 1 year ago

Describe your bug here.

I was trying to make a build of Wednesday Infidelity for Linux and obviously had to make several changes to the code to make it run on Linux, like changing the CPPApi.hx to only work on Windows, but the problem is that when you open the main menu, because it is not executed and gives the error

Command Prompt/Terminal logs (if existing)

segmentation fault

Are you modding a build from source or with Lua?

Source

What is your build target?

Linux

Did you edit anything in this build? If so, mention or summarize your changes.

I have edited the CPPApi.hx, ClientPrefs.hx and MP4Handler.hx files, but only for linux compatibility and compatibility with the latest version of hxCodec, but the "segmentation fault" appears in the main menu and Warning screen, to which I did not make any modifications

lunarcleint commented 1 year ago

Probably delete the bin folder and rebuild the libs,

if that dont work i found this on google and it may help https://community.openfl.org/t/more-info-on-a-segmentation-fault/1019/9

QuetzalcoutlDev commented 1 year ago

I already tried it and it doesn't work