Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Error on initializing GodotAds #12

@distantforest1

Description

@distantforest1

Hi I'm getting an error when I initialize godot ads:
platform/windows/os_windows.cpp:2532 - Condition ' !process_map->has(p_pid) ' is true. returned: FAILED

The code I have is very simple to see if I can get it working:

func _ready():
	godotAds = Engine.get_singleton("GodotAds")
	var instanceId = get_instance_id()
	if godotAds:		
		godotAds.init(instanceId) # it errors here

However I get the error shown above. Any idea whats going on here?

==Info==:
Compiled: Compiled from the 3.1 branch. x64
config.py settings

build = {
"admob"         : True,
"adcolony"      : False,
"chartboost"    : False,
"vungle"        : False,
"mopub"         : True,
"unity_ads"     : True,
"awesome_ads"   : False,
"appodeal"      : True,
"inmobi"        : False,
}

modules/GodotAds/libs: only has the unity-ads.aar (2.1 version)
Modules: "org/godotengine/godot/GodotAds" only so far
The godot project
GodotAdsTemplate.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions