Verwex / Funkin-Mic-d-Up-SC

A mod to Friday Night Funkin' called FNF: Mic'd Up, previously named EX Replayability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug Report: Null Object Reference

letsgoawaydev opened this issue · comments

Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.

What operating system are you using the engine on?

Windows (x86_64)

What version of the engine are you using? Is the version from a stable release or compiled from current source code? Specify below.

Well im trying to compile from github source code. So the current one.

Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.

Run it once from a build and then run it again and it doesnt work

Please describe your issue. Provide extensive detail and images if possible.

Here is my build log source
/Discord.hx:12: Discord Client starting...
source/Discord.hx:57: Discord Client initialized
source/Discord.hx:19: Discord Client started.
source/InternetConnection.hx:41: making request to http://www.google.com
source/InternetConnection.hx:59: 200
source/FirstCheckState.hx:87: fucking offline noob
source/VideoState.hx:104: swag dll told us vid has 1027
Called from hxcpp::__hxcpp_main
Called from ApplicationMain::main ApplicationMain.hx line 25
Called from ApplicationMain::create ApplicationMain.hx line 130
Called from lime.app.Application::exec lime/app/Application.hx line 150
Called from lime._internal.backend.native.NativeApplication::exec lime/_internal/backend/native/NativeApplication.hx line 146
Called from lime._internal.backend.native.NativeApplication::handleRenderEvent lime/_internal/backend/native/NativeApplication.hx line 370
Called from lime.app._Event_lime_graphics_RenderContext_Void::dispatch lime/_internal/macros/EventMacro.hx line 91
Called from openfl.display.Stage::__onLimeRender openfl/display/Stage.hx line 1950
Called from openfl.display.Stage::__broadcastEvent openfl/display/Stage.hx line 1166
Called from openfl.display.DisplayObject::__dispatch openfl/display/DisplayObject.hx line 1399
Called from openfl.events.EventDispatcher::__dispatchEvent openfl/events/EventDispatcher.hx line 402
Called from flixel.FlxGame::onEnterFrame flixel/FlxGame.hx line 545
Called from flixel.FlxGame::step flixel/FlxGame.hx line 677
Called from flixel.FlxGame::update flixel/FlxGame.hx line 724
Called from flixel.FlxGame::switchState flixel/FlxGame.hx line 637
Called from VideoState::create VideoState.hx line 117

and then it says null object reference on the game window and closes.

polymod moment

make sure u installed every right version of the lib and the mic'd up custom lib (ex they have a custom systools lib u need to install in the readme.md file)

think it could be related to this?
larsiusprime/polymod#39